@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
|
@@ -1172,6 +1172,223 @@ export declare const enterpriseThemes: {
|
|
|
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 enterpriseThemes: {
|
|
|
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/enterprise/theme.ts"],"names":[],"mappings":"AAOA,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAIN,CAAC;AAY5B,eAAO,MAAM,gBAAgB
|
|
1
|
+
{"version":3,"file":"theme.d.ts","sourceRoot":"","sources":["../../../../src/themes/js/enterprise/theme.ts"],"names":[],"mappings":"AAOA,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAIN,CAAC;AAY5B,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAG5B,CAAC"}
|
|
@@ -273,5 +273,222 @@ export declare const enterpriseDarkColorTokens: {
|
|
|
273
273
|
readonly success: "#6ec85c";
|
|
274
274
|
readonly icon: "#ffffff0d";
|
|
275
275
|
};
|
|
276
|
+
readonly gradients: {
|
|
277
|
+
readonly crypto: {
|
|
278
|
+
aion: {
|
|
279
|
+
color: string;
|
|
280
|
+
}[];
|
|
281
|
+
algorand: {
|
|
282
|
+
color: string;
|
|
283
|
+
}[];
|
|
284
|
+
avax: {
|
|
285
|
+
color: string;
|
|
286
|
+
}[];
|
|
287
|
+
bat: {
|
|
288
|
+
color: string;
|
|
289
|
+
}[];
|
|
290
|
+
bgb: {
|
|
291
|
+
color: string;
|
|
292
|
+
}[];
|
|
293
|
+
bitcoin: {
|
|
294
|
+
color: string;
|
|
295
|
+
}[];
|
|
296
|
+
bitcoinCash: {
|
|
297
|
+
color: string;
|
|
298
|
+
}[];
|
|
299
|
+
bitcoinGold: {
|
|
300
|
+
color: string;
|
|
301
|
+
}[];
|
|
302
|
+
bitcoinSv: {
|
|
303
|
+
color: string;
|
|
304
|
+
}[];
|
|
305
|
+
binance: {
|
|
306
|
+
color: string;
|
|
307
|
+
}[];
|
|
308
|
+
bytecoin: {
|
|
309
|
+
color: string;
|
|
310
|
+
}[];
|
|
311
|
+
cardano: {
|
|
312
|
+
color: string;
|
|
313
|
+
}[];
|
|
314
|
+
cosmos: {
|
|
315
|
+
color: string;
|
|
316
|
+
}[];
|
|
317
|
+
compound: {
|
|
318
|
+
color: string;
|
|
319
|
+
}[];
|
|
320
|
+
celo: {
|
|
321
|
+
color: string;
|
|
322
|
+
}[];
|
|
323
|
+
celo2: {
|
|
324
|
+
color: string;
|
|
325
|
+
}[];
|
|
326
|
+
chainlink: {
|
|
327
|
+
color: string;
|
|
328
|
+
}[];
|
|
329
|
+
cro: {
|
|
330
|
+
color: string;
|
|
331
|
+
}[];
|
|
332
|
+
dash: {
|
|
333
|
+
color: string;
|
|
334
|
+
}[];
|
|
335
|
+
dai: {
|
|
336
|
+
color: string;
|
|
337
|
+
}[];
|
|
338
|
+
decred: {
|
|
339
|
+
color: string;
|
|
340
|
+
}[];
|
|
341
|
+
digibyte: {
|
|
342
|
+
color: string;
|
|
343
|
+
}[];
|
|
344
|
+
dogecoin: {
|
|
345
|
+
color: string;
|
|
346
|
+
}[];
|
|
347
|
+
dydx: {
|
|
348
|
+
color: string;
|
|
349
|
+
}[];
|
|
350
|
+
dym: {
|
|
351
|
+
color: string;
|
|
352
|
+
}[];
|
|
353
|
+
elrond: {
|
|
354
|
+
color: string;
|
|
355
|
+
}[];
|
|
356
|
+
eng: {
|
|
357
|
+
color: string;
|
|
358
|
+
}[];
|
|
359
|
+
eos: {
|
|
360
|
+
color: string;
|
|
361
|
+
}[];
|
|
362
|
+
ethergem: {
|
|
363
|
+
color: string;
|
|
364
|
+
}[];
|
|
365
|
+
ethereum: {
|
|
366
|
+
color: string;
|
|
367
|
+
}[];
|
|
368
|
+
ethereumClassic: {
|
|
369
|
+
color: string;
|
|
370
|
+
}[];
|
|
371
|
+
flr: {
|
|
372
|
+
color: string;
|
|
373
|
+
}[];
|
|
374
|
+
ftm: {
|
|
375
|
+
color: string;
|
|
376
|
+
}[];
|
|
377
|
+
hedera: {
|
|
378
|
+
color: string;
|
|
379
|
+
}[];
|
|
380
|
+
hnt: {
|
|
381
|
+
color: string;
|
|
382
|
+
}[];
|
|
383
|
+
huobi: {
|
|
384
|
+
color: string;
|
|
385
|
+
}[];
|
|
386
|
+
iota: {
|
|
387
|
+
color: string;
|
|
388
|
+
}[];
|
|
389
|
+
komodo: {
|
|
390
|
+
color: string;
|
|
391
|
+
}[];
|
|
392
|
+
leo: {
|
|
393
|
+
color: string;
|
|
394
|
+
}[];
|
|
395
|
+
litecoin: {
|
|
396
|
+
color: string;
|
|
397
|
+
}[];
|
|
398
|
+
monero: {
|
|
399
|
+
color: string;
|
|
400
|
+
}[];
|
|
401
|
+
multiverseX: {
|
|
402
|
+
color: string;
|
|
403
|
+
}[];
|
|
404
|
+
nano: {
|
|
405
|
+
color: string;
|
|
406
|
+
}[];
|
|
407
|
+
near: {
|
|
408
|
+
color: string;
|
|
409
|
+
}[];
|
|
410
|
+
neo: {
|
|
411
|
+
color: string;
|
|
412
|
+
}[];
|
|
413
|
+
nimiq: {
|
|
414
|
+
color: string;
|
|
415
|
+
}[];
|
|
416
|
+
omgNetwork: {
|
|
417
|
+
color: string;
|
|
418
|
+
}[];
|
|
419
|
+
okb: {
|
|
420
|
+
color: string;
|
|
421
|
+
}[];
|
|
422
|
+
osmo: {
|
|
423
|
+
color: string;
|
|
424
|
+
}[];
|
|
425
|
+
peercoin: {
|
|
426
|
+
color: string;
|
|
427
|
+
}[];
|
|
428
|
+
pirl: {
|
|
429
|
+
color: string;
|
|
430
|
+
}[];
|
|
431
|
+
pivx: {
|
|
432
|
+
color: string;
|
|
433
|
+
}[];
|
|
434
|
+
polkadot: {
|
|
435
|
+
color: string;
|
|
436
|
+
}[];
|
|
437
|
+
polygon: {
|
|
438
|
+
color: string;
|
|
439
|
+
}[];
|
|
440
|
+
qnt: {
|
|
441
|
+
color: string;
|
|
442
|
+
}[];
|
|
443
|
+
sats: {
|
|
444
|
+
color: string;
|
|
445
|
+
}[];
|
|
446
|
+
stellar: {
|
|
447
|
+
color: string;
|
|
448
|
+
}[];
|
|
449
|
+
sol: {
|
|
450
|
+
color: string;
|
|
451
|
+
}[];
|
|
452
|
+
tetherUsdt: {
|
|
453
|
+
color: string;
|
|
454
|
+
}[];
|
|
455
|
+
tezos: {
|
|
456
|
+
color: string;
|
|
457
|
+
}[];
|
|
458
|
+
tkx: {
|
|
459
|
+
color: string;
|
|
460
|
+
}[];
|
|
461
|
+
tron: {
|
|
462
|
+
color: string;
|
|
463
|
+
}[];
|
|
464
|
+
uniswap: {
|
|
465
|
+
color: string;
|
|
466
|
+
}[];
|
|
467
|
+
tusd: {
|
|
468
|
+
color: string;
|
|
469
|
+
}[];
|
|
470
|
+
usdc: {
|
|
471
|
+
color: string;
|
|
472
|
+
}[];
|
|
473
|
+
uni: {
|
|
474
|
+
color: string;
|
|
475
|
+
}[];
|
|
476
|
+
waves: {
|
|
477
|
+
color: string;
|
|
478
|
+
}[];
|
|
479
|
+
xrp: {
|
|
480
|
+
color: string;
|
|
481
|
+
}[];
|
|
482
|
+
xin: {
|
|
483
|
+
color: string;
|
|
484
|
+
}[];
|
|
485
|
+
yieldly: {
|
|
486
|
+
color: string;
|
|
487
|
+
}[];
|
|
488
|
+
zcash: {
|
|
489
|
+
color: string;
|
|
490
|
+
}[];
|
|
491
|
+
};
|
|
492
|
+
};
|
|
276
493
|
};
|
|
277
494
|
//# sourceMappingURL=theme.dark.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"theme.dark.d.ts","sourceRoot":"","sources":["../../../../src/themes/js/enterprise/theme.dark.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"theme.dark.d.ts","sourceRoot":"","sources":["../../../../src/themes/js/enterprise/theme.dark.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuRD,CAAC"}
|