@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.
Files changed (48) hide show
  1. package/dist/themes/css/enterprise/theme.dark-css.d.ts.map +1 -1
  2. package/dist/themes/css/enterprise/theme.dark-css.js +8 -0
  3. package/dist/themes/css/enterprise/theme.light-css.d.ts.map +1 -1
  4. package/dist/themes/css/enterprise/theme.light-css.js +8 -0
  5. package/dist/themes/css/ledger-live/theme.dark-css.d.ts.map +1 -1
  6. package/dist/themes/css/ledger-live/theme.dark-css.js +4 -0
  7. package/dist/themes/css/ledger-live/theme.light-css.d.ts.map +1 -1
  8. package/dist/themes/css/ledger-live/theme.light-css.js +4 -0
  9. package/dist/themes/css/websites/theme.dark-css.d.ts.map +1 -1
  10. package/dist/themes/css/websites/theme.dark-css.js +8 -0
  11. package/dist/themes/css/websites/theme.light-css.d.ts.map +1 -1
  12. package/dist/themes/css/websites/theme.light-css.js +8 -0
  13. package/dist/themes/js/enterprise/theme.d.ts +434 -0
  14. package/dist/themes/js/enterprise/theme.d.ts.map +1 -1
  15. package/dist/themes/js/enterprise/theme.dark.d.ts +217 -0
  16. package/dist/themes/js/enterprise/theme.dark.d.ts.map +1 -1
  17. package/dist/themes/js/enterprise/theme.dark.js +75 -71
  18. package/dist/themes/js/enterprise/theme.light.d.ts +217 -0
  19. package/dist/themes/js/enterprise/theme.light.d.ts.map +1 -1
  20. package/dist/themes/js/enterprise/theme.light.js +75 -71
  21. package/dist/themes/js/ledger-live/theme.d.ts +434 -0
  22. package/dist/themes/js/ledger-live/theme.d.ts.map +1 -1
  23. package/dist/themes/js/ledger-live/theme.dark.d.ts +217 -0
  24. package/dist/themes/js/ledger-live/theme.dark.d.ts.map +1 -1
  25. package/dist/themes/js/ledger-live/theme.dark.js +75 -71
  26. package/dist/themes/js/ledger-live/theme.light.d.ts +217 -0
  27. package/dist/themes/js/ledger-live/theme.light.d.ts.map +1 -1
  28. package/dist/themes/js/ledger-live/theme.light.js +75 -71
  29. package/dist/themes/js/primitives/primitive.colors.d.ts +146 -142
  30. package/dist/themes/js/primitives/primitive.colors.d.ts.map +1 -1
  31. package/dist/themes/js/primitives/primitive.colors.js +146 -142
  32. package/dist/themes/js/primitives/primitive.gradients.d.ts +437 -0
  33. package/dist/themes/js/primitives/primitive.gradients.d.ts.map +1 -0
  34. package/dist/themes/js/primitives/primitive.gradients.js +9 -0
  35. package/dist/themes/js/types.d.ts +19 -0
  36. package/dist/themes/js/types.d.ts.map +1 -1
  37. package/dist/themes/js/utils/extractCryptoGradients.d.ts +216 -0
  38. package/dist/themes/js/utils/extractCryptoGradients.d.ts.map +1 -0
  39. package/dist/themes/js/utils/extractCryptoGradients.js +22 -0
  40. package/dist/themes/js/websites/theme.d.ts +434 -0
  41. package/dist/themes/js/websites/theme.d.ts.map +1 -1
  42. package/dist/themes/js/websites/theme.dark.d.ts +217 -0
  43. package/dist/themes/js/websites/theme.dark.d.ts.map +1 -1
  44. package/dist/themes/js/websites/theme.dark.js +75 -71
  45. package/dist/themes/js/websites/theme.light.d.ts +217 -0
  46. package/dist/themes/js/websites/theme.light.d.ts.map +1 -1
  47. package/dist/themes/js/websites/theme.light.js +75 -71
  48. package/package.json +1 -1
@@ -0,0 +1,437 @@
1
+ export declare const primitiveGradientTokens: {
2
+ light: {
3
+ crypto: {
4
+ aion: {
5
+ color: string;
6
+ }[];
7
+ algorand: {
8
+ color: string;
9
+ }[];
10
+ avax: {
11
+ color: string;
12
+ }[];
13
+ bat: {
14
+ color: string;
15
+ }[];
16
+ bgb: {
17
+ color: string;
18
+ }[];
19
+ bitcoin: {
20
+ color: string;
21
+ }[];
22
+ bitcoinCash: {
23
+ color: string;
24
+ }[];
25
+ bitcoinGold: {
26
+ color: string;
27
+ }[];
28
+ bitcoinSv: {
29
+ color: string;
30
+ }[];
31
+ binance: {
32
+ color: string;
33
+ }[];
34
+ bytecoin: {
35
+ color: string;
36
+ }[];
37
+ cardano: {
38
+ color: string;
39
+ }[];
40
+ cosmos: {
41
+ color: string;
42
+ }[];
43
+ compound: {
44
+ color: string;
45
+ }[];
46
+ celo: {
47
+ color: string;
48
+ }[];
49
+ celo2: {
50
+ color: string;
51
+ }[];
52
+ chainlink: {
53
+ color: string;
54
+ }[];
55
+ cro: {
56
+ color: string;
57
+ }[];
58
+ dash: {
59
+ color: string;
60
+ }[];
61
+ dai: {
62
+ color: string;
63
+ }[];
64
+ decred: {
65
+ color: string;
66
+ }[];
67
+ digibyte: {
68
+ color: string;
69
+ }[];
70
+ dogecoin: {
71
+ color: string;
72
+ }[];
73
+ dydx: {
74
+ color: string;
75
+ }[];
76
+ dym: {
77
+ color: string;
78
+ }[];
79
+ elrond: {
80
+ color: string;
81
+ }[];
82
+ eng: {
83
+ color: string;
84
+ }[];
85
+ eos: {
86
+ color: string;
87
+ }[];
88
+ ethergem: {
89
+ color: string;
90
+ }[];
91
+ ethereum: {
92
+ color: string;
93
+ }[];
94
+ ethereumClassic: {
95
+ color: string;
96
+ }[];
97
+ flr: {
98
+ color: string;
99
+ }[];
100
+ ftm: {
101
+ color: string;
102
+ }[];
103
+ hedera: {
104
+ color: string;
105
+ }[];
106
+ hnt: {
107
+ color: string;
108
+ }[];
109
+ huobi: {
110
+ color: string;
111
+ }[];
112
+ iota: {
113
+ color: string;
114
+ }[];
115
+ komodo: {
116
+ color: string;
117
+ }[];
118
+ leo: {
119
+ color: string;
120
+ }[];
121
+ litecoin: {
122
+ color: string;
123
+ }[];
124
+ monero: {
125
+ color: string;
126
+ }[];
127
+ multiverseX: {
128
+ color: string;
129
+ }[];
130
+ nano: {
131
+ color: string;
132
+ }[];
133
+ near: {
134
+ color: string;
135
+ }[];
136
+ neo: {
137
+ color: string;
138
+ }[];
139
+ nimiq: {
140
+ color: string;
141
+ }[];
142
+ omgNetwork: {
143
+ color: string;
144
+ }[];
145
+ okb: {
146
+ color: string;
147
+ }[];
148
+ osmo: {
149
+ color: string;
150
+ }[];
151
+ peercoin: {
152
+ color: string;
153
+ }[];
154
+ pirl: {
155
+ color: string;
156
+ }[];
157
+ pivx: {
158
+ color: string;
159
+ }[];
160
+ polkadot: {
161
+ color: string;
162
+ }[];
163
+ polygon: {
164
+ color: string;
165
+ }[];
166
+ qnt: {
167
+ color: string;
168
+ }[];
169
+ sats: {
170
+ color: string;
171
+ }[];
172
+ stellar: {
173
+ color: string;
174
+ }[];
175
+ sol: {
176
+ color: string;
177
+ }[];
178
+ tetherUsdt: {
179
+ color: string;
180
+ }[];
181
+ tezos: {
182
+ color: string;
183
+ }[];
184
+ tkx: {
185
+ color: string;
186
+ }[];
187
+ tron: {
188
+ color: string;
189
+ }[];
190
+ uniswap: {
191
+ color: string;
192
+ }[];
193
+ tusd: {
194
+ color: string;
195
+ }[];
196
+ usdc: {
197
+ color: string;
198
+ }[];
199
+ uni: {
200
+ color: string;
201
+ }[];
202
+ waves: {
203
+ color: string;
204
+ }[];
205
+ xrp: {
206
+ color: string;
207
+ }[];
208
+ xin: {
209
+ color: string;
210
+ }[];
211
+ yieldly: {
212
+ color: string;
213
+ }[];
214
+ zcash: {
215
+ color: string;
216
+ }[];
217
+ };
218
+ };
219
+ dark: {
220
+ crypto: {
221
+ aion: {
222
+ color: string;
223
+ }[];
224
+ algorand: {
225
+ color: string;
226
+ }[];
227
+ avax: {
228
+ color: string;
229
+ }[];
230
+ bat: {
231
+ color: string;
232
+ }[];
233
+ bgb: {
234
+ color: string;
235
+ }[];
236
+ bitcoin: {
237
+ color: string;
238
+ }[];
239
+ bitcoinCash: {
240
+ color: string;
241
+ }[];
242
+ bitcoinGold: {
243
+ color: string;
244
+ }[];
245
+ bitcoinSv: {
246
+ color: string;
247
+ }[];
248
+ binance: {
249
+ color: string;
250
+ }[];
251
+ bytecoin: {
252
+ color: string;
253
+ }[];
254
+ cardano: {
255
+ color: string;
256
+ }[];
257
+ cosmos: {
258
+ color: string;
259
+ }[];
260
+ compound: {
261
+ color: string;
262
+ }[];
263
+ celo: {
264
+ color: string;
265
+ }[];
266
+ celo2: {
267
+ color: string;
268
+ }[];
269
+ chainlink: {
270
+ color: string;
271
+ }[];
272
+ cro: {
273
+ color: string;
274
+ }[];
275
+ dash: {
276
+ color: string;
277
+ }[];
278
+ dai: {
279
+ color: string;
280
+ }[];
281
+ decred: {
282
+ color: string;
283
+ }[];
284
+ digibyte: {
285
+ color: string;
286
+ }[];
287
+ dogecoin: {
288
+ color: string;
289
+ }[];
290
+ dydx: {
291
+ color: string;
292
+ }[];
293
+ dym: {
294
+ color: string;
295
+ }[];
296
+ elrond: {
297
+ color: string;
298
+ }[];
299
+ eng: {
300
+ color: string;
301
+ }[];
302
+ eos: {
303
+ color: string;
304
+ }[];
305
+ ethergem: {
306
+ color: string;
307
+ }[];
308
+ ethereum: {
309
+ color: string;
310
+ }[];
311
+ ethereumClassic: {
312
+ color: string;
313
+ }[];
314
+ flr: {
315
+ color: string;
316
+ }[];
317
+ ftm: {
318
+ color: string;
319
+ }[];
320
+ hedera: {
321
+ color: string;
322
+ }[];
323
+ hnt: {
324
+ color: string;
325
+ }[];
326
+ huobi: {
327
+ color: string;
328
+ }[];
329
+ iota: {
330
+ color: string;
331
+ }[];
332
+ komodo: {
333
+ color: string;
334
+ }[];
335
+ leo: {
336
+ color: string;
337
+ }[];
338
+ litecoin: {
339
+ color: string;
340
+ }[];
341
+ monero: {
342
+ color: string;
343
+ }[];
344
+ multiverseX: {
345
+ color: string;
346
+ }[];
347
+ nano: {
348
+ color: string;
349
+ }[];
350
+ near: {
351
+ color: string;
352
+ }[];
353
+ neo: {
354
+ color: string;
355
+ }[];
356
+ nimiq: {
357
+ color: string;
358
+ }[];
359
+ omgNetwork: {
360
+ color: string;
361
+ }[];
362
+ okb: {
363
+ color: string;
364
+ }[];
365
+ osmo: {
366
+ color: string;
367
+ }[];
368
+ peercoin: {
369
+ color: string;
370
+ }[];
371
+ pirl: {
372
+ color: string;
373
+ }[];
374
+ pivx: {
375
+ color: string;
376
+ }[];
377
+ polkadot: {
378
+ color: string;
379
+ }[];
380
+ polygon: {
381
+ color: string;
382
+ }[];
383
+ qnt: {
384
+ color: string;
385
+ }[];
386
+ sats: {
387
+ color: string;
388
+ }[];
389
+ stellar: {
390
+ color: string;
391
+ }[];
392
+ sol: {
393
+ color: string;
394
+ }[];
395
+ tetherUsdt: {
396
+ color: string;
397
+ }[];
398
+ tezos: {
399
+ color: string;
400
+ }[];
401
+ tkx: {
402
+ color: string;
403
+ }[];
404
+ tron: {
405
+ color: string;
406
+ }[];
407
+ uniswap: {
408
+ color: string;
409
+ }[];
410
+ tusd: {
411
+ color: string;
412
+ }[];
413
+ usdc: {
414
+ color: string;
415
+ }[];
416
+ uni: {
417
+ color: string;
418
+ }[];
419
+ waves: {
420
+ color: string;
421
+ }[];
422
+ xrp: {
423
+ color: string;
424
+ }[];
425
+ xin: {
426
+ color: string;
427
+ }[];
428
+ yieldly: {
429
+ color: string;
430
+ }[];
431
+ zcash: {
432
+ color: string;
433
+ }[];
434
+ };
435
+ };
436
+ };
437
+ //# sourceMappingURL=primitive.gradients.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"primitive.gradients.d.ts","sourceRoot":"","sources":["../../../../src/themes/js/primitives/primitive.gradients.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAOD,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { extractCryptoGradients } from '../utils/extractCryptoGradients';
2
+ export const primitiveGradientTokens = {
3
+ light: {
4
+ crypto: extractCryptoGradients('light'),
5
+ },
6
+ dark: {
7
+ crypto: extractCryptoGradients('dark'),
8
+ },
9
+ };
@@ -12,6 +12,7 @@ export type PrimitiveColorTokens = {
12
12
  yellow: Record<string, string>;
13
13
  red: Record<string, string>;
14
14
  crypto: Record<string, string>;
15
+ cryptoTransparent: Record<string, string>;
15
16
  discover: Record<string, string>;
16
17
  };
17
18
  dark: {
@@ -24,9 +25,22 @@ export type PrimitiveColorTokens = {
24
25
  yellow: Record<string, string>;
25
26
  red: Record<string, string>;
26
27
  crypto: Record<string, string>;
28
+ cryptoTransparent: Record<string, string>;
27
29
  discover: Record<string, string>;
28
30
  };
29
31
  };
32
+ export type PrimitiveGradientTokens = {
33
+ light: {
34
+ crypto: Record<string, {
35
+ color: string;
36
+ }[]>;
37
+ };
38
+ dark: {
39
+ crypto: Record<string, {
40
+ color: string;
41
+ }[]>;
42
+ };
43
+ };
30
44
  /**
31
45
  * Typography primitives
32
46
  */
@@ -130,6 +144,11 @@ export type TypographyTokensByBreakpoint = {
130
144
  xl?: TypographyTokens;
131
145
  };
132
146
  export type ThemeColorTokens = {
147
+ gradients: {
148
+ crypto: Record<string, {
149
+ color: string;
150
+ }[]>;
151
+ };
133
152
  border: Record<string, string>;
134
153
  bg: Record<string, string>;
135
154
  text: Record<string, string>;
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/themes/js/types.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/themes/js/types.ts"],"names":[],"mappings":"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"}