@ledgerhq/lumen-design-core 0.0.40 → 0.0.41
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/dist/themes/css/enterprise/theme.dark-css.d.ts.map +1 -1
- package/dist/themes/css/enterprise/theme.dark-css.js +8 -0
- package/dist/themes/css/enterprise/theme.light-css.d.ts.map +1 -1
- package/dist/themes/css/enterprise/theme.light-css.js +8 -0
- package/dist/themes/css/ledger-live/theme.dark-css.d.ts.map +1 -1
- package/dist/themes/css/ledger-live/theme.dark-css.js +4 -0
- package/dist/themes/css/ledger-live/theme.light-css.d.ts.map +1 -1
- package/dist/themes/css/ledger-live/theme.light-css.js +4 -0
- package/dist/themes/css/websites/theme.dark-css.d.ts.map +1 -1
- package/dist/themes/css/websites/theme.dark-css.js +8 -0
- package/dist/themes/css/websites/theme.light-css.d.ts.map +1 -1
- package/dist/themes/css/websites/theme.light-css.js +8 -0
- package/dist/themes/js/enterprise/theme.d.ts +434 -0
- package/dist/themes/js/enterprise/theme.d.ts.map +1 -1
- package/dist/themes/js/enterprise/theme.dark.d.ts +217 -0
- package/dist/themes/js/enterprise/theme.dark.d.ts.map +1 -1
- package/dist/themes/js/enterprise/theme.dark.js +75 -71
- package/dist/themes/js/enterprise/theme.light.d.ts +217 -0
- package/dist/themes/js/enterprise/theme.light.d.ts.map +1 -1
- package/dist/themes/js/enterprise/theme.light.js +75 -71
- package/dist/themes/js/ledger-live/theme.d.ts +434 -0
- package/dist/themes/js/ledger-live/theme.d.ts.map +1 -1
- package/dist/themes/js/ledger-live/theme.dark.d.ts +217 -0
- package/dist/themes/js/ledger-live/theme.dark.d.ts.map +1 -1
- package/dist/themes/js/ledger-live/theme.dark.js +75 -71
- package/dist/themes/js/ledger-live/theme.light.d.ts +217 -0
- package/dist/themes/js/ledger-live/theme.light.d.ts.map +1 -1
- package/dist/themes/js/ledger-live/theme.light.js +75 -71
- package/dist/themes/js/primitives/primitive.colors.d.ts +146 -142
- package/dist/themes/js/primitives/primitive.colors.d.ts.map +1 -1
- package/dist/themes/js/primitives/primitive.colors.js +146 -142
- package/dist/themes/js/primitives/primitive.gradients.d.ts +437 -0
- package/dist/themes/js/primitives/primitive.gradients.d.ts.map +1 -0
- package/dist/themes/js/primitives/primitive.gradients.js +9 -0
- package/dist/themes/js/types.d.ts +19 -0
- package/dist/themes/js/types.d.ts.map +1 -1
- package/dist/themes/js/utils/extractCryptoGradients.d.ts +216 -0
- package/dist/themes/js/utils/extractCryptoGradients.d.ts.map +1 -0
- package/dist/themes/js/utils/extractCryptoGradients.js +22 -0
- package/dist/themes/js/websites/theme.d.ts +434 -0
- package/dist/themes/js/websites/theme.d.ts.map +1 -1
- package/dist/themes/js/websites/theme.dark.d.ts +217 -0
- package/dist/themes/js/websites/theme.dark.d.ts.map +1 -1
- package/dist/themes/js/websites/theme.dark.js +75 -71
- package/dist/themes/js/websites/theme.light.d.ts +217 -0
- package/dist/themes/js/websites/theme.light.d.ts.map +1 -1
- package/dist/themes/js/websites/theme.light.js +75 -71
- package/package.json +1 -1
|
@@ -0,0 +1,216 @@
|
|
|
1
|
+
export declare const extractCryptoGradients: (mode: "dark" | "light") => {
|
|
2
|
+
aion: {
|
|
3
|
+
color: string;
|
|
4
|
+
}[];
|
|
5
|
+
algorand: {
|
|
6
|
+
color: string;
|
|
7
|
+
}[];
|
|
8
|
+
avax: {
|
|
9
|
+
color: string;
|
|
10
|
+
}[];
|
|
11
|
+
bat: {
|
|
12
|
+
color: string;
|
|
13
|
+
}[];
|
|
14
|
+
bgb: {
|
|
15
|
+
color: string;
|
|
16
|
+
}[];
|
|
17
|
+
bitcoin: {
|
|
18
|
+
color: string;
|
|
19
|
+
}[];
|
|
20
|
+
bitcoinCash: {
|
|
21
|
+
color: string;
|
|
22
|
+
}[];
|
|
23
|
+
bitcoinGold: {
|
|
24
|
+
color: string;
|
|
25
|
+
}[];
|
|
26
|
+
bitcoinSv: {
|
|
27
|
+
color: string;
|
|
28
|
+
}[];
|
|
29
|
+
binance: {
|
|
30
|
+
color: string;
|
|
31
|
+
}[];
|
|
32
|
+
bytecoin: {
|
|
33
|
+
color: string;
|
|
34
|
+
}[];
|
|
35
|
+
cardano: {
|
|
36
|
+
color: string;
|
|
37
|
+
}[];
|
|
38
|
+
cosmos: {
|
|
39
|
+
color: string;
|
|
40
|
+
}[];
|
|
41
|
+
compound: {
|
|
42
|
+
color: string;
|
|
43
|
+
}[];
|
|
44
|
+
celo: {
|
|
45
|
+
color: string;
|
|
46
|
+
}[];
|
|
47
|
+
celo2: {
|
|
48
|
+
color: string;
|
|
49
|
+
}[];
|
|
50
|
+
chainlink: {
|
|
51
|
+
color: string;
|
|
52
|
+
}[];
|
|
53
|
+
cro: {
|
|
54
|
+
color: string;
|
|
55
|
+
}[];
|
|
56
|
+
dash: {
|
|
57
|
+
color: string;
|
|
58
|
+
}[];
|
|
59
|
+
dai: {
|
|
60
|
+
color: string;
|
|
61
|
+
}[];
|
|
62
|
+
decred: {
|
|
63
|
+
color: string;
|
|
64
|
+
}[];
|
|
65
|
+
digibyte: {
|
|
66
|
+
color: string;
|
|
67
|
+
}[];
|
|
68
|
+
dogecoin: {
|
|
69
|
+
color: string;
|
|
70
|
+
}[];
|
|
71
|
+
dydx: {
|
|
72
|
+
color: string;
|
|
73
|
+
}[];
|
|
74
|
+
dym: {
|
|
75
|
+
color: string;
|
|
76
|
+
}[];
|
|
77
|
+
elrond: {
|
|
78
|
+
color: string;
|
|
79
|
+
}[];
|
|
80
|
+
eng: {
|
|
81
|
+
color: string;
|
|
82
|
+
}[];
|
|
83
|
+
eos: {
|
|
84
|
+
color: string;
|
|
85
|
+
}[];
|
|
86
|
+
ethergem: {
|
|
87
|
+
color: string;
|
|
88
|
+
}[];
|
|
89
|
+
ethereum: {
|
|
90
|
+
color: string;
|
|
91
|
+
}[];
|
|
92
|
+
ethereumClassic: {
|
|
93
|
+
color: string;
|
|
94
|
+
}[];
|
|
95
|
+
flr: {
|
|
96
|
+
color: string;
|
|
97
|
+
}[];
|
|
98
|
+
ftm: {
|
|
99
|
+
color: string;
|
|
100
|
+
}[];
|
|
101
|
+
hedera: {
|
|
102
|
+
color: string;
|
|
103
|
+
}[];
|
|
104
|
+
hnt: {
|
|
105
|
+
color: string;
|
|
106
|
+
}[];
|
|
107
|
+
huobi: {
|
|
108
|
+
color: string;
|
|
109
|
+
}[];
|
|
110
|
+
iota: {
|
|
111
|
+
color: string;
|
|
112
|
+
}[];
|
|
113
|
+
komodo: {
|
|
114
|
+
color: string;
|
|
115
|
+
}[];
|
|
116
|
+
leo: {
|
|
117
|
+
color: string;
|
|
118
|
+
}[];
|
|
119
|
+
litecoin: {
|
|
120
|
+
color: string;
|
|
121
|
+
}[];
|
|
122
|
+
monero: {
|
|
123
|
+
color: string;
|
|
124
|
+
}[];
|
|
125
|
+
multiverseX: {
|
|
126
|
+
color: string;
|
|
127
|
+
}[];
|
|
128
|
+
nano: {
|
|
129
|
+
color: string;
|
|
130
|
+
}[];
|
|
131
|
+
near: {
|
|
132
|
+
color: string;
|
|
133
|
+
}[];
|
|
134
|
+
neo: {
|
|
135
|
+
color: string;
|
|
136
|
+
}[];
|
|
137
|
+
nimiq: {
|
|
138
|
+
color: string;
|
|
139
|
+
}[];
|
|
140
|
+
omgNetwork: {
|
|
141
|
+
color: string;
|
|
142
|
+
}[];
|
|
143
|
+
okb: {
|
|
144
|
+
color: string;
|
|
145
|
+
}[];
|
|
146
|
+
osmo: {
|
|
147
|
+
color: string;
|
|
148
|
+
}[];
|
|
149
|
+
peercoin: {
|
|
150
|
+
color: string;
|
|
151
|
+
}[];
|
|
152
|
+
pirl: {
|
|
153
|
+
color: string;
|
|
154
|
+
}[];
|
|
155
|
+
pivx: {
|
|
156
|
+
color: string;
|
|
157
|
+
}[];
|
|
158
|
+
polkadot: {
|
|
159
|
+
color: string;
|
|
160
|
+
}[];
|
|
161
|
+
polygon: {
|
|
162
|
+
color: string;
|
|
163
|
+
}[];
|
|
164
|
+
qnt: {
|
|
165
|
+
color: string;
|
|
166
|
+
}[];
|
|
167
|
+
sats: {
|
|
168
|
+
color: string;
|
|
169
|
+
}[];
|
|
170
|
+
stellar: {
|
|
171
|
+
color: string;
|
|
172
|
+
}[];
|
|
173
|
+
sol: {
|
|
174
|
+
color: string;
|
|
175
|
+
}[];
|
|
176
|
+
tetherUsdt: {
|
|
177
|
+
color: string;
|
|
178
|
+
}[];
|
|
179
|
+
tezos: {
|
|
180
|
+
color: string;
|
|
181
|
+
}[];
|
|
182
|
+
tkx: {
|
|
183
|
+
color: string;
|
|
184
|
+
}[];
|
|
185
|
+
tron: {
|
|
186
|
+
color: string;
|
|
187
|
+
}[];
|
|
188
|
+
uniswap: {
|
|
189
|
+
color: string;
|
|
190
|
+
}[];
|
|
191
|
+
tusd: {
|
|
192
|
+
color: string;
|
|
193
|
+
}[];
|
|
194
|
+
usdc: {
|
|
195
|
+
color: string;
|
|
196
|
+
}[];
|
|
197
|
+
uni: {
|
|
198
|
+
color: string;
|
|
199
|
+
}[];
|
|
200
|
+
waves: {
|
|
201
|
+
color: string;
|
|
202
|
+
}[];
|
|
203
|
+
xrp: {
|
|
204
|
+
color: string;
|
|
205
|
+
}[];
|
|
206
|
+
xin: {
|
|
207
|
+
color: string;
|
|
208
|
+
}[];
|
|
209
|
+
yieldly: {
|
|
210
|
+
color: string;
|
|
211
|
+
}[];
|
|
212
|
+
zcash: {
|
|
213
|
+
color: string;
|
|
214
|
+
}[];
|
|
215
|
+
};
|
|
216
|
+
//# sourceMappingURL=extractCryptoGradients.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"extractCryptoGradients.d.ts","sourceRoot":"","sources":["../../../../src/themes/js/utils/extractCryptoGradients.ts"],"names":[],"mappings":"AAUA,eAAO,MAAM,sBAAsB,GAAI,MAAM,MAAM,GAAG,OAAO;;eAKJ,MAAM;;;eAAN,MAAM;;;eAAN,MAAM;;;eAAN,MAAM;;;eAAN,MAAM;;;eAAN,MAAM;;;eAAN,MAAM;;;eAAN,MAAM;;;eAAN,MAAM;;;eAAN,MAAM;;;eAAN,MAAM;;;eAAN,MAAM;;;eAAN,MAAM;;;eAAN,MAAM;;;eAAN,MAAM;;;eAAN,MAAM;;;eAAN,MAAM;;;eAAN,MAAM;;;eAAN,MAAM;;;eAAN,MAAM;;;eAAN,MAAM;;;eAAN,MAAM;;;eAAN,MAAM;;;eAAN,MAAM;;;eAAN,MAAM;;;eAAN,MAAM;;;eAAN,MAAM;;;eAAN,MAAM;;;eAAN,MAAM;;;eAAN,MAAM;;;eAAN,MAAM;;;eAAN,MAAM;;;eAAN,MAAM;;;eAAN,MAAM;;;eAAN,MAAM;;;eAAN,MAAM;;;eAAN,MAAM;;;eAAN,MAAM;;;eAAN,MAAM;;;eAAN,MAAM;;;eAAN,MAAM;;;eAAN,MAAM;;;eAAN,MAAM;;;eAAN,MAAM;;;eAAN,MAAM;;;eAAN,MAAM;;;eAAN,MAAM;;;eAAN,MAAM;;;eAAN,MAAM;;;eAAN,MAAM;;;eAAN,MAAM;;;eAAN,MAAM;;;eAAN,MAAM;;;eAAN,MAAM;;;eAAN,MAAM;;;eAAN,MAAM;;;eAAN,MAAM;;;eAAN,MAAM;;;eAAN,MAAM;;;eAAN,MAAM;;;eAAN,MAAM;;;eAAN,MAAM;;;eAAN,MAAM;;;eAAN,MAAM;;;eAAN,MAAM;;;eAAN,MAAM;;;eAAN,MAAM;;;eAAN,MAAM;;;eAAN,MAAM;;;eAAN,MAAM;;;eAAN,MAAM;;CAgB9D,CAAC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { primitiveColorTokens } from '../primitives/primitive.colors';
|
|
2
|
+
function typedKeys(obj) {
|
|
3
|
+
return Object.keys(obj);
|
|
4
|
+
}
|
|
5
|
+
export const extractCryptoGradients = (mode) => {
|
|
6
|
+
const cryptoColors = primitiveColorTokens[mode].crypto;
|
|
7
|
+
const cryptoTransparentColors = primitiveColorTokens[mode].cryptoTransparent;
|
|
8
|
+
const keys = typedKeys(cryptoColors);
|
|
9
|
+
return keys.reduce((acc, colorKey) => {
|
|
10
|
+
return {
|
|
11
|
+
...acc,
|
|
12
|
+
[colorKey]: [
|
|
13
|
+
{
|
|
14
|
+
color: cryptoColors[colorKey],
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
color: cryptoTransparentColors[colorKey],
|
|
18
|
+
},
|
|
19
|
+
],
|
|
20
|
+
};
|
|
21
|
+
}, {});
|
|
22
|
+
};
|
|
@@ -1172,6 +1172,223 @@ export declare const websitesThemes: {
|
|
|
1172
1172
|
readonly success: "#6ec85c";
|
|
1173
1173
|
readonly icon: "#ffffff0d";
|
|
1174
1174
|
};
|
|
1175
|
+
readonly gradients: {
|
|
1176
|
+
readonly crypto: {
|
|
1177
|
+
aion: {
|
|
1178
|
+
color: string;
|
|
1179
|
+
}[];
|
|
1180
|
+
algorand: {
|
|
1181
|
+
color: string;
|
|
1182
|
+
}[];
|
|
1183
|
+
avax: {
|
|
1184
|
+
color: string;
|
|
1185
|
+
}[];
|
|
1186
|
+
bat: {
|
|
1187
|
+
color: string;
|
|
1188
|
+
}[];
|
|
1189
|
+
bgb: {
|
|
1190
|
+
color: string;
|
|
1191
|
+
}[];
|
|
1192
|
+
bitcoin: {
|
|
1193
|
+
color: string;
|
|
1194
|
+
}[];
|
|
1195
|
+
bitcoinCash: {
|
|
1196
|
+
color: string;
|
|
1197
|
+
}[];
|
|
1198
|
+
bitcoinGold: {
|
|
1199
|
+
color: string;
|
|
1200
|
+
}[];
|
|
1201
|
+
bitcoinSv: {
|
|
1202
|
+
color: string;
|
|
1203
|
+
}[];
|
|
1204
|
+
binance: {
|
|
1205
|
+
color: string;
|
|
1206
|
+
}[];
|
|
1207
|
+
bytecoin: {
|
|
1208
|
+
color: string;
|
|
1209
|
+
}[];
|
|
1210
|
+
cardano: {
|
|
1211
|
+
color: string;
|
|
1212
|
+
}[];
|
|
1213
|
+
cosmos: {
|
|
1214
|
+
color: string;
|
|
1215
|
+
}[];
|
|
1216
|
+
compound: {
|
|
1217
|
+
color: string;
|
|
1218
|
+
}[];
|
|
1219
|
+
celo: {
|
|
1220
|
+
color: string;
|
|
1221
|
+
}[];
|
|
1222
|
+
celo2: {
|
|
1223
|
+
color: string;
|
|
1224
|
+
}[];
|
|
1225
|
+
chainlink: {
|
|
1226
|
+
color: string;
|
|
1227
|
+
}[];
|
|
1228
|
+
cro: {
|
|
1229
|
+
color: string;
|
|
1230
|
+
}[];
|
|
1231
|
+
dash: {
|
|
1232
|
+
color: string;
|
|
1233
|
+
}[];
|
|
1234
|
+
dai: {
|
|
1235
|
+
color: string;
|
|
1236
|
+
}[];
|
|
1237
|
+
decred: {
|
|
1238
|
+
color: string;
|
|
1239
|
+
}[];
|
|
1240
|
+
digibyte: {
|
|
1241
|
+
color: string;
|
|
1242
|
+
}[];
|
|
1243
|
+
dogecoin: {
|
|
1244
|
+
color: string;
|
|
1245
|
+
}[];
|
|
1246
|
+
dydx: {
|
|
1247
|
+
color: string;
|
|
1248
|
+
}[];
|
|
1249
|
+
dym: {
|
|
1250
|
+
color: string;
|
|
1251
|
+
}[];
|
|
1252
|
+
elrond: {
|
|
1253
|
+
color: string;
|
|
1254
|
+
}[];
|
|
1255
|
+
eng: {
|
|
1256
|
+
color: string;
|
|
1257
|
+
}[];
|
|
1258
|
+
eos: {
|
|
1259
|
+
color: string;
|
|
1260
|
+
}[];
|
|
1261
|
+
ethergem: {
|
|
1262
|
+
color: string;
|
|
1263
|
+
}[];
|
|
1264
|
+
ethereum: {
|
|
1265
|
+
color: string;
|
|
1266
|
+
}[];
|
|
1267
|
+
ethereumClassic: {
|
|
1268
|
+
color: string;
|
|
1269
|
+
}[];
|
|
1270
|
+
flr: {
|
|
1271
|
+
color: string;
|
|
1272
|
+
}[];
|
|
1273
|
+
ftm: {
|
|
1274
|
+
color: string;
|
|
1275
|
+
}[];
|
|
1276
|
+
hedera: {
|
|
1277
|
+
color: string;
|
|
1278
|
+
}[];
|
|
1279
|
+
hnt: {
|
|
1280
|
+
color: string;
|
|
1281
|
+
}[];
|
|
1282
|
+
huobi: {
|
|
1283
|
+
color: string;
|
|
1284
|
+
}[];
|
|
1285
|
+
iota: {
|
|
1286
|
+
color: string;
|
|
1287
|
+
}[];
|
|
1288
|
+
komodo: {
|
|
1289
|
+
color: string;
|
|
1290
|
+
}[];
|
|
1291
|
+
leo: {
|
|
1292
|
+
color: string;
|
|
1293
|
+
}[];
|
|
1294
|
+
litecoin: {
|
|
1295
|
+
color: string;
|
|
1296
|
+
}[];
|
|
1297
|
+
monero: {
|
|
1298
|
+
color: string;
|
|
1299
|
+
}[];
|
|
1300
|
+
multiverseX: {
|
|
1301
|
+
color: string;
|
|
1302
|
+
}[];
|
|
1303
|
+
nano: {
|
|
1304
|
+
color: string;
|
|
1305
|
+
}[];
|
|
1306
|
+
near: {
|
|
1307
|
+
color: string;
|
|
1308
|
+
}[];
|
|
1309
|
+
neo: {
|
|
1310
|
+
color: string;
|
|
1311
|
+
}[];
|
|
1312
|
+
nimiq: {
|
|
1313
|
+
color: string;
|
|
1314
|
+
}[];
|
|
1315
|
+
omgNetwork: {
|
|
1316
|
+
color: string;
|
|
1317
|
+
}[];
|
|
1318
|
+
okb: {
|
|
1319
|
+
color: string;
|
|
1320
|
+
}[];
|
|
1321
|
+
osmo: {
|
|
1322
|
+
color: string;
|
|
1323
|
+
}[];
|
|
1324
|
+
peercoin: {
|
|
1325
|
+
color: string;
|
|
1326
|
+
}[];
|
|
1327
|
+
pirl: {
|
|
1328
|
+
color: string;
|
|
1329
|
+
}[];
|
|
1330
|
+
pivx: {
|
|
1331
|
+
color: string;
|
|
1332
|
+
}[];
|
|
1333
|
+
polkadot: {
|
|
1334
|
+
color: string;
|
|
1335
|
+
}[];
|
|
1336
|
+
polygon: {
|
|
1337
|
+
color: string;
|
|
1338
|
+
}[];
|
|
1339
|
+
qnt: {
|
|
1340
|
+
color: string;
|
|
1341
|
+
}[];
|
|
1342
|
+
sats: {
|
|
1343
|
+
color: string;
|
|
1344
|
+
}[];
|
|
1345
|
+
stellar: {
|
|
1346
|
+
color: string;
|
|
1347
|
+
}[];
|
|
1348
|
+
sol: {
|
|
1349
|
+
color: string;
|
|
1350
|
+
}[];
|
|
1351
|
+
tetherUsdt: {
|
|
1352
|
+
color: string;
|
|
1353
|
+
}[];
|
|
1354
|
+
tezos: {
|
|
1355
|
+
color: string;
|
|
1356
|
+
}[];
|
|
1357
|
+
tkx: {
|
|
1358
|
+
color: string;
|
|
1359
|
+
}[];
|
|
1360
|
+
tron: {
|
|
1361
|
+
color: string;
|
|
1362
|
+
}[];
|
|
1363
|
+
uniswap: {
|
|
1364
|
+
color: string;
|
|
1365
|
+
}[];
|
|
1366
|
+
tusd: {
|
|
1367
|
+
color: string;
|
|
1368
|
+
}[];
|
|
1369
|
+
usdc: {
|
|
1370
|
+
color: string;
|
|
1371
|
+
}[];
|
|
1372
|
+
uni: {
|
|
1373
|
+
color: string;
|
|
1374
|
+
}[];
|
|
1375
|
+
waves: {
|
|
1376
|
+
color: string;
|
|
1377
|
+
}[];
|
|
1378
|
+
xrp: {
|
|
1379
|
+
color: string;
|
|
1380
|
+
}[];
|
|
1381
|
+
xin: {
|
|
1382
|
+
color: string;
|
|
1383
|
+
}[];
|
|
1384
|
+
yieldly: {
|
|
1385
|
+
color: string;
|
|
1386
|
+
}[];
|
|
1387
|
+
zcash: {
|
|
1388
|
+
color: string;
|
|
1389
|
+
}[];
|
|
1390
|
+
};
|
|
1391
|
+
};
|
|
1175
1392
|
};
|
|
1176
1393
|
shadows: {
|
|
1177
1394
|
readonly sm: [{
|
|
@@ -2345,6 +2562,223 @@ export declare const websitesThemes: {
|
|
|
2345
2562
|
readonly success: "#47883a";
|
|
2346
2563
|
readonly icon: "#0000000d";
|
|
2347
2564
|
};
|
|
2565
|
+
readonly gradients: {
|
|
2566
|
+
readonly crypto: {
|
|
2567
|
+
aion: {
|
|
2568
|
+
color: string;
|
|
2569
|
+
}[];
|
|
2570
|
+
algorand: {
|
|
2571
|
+
color: string;
|
|
2572
|
+
}[];
|
|
2573
|
+
avax: {
|
|
2574
|
+
color: string;
|
|
2575
|
+
}[];
|
|
2576
|
+
bat: {
|
|
2577
|
+
color: string;
|
|
2578
|
+
}[];
|
|
2579
|
+
bgb: {
|
|
2580
|
+
color: string;
|
|
2581
|
+
}[];
|
|
2582
|
+
bitcoin: {
|
|
2583
|
+
color: string;
|
|
2584
|
+
}[];
|
|
2585
|
+
bitcoinCash: {
|
|
2586
|
+
color: string;
|
|
2587
|
+
}[];
|
|
2588
|
+
bitcoinGold: {
|
|
2589
|
+
color: string;
|
|
2590
|
+
}[];
|
|
2591
|
+
bitcoinSv: {
|
|
2592
|
+
color: string;
|
|
2593
|
+
}[];
|
|
2594
|
+
binance: {
|
|
2595
|
+
color: string;
|
|
2596
|
+
}[];
|
|
2597
|
+
bytecoin: {
|
|
2598
|
+
color: string;
|
|
2599
|
+
}[];
|
|
2600
|
+
cardano: {
|
|
2601
|
+
color: string;
|
|
2602
|
+
}[];
|
|
2603
|
+
cosmos: {
|
|
2604
|
+
color: string;
|
|
2605
|
+
}[];
|
|
2606
|
+
compound: {
|
|
2607
|
+
color: string;
|
|
2608
|
+
}[];
|
|
2609
|
+
celo: {
|
|
2610
|
+
color: string;
|
|
2611
|
+
}[];
|
|
2612
|
+
celo2: {
|
|
2613
|
+
color: string;
|
|
2614
|
+
}[];
|
|
2615
|
+
chainlink: {
|
|
2616
|
+
color: string;
|
|
2617
|
+
}[];
|
|
2618
|
+
cro: {
|
|
2619
|
+
color: string;
|
|
2620
|
+
}[];
|
|
2621
|
+
dash: {
|
|
2622
|
+
color: string;
|
|
2623
|
+
}[];
|
|
2624
|
+
dai: {
|
|
2625
|
+
color: string;
|
|
2626
|
+
}[];
|
|
2627
|
+
decred: {
|
|
2628
|
+
color: string;
|
|
2629
|
+
}[];
|
|
2630
|
+
digibyte: {
|
|
2631
|
+
color: string;
|
|
2632
|
+
}[];
|
|
2633
|
+
dogecoin: {
|
|
2634
|
+
color: string;
|
|
2635
|
+
}[];
|
|
2636
|
+
dydx: {
|
|
2637
|
+
color: string;
|
|
2638
|
+
}[];
|
|
2639
|
+
dym: {
|
|
2640
|
+
color: string;
|
|
2641
|
+
}[];
|
|
2642
|
+
elrond: {
|
|
2643
|
+
color: string;
|
|
2644
|
+
}[];
|
|
2645
|
+
eng: {
|
|
2646
|
+
color: string;
|
|
2647
|
+
}[];
|
|
2648
|
+
eos: {
|
|
2649
|
+
color: string;
|
|
2650
|
+
}[];
|
|
2651
|
+
ethergem: {
|
|
2652
|
+
color: string;
|
|
2653
|
+
}[];
|
|
2654
|
+
ethereum: {
|
|
2655
|
+
color: string;
|
|
2656
|
+
}[];
|
|
2657
|
+
ethereumClassic: {
|
|
2658
|
+
color: string;
|
|
2659
|
+
}[];
|
|
2660
|
+
flr: {
|
|
2661
|
+
color: string;
|
|
2662
|
+
}[];
|
|
2663
|
+
ftm: {
|
|
2664
|
+
color: string;
|
|
2665
|
+
}[];
|
|
2666
|
+
hedera: {
|
|
2667
|
+
color: string;
|
|
2668
|
+
}[];
|
|
2669
|
+
hnt: {
|
|
2670
|
+
color: string;
|
|
2671
|
+
}[];
|
|
2672
|
+
huobi: {
|
|
2673
|
+
color: string;
|
|
2674
|
+
}[];
|
|
2675
|
+
iota: {
|
|
2676
|
+
color: string;
|
|
2677
|
+
}[];
|
|
2678
|
+
komodo: {
|
|
2679
|
+
color: string;
|
|
2680
|
+
}[];
|
|
2681
|
+
leo: {
|
|
2682
|
+
color: string;
|
|
2683
|
+
}[];
|
|
2684
|
+
litecoin: {
|
|
2685
|
+
color: string;
|
|
2686
|
+
}[];
|
|
2687
|
+
monero: {
|
|
2688
|
+
color: string;
|
|
2689
|
+
}[];
|
|
2690
|
+
multiverseX: {
|
|
2691
|
+
color: string;
|
|
2692
|
+
}[];
|
|
2693
|
+
nano: {
|
|
2694
|
+
color: string;
|
|
2695
|
+
}[];
|
|
2696
|
+
near: {
|
|
2697
|
+
color: string;
|
|
2698
|
+
}[];
|
|
2699
|
+
neo: {
|
|
2700
|
+
color: string;
|
|
2701
|
+
}[];
|
|
2702
|
+
nimiq: {
|
|
2703
|
+
color: string;
|
|
2704
|
+
}[];
|
|
2705
|
+
omgNetwork: {
|
|
2706
|
+
color: string;
|
|
2707
|
+
}[];
|
|
2708
|
+
okb: {
|
|
2709
|
+
color: string;
|
|
2710
|
+
}[];
|
|
2711
|
+
osmo: {
|
|
2712
|
+
color: string;
|
|
2713
|
+
}[];
|
|
2714
|
+
peercoin: {
|
|
2715
|
+
color: string;
|
|
2716
|
+
}[];
|
|
2717
|
+
pirl: {
|
|
2718
|
+
color: string;
|
|
2719
|
+
}[];
|
|
2720
|
+
pivx: {
|
|
2721
|
+
color: string;
|
|
2722
|
+
}[];
|
|
2723
|
+
polkadot: {
|
|
2724
|
+
color: string;
|
|
2725
|
+
}[];
|
|
2726
|
+
polygon: {
|
|
2727
|
+
color: string;
|
|
2728
|
+
}[];
|
|
2729
|
+
qnt: {
|
|
2730
|
+
color: string;
|
|
2731
|
+
}[];
|
|
2732
|
+
sats: {
|
|
2733
|
+
color: string;
|
|
2734
|
+
}[];
|
|
2735
|
+
stellar: {
|
|
2736
|
+
color: string;
|
|
2737
|
+
}[];
|
|
2738
|
+
sol: {
|
|
2739
|
+
color: string;
|
|
2740
|
+
}[];
|
|
2741
|
+
tetherUsdt: {
|
|
2742
|
+
color: string;
|
|
2743
|
+
}[];
|
|
2744
|
+
tezos: {
|
|
2745
|
+
color: string;
|
|
2746
|
+
}[];
|
|
2747
|
+
tkx: {
|
|
2748
|
+
color: string;
|
|
2749
|
+
}[];
|
|
2750
|
+
tron: {
|
|
2751
|
+
color: string;
|
|
2752
|
+
}[];
|
|
2753
|
+
uniswap: {
|
|
2754
|
+
color: string;
|
|
2755
|
+
}[];
|
|
2756
|
+
tusd: {
|
|
2757
|
+
color: string;
|
|
2758
|
+
}[];
|
|
2759
|
+
usdc: {
|
|
2760
|
+
color: string;
|
|
2761
|
+
}[];
|
|
2762
|
+
uni: {
|
|
2763
|
+
color: string;
|
|
2764
|
+
}[];
|
|
2765
|
+
waves: {
|
|
2766
|
+
color: string;
|
|
2767
|
+
}[];
|
|
2768
|
+
xrp: {
|
|
2769
|
+
color: string;
|
|
2770
|
+
}[];
|
|
2771
|
+
xin: {
|
|
2772
|
+
color: string;
|
|
2773
|
+
}[];
|
|
2774
|
+
yieldly: {
|
|
2775
|
+
color: string;
|
|
2776
|
+
}[];
|
|
2777
|
+
zcash: {
|
|
2778
|
+
color: string;
|
|
2779
|
+
}[];
|
|
2780
|
+
};
|
|
2781
|
+
};
|
|
2348
2782
|
};
|
|
2349
2783
|
shadows: {
|
|
2350
2784
|
readonly sm: [{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"theme.d.ts","sourceRoot":"","sources":["../../../../src/themes/js/websites/theme.ts"],"names":[],"mappings":"AAOA,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAIJ,CAAC;AAY5B,eAAO,MAAM,cAAc
|
|
1
|
+
{"version":3,"file":"theme.d.ts","sourceRoot":"","sources":["../../../../src/themes/js/websites/theme.ts"],"names":[],"mappings":"AAOA,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAIJ,CAAC;AAY5B,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAG1B,CAAC"}
|