@ledgerhq/native-ui 0.36.0-nightly.1 → 0.36.0
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.
- package/lib/components/cta/QuickAction/QuickActionList/index.d.ts.map +1 -1
- package/lib/components/cta/QuickAction/QuickActionList/index.js +6 -3
- package/package.json +11 -24
- package/lib/pre-ldls/components/Input/Input.d.ts +0 -11
- package/lib/pre-ldls/components/Input/Input.d.ts.map +0 -1
- package/lib/pre-ldls/components/Input/Input.js +0 -38
- package/lib/pre-ldls/components/Input/Input.stories.d.ts +0 -9
- package/lib/pre-ldls/components/Input/Input.stories.d.ts.map +0 -1
- package/lib/pre-ldls/components/Input/Input.stories.js +0 -32
- package/lib/pre-ldls/components/index.d.ts +0 -2
- package/lib/pre-ldls/components/index.d.ts.map +0 -1
- package/lib/pre-ldls/components/index.js +0 -1
- package/lib/pre-ldls/index.d.ts +0 -2
- package/lib/pre-ldls/index.d.ts.map +0 -1
- package/lib/pre-ldls/index.js +0 -1
- package/lib/pre-ldls/libs/design-tokens.d.ts +0 -776
- package/lib/pre-ldls/libs/design-tokens.d.ts.map +0 -1
- package/lib/pre-ldls/libs/design-tokens.js +0 -961
- package/lib/pre-ldls/libs/index.d.ts +0 -31
- package/lib/pre-ldls/libs/index.d.ts.map +0 -1
- package/lib/pre-ldls/libs/index.js +0 -51
|
@@ -1,776 +0,0 @@
|
|
|
1
|
-
export type SpacingScale = {
|
|
2
|
-
"spacing-xs": string;
|
|
3
|
-
"spacing-s": string;
|
|
4
|
-
"spacing-m": string;
|
|
5
|
-
"spacing-l": string;
|
|
6
|
-
"spacing-xl": string;
|
|
7
|
-
"spacing-xxs": string;
|
|
8
|
-
"spacing-xxxs": string;
|
|
9
|
-
"spacing-none": string;
|
|
10
|
-
"marging-xs": string;
|
|
11
|
-
"marging-s": string;
|
|
12
|
-
"marging-m": string;
|
|
13
|
-
"marging-l": string;
|
|
14
|
-
};
|
|
15
|
-
export declare const spacing: SpacingScale;
|
|
16
|
-
export type ModeColors = {
|
|
17
|
-
"background-default": string;
|
|
18
|
-
"background-constant-black": string;
|
|
19
|
-
"background-constant-white": string;
|
|
20
|
-
"background-backdrop-default": string;
|
|
21
|
-
"background-inverted": string;
|
|
22
|
-
"background-drawer-default": string;
|
|
23
|
-
"surface-brand-primary-default": string;
|
|
24
|
-
"surface-brand-primary-hover": string;
|
|
25
|
-
"surface-brand-primary-pressed": string;
|
|
26
|
-
"surface-default-default": string;
|
|
27
|
-
"surface-default-hover": string;
|
|
28
|
-
"surface-default-pressed": string;
|
|
29
|
-
"surface-default-inverted-default": string;
|
|
30
|
-
"surface-default-inverted-hover": string;
|
|
31
|
-
"surface-default-inverted-pressed": string;
|
|
32
|
-
"surface-constant-white": string;
|
|
33
|
-
"surface-constant-black": string;
|
|
34
|
-
"surface-status-error-default": string;
|
|
35
|
-
"surface-status-error-strong-default": string;
|
|
36
|
-
"surface-status-error-strong-hover": string;
|
|
37
|
-
"surface-status-error-strong-pressed": string;
|
|
38
|
-
"surface-status-warning-default": string;
|
|
39
|
-
"surface-status-warning-strong-default": string;
|
|
40
|
-
"surface-status-warning-strong-hover": string;
|
|
41
|
-
"surface-status-warning-strong-pressed": string;
|
|
42
|
-
"surface-status-success-default": string;
|
|
43
|
-
"surface-status-success-strong-default": string;
|
|
44
|
-
"surface-status-success-strong-hover": string;
|
|
45
|
-
"surface-status-success-strong-pressed": string;
|
|
46
|
-
"surface-transparent-default": string;
|
|
47
|
-
"surface-transparent-hover": string;
|
|
48
|
-
"surface-transparent-pressed": string;
|
|
49
|
-
"surface-transparent-inverted-default": string;
|
|
50
|
-
"surface-transparent-inverted-hover": string;
|
|
51
|
-
"surface-transparent-inverted-pressed": string;
|
|
52
|
-
"surface-transparent-subdued-default": string;
|
|
53
|
-
"surface-transparent-subdued-inverted-default": string;
|
|
54
|
-
"surface-transparent-subdued-inverted-hover": string;
|
|
55
|
-
"surface-transparent-subdued-inverted-pressed": string;
|
|
56
|
-
"surface-transparent-subdued-inverted-disabled": string;
|
|
57
|
-
"surface-transparent-subdued-hover": string;
|
|
58
|
-
"surface-transparent-subdued-pressed": string;
|
|
59
|
-
"surface-transparent-subdued-disabled": string;
|
|
60
|
-
"surface-subdued-default": string;
|
|
61
|
-
"surface-subdued-hover": string;
|
|
62
|
-
"surface-subdued-pressed": string;
|
|
63
|
-
"surface-disabled": string;
|
|
64
|
-
"surface-interactive-default": string;
|
|
65
|
-
"surface-interactive-hover": string;
|
|
66
|
-
"surface-interactive-pressed": string;
|
|
67
|
-
"surface-interactive-selected-default": string;
|
|
68
|
-
"surface-interactive-selected-hover": string;
|
|
69
|
-
"surface-interactive-selected-pressed": string;
|
|
70
|
-
"surface-_native-default": string;
|
|
71
|
-
"surface-dark-default": string;
|
|
72
|
-
"surface-dark-hover": string;
|
|
73
|
-
"surface-dark-pressed": string;
|
|
74
|
-
"surface-active-default": string;
|
|
75
|
-
"surface-active-hover": string;
|
|
76
|
-
"surface-active-pressed": string;
|
|
77
|
-
"content-default-default": string;
|
|
78
|
-
"content-default-inverted-default": string;
|
|
79
|
-
"content-constant-white": string;
|
|
80
|
-
"content-constant-black": string;
|
|
81
|
-
"content-constant-grey": string;
|
|
82
|
-
"content-status-error-default": string;
|
|
83
|
-
"content-status-error-hover": string;
|
|
84
|
-
"content-status-error-pressed": string;
|
|
85
|
-
"content-status-warning-default": string;
|
|
86
|
-
"content-status-success-color": string;
|
|
87
|
-
"content-on-primary-default": string;
|
|
88
|
-
"content-on-primary-hover": string;
|
|
89
|
-
"content-on-primary-pressed": string;
|
|
90
|
-
"content-on-primary-disabled": string;
|
|
91
|
-
"content-on-secondary-default": string;
|
|
92
|
-
"content-on-secondary-hover": string;
|
|
93
|
-
"content-on-secondary-pressed": string;
|
|
94
|
-
"content-on-secondary-disabled": string;
|
|
95
|
-
"content-disabled": string;
|
|
96
|
-
"content-interactive-default-default": string;
|
|
97
|
-
"content-interactive-default-hover": string;
|
|
98
|
-
"content-interactive-default-pressed": string;
|
|
99
|
-
"content-interactive-inverted-default": string;
|
|
100
|
-
"content-interactive-inverted-hover": string;
|
|
101
|
-
"content-interactive-inverted-pressed": string;
|
|
102
|
-
"content-subdued-default-default": string;
|
|
103
|
-
"content-subdued-inverted-default": string;
|
|
104
|
-
"content-_native-default": string;
|
|
105
|
-
"content-light-default-default": string;
|
|
106
|
-
"content-light-inverted-default": string;
|
|
107
|
-
"border-default-default": string;
|
|
108
|
-
"border-default-inverted-default": string;
|
|
109
|
-
"border-default-inverted-disabled": string;
|
|
110
|
-
"border-constant-white": string;
|
|
111
|
-
"border-constant-black": string;
|
|
112
|
-
"border-status-error-default": string;
|
|
113
|
-
"border-status-error-hover": string;
|
|
114
|
-
"border-status-error-pressed": string;
|
|
115
|
-
"border-status-warning-default": string;
|
|
116
|
-
"border-status-success-default": string;
|
|
117
|
-
"border-on-primary-default": string;
|
|
118
|
-
"border-on-primary-disabled": string;
|
|
119
|
-
"border-on-secondary-default": string;
|
|
120
|
-
"border-on-secondary-disabled": string;
|
|
121
|
-
"border-disabled-default": string;
|
|
122
|
-
"border-disabled-inverted": string;
|
|
123
|
-
"border-light-default": string;
|
|
124
|
-
"border-subdued-default-default": string;
|
|
125
|
-
"border-subdued-default-hover": string;
|
|
126
|
-
"border-subdued-inverted-default": string;
|
|
127
|
-
"border-interactive-default": string;
|
|
128
|
-
"border-interactive-hover": string;
|
|
129
|
-
"border-interactive-pressed": string;
|
|
130
|
-
"border-focus-default": string;
|
|
131
|
-
"border-active-default": string;
|
|
132
|
-
"border-active-hover": string;
|
|
133
|
-
"border-active-pressed": string;
|
|
134
|
-
"crypto-bitcoin-sv": string;
|
|
135
|
-
"crypto-bitcoin-gold": string;
|
|
136
|
-
"crypto-zcash": string;
|
|
137
|
-
"crypto-yieldly": string;
|
|
138
|
-
"crypto-uni": string;
|
|
139
|
-
"crypto-uniswap": string;
|
|
140
|
-
"crypto-bitcoin-cash": string;
|
|
141
|
-
"crypto-tezos": string;
|
|
142
|
-
"crypto-sol": string;
|
|
143
|
-
"crypto-xrp": string;
|
|
144
|
-
"crypto-tron": string;
|
|
145
|
-
"crypto-sats": string;
|
|
146
|
-
"crypto-polkadot": string;
|
|
147
|
-
"crypto-bitcoin": string;
|
|
148
|
-
"crypto-compound": string;
|
|
149
|
-
"crypto-peercoin": string;
|
|
150
|
-
"crypto-omg-network": string;
|
|
151
|
-
"crypto-near": string;
|
|
152
|
-
"crypto-stellar": string;
|
|
153
|
-
"crypto-nano": string;
|
|
154
|
-
"crypto-nimiq": string;
|
|
155
|
-
"crypto-multiverse-x": string;
|
|
156
|
-
"crypto-ethereum": string;
|
|
157
|
-
"crypto-okb": string;
|
|
158
|
-
"crypto-tether-usdt": string;
|
|
159
|
-
"crypto-avax": string;
|
|
160
|
-
"crypto-bgb": string;
|
|
161
|
-
"crypto-usdc": string;
|
|
162
|
-
"crypto-monero": string;
|
|
163
|
-
"crypto-tkx": string;
|
|
164
|
-
"crypto-huobi": string;
|
|
165
|
-
"crypto-pivx": string;
|
|
166
|
-
"crypto-cardano": string;
|
|
167
|
-
"crypto-dydx": string;
|
|
168
|
-
"crypto-cro": string;
|
|
169
|
-
"crypto-hnt": string;
|
|
170
|
-
"crypto-hedera": string;
|
|
171
|
-
"crypto-ftm": string;
|
|
172
|
-
"crypto-flr": string;
|
|
173
|
-
"crypto-bat": string;
|
|
174
|
-
"crypto-ethereum-classic": string;
|
|
175
|
-
"crypto-bincance": string;
|
|
176
|
-
"crypto-ethergem": string;
|
|
177
|
-
"crypto-iota": string;
|
|
178
|
-
"crypto-chainlink": string;
|
|
179
|
-
"crypto-dym": string;
|
|
180
|
-
"crypto-eos": string;
|
|
181
|
-
"crypto-waves": string;
|
|
182
|
-
"crypto-polygon": string;
|
|
183
|
-
"crypto-celo": string;
|
|
184
|
-
"crypto-dogecoin": string;
|
|
185
|
-
"crypto-algorand": string;
|
|
186
|
-
"crypto-cosmos": string;
|
|
187
|
-
"crypto-digibyte": string;
|
|
188
|
-
"crypto-pirl": string;
|
|
189
|
-
"crypto-eng": string;
|
|
190
|
-
"crypto-decred": string;
|
|
191
|
-
"crypto-dash": string;
|
|
192
|
-
"crypto-xin": string;
|
|
193
|
-
"crypto-tusd": string;
|
|
194
|
-
"crypto-litecoin": string;
|
|
195
|
-
"crypto-komodo": string;
|
|
196
|
-
"crypto-elrond": string;
|
|
197
|
-
"crypto-osmo": string;
|
|
198
|
-
"crypto-leo": string;
|
|
199
|
-
"crypto-bytecoin": string;
|
|
200
|
-
"crypto-aion": string;
|
|
201
|
-
"crypto-dai": string;
|
|
202
|
-
"crypto-neo": string;
|
|
203
|
-
};
|
|
204
|
-
export declare const light: ModeColors;
|
|
205
|
-
export declare const dark: ModeColors;
|
|
206
|
-
export declare const tailwindColors: {
|
|
207
|
-
readonly "background-default": "var(--background-default)";
|
|
208
|
-
readonly "background-constant-black": "var(--background-constant-black)";
|
|
209
|
-
readonly "background-constant-white": "var(--background-constant-white)";
|
|
210
|
-
readonly "background-backdrop-default": "var(--background-backdrop-default)";
|
|
211
|
-
readonly "background-inverted": "var(--background-inverted)";
|
|
212
|
-
readonly "background-drawer-default": "var(--background-drawer-default)";
|
|
213
|
-
readonly "surface-brand-primary-default": "var(--surface-brand-primary-default)";
|
|
214
|
-
readonly "surface-brand-primary-hover": "var(--surface-brand-primary-hover)";
|
|
215
|
-
readonly "surface-brand-primary-pressed": "var(--surface-brand-primary-pressed)";
|
|
216
|
-
readonly "surface-default-default": "var(--surface-default-default)";
|
|
217
|
-
readonly "surface-default-hover": "var(--surface-default-hover)";
|
|
218
|
-
readonly "surface-default-pressed": "var(--surface-default-pressed)";
|
|
219
|
-
readonly "surface-default-inverted-default": "var(--surface-default-inverted-default)";
|
|
220
|
-
readonly "surface-default-inverted-hover": "var(--surface-default-inverted-hover)";
|
|
221
|
-
readonly "surface-default-inverted-pressed": "var(--surface-default-inverted-pressed)";
|
|
222
|
-
readonly "surface-constant-white": "var(--surface-constant-white)";
|
|
223
|
-
readonly "surface-constant-black": "var(--surface-constant-black)";
|
|
224
|
-
readonly "surface-status-error-default": "var(--surface-status-error-default)";
|
|
225
|
-
readonly "surface-status-error-strong-default": "var(--surface-status-error-strong-default)";
|
|
226
|
-
readonly "surface-status-error-strong-hover": "var(--surface-status-error-strong-hover)";
|
|
227
|
-
readonly "surface-status-error-strong-pressed": "var(--surface-status-error-strong-pressed)";
|
|
228
|
-
readonly "surface-status-warning-default": "var(--surface-status-warning-default)";
|
|
229
|
-
readonly "surface-status-warning-strong-default": "var(--surface-status-warning-strong-default)";
|
|
230
|
-
readonly "surface-status-warning-strong-hover": "var(--surface-status-warning-strong-hover)";
|
|
231
|
-
readonly "surface-status-warning-strong-pressed": "var(--surface-status-warning-strong-pressed)";
|
|
232
|
-
readonly "surface-status-success-default": "var(--surface-status-success-default)";
|
|
233
|
-
readonly "surface-status-success-strong-default": "var(--surface-status-success-strong-default)";
|
|
234
|
-
readonly "surface-status-success-strong-hover": "var(--surface-status-success-strong-hover)";
|
|
235
|
-
readonly "surface-status-success-strong-pressed": "var(--surface-status-success-strong-pressed)";
|
|
236
|
-
readonly "surface-transparent-default": "var(--surface-transparent-default)";
|
|
237
|
-
readonly "surface-transparent-hover": "var(--surface-transparent-hover)";
|
|
238
|
-
readonly "surface-transparent-pressed": "var(--surface-transparent-pressed)";
|
|
239
|
-
readonly "surface-transparent-inverted-default": "var(--surface-transparent-inverted-default)";
|
|
240
|
-
readonly "surface-transparent-inverted-hover": "var(--surface-transparent-inverted-hover)";
|
|
241
|
-
readonly "surface-transparent-inverted-pressed": "var(--surface-transparent-inverted-pressed)";
|
|
242
|
-
readonly "surface-transparent-subdued-default": "var(--surface-transparent-subdued-default)";
|
|
243
|
-
readonly "surface-transparent-subdued-inverted-default": "var(--surface-transparent-subdued-inverted-default)";
|
|
244
|
-
readonly "surface-transparent-subdued-inverted-hover": "var(--surface-transparent-subdued-inverted-hover)";
|
|
245
|
-
readonly "surface-transparent-subdued-inverted-pressed": "var(--surface-transparent-subdued-inverted-pressed)";
|
|
246
|
-
readonly "surface-transparent-subdued-inverted-disabled": "var(--surface-transparent-subdued-inverted-disabled)";
|
|
247
|
-
readonly "surface-transparent-subdued-hover": "var(--surface-transparent-subdued-hover)";
|
|
248
|
-
readonly "surface-transparent-subdued-pressed": "var(--surface-transparent-subdued-pressed)";
|
|
249
|
-
readonly "surface-transparent-subdued-disabled": "var(--surface-transparent-subdued-disabled)";
|
|
250
|
-
readonly "surface-subdued-default": "var(--surface-subdued-default)";
|
|
251
|
-
readonly "surface-subdued-hover": "var(--surface-subdued-hover)";
|
|
252
|
-
readonly "surface-subdued-pressed": "var(--surface-subdued-pressed)";
|
|
253
|
-
readonly "surface-disabled": "var(--surface-disabled)";
|
|
254
|
-
readonly "surface-interactive-default": "var(--surface-interactive-default)";
|
|
255
|
-
readonly "surface-interactive-hover": "var(--surface-interactive-hover)";
|
|
256
|
-
readonly "surface-interactive-pressed": "var(--surface-interactive-pressed)";
|
|
257
|
-
readonly "surface-interactive-selected-default": "var(--surface-interactive-selected-default)";
|
|
258
|
-
readonly "surface-interactive-selected-hover": "var(--surface-interactive-selected-hover)";
|
|
259
|
-
readonly "surface-interactive-selected-pressed": "var(--surface-interactive-selected-pressed)";
|
|
260
|
-
readonly "surface-_native-default": "var(--surface-_native-default)";
|
|
261
|
-
readonly "surface-dark-default": "var(--surface-dark-default)";
|
|
262
|
-
readonly "surface-dark-hover": "var(--surface-dark-hover)";
|
|
263
|
-
readonly "surface-dark-pressed": "var(--surface-dark-pressed)";
|
|
264
|
-
readonly "surface-active-default": "var(--surface-active-default)";
|
|
265
|
-
readonly "surface-active-hover": "var(--surface-active-hover)";
|
|
266
|
-
readonly "surface-active-pressed": "var(--surface-active-pressed)";
|
|
267
|
-
readonly "content-default-default": "var(--content-default-default)";
|
|
268
|
-
readonly "content-default-inverted-default": "var(--content-default-inverted-default)";
|
|
269
|
-
readonly "content-constant-white": "var(--content-constant-white)";
|
|
270
|
-
readonly "content-constant-black": "var(--content-constant-black)";
|
|
271
|
-
readonly "content-constant-grey": "var(--content-constant-grey)";
|
|
272
|
-
readonly "content-status-error-default": "var(--content-status-error-default)";
|
|
273
|
-
readonly "content-status-error-hover": "var(--content-status-error-hover)";
|
|
274
|
-
readonly "content-status-error-pressed": "var(--content-status-error-pressed)";
|
|
275
|
-
readonly "content-status-warning-default": "var(--content-status-warning-default)";
|
|
276
|
-
readonly "content-status-success-color": "var(--content-status-success-color)";
|
|
277
|
-
readonly "content-on-primary-default": "var(--content-on-primary-default)";
|
|
278
|
-
readonly "content-on-primary-hover": "var(--content-on-primary-hover)";
|
|
279
|
-
readonly "content-on-primary-pressed": "var(--content-on-primary-pressed)";
|
|
280
|
-
readonly "content-on-primary-disabled": "var(--content-on-primary-disabled)";
|
|
281
|
-
readonly "content-on-secondary-default": "var(--content-on-secondary-default)";
|
|
282
|
-
readonly "content-on-secondary-hover": "var(--content-on-secondary-hover)";
|
|
283
|
-
readonly "content-on-secondary-pressed": "var(--content-on-secondary-pressed)";
|
|
284
|
-
readonly "content-on-secondary-disabled": "var(--content-on-secondary-disabled)";
|
|
285
|
-
readonly "content-disabled": "var(--content-disabled)";
|
|
286
|
-
readonly "content-interactive-default-default": "var(--content-interactive-default-default)";
|
|
287
|
-
readonly "content-interactive-default-hover": "var(--content-interactive-default-hover)";
|
|
288
|
-
readonly "content-interactive-default-pressed": "var(--content-interactive-default-pressed)";
|
|
289
|
-
readonly "content-interactive-inverted-default": "var(--content-interactive-inverted-default)";
|
|
290
|
-
readonly "content-interactive-inverted-hover": "var(--content-interactive-inverted-hover)";
|
|
291
|
-
readonly "content-interactive-inverted-pressed": "var(--content-interactive-inverted-pressed)";
|
|
292
|
-
readonly "content-subdued-default-default": "var(--content-subdued-default-default)";
|
|
293
|
-
readonly "content-subdued-inverted-default": "var(--content-subdued-inverted-default)";
|
|
294
|
-
readonly "content-_native-default": "var(--content-_native-default)";
|
|
295
|
-
readonly "content-light-default-default": "var(--content-light-default-default)";
|
|
296
|
-
readonly "content-light-inverted-default": "var(--content-light-inverted-default)";
|
|
297
|
-
readonly "border-default-default": "var(--border-default-default)";
|
|
298
|
-
readonly "border-default-inverted-default": "var(--border-default-inverted-default)";
|
|
299
|
-
readonly "border-default-inverted-disabled": "var(--border-default-inverted-disabled)";
|
|
300
|
-
readonly "border-constant-white": "var(--border-constant-white)";
|
|
301
|
-
readonly "border-constant-black": "var(--border-constant-black)";
|
|
302
|
-
readonly "border-status-error-default": "var(--border-status-error-default)";
|
|
303
|
-
readonly "border-status-error-hover": "var(--border-status-error-hover)";
|
|
304
|
-
readonly "border-status-error-pressed": "var(--border-status-error-pressed)";
|
|
305
|
-
readonly "border-status-warning-default": "var(--border-status-warning-default)";
|
|
306
|
-
readonly "border-status-success-default": "var(--border-status-success-default)";
|
|
307
|
-
readonly "border-on-primary-default": "var(--border-on-primary-default)";
|
|
308
|
-
readonly "border-on-primary-disabled": "var(--border-on-primary-disabled)";
|
|
309
|
-
readonly "border-on-secondary-default": "var(--border-on-secondary-default)";
|
|
310
|
-
readonly "border-on-secondary-disabled": "var(--border-on-secondary-disabled)";
|
|
311
|
-
readonly "border-disabled-default": "var(--border-disabled-default)";
|
|
312
|
-
readonly "border-disabled-inverted": "var(--border-disabled-inverted)";
|
|
313
|
-
readonly "border-light-default": "var(--border-light-default)";
|
|
314
|
-
readonly "border-subdued-default-default": "var(--border-subdued-default-default)";
|
|
315
|
-
readonly "border-subdued-default-hover": "var(--border-subdued-default-hover)";
|
|
316
|
-
readonly "border-subdued-inverted-default": "var(--border-subdued-inverted-default)";
|
|
317
|
-
readonly "border-interactive-default": "var(--border-interactive-default)";
|
|
318
|
-
readonly "border-interactive-hover": "var(--border-interactive-hover)";
|
|
319
|
-
readonly "border-interactive-pressed": "var(--border-interactive-pressed)";
|
|
320
|
-
readonly "border-focus-default": "var(--border-focus-default)";
|
|
321
|
-
readonly "border-active-default": "var(--border-active-default)";
|
|
322
|
-
readonly "border-active-hover": "var(--border-active-hover)";
|
|
323
|
-
readonly "border-active-pressed": "var(--border-active-pressed)";
|
|
324
|
-
readonly "crypto-bitcoin-sv": "var(--crypto-bitcoin-sv)";
|
|
325
|
-
readonly "crypto-bitcoin-gold": "var(--crypto-bitcoin-gold)";
|
|
326
|
-
readonly "crypto-zcash": "var(--crypto-zcash)";
|
|
327
|
-
readonly "crypto-yieldly": "var(--crypto-yieldly)";
|
|
328
|
-
readonly "crypto-uni": "var(--crypto-uni)";
|
|
329
|
-
readonly "crypto-uniswap": "var(--crypto-uniswap)";
|
|
330
|
-
readonly "crypto-bitcoin-cash": "var(--crypto-bitcoin-cash)";
|
|
331
|
-
readonly "crypto-tezos": "var(--crypto-tezos)";
|
|
332
|
-
readonly "crypto-sol": "var(--crypto-sol)";
|
|
333
|
-
readonly "crypto-xrp": "var(--crypto-xrp)";
|
|
334
|
-
readonly "crypto-tron": "var(--crypto-tron)";
|
|
335
|
-
readonly "crypto-sats": "var(--crypto-sats)";
|
|
336
|
-
readonly "crypto-polkadot": "var(--crypto-polkadot)";
|
|
337
|
-
readonly "crypto-bitcoin": "var(--crypto-bitcoin)";
|
|
338
|
-
readonly "crypto-compound": "var(--crypto-compound)";
|
|
339
|
-
readonly "crypto-peercoin": "var(--crypto-peercoin)";
|
|
340
|
-
readonly "crypto-omg-network": "var(--crypto-omg-network)";
|
|
341
|
-
readonly "crypto-near": "var(--crypto-near)";
|
|
342
|
-
readonly "crypto-stellar": "var(--crypto-stellar)";
|
|
343
|
-
readonly "crypto-nano": "var(--crypto-nano)";
|
|
344
|
-
readonly "crypto-nimiq": "var(--crypto-nimiq)";
|
|
345
|
-
readonly "crypto-multiverse-x": "var(--crypto-multiverse-x)";
|
|
346
|
-
readonly "crypto-ethereum": "var(--crypto-ethereum)";
|
|
347
|
-
readonly "crypto-okb": "var(--crypto-okb)";
|
|
348
|
-
readonly "crypto-tether-usdt": "var(--crypto-tether-usdt)";
|
|
349
|
-
readonly "crypto-avax": "var(--crypto-avax)";
|
|
350
|
-
readonly "crypto-bgb": "var(--crypto-bgb)";
|
|
351
|
-
readonly "crypto-usdc": "var(--crypto-usdc)";
|
|
352
|
-
readonly "crypto-monero": "var(--crypto-monero)";
|
|
353
|
-
readonly "crypto-tkx": "var(--crypto-tkx)";
|
|
354
|
-
readonly "crypto-huobi": "var(--crypto-huobi)";
|
|
355
|
-
readonly "crypto-pivx": "var(--crypto-pivx)";
|
|
356
|
-
readonly "crypto-cardano": "var(--crypto-cardano)";
|
|
357
|
-
readonly "crypto-dydx": "var(--crypto-dydx)";
|
|
358
|
-
readonly "crypto-cro": "var(--crypto-cro)";
|
|
359
|
-
readonly "crypto-hnt": "var(--crypto-hnt)";
|
|
360
|
-
readonly "crypto-hedera": "var(--crypto-hedera)";
|
|
361
|
-
readonly "crypto-ftm": "var(--crypto-ftm)";
|
|
362
|
-
readonly "crypto-flr": "var(--crypto-flr)";
|
|
363
|
-
readonly "crypto-bat": "var(--crypto-bat)";
|
|
364
|
-
readonly "crypto-ethereum-classic": "var(--crypto-ethereum-classic)";
|
|
365
|
-
readonly "crypto-bincance": "var(--crypto-bincance)";
|
|
366
|
-
readonly "crypto-ethergem": "var(--crypto-ethergem)";
|
|
367
|
-
readonly "crypto-iota": "var(--crypto-iota)";
|
|
368
|
-
readonly "crypto-chainlink": "var(--crypto-chainlink)";
|
|
369
|
-
readonly "crypto-dym": "var(--crypto-dym)";
|
|
370
|
-
readonly "crypto-eos": "var(--crypto-eos)";
|
|
371
|
-
readonly "crypto-waves": "var(--crypto-waves)";
|
|
372
|
-
readonly "crypto-polygon": "var(--crypto-polygon)";
|
|
373
|
-
readonly "crypto-celo": "var(--crypto-celo)";
|
|
374
|
-
readonly "crypto-dogecoin": "var(--crypto-dogecoin)";
|
|
375
|
-
readonly "crypto-algorand": "var(--crypto-algorand)";
|
|
376
|
-
readonly "crypto-cosmos": "var(--crypto-cosmos)";
|
|
377
|
-
readonly "crypto-digibyte": "var(--crypto-digibyte)";
|
|
378
|
-
readonly "crypto-pirl": "var(--crypto-pirl)";
|
|
379
|
-
readonly "crypto-eng": "var(--crypto-eng)";
|
|
380
|
-
readonly "crypto-decred": "var(--crypto-decred)";
|
|
381
|
-
readonly "crypto-dash": "var(--crypto-dash)";
|
|
382
|
-
readonly "crypto-xin": "var(--crypto-xin)";
|
|
383
|
-
readonly "crypto-tusd": "var(--crypto-tusd)";
|
|
384
|
-
readonly "crypto-litecoin": "var(--crypto-litecoin)";
|
|
385
|
-
readonly "crypto-komodo": "var(--crypto-komodo)";
|
|
386
|
-
readonly "crypto-elrond": "var(--crypto-elrond)";
|
|
387
|
-
readonly "crypto-osmo": "var(--crypto-osmo)";
|
|
388
|
-
readonly "crypto-leo": "var(--crypto-leo)";
|
|
389
|
-
readonly "crypto-bytecoin": "var(--crypto-bytecoin)";
|
|
390
|
-
readonly "crypto-aion": "var(--crypto-aion)";
|
|
391
|
-
readonly "crypto-dai": "var(--crypto-dai)";
|
|
392
|
-
readonly "crypto-neo": "var(--crypto-neo)";
|
|
393
|
-
};
|
|
394
|
-
export declare const primitiveColors: {
|
|
395
|
-
readonly "light-constant-400": "#d5d5d5";
|
|
396
|
-
readonly "light-constant-950": "#000000";
|
|
397
|
-
readonly "light-constant-050": "#ffffff";
|
|
398
|
-
readonly "light-green-100": "#e6f7e1";
|
|
399
|
-
readonly "light-green-200": "#cbeec4";
|
|
400
|
-
readonly "light-green-300": "#a2e095";
|
|
401
|
-
readonly "light-green-400": "#6ec85c";
|
|
402
|
-
readonly "light-green-500": "#5ba34d";
|
|
403
|
-
readonly "light-green-600": "#47883a";
|
|
404
|
-
readonly "light-green-700": "#3b6c32";
|
|
405
|
-
readonly "light-green-800": "#33572e";
|
|
406
|
-
readonly "light-green-900": "#2c4828";
|
|
407
|
-
readonly "light-green-950": "#142b12";
|
|
408
|
-
readonly "light-green-050": "#f4fbf2";
|
|
409
|
-
readonly "light-green-600---0%": "#47883a00";
|
|
410
|
-
readonly "light-green-400---0%": "#6ec85c00";
|
|
411
|
-
readonly "light-green-color": "#ffffff";
|
|
412
|
-
readonly "light-green-600---10%": "#47883a1a";
|
|
413
|
-
readonly "light-green-400---10%": "#6ec85c1a";
|
|
414
|
-
readonly "light-yellow-100": "#fff3d5";
|
|
415
|
-
readonly "light-yellow-200": "#ffe7ac";
|
|
416
|
-
readonly "light-yellow-300": "#ffd373";
|
|
417
|
-
readonly "light-yellow-400": "#ffbd42";
|
|
418
|
-
readonly "light-yellow-500": "#efa22f";
|
|
419
|
-
readonly "light-yellow-600": "#d38b20";
|
|
420
|
-
readonly "light-yellow-700": "#ae731a";
|
|
421
|
-
readonly "light-yellow-800": "#885a14";
|
|
422
|
-
readonly "light-yellow-900": "#63420f";
|
|
423
|
-
readonly "light-yellow-950": "#3e2909";
|
|
424
|
-
readonly "light-yellow-050": "#fff8e6";
|
|
425
|
-
readonly "light-yellow-600---0%": "#d38b2000";
|
|
426
|
-
readonly "light-yellow-600---10%": "#d38b201a";
|
|
427
|
-
readonly "light-yellow-400---0%": "#ffbd4200";
|
|
428
|
-
readonly "light-yellow-400---10%": "#ffbd421a";
|
|
429
|
-
readonly "light-red-100": "#fee1e2";
|
|
430
|
-
readonly "light-red-200": "#fec8c9";
|
|
431
|
-
readonly "light-red-300": "#fca6a7";
|
|
432
|
-
readonly "light-red-400": "#f87274";
|
|
433
|
-
readonly "light-red-500": "#f04f52";
|
|
434
|
-
readonly "light-red-600": "#c24244";
|
|
435
|
-
readonly "light-red-700": "#a43234";
|
|
436
|
-
readonly "light-red-800": "#852e2f";
|
|
437
|
-
readonly "light-red-900": "#702e2f";
|
|
438
|
-
readonly "light-red-950": "#3b1212";
|
|
439
|
-
readonly "light-red-050": "#fef1f1";
|
|
440
|
-
readonly "light-red-400---0%": "#f8727400";
|
|
441
|
-
readonly "light-red-600---0%": "#c2424400";
|
|
442
|
-
readonly "light-red-600---10%": "#c242441a";
|
|
443
|
-
readonly "light-red-400---10%": "#f872741a";
|
|
444
|
-
readonly "light-grey-100": "#fbfbfb";
|
|
445
|
-
readonly "light-grey-200": "#f4f4f4";
|
|
446
|
-
readonly "light-grey-300": "#e8e8e8";
|
|
447
|
-
readonly "light-grey-400": "#d5d5d5";
|
|
448
|
-
readonly "light-grey-500": "#c1c1c1";
|
|
449
|
-
readonly "light-grey-600": "#767676";
|
|
450
|
-
readonly "light-grey-700": "#6a6a6a";
|
|
451
|
-
readonly "light-grey-800": "#4d4d4d";
|
|
452
|
-
readonly "light-grey-900": "#272727";
|
|
453
|
-
readonly "light-grey-950": "#000000";
|
|
454
|
-
readonly "light-grey-950---30-%": "#0000004d";
|
|
455
|
-
readonly "light-grey-050": "#ffffff";
|
|
456
|
-
readonly "light-grey-050---90%": "#ffffffe6";
|
|
457
|
-
readonly "light-grey-050---80%": "#ffffffcc";
|
|
458
|
-
readonly "light-grey-050---70%": "#ffffffb3";
|
|
459
|
-
readonly "light-grey-050---60%": "#ffffff99";
|
|
460
|
-
readonly "light-grey-050---50%": "#ffffff80";
|
|
461
|
-
readonly "light-grey-050---40%": "#ffffff66";
|
|
462
|
-
readonly "light-grey-050--30%": "#ffffff4d";
|
|
463
|
-
readonly "light-grey-050---20%": "#ffffff33";
|
|
464
|
-
readonly "light-grey-050---10-%": "#ffffff1a";
|
|
465
|
-
readonly "light-grey-950---10%": "#0000001a";
|
|
466
|
-
readonly "light-grey-950---20%": "#00000033";
|
|
467
|
-
readonly "light-grey-950---40%": "#00000066";
|
|
468
|
-
readonly "light-grey-950---50%": "#00000080";
|
|
469
|
-
readonly "light-grey-950---60%": "#00000099";
|
|
470
|
-
readonly "light-grey-950---70%": "#000000b3";
|
|
471
|
-
readonly "light-grey-950---80%": "#000000cc";
|
|
472
|
-
readonly "light-grey-950---90%": "#000000e6";
|
|
473
|
-
readonly "light-grey-950---0%": "#00000000";
|
|
474
|
-
readonly "light-grey-050---0%": "#ffffff00";
|
|
475
|
-
readonly "light-grey-950----30%": "#0000004d";
|
|
476
|
-
readonly "light-grey-050---30%": "#ffffff4d";
|
|
477
|
-
readonly "light-grey-050---5%": "#ffffff0d";
|
|
478
|
-
readonly "light-grey-950---5%": "#0000000d";
|
|
479
|
-
readonly "light-grey-950---2%": "#00000005";
|
|
480
|
-
readonly "light-grey-050---2%": "#ffffff05";
|
|
481
|
-
readonly "light-orange-100": "#ffddcc";
|
|
482
|
-
readonly "light-orange-200": "#ffc2a4";
|
|
483
|
-
readonly "light-orange-300": "#ffa97f";
|
|
484
|
-
readonly "light-orange-400": "#ff8c55";
|
|
485
|
-
readonly "light-orange-500": "#ff702a";
|
|
486
|
-
readonly "light-orange-600": "#ff5300";
|
|
487
|
-
readonly "light-orange-700": "#d64400";
|
|
488
|
-
readonly "light-orange-800": "#b23a00";
|
|
489
|
-
readonly "light-orange-900": "#9e3300";
|
|
490
|
-
readonly "light-orange-950": "#662100";
|
|
491
|
-
readonly "light-orange-050": "#fef0e9";
|
|
492
|
-
readonly "light-crypto-colors-algorand": "#00a478";
|
|
493
|
-
readonly "light-crypto-colors-aion": "#212529";
|
|
494
|
-
readonly "light-crypto-colors-avax": "#e84142";
|
|
495
|
-
readonly "light-crypto-colors-bat": "#ff5000";
|
|
496
|
-
readonly "light-crypto-colors-bgb": "#00e0ff";
|
|
497
|
-
readonly "light-crypto-colors-bitcoin": "#f7931a";
|
|
498
|
-
readonly "light-crypto-colors-bitcoin-cash": "#0ac18e";
|
|
499
|
-
readonly "light-crypto-colors-bitcoin-gold": "#152569";
|
|
500
|
-
readonly "light-crypto-colors-bitcoin-sv": "#eab300";
|
|
501
|
-
readonly "light-crypto-colors-bincance": "#f5bc00";
|
|
502
|
-
readonly "light-crypto-colors-bytecoin": "#f04086";
|
|
503
|
-
readonly "light-crypto-colors-cardano": "#0033ad";
|
|
504
|
-
readonly "light-crypto-colors-cosmos": "#2e3148";
|
|
505
|
-
readonly "light-crypto-colors-compound": "#00d395";
|
|
506
|
-
readonly "light-crypto-colors-chainlink": "#2a5ada";
|
|
507
|
-
readonly "light-crypto-colors-dash": "#008ce7";
|
|
508
|
-
readonly "light-crypto-colors-dai": "#f5ac37";
|
|
509
|
-
readonly "light-crypto-colors-decred": "#2970ff";
|
|
510
|
-
readonly "light-crypto-colors-digibyte": "#0066cc";
|
|
511
|
-
readonly "light-crypto-colors-dogecoin": "#c3a634";
|
|
512
|
-
readonly "light-crypto-colors-dydx": "#6966ff";
|
|
513
|
-
readonly "light-crypto-colors-elrond": "#000000";
|
|
514
|
-
readonly "light-crypto-colors-eos": "#000000";
|
|
515
|
-
readonly "light-crypto-colors-ethergem": "#4a4ab6";
|
|
516
|
-
readonly "light-crypto-colors-ethereum": "#454a75";
|
|
517
|
-
readonly "light-crypto-colors-ethereum-classic": "#0b8311";
|
|
518
|
-
readonly "light-crypto-colors-huobi": "#357ce1";
|
|
519
|
-
readonly "light-crypto-colors-hnt": "#474dff";
|
|
520
|
-
readonly "light-crypto-colors-iota": "#000000";
|
|
521
|
-
readonly "light-crypto-colors-komodo": "#41ead4";
|
|
522
|
-
readonly "light-crypto-colors-leo": "#000000";
|
|
523
|
-
readonly "light-crypto-colors-litecoin": "#345d9d";
|
|
524
|
-
readonly "light-crypto-colors-monero": "#f26822";
|
|
525
|
-
readonly "light-crypto-colors-multiverse-x": "#23f7dd";
|
|
526
|
-
readonly "light-crypto-colors-nano": "#5d8eb2";
|
|
527
|
-
readonly "light-crypto-colors-near": "#1c1d1f";
|
|
528
|
-
readonly "light-crypto-colors-neo": "#7dd224";
|
|
529
|
-
readonly "light-crypto-colors-nimiq": "#f8b425";
|
|
530
|
-
readonly "light-crypto-colors-osmo": "#302dbb";
|
|
531
|
-
readonly "light-crypto-colors-okb": "#2d60e0";
|
|
532
|
-
readonly "light-crypto-colors-peercoin": "#3cb054";
|
|
533
|
-
readonly "light-crypto-colors-pirl": "#357ce1";
|
|
534
|
-
readonly "light-crypto-colors-pivx": "#5c4c7c";
|
|
535
|
-
readonly "light-crypto-colors-polkadot": "#e6007a";
|
|
536
|
-
readonly "light-crypto-colors-stellar": "#000000";
|
|
537
|
-
readonly "light-crypto-colors-tether-usdt": "#00a478";
|
|
538
|
-
readonly "light-crypto-colors-tezos": "#2c7df7";
|
|
539
|
-
readonly "light-crypto-colors-tkx": "#fd6a1f";
|
|
540
|
-
readonly "light-crypto-colors-tron": "#ff060a";
|
|
541
|
-
readonly "light-crypto-colors-tusd": "#1a5aff";
|
|
542
|
-
readonly "light-crypto-colors-usdc": "#f04086";
|
|
543
|
-
readonly "light-crypto-colors-uni": "#f04086";
|
|
544
|
-
readonly "light-crypto-colors-waves": "#0055ff";
|
|
545
|
-
readonly "light-crypto-colors-xrp": "#333333";
|
|
546
|
-
readonly "light-crypto-colors-zcash": "#f4b728";
|
|
547
|
-
readonly "light-crypto-colors-cro": "#002d74";
|
|
548
|
-
readonly "light-crypto-colors-eng": "#2f2f2f";
|
|
549
|
-
readonly "light-crypto-colors-hedera": "#000000";
|
|
550
|
-
readonly "light-crypto-colors-polygon": "#8247e5";
|
|
551
|
-
readonly "light-crypto-colors-sats": "#ff8b00";
|
|
552
|
-
readonly "light-crypto-colors-sol": "#9945ff";
|
|
553
|
-
readonly "light-crypto-colors-uniswap": "#ff007a";
|
|
554
|
-
readonly "light-crypto-colors-xin": "#1eb5fa";
|
|
555
|
-
readonly "light-crypto-colors-yieldly": "#f3b732";
|
|
556
|
-
readonly "light-crypto-colors-omg-network": "#000000";
|
|
557
|
-
readonly "light-crypto-colors-celo": "#fcff52";
|
|
558
|
-
readonly "light-crypto-colors-ftm": "#1969ff";
|
|
559
|
-
readonly "light-crypto-colors-dym": "#f1e1d4";
|
|
560
|
-
readonly "light-crypto-colors-flr": "#e62058";
|
|
561
|
-
readonly "light-discover-1inch": "#212529";
|
|
562
|
-
readonly "light-discover-changelly": "#10d078";
|
|
563
|
-
readonly "light-discover-compound": "#00d395";
|
|
564
|
-
readonly "light-discover-deversifi": "#6436ff";
|
|
565
|
-
readonly "light-discover-lido": "#47a1f8";
|
|
566
|
-
readonly "light-discover-opensea": "#2081e2";
|
|
567
|
-
readonly "light-discover-paraswap": "#266ef0";
|
|
568
|
-
readonly "light-discover-rarible": "#feda03";
|
|
569
|
-
readonly "light-discover-zerion": "#2962ef";
|
|
570
|
-
readonly "light-discover-bitrefill": "#449bf7";
|
|
571
|
-
readonly "light-discover-loopipay-blue": "#0050ff";
|
|
572
|
-
readonly "light-discover-loopipay-black": "#0e0d13";
|
|
573
|
-
readonly "light-discover-loopipay-lime": "#e1fb61";
|
|
574
|
-
readonly "light-discover-simplex": "#2ea836";
|
|
575
|
-
readonly "light-discover-baanx": "#003edd";
|
|
576
|
-
readonly "light-discover-mercuryo": "#212529";
|
|
577
|
-
readonly "light-discover-juno": "#4643ee";
|
|
578
|
-
readonly "light-discover-sardine": "#2d29d7";
|
|
579
|
-
readonly "light-purple-100": "#f6ecff";
|
|
580
|
-
readonly "light-purple-200": "#f2e2ff";
|
|
581
|
-
readonly "light-purple-300": "#eed9ff";
|
|
582
|
-
readonly "light-purple-400": "#e5c6ff";
|
|
583
|
-
readonly "light-purple-500": "#ddb3ff";
|
|
584
|
-
readonly "light-purple-600": "#d4a0ff";
|
|
585
|
-
readonly "light-purple-700": "#b380dd";
|
|
586
|
-
readonly "light-purple-800": "#7e4ea5";
|
|
587
|
-
readonly "light-purple-900": "#6a3794";
|
|
588
|
-
readonly "light-purple-950": "#3f2058";
|
|
589
|
-
readonly "light-purple-050": "#fbf5ff";
|
|
590
|
-
readonly "dark-constant-400": "#c3c3c3";
|
|
591
|
-
readonly "dark-constant-950": "#000000";
|
|
592
|
-
readonly "dark-constant-050": "#ffffff";
|
|
593
|
-
readonly "dark-green-100": "#2c4828";
|
|
594
|
-
readonly "dark-green-200": "#33572e";
|
|
595
|
-
readonly "dark-green-300": "#3b6c32";
|
|
596
|
-
readonly "dark-green-400": "#47883a";
|
|
597
|
-
readonly "dark-green-500": "#5ba34d";
|
|
598
|
-
readonly "dark-green-600": "#6ec85c";
|
|
599
|
-
readonly "dark-green-700": "#a2e095";
|
|
600
|
-
readonly "dark-green-800": "#cbeec4";
|
|
601
|
-
readonly "dark-green-900": "#e6f7e1";
|
|
602
|
-
readonly "dark-green-950": "#f4fbf2";
|
|
603
|
-
readonly "dark-green-050": "#142b12";
|
|
604
|
-
readonly "dark-green-600---0%": "#6ec85c00";
|
|
605
|
-
readonly "dark-green-600---10%": "#6ec85c1a";
|
|
606
|
-
readonly "dark-yellow-100": "#63420f";
|
|
607
|
-
readonly "dark-yellow-200": "#885a14";
|
|
608
|
-
readonly "dark-yellow-300": "#ae731a";
|
|
609
|
-
readonly "dark-yellow-400": "#d38b20";
|
|
610
|
-
readonly "dark-yellow-500": "#efa22f";
|
|
611
|
-
readonly "dark-yellow-600": "#ffbd42";
|
|
612
|
-
readonly "dark-yellow-700": "#ffd373";
|
|
613
|
-
readonly "dark-yellow-800": "#ffe7ac";
|
|
614
|
-
readonly "dark-yellow-900": "#fff3d5";
|
|
615
|
-
readonly "dark-yellow-950": "#fff8e6";
|
|
616
|
-
readonly "dark-yellow-050": "#3e2909";
|
|
617
|
-
readonly "dark-yellow-600---0%": "#ffbd4200";
|
|
618
|
-
readonly "dark-yellow-600---10%": "#ffbd421a";
|
|
619
|
-
readonly "dark-red-100": "#702e2f";
|
|
620
|
-
readonly "dark-red-200": "#852e2f";
|
|
621
|
-
readonly "dark-red-300": "#a43234";
|
|
622
|
-
readonly "dark-red-400": "#c24244";
|
|
623
|
-
readonly "dark-red-500": "#f04f52";
|
|
624
|
-
readonly "dark-red-600": "#f87274";
|
|
625
|
-
readonly "dark-red-700": "#fca6a7";
|
|
626
|
-
readonly "dark-red-800": "#fec8c9";
|
|
627
|
-
readonly "dark-red-900": "#fee1e2";
|
|
628
|
-
readonly "dark-red-1000": "#fef1f1";
|
|
629
|
-
readonly "dark-red-050": "#3b1212";
|
|
630
|
-
readonly "dark-red-600---0%": "#f8727400";
|
|
631
|
-
readonly "dark-red-600---10%": "#f872741a";
|
|
632
|
-
readonly "dark-grey-100": "#191919";
|
|
633
|
-
readonly "dark-grey-200": "#272727";
|
|
634
|
-
readonly "dark-grey-300": "#3c3c3c";
|
|
635
|
-
readonly "dark-grey-400": "#565656";
|
|
636
|
-
readonly "dark-grey-500": "#717070";
|
|
637
|
-
readonly "dark-grey-600": "#848484";
|
|
638
|
-
readonly "dark-grey-700": "#9c9c9c";
|
|
639
|
-
readonly "dark-grey-800": "#c3c3c3";
|
|
640
|
-
readonly "dark-grey-900": "#e1e1e1";
|
|
641
|
-
readonly "dark-grey-950": "#ffffff";
|
|
642
|
-
readonly "dark-grey-050---10%": "#0000001a";
|
|
643
|
-
readonly "dark-grey-050---20%": "#00000033";
|
|
644
|
-
readonly "dark-grey-050---30%": "#0000004d";
|
|
645
|
-
readonly "dark-grey-050---40%": "#00000066";
|
|
646
|
-
readonly "dark-grey-050---50%": "#00000080";
|
|
647
|
-
readonly "dark-grey-050---60%": "#00000099";
|
|
648
|
-
readonly "dark-grey-050---70%": "#000000b3";
|
|
649
|
-
readonly "dark-grey-050---80%": "#000000cc";
|
|
650
|
-
readonly "dark-grey-050---90%": "#000000e6";
|
|
651
|
-
readonly "dark-grey-950---10%": "#ffffff1a";
|
|
652
|
-
readonly "dark-grey-950---20%": "#ffffff33";
|
|
653
|
-
readonly "dark-grey-950---30%": "#ffffff4d";
|
|
654
|
-
readonly "dark-grey-950---40%": "#ffffff66";
|
|
655
|
-
readonly "dark-grey-950---50%": "#ffffff80";
|
|
656
|
-
readonly "dark-grey-950---60%": "#ffffff99";
|
|
657
|
-
readonly "dark-grey-950---70%": "#ffffffb3";
|
|
658
|
-
readonly "dark-grey-950---80%": "#ffffffcc";
|
|
659
|
-
readonly "dark-grey-950---90%": "#ffffffe6";
|
|
660
|
-
readonly "dark-grey-050": "#000000";
|
|
661
|
-
readonly "dark-grey-950---0%": "#ffffff00";
|
|
662
|
-
readonly "dark-grey-050---0%": "#00000000";
|
|
663
|
-
readonly "dark-grey-050---5%": "#0000000d";
|
|
664
|
-
readonly "dark-grey-950---5%": "#ffffff0d";
|
|
665
|
-
readonly "dark-grey-950---2%": "#ffffff05";
|
|
666
|
-
readonly "dark-orange-100": "#9e3300";
|
|
667
|
-
readonly "dark-orange-200": "#b23a00";
|
|
668
|
-
readonly "dark-orange-300": "#d64400";
|
|
669
|
-
readonly "dark-orange-400": "#ff5300";
|
|
670
|
-
readonly "dark-orange-500": "#ff702a";
|
|
671
|
-
readonly "dark-orange-600": "#ff8c55";
|
|
672
|
-
readonly "dark-orange-700": "#ffa97f";
|
|
673
|
-
readonly "dark-orange-800": "#ffc2a4";
|
|
674
|
-
readonly "dark-orange-900": "#ffddcc";
|
|
675
|
-
readonly "dark-orange-950": "#fef0e9";
|
|
676
|
-
readonly "dark-orange-050": "#662100";
|
|
677
|
-
readonly "dark-crypto-colors-aion": "#212529";
|
|
678
|
-
readonly "dark-crypto-colors-algorand": "#00a478";
|
|
679
|
-
readonly "dark-crypto-colors-bytecoin": "#f04086";
|
|
680
|
-
readonly "dark-crypto-colors-avax": "#e84142";
|
|
681
|
-
readonly "dark-crypto-colors-bat": "#ff5000";
|
|
682
|
-
readonly "dark-crypto-colors-bgb": "#00e0ff";
|
|
683
|
-
readonly "dark-crypto-colors-bitcoin": "#f7931a";
|
|
684
|
-
readonly "dark-crypto-colors-bitcoin-cash": "#0ac18e";
|
|
685
|
-
readonly "dark-crypto-colors-bitcoin-gold": "#152569";
|
|
686
|
-
readonly "dark-crypto-colors-bitcoin-sv": "#eab300";
|
|
687
|
-
readonly "dark-crypto-colors-bincance": "#f5bc00";
|
|
688
|
-
readonly "dark-crypto-colors-cardano": "#0033ad";
|
|
689
|
-
readonly "dark-crypto-colors-cosmos": "#2e3148";
|
|
690
|
-
readonly "dark-crypto-colors-compound": "#00d395";
|
|
691
|
-
readonly "dark-crypto-colors-celo": "#fcff52";
|
|
692
|
-
readonly "dark-crypto-colors-chainlink": "#2a5ada";
|
|
693
|
-
readonly "dark-crypto-colors-cro": "#002d74";
|
|
694
|
-
readonly "dark-crypto-colors-dash": "#008ce7";
|
|
695
|
-
readonly "dark-crypto-colors-dai": "#f5ac37";
|
|
696
|
-
readonly "dark-crypto-colors-decred": "#2970ff";
|
|
697
|
-
readonly "dark-crypto-colors-digibyte": "#0066cc";
|
|
698
|
-
readonly "dark-crypto-colors-dogecoin": "#c3a634";
|
|
699
|
-
readonly "dark-crypto-colors-dydx": "#6966ff";
|
|
700
|
-
readonly "dark-crypto-colors-dym": "#f1e1d4";
|
|
701
|
-
readonly "dark-crypto-colors-elrond": "#000000";
|
|
702
|
-
readonly "dark-crypto-colors-eng": "#2f2f2f";
|
|
703
|
-
readonly "dark-crypto-colors-eos": "#000000";
|
|
704
|
-
readonly "dark-crypto-colors-ethergem": "#4a4ab6";
|
|
705
|
-
readonly "dark-crypto-colors-ethereum": "#454a75";
|
|
706
|
-
readonly "dark-crypto-colors-ethereum-classic": "#0b8311";
|
|
707
|
-
readonly "dark-crypto-colors-flr": "#e62058";
|
|
708
|
-
readonly "dark-crypto-colors-ftm": "#1969ff";
|
|
709
|
-
readonly "dark-crypto-colors-hedera": "#000000";
|
|
710
|
-
readonly "dark-crypto-colors-hnt": "#474dff";
|
|
711
|
-
readonly "dark-crypto-colors-huobi": "#357ce1";
|
|
712
|
-
readonly "dark-crypto-colors-iota": "#000000";
|
|
713
|
-
readonly "dark-crypto-colors-komodo": "#41ead4";
|
|
714
|
-
readonly "dark-crypto-colors-leo": "#000000";
|
|
715
|
-
readonly "dark-crypto-colors-litecoin": "#345d9d";
|
|
716
|
-
readonly "dark-crypto-colors-monero": "#f26822";
|
|
717
|
-
readonly "dark-crypto-colors-multiverse-x": "#23f7dd";
|
|
718
|
-
readonly "dark-crypto-colors-nano": "#5d8eb2";
|
|
719
|
-
readonly "dark-crypto-colors-near": "#1c1d1f";
|
|
720
|
-
readonly "dark-crypto-colors-neo": "#7dd224";
|
|
721
|
-
readonly "dark-crypto-colors-nimiq": "#f8b425";
|
|
722
|
-
readonly "dark-crypto-colors-omg-network": "#000000";
|
|
723
|
-
readonly "dark-crypto-colors-okb": "#2d60e0";
|
|
724
|
-
readonly "dark-crypto-colors-osmo": "#302dbb";
|
|
725
|
-
readonly "dark-crypto-colors-peercoin": "#3cb054";
|
|
726
|
-
readonly "dark-crypto-colors-pirl": "#357ce1";
|
|
727
|
-
readonly "dark-crypto-colors-pivx": "#5c4c7c";
|
|
728
|
-
readonly "dark-crypto-colors-polkadot": "#e6007a";
|
|
729
|
-
readonly "dark-crypto-colors-polygon": "#8247e5";
|
|
730
|
-
readonly "dark-crypto-colors-sats": "#ff8b00";
|
|
731
|
-
readonly "dark-crypto-colors-stellar": "#000000";
|
|
732
|
-
readonly "dark-crypto-colors-sol": "#9945ff";
|
|
733
|
-
readonly "dark-crypto-colors-tether-usdt": "#00a478";
|
|
734
|
-
readonly "dark-crypto-colors-tezos": "#2c7df7";
|
|
735
|
-
readonly "dark-crypto-colors-tkx": "#fd6a1f";
|
|
736
|
-
readonly "dark-crypto-colors-tron": "#ff060a";
|
|
737
|
-
readonly "dark-crypto-colors-uniswap": "#ff007a";
|
|
738
|
-
readonly "dark-crypto-colors-tusd": "#1a5aff";
|
|
739
|
-
readonly "dark-crypto-colors-usdc": "#f04086";
|
|
740
|
-
readonly "dark-crypto-colors-uni": "#f04086";
|
|
741
|
-
readonly "dark-crypto-colors-waves": "#0055ff";
|
|
742
|
-
readonly "dark-crypto-colors-xrp": "#333333";
|
|
743
|
-
readonly "dark-crypto-colors-xin": "#1eb5fa";
|
|
744
|
-
readonly "dark-crypto-colors-yieldly": "#f3b732";
|
|
745
|
-
readonly "dark-crypto-colors-zcash": "#f4b728";
|
|
746
|
-
readonly "dark-discover-1inch": "#212529";
|
|
747
|
-
readonly "dark-discover-changelly": "#10d078";
|
|
748
|
-
readonly "dark-discover-loopipay-blue": "#0050ff";
|
|
749
|
-
readonly "dark-discover-loopipay-black": "#0e0d13";
|
|
750
|
-
readonly "dark-discover-loopipay-lime-2": "#e1fb61";
|
|
751
|
-
readonly "dark-discover-simplex": "#2ea836";
|
|
752
|
-
readonly "dark-discover-baanx": "#003edd";
|
|
753
|
-
readonly "dark-discover-mercuryo": "#212529";
|
|
754
|
-
readonly "dark-discover-juno": "#4643ee";
|
|
755
|
-
readonly "dark-discover-sardine": "#2d29d7";
|
|
756
|
-
readonly "dark-discover-compound": "#00d395";
|
|
757
|
-
readonly "dark-discover-deversifi": "#6436ff";
|
|
758
|
-
readonly "dark-discover-lido": "#47a1f8";
|
|
759
|
-
readonly "dark-discover-opensea": "#2081e2";
|
|
760
|
-
readonly "dark-discover-paraswap": "#266ef0";
|
|
761
|
-
readonly "dark-discover-rarible": "#feda03";
|
|
762
|
-
readonly "dark-discover-zerion": "#2962ef";
|
|
763
|
-
readonly "dark-discover-bitrefill": "#449bf7";
|
|
764
|
-
readonly "dark-purple-100": "#6a3794";
|
|
765
|
-
readonly "dark-purple-200": "#7e4ea5";
|
|
766
|
-
readonly "dark-purple-300": "#b380dd";
|
|
767
|
-
readonly "dark-purple-400": "#d4a0ff";
|
|
768
|
-
readonly "dark-purple-500": "#ddb3ff";
|
|
769
|
-
readonly "dark-purple-600": "#e5c6ff";
|
|
770
|
-
readonly "dark-purple-700": "#eed9ff";
|
|
771
|
-
readonly "dark-purple-800": "#f2e2ff";
|
|
772
|
-
readonly "dark-purple-900": "#f6ecff";
|
|
773
|
-
readonly "dark-purple-950": "#fbf5ff";
|
|
774
|
-
readonly "dark-purple-050": "#3f2058";
|
|
775
|
-
};
|
|
776
|
-
//# sourceMappingURL=design-tokens.d.ts.map
|