@ledgerhq/lumen-design-core 0.1.16 → 0.1.17
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 +16 -16
- package/dist/lib/themes/css/enterprise/theme.dark-css.js +16 -16
- package/dist/lib/themes/css/enterprise/theme.light-css.d.ts +26 -26
- package/dist/lib/themes/css/enterprise/theme.light-css.js +26 -26
- package/dist/lib/themes/css/index.d.ts +253 -253
- package/dist/lib/themes/css/ledger-live/theme.dark-css.d.ts +16 -16
- package/dist/lib/themes/css/ledger-live/theme.dark-css.js +16 -16
- package/dist/lib/themes/css/ledger-live/theme.light-css.d.ts +26 -26
- package/dist/lib/themes/css/ledger-live/theme.light-css.js +26 -26
- 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 +16 -16
- package/dist/lib/themes/css/websites/theme.dark-css.js +16 -16
- package/dist/lib/themes/css/websites/theme.light-css.d.ts +26 -26
- package/dist/lib/themes/css/websites/theme.light-css.js +26 -26
- package/dist/lib/themes/js/enterprise/theme.d.ts +22 -22
- package/dist/lib/themes/js/enterprise/theme.dark.d.ts +2 -2
- package/dist/lib/themes/js/enterprise/theme.dark.js +2 -2
- package/dist/lib/themes/js/enterprise/theme.light.d.ts +9 -9
- package/dist/lib/themes/js/enterprise/theme.light.js +9 -9
- package/dist/lib/themes/js/ledger-live/theme.d.ts +22 -22
- package/dist/lib/themes/js/ledger-live/theme.dark.d.ts +2 -2
- package/dist/lib/themes/js/ledger-live/theme.dark.js +2 -2
- package/dist/lib/themes/js/ledger-live/theme.light.d.ts +9 -9
- package/dist/lib/themes/js/ledger-live/theme.light.js +9 -9
- package/dist/lib/themes/js/websites/theme.d.ts +84 -84
- package/dist/lib/themes/js/websites/theme.dark.d.ts +16 -16
- package/dist/lib/themes/js/websites/theme.dark.js +16 -16
- package/dist/lib/themes/js/websites/theme.light.d.ts +26 -26
- package/dist/lib/themes/js/websites/theme.light.js +26 -26
- package/package.json +1 -1
- package/symbols/icons/downloadData.json +1 -1
|
@@ -218,13 +218,13 @@ export const ledgerLiveLightColorTokens = {
|
|
|
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',
|
|
@@ -257,7 +257,7 @@ export const ledgerLiveLightColorTokens = {
|
|
|
257
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['
|
|
260
|
+
success: primitiveColorTokens.light.green['700'],
|
|
261
261
|
onAccent: primitiveColorTokens.light.grey['950'],
|
|
262
262
|
onInteractive: primitiveColorTokens.light.grey['050'],
|
|
263
263
|
onErrorStrong: primitiveColorTokens.light.grey['050'],
|
|
@@ -287,12 +287,12 @@ export const ledgerLiveLightColorTokens = {
|
|
|
287
287
|
activeHover: primitiveColorTokens.light.purple['700'],
|
|
288
288
|
activePressed: primitiveColorTokens.light.purple['800'],
|
|
289
289
|
focus: primitiveColorTokens.light.purple['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
|
},
|
|
@@ -1336,18 +1336,18 @@ declare const websitesDarkTheme: {
|
|
|
1336
1336
|
readonly mutedTransparentPressed: "#ffffff4d";
|
|
1337
1337
|
readonly mutedTransparentDisabled: "#ffffff1a";
|
|
1338
1338
|
readonly mutedTransparent0: "#1f1f1f00";
|
|
1339
|
-
readonly accent: "#
|
|
1340
|
-
readonly accentHover: "#
|
|
1341
|
-
readonly accentPressed: "#
|
|
1339
|
+
readonly accent: "#d4a0ff";
|
|
1340
|
+
readonly accentHover: "#ddb3ff";
|
|
1341
|
+
readonly accentPressed: "#e5c6ff";
|
|
1342
1342
|
readonly interactive: "#ffffff";
|
|
1343
1343
|
readonly interactiveHover: "#e1e1e1";
|
|
1344
1344
|
readonly interactivePressed: "#c3c3c3";
|
|
1345
|
-
readonly active: "#
|
|
1346
|
-
readonly activeHover: "#
|
|
1347
|
-
readonly activePressed: "#
|
|
1348
|
-
readonly activeSubtle: "#
|
|
1349
|
-
readonly activeSubtleHover: "#
|
|
1350
|
-
readonly activeSubtlePressed: "#
|
|
1345
|
+
readonly active: "#d4a0ff";
|
|
1346
|
+
readonly activeHover: "#ddb3ff";
|
|
1347
|
+
readonly activePressed: "#e5c6ff";
|
|
1348
|
+
readonly activeSubtle: "#251a31";
|
|
1349
|
+
readonly activeSubtleHover: "#6a3794";
|
|
1350
|
+
readonly activeSubtlePressed: "#7e4ea5";
|
|
1351
1351
|
readonly error: "#f8727426";
|
|
1352
1352
|
readonly errorHover: "#f872744d";
|
|
1353
1353
|
readonly errorPressed: "#f8727466";
|
|
@@ -1384,14 +1384,14 @@ declare const websitesDarkTheme: {
|
|
|
1384
1384
|
readonly mutedHover: "#c3c3c3";
|
|
1385
1385
|
readonly mutedPressed: "#e1e1e1";
|
|
1386
1386
|
readonly mutedSubtle: "#3c3c3c";
|
|
1387
|
-
readonly active: "#
|
|
1388
|
-
readonly interactive: "#
|
|
1389
|
-
readonly interactiveHover: "#
|
|
1390
|
-
readonly interactivePressed: "#
|
|
1391
|
-
readonly error: "#
|
|
1392
|
-
readonly warning: "#
|
|
1387
|
+
readonly active: "#d4a0ff";
|
|
1388
|
+
readonly interactive: "#d4a0ff";
|
|
1389
|
+
readonly interactiveHover: "#ddb3ff";
|
|
1390
|
+
readonly interactivePressed: "#e5c6ff";
|
|
1391
|
+
readonly error: "#f87274";
|
|
1392
|
+
readonly warning: "#ffbd42";
|
|
1393
1393
|
readonly success: "#6ec85c";
|
|
1394
|
-
readonly onAccent: "#
|
|
1394
|
+
readonly onAccent: "#000000";
|
|
1395
1395
|
readonly onInteractive: "#000000";
|
|
1396
1396
|
readonly onErrorStrong: "#000000";
|
|
1397
1397
|
readonly onWarningStrong: "#000000";
|
|
@@ -2984,28 +2984,28 @@ declare const websitesLightTheme: {
|
|
|
2984
2984
|
readonly mutedTransparentPressed: "#00000033";
|
|
2985
2985
|
readonly mutedTransparentDisabled: "#0000000d";
|
|
2986
2986
|
readonly mutedTransparent0: "#f1f1f100";
|
|
2987
|
-
readonly accent: "#
|
|
2988
|
-
readonly accentHover: "#
|
|
2989
|
-
readonly accentPressed: "#
|
|
2987
|
+
readonly accent: "#d4a0ff";
|
|
2988
|
+
readonly accentHover: "#b380dd";
|
|
2989
|
+
readonly accentPressed: "#7e4ea5";
|
|
2990
2990
|
readonly interactive: "#000000";
|
|
2991
2991
|
readonly interactiveHover: "#272727";
|
|
2992
2992
|
readonly interactivePressed: "#4d4d4d";
|
|
2993
|
-
readonly active: "#
|
|
2994
|
-
readonly activeHover: "#
|
|
2995
|
-
readonly activePressed: "#
|
|
2996
|
-
readonly activeSubtle: "#
|
|
2997
|
-
readonly activeSubtleHover: "#
|
|
2998
|
-
readonly activeSubtlePressed: "#
|
|
2993
|
+
readonly active: "#d4a0ff";
|
|
2994
|
+
readonly activeHover: "#b380dd";
|
|
2995
|
+
readonly activePressed: "#7e4ea5";
|
|
2996
|
+
readonly activeSubtle: "#fbf5ff";
|
|
2997
|
+
readonly activeSubtleHover: "#f6ecff";
|
|
2998
|
+
readonly activeSubtlePressed: "#f2e2ff";
|
|
2999
2999
|
readonly error: "#c242441a";
|
|
3000
3000
|
readonly errorHover: "#c2424433";
|
|
3001
3001
|
readonly errorPressed: "#c242444d";
|
|
3002
|
-
readonly errorStrong: "#
|
|
3002
|
+
readonly errorStrong: "#a43234";
|
|
3003
3003
|
readonly errorTransparent: "#c2424400";
|
|
3004
3004
|
readonly errorTransparent0: "#c2424400";
|
|
3005
3005
|
readonly warning: "#d38b201a";
|
|
3006
|
-
readonly warningStrong: "#
|
|
3006
|
+
readonly warningStrong: "#ae731a";
|
|
3007
3007
|
readonly success: "#47883a1a";
|
|
3008
|
-
readonly successStrong: "#
|
|
3008
|
+
readonly successStrong: "#3b6c32";
|
|
3009
3009
|
readonly successTransparent: "#47883a00";
|
|
3010
3010
|
readonly successTransparent0: "#47883a00";
|
|
3011
3011
|
readonly native: "#f7f7f7";
|
|
@@ -3032,14 +3032,14 @@ declare const websitesLightTheme: {
|
|
|
3032
3032
|
readonly mutedHover: "#4d4d4d";
|
|
3033
3033
|
readonly mutedPressed: "#272727";
|
|
3034
3034
|
readonly mutedSubtle: "#e8e8e8";
|
|
3035
|
-
readonly active: "#
|
|
3036
|
-
readonly interactive: "#
|
|
3037
|
-
readonly interactiveHover: "#
|
|
3038
|
-
readonly interactivePressed: "#
|
|
3035
|
+
readonly active: "#7e4ea5";
|
|
3036
|
+
readonly interactive: "#7e4ea5";
|
|
3037
|
+
readonly interactiveHover: "#6a3794";
|
|
3038
|
+
readonly interactivePressed: "#1f122d";
|
|
3039
3039
|
readonly error: "#a43234";
|
|
3040
3040
|
readonly warning: "#ae731a";
|
|
3041
|
-
readonly success: "#
|
|
3042
|
-
readonly onAccent: "#
|
|
3041
|
+
readonly success: "#3b6c32";
|
|
3042
|
+
readonly onAccent: "#000000";
|
|
3043
3043
|
readonly onInteractive: "#ffffff";
|
|
3044
3044
|
readonly onErrorStrong: "#ffffff";
|
|
3045
3045
|
readonly onWarningStrong: "#000000";
|
|
@@ -3064,16 +3064,16 @@ declare const websitesLightTheme: {
|
|
|
3064
3064
|
readonly mutedSubtleHover: "#d5d5d5";
|
|
3065
3065
|
readonly mutedSubtlePressed: "#c1c1c1";
|
|
3066
3066
|
readonly mutedSubtleTransparent: "#e8e8e880";
|
|
3067
|
-
readonly active: "#
|
|
3068
|
-
readonly activeHover: "#
|
|
3069
|
-
readonly activePressed: "#
|
|
3067
|
+
readonly active: "#d4a0ff";
|
|
3068
|
+
readonly activeHover: "#b380dd";
|
|
3069
|
+
readonly activePressed: "#7e4ea5";
|
|
3070
3070
|
readonly focus: "#b23a00";
|
|
3071
|
-
readonly error: "#
|
|
3072
|
-
readonly errorHover: "#
|
|
3073
|
-
readonly errorPressed: "#
|
|
3071
|
+
readonly error: "#a43234";
|
|
3072
|
+
readonly errorHover: "#852e2f";
|
|
3073
|
+
readonly errorPressed: "#702e2f";
|
|
3074
3074
|
readonly errorTransparent: "#c2424480";
|
|
3075
|
-
readonly warning: "#
|
|
3076
|
-
readonly success: "#
|
|
3075
|
+
readonly warning: "#ae731a";
|
|
3076
|
+
readonly success: "#3b6c32";
|
|
3077
3077
|
readonly successTransparent: "#47883a80";
|
|
3078
3078
|
readonly icon: "#0000000d";
|
|
3079
3079
|
};
|
|
@@ -4633,18 +4633,18 @@ export declare const websitesThemes: {
|
|
|
4633
4633
|
readonly mutedTransparentPressed: "#ffffff4d";
|
|
4634
4634
|
readonly mutedTransparentDisabled: "#ffffff1a";
|
|
4635
4635
|
readonly mutedTransparent0: "#1f1f1f00";
|
|
4636
|
-
readonly accent: "#
|
|
4637
|
-
readonly accentHover: "#
|
|
4638
|
-
readonly accentPressed: "#
|
|
4636
|
+
readonly accent: "#d4a0ff";
|
|
4637
|
+
readonly accentHover: "#ddb3ff";
|
|
4638
|
+
readonly accentPressed: "#e5c6ff";
|
|
4639
4639
|
readonly interactive: "#ffffff";
|
|
4640
4640
|
readonly interactiveHover: "#e1e1e1";
|
|
4641
4641
|
readonly interactivePressed: "#c3c3c3";
|
|
4642
|
-
readonly active: "#
|
|
4643
|
-
readonly activeHover: "#
|
|
4644
|
-
readonly activePressed: "#
|
|
4645
|
-
readonly activeSubtle: "#
|
|
4646
|
-
readonly activeSubtleHover: "#
|
|
4647
|
-
readonly activeSubtlePressed: "#
|
|
4642
|
+
readonly active: "#d4a0ff";
|
|
4643
|
+
readonly activeHover: "#ddb3ff";
|
|
4644
|
+
readonly activePressed: "#e5c6ff";
|
|
4645
|
+
readonly activeSubtle: "#251a31";
|
|
4646
|
+
readonly activeSubtleHover: "#6a3794";
|
|
4647
|
+
readonly activeSubtlePressed: "#7e4ea5";
|
|
4648
4648
|
readonly error: "#f8727426";
|
|
4649
4649
|
readonly errorHover: "#f872744d";
|
|
4650
4650
|
readonly errorPressed: "#f8727466";
|
|
@@ -4681,14 +4681,14 @@ export declare const websitesThemes: {
|
|
|
4681
4681
|
readonly mutedHover: "#c3c3c3";
|
|
4682
4682
|
readonly mutedPressed: "#e1e1e1";
|
|
4683
4683
|
readonly mutedSubtle: "#3c3c3c";
|
|
4684
|
-
readonly active: "#
|
|
4685
|
-
readonly interactive: "#
|
|
4686
|
-
readonly interactiveHover: "#
|
|
4687
|
-
readonly interactivePressed: "#
|
|
4688
|
-
readonly error: "#
|
|
4689
|
-
readonly warning: "#
|
|
4684
|
+
readonly active: "#d4a0ff";
|
|
4685
|
+
readonly interactive: "#d4a0ff";
|
|
4686
|
+
readonly interactiveHover: "#ddb3ff";
|
|
4687
|
+
readonly interactivePressed: "#e5c6ff";
|
|
4688
|
+
readonly error: "#f87274";
|
|
4689
|
+
readonly warning: "#ffbd42";
|
|
4690
4690
|
readonly success: "#6ec85c";
|
|
4691
|
-
readonly onAccent: "#
|
|
4691
|
+
readonly onAccent: "#000000";
|
|
4692
4692
|
readonly onInteractive: "#000000";
|
|
4693
4693
|
readonly onErrorStrong: "#000000";
|
|
4694
4694
|
readonly onWarningStrong: "#000000";
|
|
@@ -6281,28 +6281,28 @@ export declare const websitesThemes: {
|
|
|
6281
6281
|
readonly mutedTransparentPressed: "#00000033";
|
|
6282
6282
|
readonly mutedTransparentDisabled: "#0000000d";
|
|
6283
6283
|
readonly mutedTransparent0: "#f1f1f100";
|
|
6284
|
-
readonly accent: "#
|
|
6285
|
-
readonly accentHover: "#
|
|
6286
|
-
readonly accentPressed: "#
|
|
6284
|
+
readonly accent: "#d4a0ff";
|
|
6285
|
+
readonly accentHover: "#b380dd";
|
|
6286
|
+
readonly accentPressed: "#7e4ea5";
|
|
6287
6287
|
readonly interactive: "#000000";
|
|
6288
6288
|
readonly interactiveHover: "#272727";
|
|
6289
6289
|
readonly interactivePressed: "#4d4d4d";
|
|
6290
|
-
readonly active: "#
|
|
6291
|
-
readonly activeHover: "#
|
|
6292
|
-
readonly activePressed: "#
|
|
6293
|
-
readonly activeSubtle: "#
|
|
6294
|
-
readonly activeSubtleHover: "#
|
|
6295
|
-
readonly activeSubtlePressed: "#
|
|
6290
|
+
readonly active: "#d4a0ff";
|
|
6291
|
+
readonly activeHover: "#b380dd";
|
|
6292
|
+
readonly activePressed: "#7e4ea5";
|
|
6293
|
+
readonly activeSubtle: "#fbf5ff";
|
|
6294
|
+
readonly activeSubtleHover: "#f6ecff";
|
|
6295
|
+
readonly activeSubtlePressed: "#f2e2ff";
|
|
6296
6296
|
readonly error: "#c242441a";
|
|
6297
6297
|
readonly errorHover: "#c2424433";
|
|
6298
6298
|
readonly errorPressed: "#c242444d";
|
|
6299
|
-
readonly errorStrong: "#
|
|
6299
|
+
readonly errorStrong: "#a43234";
|
|
6300
6300
|
readonly errorTransparent: "#c2424400";
|
|
6301
6301
|
readonly errorTransparent0: "#c2424400";
|
|
6302
6302
|
readonly warning: "#d38b201a";
|
|
6303
|
-
readonly warningStrong: "#
|
|
6303
|
+
readonly warningStrong: "#ae731a";
|
|
6304
6304
|
readonly success: "#47883a1a";
|
|
6305
|
-
readonly successStrong: "#
|
|
6305
|
+
readonly successStrong: "#3b6c32";
|
|
6306
6306
|
readonly successTransparent: "#47883a00";
|
|
6307
6307
|
readonly successTransparent0: "#47883a00";
|
|
6308
6308
|
readonly native: "#f7f7f7";
|
|
@@ -6329,14 +6329,14 @@ export declare const websitesThemes: {
|
|
|
6329
6329
|
readonly mutedHover: "#4d4d4d";
|
|
6330
6330
|
readonly mutedPressed: "#272727";
|
|
6331
6331
|
readonly mutedSubtle: "#e8e8e8";
|
|
6332
|
-
readonly active: "#
|
|
6333
|
-
readonly interactive: "#
|
|
6334
|
-
readonly interactiveHover: "#
|
|
6335
|
-
readonly interactivePressed: "#
|
|
6332
|
+
readonly active: "#7e4ea5";
|
|
6333
|
+
readonly interactive: "#7e4ea5";
|
|
6334
|
+
readonly interactiveHover: "#6a3794";
|
|
6335
|
+
readonly interactivePressed: "#1f122d";
|
|
6336
6336
|
readonly error: "#a43234";
|
|
6337
6337
|
readonly warning: "#ae731a";
|
|
6338
|
-
readonly success: "#
|
|
6339
|
-
readonly onAccent: "#
|
|
6338
|
+
readonly success: "#3b6c32";
|
|
6339
|
+
readonly onAccent: "#000000";
|
|
6340
6340
|
readonly onInteractive: "#ffffff";
|
|
6341
6341
|
readonly onErrorStrong: "#ffffff";
|
|
6342
6342
|
readonly onWarningStrong: "#000000";
|
|
@@ -6361,16 +6361,16 @@ export declare const websitesThemes: {
|
|
|
6361
6361
|
readonly mutedSubtleHover: "#d5d5d5";
|
|
6362
6362
|
readonly mutedSubtlePressed: "#c1c1c1";
|
|
6363
6363
|
readonly mutedSubtleTransparent: "#e8e8e880";
|
|
6364
|
-
readonly active: "#
|
|
6365
|
-
readonly activeHover: "#
|
|
6366
|
-
readonly activePressed: "#
|
|
6364
|
+
readonly active: "#d4a0ff";
|
|
6365
|
+
readonly activeHover: "#b380dd";
|
|
6366
|
+
readonly activePressed: "#7e4ea5";
|
|
6367
6367
|
readonly focus: "#b23a00";
|
|
6368
|
-
readonly error: "#
|
|
6369
|
-
readonly errorHover: "#
|
|
6370
|
-
readonly errorPressed: "#
|
|
6368
|
+
readonly error: "#a43234";
|
|
6369
|
+
readonly errorHover: "#852e2f";
|
|
6370
|
+
readonly errorPressed: "#702e2f";
|
|
6371
6371
|
readonly errorTransparent: "#c2424480";
|
|
6372
|
-
readonly warning: "#
|
|
6373
|
-
readonly success: "#
|
|
6372
|
+
readonly warning: "#ae731a";
|
|
6373
|
+
readonly success: "#3b6c32";
|
|
6374
6374
|
readonly successTransparent: "#47883a80";
|
|
6375
6375
|
readonly icon: "#0000000d";
|
|
6376
6376
|
};
|
|
@@ -201,18 +201,18 @@ export declare const websitesDarkColorTokens: {
|
|
|
201
201
|
readonly mutedTransparentPressed: "#ffffff4d";
|
|
202
202
|
readonly mutedTransparentDisabled: "#ffffff1a";
|
|
203
203
|
readonly mutedTransparent0: "#1f1f1f00";
|
|
204
|
-
readonly accent: "#
|
|
205
|
-
readonly accentHover: "#
|
|
206
|
-
readonly accentPressed: "#
|
|
204
|
+
readonly accent: "#d4a0ff";
|
|
205
|
+
readonly accentHover: "#ddb3ff";
|
|
206
|
+
readonly accentPressed: "#e5c6ff";
|
|
207
207
|
readonly interactive: "#ffffff";
|
|
208
208
|
readonly interactiveHover: "#e1e1e1";
|
|
209
209
|
readonly interactivePressed: "#c3c3c3";
|
|
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: "#ddb3ff";
|
|
212
|
+
readonly activePressed: "#e5c6ff";
|
|
213
|
+
readonly activeSubtle: "#251a31";
|
|
214
|
+
readonly activeSubtleHover: "#6a3794";
|
|
215
|
+
readonly activeSubtlePressed: "#7e4ea5";
|
|
216
216
|
readonly error: "#f8727426";
|
|
217
217
|
readonly errorHover: "#f872744d";
|
|
218
218
|
readonly errorPressed: "#f8727466";
|
|
@@ -249,14 +249,14 @@ export declare const websitesDarkColorTokens: {
|
|
|
249
249
|
readonly mutedHover: "#c3c3c3";
|
|
250
250
|
readonly mutedPressed: "#e1e1e1";
|
|
251
251
|
readonly mutedSubtle: "#3c3c3c";
|
|
252
|
-
readonly active: "#
|
|
253
|
-
readonly interactive: "#
|
|
254
|
-
readonly interactiveHover: "#
|
|
255
|
-
readonly interactivePressed: "#
|
|
256
|
-
readonly error: "#
|
|
257
|
-
readonly warning: "#
|
|
252
|
+
readonly active: "#d4a0ff";
|
|
253
|
+
readonly interactive: "#d4a0ff";
|
|
254
|
+
readonly interactiveHover: "#ddb3ff";
|
|
255
|
+
readonly interactivePressed: "#e5c6ff";
|
|
256
|
+
readonly error: "#f87274";
|
|
257
|
+
readonly warning: "#ffbd42";
|
|
258
258
|
readonly success: "#6ec85c";
|
|
259
|
-
readonly onAccent: "#
|
|
259
|
+
readonly onAccent: "#000000";
|
|
260
260
|
readonly onInteractive: "#000000";
|
|
261
261
|
readonly onErrorStrong: "#000000";
|
|
262
262
|
readonly onWarningStrong: "#000000";
|
|
@@ -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'],
|
|
@@ -251,14 +251,14 @@ export const websitesDarkColorTokens = {
|
|
|
251
251
|
mutedHover: primitiveColorTokens.dark.grey['800'],
|
|
252
252
|
mutedPressed: primitiveColorTokens.dark.grey['900'],
|
|
253
253
|
mutedSubtle: primitiveColorTokens.dark.grey['300'],
|
|
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['
|
|
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";
|
|
@@ -249,14 +249,14 @@ export declare const websitesLightColorTokens: {
|
|
|
249
249
|
readonly mutedHover: "#4d4d4d";
|
|
250
250
|
readonly mutedPressed: "#272727";
|
|
251
251
|
readonly mutedSubtle: "#e8e8e8";
|
|
252
|
-
readonly active: "#
|
|
253
|
-
readonly interactive: "#
|
|
254
|
-
readonly interactiveHover: "#
|
|
255
|
-
readonly interactivePressed: "#
|
|
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',
|
|
@@ -251,14 +251,14 @@ export const websitesLightColorTokens = {
|
|
|
251
251
|
mutedHover: primitiveColorTokens.light.grey['800'],
|
|
252
252
|
mutedPressed: primitiveColorTokens.light.grey['900'],
|
|
253
253
|
mutedSubtle: primitiveColorTokens.light.grey['300'],
|
|
254
|
-
active: primitiveColorTokens.light.
|
|
255
|
-
interactive: primitiveColorTokens.light.
|
|
256
|
-
interactiveHover: primitiveColorTokens.light.
|
|
257
|
-
interactivePressed: primitiveColorTokens.light.
|
|
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-03T15:58:30Z","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"]}
|