@ledgerhq/lumen-design-core 0.1.16 → 0.1.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/lib/themes/css/enterprise/theme.dark-css.d.ts +17 -17
- package/dist/lib/themes/css/enterprise/theme.dark-css.js +17 -17
- package/dist/lib/themes/css/enterprise/theme.light-css.d.ts +27 -27
- package/dist/lib/themes/css/enterprise/theme.light-css.js +27 -27
- package/dist/lib/themes/css/index.d.ts +265 -265
- package/dist/lib/themes/css/ledger-live/theme.dark-css.d.ts +17 -17
- package/dist/lib/themes/css/ledger-live/theme.dark-css.js +17 -17
- package/dist/lib/themes/css/ledger-live/theme.light-css.d.ts +27 -27
- package/dist/lib/themes/css/ledger-live/theme.light-css.js +27 -27
- package/dist/lib/themes/css/primitives-css.d.ts +1 -1
- package/dist/lib/themes/css/primitives-css.js +1 -1
- package/dist/lib/themes/css/websites/theme.dark-css.d.ts +17 -17
- package/dist/lib/themes/css/websites/theme.dark-css.js +17 -17
- package/dist/lib/themes/css/websites/theme.light-css.d.ts +27 -27
- package/dist/lib/themes/css/websites/theme.light-css.js +27 -27
- package/dist/lib/themes/js/enterprise/theme.d.ts +26 -26
- package/dist/lib/themes/js/enterprise/theme.dark.d.ts +3 -3
- package/dist/lib/themes/js/enterprise/theme.dark.js +3 -3
- package/dist/lib/themes/js/enterprise/theme.light.d.ts +10 -10
- package/dist/lib/themes/js/enterprise/theme.light.js +10 -10
- package/dist/lib/themes/js/ledger-live/theme.d.ts +26 -26
- package/dist/lib/themes/js/ledger-live/theme.dark.d.ts +3 -3
- package/dist/lib/themes/js/ledger-live/theme.dark.js +3 -3
- package/dist/lib/themes/js/ledger-live/theme.light.d.ts +10 -10
- package/dist/lib/themes/js/ledger-live/theme.light.js +10 -10
- package/dist/lib/themes/js/websites/theme.d.ts +88 -88
- package/dist/lib/themes/js/websites/theme.dark.d.ts +17 -17
- package/dist/lib/themes/js/websites/theme.dark.js +17 -17
- package/dist/lib/themes/js/websites/theme.light.d.ts +27 -27
- package/dist/lib/themes/js/websites/theme.light.js +27 -27
- package/package.json +1 -1
- package/symbols/icons/downloadData.json +1 -1
|
@@ -203,18 +203,18 @@ export const websitesDarkColorTokens = {
|
|
|
203
203
|
mutedTransparentPressed: primitiveColorTokens.dark.grey['950-30'],
|
|
204
204
|
mutedTransparentDisabled: primitiveColorTokens.dark.grey['950-10'],
|
|
205
205
|
mutedTransparent0: primitiveColorTokens.dark.grey['200-0'],
|
|
206
|
-
accent: primitiveColorTokens.dark.
|
|
207
|
-
accentHover: primitiveColorTokens.dark.
|
|
208
|
-
accentPressed: primitiveColorTokens.dark.
|
|
206
|
+
accent: primitiveColorTokens.dark.purple['400'],
|
|
207
|
+
accentHover: primitiveColorTokens.dark.purple['500'],
|
|
208
|
+
accentPressed: primitiveColorTokens.dark.purple['600'],
|
|
209
209
|
interactive: primitiveColorTokens.dark.grey['950'],
|
|
210
210
|
interactiveHover: primitiveColorTokens.dark.grey['900'],
|
|
211
211
|
interactivePressed: primitiveColorTokens.dark.grey['800'],
|
|
212
|
-
active: primitiveColorTokens.dark.
|
|
213
|
-
activeHover: primitiveColorTokens.dark.
|
|
214
|
-
activePressed: primitiveColorTokens.dark.
|
|
215
|
-
activeSubtle: primitiveColorTokens.dark.
|
|
216
|
-
activeSubtleHover: primitiveColorTokens.dark.
|
|
217
|
-
activeSubtlePressed: primitiveColorTokens.dark.
|
|
212
|
+
active: primitiveColorTokens.dark.purple['400'],
|
|
213
|
+
activeHover: primitiveColorTokens.dark.purple['500'],
|
|
214
|
+
activePressed: primitiveColorTokens.dark.purple['600'],
|
|
215
|
+
activeSubtle: primitiveColorTokens.dark.purple['050'],
|
|
216
|
+
activeSubtleHover: primitiveColorTokens.dark.purple['100'],
|
|
217
|
+
activeSubtlePressed: primitiveColorTokens.dark.purple['200'],
|
|
218
218
|
error: primitiveColorTokens.dark.red['600-15'],
|
|
219
219
|
errorHover: primitiveColorTokens.dark.red['600-30'],
|
|
220
220
|
errorPressed: primitiveColorTokens.dark.red['600-40'],
|
|
@@ -250,15 +250,15 @@ export const websitesDarkColorTokens = {
|
|
|
250
250
|
muted: primitiveColorTokens.dark.grey['700'],
|
|
251
251
|
mutedHover: primitiveColorTokens.dark.grey['800'],
|
|
252
252
|
mutedPressed: primitiveColorTokens.dark.grey['900'],
|
|
253
|
-
mutedSubtle: primitiveColorTokens.dark.grey['
|
|
254
|
-
active: primitiveColorTokens.dark.
|
|
255
|
-
interactive: primitiveColorTokens.dark.
|
|
256
|
-
interactiveHover: primitiveColorTokens.dark.
|
|
257
|
-
interactivePressed: primitiveColorTokens.dark.
|
|
258
|
-
error: primitiveColorTokens.dark.red['
|
|
259
|
-
warning: primitiveColorTokens.dark.yellow['
|
|
253
|
+
mutedSubtle: primitiveColorTokens.dark.grey['400'],
|
|
254
|
+
active: primitiveColorTokens.dark.purple['400'],
|
|
255
|
+
interactive: primitiveColorTokens.dark.purple['400'],
|
|
256
|
+
interactiveHover: primitiveColorTokens.dark.purple['500'],
|
|
257
|
+
interactivePressed: primitiveColorTokens.dark.purple['600'],
|
|
258
|
+
error: primitiveColorTokens.dark.red['600'],
|
|
259
|
+
warning: primitiveColorTokens.dark.yellow['600'],
|
|
260
260
|
success: primitiveColorTokens.dark.green['600'],
|
|
261
|
-
onAccent: primitiveColorTokens.dark.grey['
|
|
261
|
+
onAccent: primitiveColorTokens.dark.grey['050'],
|
|
262
262
|
onInteractive: primitiveColorTokens.dark.grey['050'],
|
|
263
263
|
onErrorStrong: primitiveColorTokens.dark.grey['050'],
|
|
264
264
|
onWarningStrong: primitiveColorTokens.dark.grey['050'],
|
|
@@ -201,28 +201,28 @@ export declare const websitesLightColorTokens: {
|
|
|
201
201
|
readonly mutedTransparentPressed: "#00000033";
|
|
202
202
|
readonly mutedTransparentDisabled: "#0000000d";
|
|
203
203
|
readonly mutedTransparent0: "#f1f1f100";
|
|
204
|
-
readonly accent: "#
|
|
205
|
-
readonly accentHover: "#
|
|
206
|
-
readonly accentPressed: "#
|
|
204
|
+
readonly accent: "#d4a0ff";
|
|
205
|
+
readonly accentHover: "#b380dd";
|
|
206
|
+
readonly accentPressed: "#7e4ea5";
|
|
207
207
|
readonly interactive: "#000000";
|
|
208
208
|
readonly interactiveHover: "#272727";
|
|
209
209
|
readonly interactivePressed: "#4d4d4d";
|
|
210
|
-
readonly active: "#
|
|
211
|
-
readonly activeHover: "#
|
|
212
|
-
readonly activePressed: "#
|
|
213
|
-
readonly activeSubtle: "#
|
|
214
|
-
readonly activeSubtleHover: "#
|
|
215
|
-
readonly activeSubtlePressed: "#
|
|
210
|
+
readonly active: "#d4a0ff";
|
|
211
|
+
readonly activeHover: "#b380dd";
|
|
212
|
+
readonly activePressed: "#7e4ea5";
|
|
213
|
+
readonly activeSubtle: "#fbf5ff";
|
|
214
|
+
readonly activeSubtleHover: "#f6ecff";
|
|
215
|
+
readonly activeSubtlePressed: "#f2e2ff";
|
|
216
216
|
readonly error: "#c242441a";
|
|
217
217
|
readonly errorHover: "#c2424433";
|
|
218
218
|
readonly errorPressed: "#c242444d";
|
|
219
|
-
readonly errorStrong: "#
|
|
219
|
+
readonly errorStrong: "#a43234";
|
|
220
220
|
readonly errorTransparent: "#c2424400";
|
|
221
221
|
readonly errorTransparent0: "#c2424400";
|
|
222
222
|
readonly warning: "#d38b201a";
|
|
223
|
-
readonly warningStrong: "#
|
|
223
|
+
readonly warningStrong: "#ae731a";
|
|
224
224
|
readonly success: "#47883a1a";
|
|
225
|
-
readonly successStrong: "#
|
|
225
|
+
readonly successStrong: "#3b6c32";
|
|
226
226
|
readonly successTransparent: "#47883a00";
|
|
227
227
|
readonly successTransparent0: "#47883a00";
|
|
228
228
|
readonly native: "#f7f7f7";
|
|
@@ -248,15 +248,15 @@ export declare const websitesLightColorTokens: {
|
|
|
248
248
|
readonly muted: "#6a6a6a";
|
|
249
249
|
readonly mutedHover: "#4d4d4d";
|
|
250
250
|
readonly mutedPressed: "#272727";
|
|
251
|
-
readonly mutedSubtle: "#
|
|
252
|
-
readonly active: "#
|
|
253
|
-
readonly interactive: "#
|
|
254
|
-
readonly interactiveHover: "#
|
|
255
|
-
readonly interactivePressed: "#
|
|
251
|
+
readonly mutedSubtle: "#d5d5d5";
|
|
252
|
+
readonly active: "#7e4ea5";
|
|
253
|
+
readonly interactive: "#7e4ea5";
|
|
254
|
+
readonly interactiveHover: "#6a3794";
|
|
255
|
+
readonly interactivePressed: "#1f122d";
|
|
256
256
|
readonly error: "#a43234";
|
|
257
257
|
readonly warning: "#ae731a";
|
|
258
|
-
readonly success: "#
|
|
259
|
-
readonly onAccent: "#
|
|
258
|
+
readonly success: "#3b6c32";
|
|
259
|
+
readonly onAccent: "#000000";
|
|
260
260
|
readonly onInteractive: "#ffffff";
|
|
261
261
|
readonly onErrorStrong: "#ffffff";
|
|
262
262
|
readonly onWarningStrong: "#000000";
|
|
@@ -281,16 +281,16 @@ export declare const websitesLightColorTokens: {
|
|
|
281
281
|
readonly mutedSubtleHover: "#d5d5d5";
|
|
282
282
|
readonly mutedSubtlePressed: "#c1c1c1";
|
|
283
283
|
readonly mutedSubtleTransparent: "#e8e8e880";
|
|
284
|
-
readonly active: "#
|
|
285
|
-
readonly activeHover: "#
|
|
286
|
-
readonly activePressed: "#
|
|
284
|
+
readonly active: "#d4a0ff";
|
|
285
|
+
readonly activeHover: "#b380dd";
|
|
286
|
+
readonly activePressed: "#7e4ea5";
|
|
287
287
|
readonly focus: "#b23a00";
|
|
288
|
-
readonly error: "#
|
|
289
|
-
readonly errorHover: "#
|
|
290
|
-
readonly errorPressed: "#
|
|
288
|
+
readonly error: "#a43234";
|
|
289
|
+
readonly errorHover: "#852e2f";
|
|
290
|
+
readonly errorPressed: "#702e2f";
|
|
291
291
|
readonly errorTransparent: "#c2424480";
|
|
292
|
-
readonly warning: "#
|
|
293
|
-
readonly success: "#
|
|
292
|
+
readonly warning: "#ae731a";
|
|
293
|
+
readonly success: "#3b6c32";
|
|
294
294
|
readonly successTransparent: "#47883a80";
|
|
295
295
|
readonly icon: "#0000000d";
|
|
296
296
|
};
|
|
@@ -203,28 +203,28 @@ export const websitesLightColorTokens = {
|
|
|
203
203
|
mutedTransparentPressed: primitiveColorTokens.light.grey['950-20'],
|
|
204
204
|
mutedTransparentDisabled: primitiveColorTokens.light.grey['950-5'],
|
|
205
205
|
mutedTransparent0: primitiveColorTokens.light.grey['200-0'],
|
|
206
|
-
accent: primitiveColorTokens.light.
|
|
207
|
-
accentHover: primitiveColorTokens.light.
|
|
208
|
-
accentPressed: primitiveColorTokens.light.
|
|
206
|
+
accent: primitiveColorTokens.light.purple['600'],
|
|
207
|
+
accentHover: primitiveColorTokens.light.purple['700'],
|
|
208
|
+
accentPressed: primitiveColorTokens.light.purple['800'],
|
|
209
209
|
interactive: primitiveColorTokens.light.grey['950'],
|
|
210
210
|
interactiveHover: primitiveColorTokens.light.grey['900'],
|
|
211
211
|
interactivePressed: primitiveColorTokens.light.grey['800'],
|
|
212
|
-
active: primitiveColorTokens.light.
|
|
213
|
-
activeHover: primitiveColorTokens.light.
|
|
214
|
-
activePressed: primitiveColorTokens.light.
|
|
215
|
-
activeSubtle: primitiveColorTokens.light.
|
|
216
|
-
activeSubtleHover: primitiveColorTokens.light.
|
|
217
|
-
activeSubtlePressed: primitiveColorTokens.light.
|
|
212
|
+
active: primitiveColorTokens.light.purple['600'],
|
|
213
|
+
activeHover: primitiveColorTokens.light.purple['700'],
|
|
214
|
+
activePressed: primitiveColorTokens.light.purple['800'],
|
|
215
|
+
activeSubtle: primitiveColorTokens.light.purple['050'],
|
|
216
|
+
activeSubtleHover: primitiveColorTokens.light.purple['100'],
|
|
217
|
+
activeSubtlePressed: primitiveColorTokens.light.purple['200'],
|
|
218
218
|
error: primitiveColorTokens.light.red['600-10'],
|
|
219
219
|
errorHover: primitiveColorTokens.light.red['600-20'],
|
|
220
220
|
errorPressed: primitiveColorTokens.light.red['600-30'],
|
|
221
|
-
errorStrong: primitiveColorTokens.light.red['
|
|
221
|
+
errorStrong: primitiveColorTokens.light.red['700'],
|
|
222
222
|
errorTransparent: primitiveColorTokens.light.red['600-0'],
|
|
223
223
|
errorTransparent0: primitiveColorTokens.light.red['600-0'],
|
|
224
224
|
warning: primitiveColorTokens.light.yellow['600-10'],
|
|
225
|
-
warningStrong: primitiveColorTokens.light.yellow['
|
|
225
|
+
warningStrong: primitiveColorTokens.light.yellow['700'],
|
|
226
226
|
success: primitiveColorTokens.light.green['600-10'],
|
|
227
|
-
successStrong: '
|
|
227
|
+
successStrong: primitiveColorTokens.light.green['700'],
|
|
228
228
|
successTransparent: primitiveColorTokens.light.green['600-0'],
|
|
229
229
|
successTransparent0: primitiveColorTokens.light.green['600-0'],
|
|
230
230
|
native: '#f7f7f7',
|
|
@@ -250,15 +250,15 @@ export const websitesLightColorTokens = {
|
|
|
250
250
|
muted: primitiveColorTokens.light.grey['700'],
|
|
251
251
|
mutedHover: primitiveColorTokens.light.grey['800'],
|
|
252
252
|
mutedPressed: primitiveColorTokens.light.grey['900'],
|
|
253
|
-
mutedSubtle: primitiveColorTokens.light.grey['
|
|
254
|
-
active: primitiveColorTokens.light.
|
|
255
|
-
interactive: primitiveColorTokens.light.
|
|
256
|
-
interactiveHover: primitiveColorTokens.light.
|
|
257
|
-
interactivePressed: primitiveColorTokens.light.
|
|
253
|
+
mutedSubtle: primitiveColorTokens.light.grey['400'],
|
|
254
|
+
active: primitiveColorTokens.light.purple['800'],
|
|
255
|
+
interactive: primitiveColorTokens.light.purple['800'],
|
|
256
|
+
interactiveHover: primitiveColorTokens.light.purple['900'],
|
|
257
|
+
interactivePressed: primitiveColorTokens.light.purple['950'],
|
|
258
258
|
error: primitiveColorTokens.light.red['700'],
|
|
259
259
|
warning: primitiveColorTokens.light.yellow['700'],
|
|
260
|
-
success: primitiveColorTokens.light.green['
|
|
261
|
-
onAccent: primitiveColorTokens.light.grey['
|
|
260
|
+
success: primitiveColorTokens.light.green['700'],
|
|
261
|
+
onAccent: primitiveColorTokens.light.grey['950'],
|
|
262
262
|
onInteractive: primitiveColorTokens.light.grey['050'],
|
|
263
263
|
onErrorStrong: primitiveColorTokens.light.grey['050'],
|
|
264
264
|
onWarningStrong: primitiveColorTokens.light.grey['950'],
|
|
@@ -283,16 +283,16 @@ export const websitesLightColorTokens = {
|
|
|
283
283
|
mutedSubtleHover: primitiveColorTokens.light.grey['400'],
|
|
284
284
|
mutedSubtlePressed: primitiveColorTokens.light.grey['500'],
|
|
285
285
|
mutedSubtleTransparent: primitiveColorTokens.light.grey['300-50'],
|
|
286
|
-
active: primitiveColorTokens.light.
|
|
287
|
-
activeHover: primitiveColorTokens.light.
|
|
288
|
-
activePressed: primitiveColorTokens.light.
|
|
286
|
+
active: primitiveColorTokens.light.purple['600'],
|
|
287
|
+
activeHover: primitiveColorTokens.light.purple['700'],
|
|
288
|
+
activePressed: primitiveColorTokens.light.purple['800'],
|
|
289
289
|
focus: primitiveColorTokens.light.orange['800'],
|
|
290
|
-
error: primitiveColorTokens.light.red['
|
|
291
|
-
errorHover: primitiveColorTokens.light.red['
|
|
292
|
-
errorPressed: primitiveColorTokens.light.red['
|
|
290
|
+
error: primitiveColorTokens.light.red['700'],
|
|
291
|
+
errorHover: primitiveColorTokens.light.red['800'],
|
|
292
|
+
errorPressed: primitiveColorTokens.light.red['900'],
|
|
293
293
|
errorTransparent: primitiveColorTokens.light.red['600-50'],
|
|
294
|
-
warning: primitiveColorTokens.light.yellow['
|
|
295
|
-
success: primitiveColorTokens.light.green['
|
|
294
|
+
warning: primitiveColorTokens.light.yellow['700'],
|
|
295
|
+
success: primitiveColorTokens.light.green['700'],
|
|
296
296
|
successTransparent: primitiveColorTokens.light.green['600-50'],
|
|
297
297
|
icon: primitiveColorTokens.light.grey['950-5'],
|
|
298
298
|
},
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"lastModified":"2026-
|
|
1
|
+
{"lastModified":"2026-06-12T09:49:25Z","componentIds":["9654:497","8517:143","8517:19","8313:24","8182:203","8182:192","8182:168","8182:134","8182:117","8174:814","8174:813","8155:65","8155:46","8154:56","8143:35","8141:28","7942:13","7940:13","7917:6","7749:4481","7739:563","8153:841","8153:829","7376:560","7350:6","7340:76","5708:512","5709:66","7074:125","7062:110","7062:103","7062:10","1794:289","3:428","1859:116","5839:8248","5809:383","5729:3455","5729:3416","5729:3362","5728:6329","5722:3532","3549:95","3484:414","3224:75","3163:119","3142:104","3:418","3:318","3:432","3:376","3:232","3:118","3:132","3:222","3:102","3:324","3:254","805:1620","19:336","19:345","3:252","19:350","3:358","3:316","2620:321","3:414","3:308","3:210","3:95","3:92","3:288","3:420","784:2069","3:150","1202:653","3:246","3:354","3:352","3:104","3:240","516:126","516:122","3:290","3:348","3:346","3:350","3:434","3:114","3:186","3:158","629:163","3:202","3:200","3:198","3:322","629:171","3:360","3:292","3:286","805:1627","3:66","629:180","3:112","3:60","3:64","8326:59","3:410","3:130","3:284","3:188","3:228","3:256","3:398","3:172","3:174","3:282","3:148","3:326","3:168","3:336","3:192","3:194","3:170","3:320","1859:284","3:108","3:238","3:294","3:204","805:1628","3:154","3:244","3:404","37:4778","37:4779","805:1619","3:248","887:1927","887:1934","3:120","3:334","2049:82","1859:183","2620:256","3:226","3:166","3:430","3:422","3:208","7943:31","3:276","3:100","3:68","3:296","3:146","1859:184","3:412","3:392","3:268","19:40","3:260","7918:24","3:302","3:272","3:328","3:330","3:258","3:250","3:126","3:230","3:426","3:224","3:110","2008:66","1268:3775","3:156","3:416","8326:52","3:306","3:304","3:98","3:274","3:270","3333:113","3:342","7936:4","3:62","3:196","3:214","38:4780","3:300","3:184","3:424","3:280","3:242","1966:1839","3:378","3:236","3:262","3:312","1150:4620","7935:52","3:266","3:190","3:356","3:344","3:164","3:160","3:124","247:1186","247:1192","3:310","3:122","3:162","3:116","3:180","3:182","3:218","8328:68","3:386","3:70","3:340","3:106","629:175","3:90","3:88","3:86","3:84","163:582","163:572","163:583","163:579","3:380","3:212","3:220","3:138","3:142","3:134","3:136","3:140","3:314","3:338","3:278","3:332","3:234","3:216","2725:3611","3:128","7943:47","3:264","3:152","3:206","3:74","3:82","3:78","3:80","3:72","3:76","3:298","436:164","5625:429"]}
|