@ledgerhq/lumen-design-core 0.1.11 → 0.1.13
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/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/lib/cssVar/cssVar.d.ts +9 -0
- package/dist/lib/cssVar/cssVar.d.ts.map +1 -0
- package/dist/lib/cssVar/cssVar.js +1 -0
- package/dist/lib/cssVar/cssVar.test.d.ts +2 -0
- package/dist/lib/cssVar/cssVar.test.d.ts.map +1 -0
- package/dist/lib/cssVar/cssVar.test.js +42 -0
- package/dist/lib/themes/css/enterprise/theme.dark-css.d.ts +446 -1
- package/dist/lib/themes/css/enterprise/theme.dark-css.d.ts.map +1 -1
- package/dist/lib/themes/css/enterprise/theme.dark-css.js +21 -7
- package/dist/lib/themes/css/enterprise/theme.light-css.d.ts +446 -1
- package/dist/lib/themes/css/enterprise/theme.light-css.d.ts.map +1 -1
- package/dist/lib/themes/css/enterprise/theme.light-css.js +22 -8
- package/dist/lib/themes/css/index.d.ts +6422 -10
- package/dist/lib/themes/css/index.d.ts.map +1 -1
- package/dist/lib/themes/css/ledger-live/theme.dark-css.d.ts +446 -1
- package/dist/lib/themes/css/ledger-live/theme.dark-css.d.ts.map +1 -1
- package/dist/lib/themes/css/ledger-live/theme.dark-css.js +21 -7
- package/dist/lib/themes/css/ledger-live/theme.light-css.d.ts +446 -1
- package/dist/lib/themes/css/ledger-live/theme.light-css.d.ts.map +1 -1
- package/dist/lib/themes/css/ledger-live/theme.light-css.js +22 -8
- package/dist/lib/themes/css/primitives-css.d.ts +755 -1
- package/dist/lib/themes/css/primitives-css.d.ts.map +1 -1
- package/dist/lib/themes/css/primitives-css.js +10 -0
- package/dist/lib/themes/css/tokenIntegrity.test.d.ts +2 -0
- package/dist/lib/themes/css/tokenIntegrity.test.d.ts.map +1 -0
- package/dist/lib/themes/css/tokenIntegrity.test.js +137 -0
- package/dist/lib/themes/css/typographies/typography.lg-css.d.ts +71 -1
- package/dist/lib/themes/css/typographies/typography.lg-css.d.ts.map +1 -1
- package/dist/lib/themes/css/typographies/typography.md-css.d.ts +71 -1
- package/dist/lib/themes/css/typographies/typography.md-css.d.ts.map +1 -1
- package/dist/lib/themes/css/typographies/typography.sm-css.d.ts +71 -1
- package/dist/lib/themes/css/typographies/typography.sm-css.d.ts.map +1 -1
- package/dist/lib/themes/css/typographies/typography.xl-css.d.ts +71 -1
- package/dist/lib/themes/css/typographies/typography.xl-css.d.ts.map +1 -1
- package/dist/lib/themes/css/typographies/typography.xs-css.d.ts +71 -1
- package/dist/lib/themes/css/typographies/typography.xs-css.d.ts.map +1 -1
- package/dist/lib/themes/css/websites/theme.dark-css.d.ts +446 -1
- package/dist/lib/themes/css/websites/theme.dark-css.d.ts.map +1 -1
- package/dist/lib/themes/css/websites/theme.dark-css.js +21 -7
- package/dist/lib/themes/css/websites/theme.light-css.d.ts +446 -1
- package/dist/lib/themes/css/websites/theme.light-css.d.ts.map +1 -1
- package/dist/lib/themes/css/websites/theme.light-css.js +22 -8
- package/dist/lib/themes/js/enterprise/theme.d.ts +51 -0
- package/dist/lib/themes/js/enterprise/theme.d.ts.map +1 -1
- package/dist/lib/themes/js/enterprise/theme.dark.d.ts +9 -0
- package/dist/lib/themes/js/enterprise/theme.dark.d.ts.map +1 -1
- package/dist/lib/themes/js/enterprise/theme.dark.js +9 -0
- package/dist/lib/themes/js/enterprise/theme.js +2 -0
- package/dist/lib/themes/js/enterprise/theme.light.d.ts +9 -0
- package/dist/lib/themes/js/enterprise/theme.light.d.ts.map +1 -1
- package/dist/lib/themes/js/enterprise/theme.light.js +9 -0
- package/dist/lib/themes/js/ledger-live/theme.d.ts +51 -0
- package/dist/lib/themes/js/ledger-live/theme.d.ts.map +1 -1
- package/dist/lib/themes/js/ledger-live/theme.dark.d.ts +9 -0
- package/dist/lib/themes/js/ledger-live/theme.dark.d.ts.map +1 -1
- package/dist/lib/themes/js/ledger-live/theme.dark.js +9 -0
- package/dist/lib/themes/js/ledger-live/theme.js +2 -0
- package/dist/lib/themes/js/ledger-live/theme.light.d.ts +9 -0
- package/dist/lib/themes/js/ledger-live/theme.light.d.ts.map +1 -1
- package/dist/lib/themes/js/ledger-live/theme.light.js +9 -0
- package/dist/lib/themes/js/primitives/primitive.colors.d.ts +10 -0
- package/dist/lib/themes/js/primitives/primitive.colors.d.ts.map +1 -1
- package/dist/lib/themes/js/primitives/primitive.colors.js +10 -0
- package/dist/lib/themes/js/types.d.ts +1 -0
- package/dist/lib/themes/js/types.d.ts.map +1 -1
- package/dist/lib/themes/js/websites/theme.d.ts +51 -0
- package/dist/lib/themes/js/websites/theme.d.ts.map +1 -1
- package/dist/lib/themes/js/websites/theme.dark.d.ts +9 -0
- package/dist/lib/themes/js/websites/theme.dark.d.ts.map +1 -1
- package/dist/lib/themes/js/websites/theme.dark.js +9 -0
- package/dist/lib/themes/js/websites/theme.js +2 -0
- package/dist/lib/themes/js/websites/theme.light.d.ts +9 -0
- package/dist/lib/themes/js/websites/theme.light.d.ts.map +1 -1
- package/dist/lib/themes/js/websites/theme.light.js +9 -0
- package/dist/lib/utils/createCustomPlugin.js +3 -3
- package/dist/lib/utils/createPrimitivesPlugin.d.ts.map +1 -1
- package/dist/lib/utils/createPrimitivesPlugin.js +1 -0
- package/package.json +1 -1
- package/symbols/icons/airplane.svg +1 -1
- package/symbols/icons/ar.svg +2 -2
- package/symbols/icons/arrow-down-right.svg +1 -1
- package/symbols/icons/arrow-down.svg +1 -1
- package/symbols/icons/arrow-left.svg +1 -1
- package/symbols/icons/arrow-right.svg +1 -1
- package/symbols/icons/arrow-up-right.svg +1 -1
- package/symbols/icons/basket-put-in.svg +1 -1
- package/symbols/icons/bluetooth-circle-fill.svg +3 -3
- package/symbols/icons/cart.svg +1 -1
- package/symbols/icons/chart-5.svg +1 -1
- package/symbols/icons/check.svg +1 -1
- package/symbols/icons/chevron-ascending.svg +2 -2
- package/symbols/icons/chevron-down.svg +1 -1
- package/symbols/icons/chevron-left.svg +1 -1
- package/symbols/icons/chevron-right.svg +1 -1
- package/symbols/icons/chevron-up-down.svg +2 -2
- package/symbols/icons/chevron-up.svg +1 -1
- package/symbols/icons/clear.svg +1 -1
- package/symbols/icons/clip.svg +1 -1
- package/symbols/icons/clock-fill.svg +1 -4
- package/symbols/icons/close.svg +1 -1
- package/symbols/icons/cloud-download.svg +1 -1
- package/symbols/icons/cloud-upload.svg +1 -1
- package/symbols/icons/coin-alert.svg +1 -1
- package/symbols/icons/coin-percent.svg +1 -1
- package/symbols/icons/coins-add-plus.svg +1 -1
- package/symbols/icons/coins-check.svg +1 -1
- package/symbols/icons/coins-cross.svg +1 -1
- package/symbols/icons/coins-crypto.svg +1 -1
- package/symbols/icons/coins-eye.svg +1 -1
- package/symbols/icons/color-palette.svg +1 -1
- package/symbols/icons/computer-mobile.svg +1 -1
- package/symbols/icons/credit-card.svg +1 -1
- package/symbols/icons/crypto-bitcoin-coin.svg +1 -1
- package/symbols/icons/csv.svg +1 -1
- package/symbols/icons/cursor-touch.svg +1 -1
- package/symbols/icons/database-lock.svg +1 -1
- package/symbols/icons/discord.svg +1 -1
- package/symbols/icons/dollar.svg +1 -1
- package/symbols/icons/download.svg +1 -1
- package/symbols/icons/downloadData.json +1 -1
- package/symbols/icons/exchange-fill.svg +1 -1
- package/symbols/icons/exchange.svg +1 -1
- package/symbols/icons/exit-logout.svg +1 -1
- package/symbols/icons/expand.svg +1 -1
- package/symbols/icons/experiment-2.svg +1 -1
- package/symbols/icons/external-link.svg +1 -1
- package/symbols/icons/feather.svg +1 -1
- package/symbols/icons/file-download.svg +1 -1
- package/symbols/icons/filter-sort.svg +2 -2
- package/symbols/icons/gift.svg +1 -1
- package/symbols/icons/github.svg +1 -1
- package/symbols/icons/group-users-add.svg +1 -1
- package/symbols/icons/group-users.svg +1 -1
- package/symbols/icons/hand-card.svg +1 -1
- package/symbols/icons/hat-school.svg +1 -1
- package/symbols/icons/heart.svg +1 -1
- package/symbols/icons/incognito.svg +1 -1
- package/symbols/icons/infinite-fill.svg +1 -1
- package/symbols/icons/infinite.svg +1 -1
- package/symbols/icons/language.svg +1 -1
- package/symbols/icons/list-eye.svg +1 -1
- package/symbols/icons/mail.svg +1 -1
- package/symbols/icons/medal-1.svg +1 -1
- package/symbols/icons/medal-2.svg +1 -1
- package/symbols/icons/menu-burger.svg +1 -1
- package/symbols/icons/message-chat.svg +1 -1
- package/symbols/icons/mobile-arrow.svg +1 -1
- package/symbols/icons/monitor-password.svg +1 -1
- package/symbols/icons/moon.svg +1 -1
- package/symbols/icons/more-horizontal.svg +1 -1
- package/symbols/icons/more-vertical.svg +1 -1
- package/symbols/icons/nano-gen5.svg +1 -1
- package/symbols/icons/nft-hide.svg +1 -1
- package/symbols/icons/nft.svg +1 -1
- package/symbols/icons/parachute.svg +1 -1
- package/symbols/icons/pen-edit.svg +1 -1
- package/symbols/icons/percentage.svg +1 -1
- package/symbols/icons/picture-image.svg +1 -1
- package/symbols/icons/piggy-bank.svg +1 -1
- package/symbols/icons/placeholder-cicle-fill.svg +1 -1
- package/symbols/icons/placeholder.svg +1 -1
- package/symbols/icons/planet.svg +1 -1
- package/symbols/icons/plus.svg +1 -1
- package/symbols/icons/range.svg +1 -1
- package/symbols/icons/recovery-key.svg +1 -1
- package/symbols/icons/reddit.svg +4 -4
- package/symbols/icons/reduce.svg +1 -1
- package/symbols/icons/refresh-back.svg +1 -1
- package/symbols/icons/refresh.svg +1 -1
- package/symbols/icons/repair.svg +1 -1
- package/symbols/icons/screens.svg +1 -1
- package/symbols/icons/server-database-fail.svg +1 -1
- package/symbols/icons/shapes.svg +4 -4
- package/symbols/icons/share.svg +1 -1
- package/symbols/icons/shield-check.svg +1 -1
- package/symbols/icons/shield-lock.svg +1 -1
- package/symbols/icons/shield-more.svg +1 -1
- package/symbols/icons/slideshow.svg +1 -1
- package/symbols/icons/speed-fast.svg +1 -1
- package/symbols/icons/speed-low.svg +1 -1
- package/symbols/icons/speed-medium.svg +1 -1
- package/symbols/icons/star-fill.svg +1 -1
- package/symbols/icons/star-half.svg +2 -2
- package/symbols/icons/star.svg +1 -1
- package/symbols/icons/sun.svg +1 -1
- package/symbols/icons/switch-2.svg +1 -1
- package/symbols/icons/telegram.svg +1 -1
- package/symbols/icons/tools.svg +1 -1
- package/symbols/icons/transfer-horizontal.svg +1 -1
- package/symbols/icons/transfer-vertical.svg +1 -1
- package/symbols/icons/triangle-up.svg +1 -1
- package/symbols/icons/truck.svg +1 -1
- package/symbols/icons/usb.svg +1 -1
- package/symbols/icons/user-arrow-right.svg +1 -1
- package/symbols/icons/user-check.svg +1 -1
- package/symbols/icons/user-delete.svg +1 -1
- package/symbols/icons/user.svg +1 -1
- package/symbols/icons/wallet-input.svg +1 -1
- package/symbols/icons/wallet-search.svg +1 -1
- package/symbols/icons/wallet.svg +1 -1
- package/symbols/icons/warning-fill.svg +1 -1
- package/symbols/icons/warning.svg +1 -1
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
export declare const ledgerLiveCoreTokens: {
|
|
2
|
+
fontFamilies: {
|
|
3
|
+
readonly sans: "Inter";
|
|
4
|
+
};
|
|
2
5
|
shadows: {
|
|
3
6
|
readonly sm: [{
|
|
4
7
|
readonly offsetX: 0;
|
|
@@ -1298,8 +1301,10 @@ declare const ledgerLiveDarkTheme: {
|
|
|
1298
1301
|
readonly canvasSheetTransparent: "#10101000";
|
|
1299
1302
|
readonly canvasOverlay: "#00000099";
|
|
1300
1303
|
readonly canvasOverlaySubtle: "#0000004d";
|
|
1304
|
+
readonly canvasOverlayChart: "#00000099";
|
|
1301
1305
|
readonly white: "#ffffff";
|
|
1302
1306
|
readonly black: "#000000";
|
|
1307
|
+
readonly grey: "#f1f1f1";
|
|
1303
1308
|
readonly surface: "#151515";
|
|
1304
1309
|
readonly surfaceHover: "#1f1f1f";
|
|
1305
1310
|
readonly surfacePressed: "#3c3c3c";
|
|
@@ -1323,6 +1328,7 @@ declare const ledgerLiveDarkTheme: {
|
|
|
1323
1328
|
readonly mutedTransparentHover: "#ffffff33";
|
|
1324
1329
|
readonly mutedTransparentPressed: "#ffffff4d";
|
|
1325
1330
|
readonly mutedTransparentDisabled: "#ffffff1a";
|
|
1331
|
+
readonly mutedTransparent0: "#1f1f1f00";
|
|
1326
1332
|
readonly mutedStrong: "#848484";
|
|
1327
1333
|
readonly mutedStrongHover: "#9c9c9c";
|
|
1328
1334
|
readonly mutedStrongPressed: "#c3c3c3";
|
|
@@ -1343,11 +1349,13 @@ declare const ledgerLiveDarkTheme: {
|
|
|
1343
1349
|
readonly errorPressed: "#f8727466";
|
|
1344
1350
|
readonly errorStrong: "#f87274";
|
|
1345
1351
|
readonly errorTransparent: "#f8727400";
|
|
1352
|
+
readonly errorTransparent0: "#f8727400";
|
|
1346
1353
|
readonly warning: "#ffbd4226";
|
|
1347
1354
|
readonly warningStrong: "#ffbd42";
|
|
1348
1355
|
readonly success: "#6ec85c26";
|
|
1349
1356
|
readonly successStrong: "#6ec85c";
|
|
1350
1357
|
readonly successTransparent: "#6ec85c00";
|
|
1358
|
+
readonly successTransparent0: "#6ec85c00";
|
|
1351
1359
|
readonly native: "#c3c3c3";
|
|
1352
1360
|
readonly gradient100: "#000000";
|
|
1353
1361
|
readonly gradient80: "#000000cc";
|
|
@@ -1402,6 +1410,8 @@ declare const ledgerLiveDarkTheme: {
|
|
|
1402
1410
|
readonly mutedSubtle: "#3c3c3c";
|
|
1403
1411
|
readonly mutedSubtleHover: "#565656";
|
|
1404
1412
|
readonly mutedSubtlePressed: "#717070";
|
|
1413
|
+
readonly mutedTransparent0: "#71707000";
|
|
1414
|
+
readonly mutedSubtleTransparent: "#3c3c3c80";
|
|
1405
1415
|
readonly active: "#d4a0ff";
|
|
1406
1416
|
readonly activeHover: "#ddb3ff";
|
|
1407
1417
|
readonly activePressed: "#e5c6ff";
|
|
@@ -1409,8 +1419,10 @@ declare const ledgerLiveDarkTheme: {
|
|
|
1409
1419
|
readonly error: "#f87274";
|
|
1410
1420
|
readonly errorHover: "#fca6a7";
|
|
1411
1421
|
readonly errorPressed: "#fec8c9";
|
|
1422
|
+
readonly errorTransparent: "#f8727480";
|
|
1412
1423
|
readonly warning: "#ffbd42";
|
|
1413
1424
|
readonly success: "#6ec85c";
|
|
1425
|
+
readonly successTransparent: "#6ec85c80";
|
|
1414
1426
|
readonly icon: "#ffffff0d";
|
|
1415
1427
|
};
|
|
1416
1428
|
readonly gradients: {
|
|
@@ -1631,6 +1643,9 @@ declare const ledgerLiveDarkTheme: {
|
|
|
1631
1643
|
};
|
|
1632
1644
|
};
|
|
1633
1645
|
};
|
|
1646
|
+
fontFamilies: {
|
|
1647
|
+
readonly sans: "Inter";
|
|
1648
|
+
};
|
|
1634
1649
|
shadows: {
|
|
1635
1650
|
readonly sm: [{
|
|
1636
1651
|
readonly offsetX: 0;
|
|
@@ -2930,8 +2945,10 @@ declare const ledgerLiveLightTheme: {
|
|
|
2930
2945
|
readonly canvasSheetTransparent: "#ffffff00";
|
|
2931
2946
|
readonly canvasOverlay: "#00000099";
|
|
2932
2947
|
readonly canvasOverlaySubtle: "#0000001a";
|
|
2948
|
+
readonly canvasOverlayChart: "#ffffff99";
|
|
2933
2949
|
readonly white: "#ffffff";
|
|
2934
2950
|
readonly black: "#000000";
|
|
2951
|
+
readonly grey: "#f1f1f1";
|
|
2935
2952
|
readonly surface: "#fafafa";
|
|
2936
2953
|
readonly surfaceHover: "#f1f1f1";
|
|
2937
2954
|
readonly surfacePressed: "#e8e8e8";
|
|
@@ -2958,6 +2975,7 @@ declare const ledgerLiveLightTheme: {
|
|
|
2958
2975
|
readonly mutedTransparentHover: "#0000001a";
|
|
2959
2976
|
readonly mutedTransparentPressed: "#00000033";
|
|
2960
2977
|
readonly mutedTransparentDisabled: "#0000000d";
|
|
2978
|
+
readonly mutedTransparent0: "#f1f1f100";
|
|
2961
2979
|
readonly accent: "#d4a0ff";
|
|
2962
2980
|
readonly accentHover: "#b380dd";
|
|
2963
2981
|
readonly accentPressed: "#7e4ea5";
|
|
@@ -2975,11 +2993,13 @@ declare const ledgerLiveLightTheme: {
|
|
|
2975
2993
|
readonly errorPressed: "#c242444d";
|
|
2976
2994
|
readonly errorStrong: "#c24244";
|
|
2977
2995
|
readonly errorTransparent: "#c2424400";
|
|
2996
|
+
readonly errorTransparent0: "#c2424400";
|
|
2978
2997
|
readonly warning: "#d38b201a";
|
|
2979
2998
|
readonly warningStrong: "#d38b20";
|
|
2980
2999
|
readonly success: "#47883a1a";
|
|
2981
3000
|
readonly successStrong: "#47883a";
|
|
2982
3001
|
readonly successTransparent: "#47883a00";
|
|
3002
|
+
readonly successTransparent0: "#47883a00";
|
|
2983
3003
|
readonly native: "#f7f7f7";
|
|
2984
3004
|
readonly gradient100: "#000000";
|
|
2985
3005
|
readonly gradient80: "#000000cc";
|
|
@@ -3034,6 +3054,8 @@ declare const ledgerLiveLightTheme: {
|
|
|
3034
3054
|
readonly mutedSubtle: "#e8e8e8";
|
|
3035
3055
|
readonly mutedSubtleHover: "#d5d5d5";
|
|
3036
3056
|
readonly mutedSubtlePressed: "#c1c1c1";
|
|
3057
|
+
readonly mutedTransparent0: "#76767600";
|
|
3058
|
+
readonly mutedSubtleTransparent: "#e8e8e880";
|
|
3037
3059
|
readonly active: "#d4a0ff";
|
|
3038
3060
|
readonly activeHover: "#b380dd";
|
|
3039
3061
|
readonly activePressed: "#7e4ea5";
|
|
@@ -3041,8 +3063,10 @@ declare const ledgerLiveLightTheme: {
|
|
|
3041
3063
|
readonly error: "#c24244";
|
|
3042
3064
|
readonly errorHover: "#a43234";
|
|
3043
3065
|
readonly errorPressed: "#852e2f";
|
|
3066
|
+
readonly errorTransparent: "#c2424480";
|
|
3044
3067
|
readonly warning: "#d38b20";
|
|
3045
3068
|
readonly success: "#47883a";
|
|
3069
|
+
readonly successTransparent: "#47883a80";
|
|
3046
3070
|
readonly icon: "#0000000d";
|
|
3047
3071
|
};
|
|
3048
3072
|
readonly gradients: {
|
|
@@ -3263,6 +3287,9 @@ declare const ledgerLiveLightTheme: {
|
|
|
3263
3287
|
};
|
|
3264
3288
|
};
|
|
3265
3289
|
};
|
|
3290
|
+
fontFamilies: {
|
|
3291
|
+
readonly sans: "Inter";
|
|
3292
|
+
};
|
|
3266
3293
|
shadows: {
|
|
3267
3294
|
readonly sm: [{
|
|
3268
3295
|
readonly offsetX: 0;
|
|
@@ -4563,8 +4590,10 @@ export declare const ledgerLiveThemes: {
|
|
|
4563
4590
|
readonly canvasSheetTransparent: "#10101000";
|
|
4564
4591
|
readonly canvasOverlay: "#00000099";
|
|
4565
4592
|
readonly canvasOverlaySubtle: "#0000004d";
|
|
4593
|
+
readonly canvasOverlayChart: "#00000099";
|
|
4566
4594
|
readonly white: "#ffffff";
|
|
4567
4595
|
readonly black: "#000000";
|
|
4596
|
+
readonly grey: "#f1f1f1";
|
|
4568
4597
|
readonly surface: "#151515";
|
|
4569
4598
|
readonly surfaceHover: "#1f1f1f";
|
|
4570
4599
|
readonly surfacePressed: "#3c3c3c";
|
|
@@ -4588,6 +4617,7 @@ export declare const ledgerLiveThemes: {
|
|
|
4588
4617
|
readonly mutedTransparentHover: "#ffffff33";
|
|
4589
4618
|
readonly mutedTransparentPressed: "#ffffff4d";
|
|
4590
4619
|
readonly mutedTransparentDisabled: "#ffffff1a";
|
|
4620
|
+
readonly mutedTransparent0: "#1f1f1f00";
|
|
4591
4621
|
readonly mutedStrong: "#848484";
|
|
4592
4622
|
readonly mutedStrongHover: "#9c9c9c";
|
|
4593
4623
|
readonly mutedStrongPressed: "#c3c3c3";
|
|
@@ -4608,11 +4638,13 @@ export declare const ledgerLiveThemes: {
|
|
|
4608
4638
|
readonly errorPressed: "#f8727466";
|
|
4609
4639
|
readonly errorStrong: "#f87274";
|
|
4610
4640
|
readonly errorTransparent: "#f8727400";
|
|
4641
|
+
readonly errorTransparent0: "#f8727400";
|
|
4611
4642
|
readonly warning: "#ffbd4226";
|
|
4612
4643
|
readonly warningStrong: "#ffbd42";
|
|
4613
4644
|
readonly success: "#6ec85c26";
|
|
4614
4645
|
readonly successStrong: "#6ec85c";
|
|
4615
4646
|
readonly successTransparent: "#6ec85c00";
|
|
4647
|
+
readonly successTransparent0: "#6ec85c00";
|
|
4616
4648
|
readonly native: "#c3c3c3";
|
|
4617
4649
|
readonly gradient100: "#000000";
|
|
4618
4650
|
readonly gradient80: "#000000cc";
|
|
@@ -4667,6 +4699,8 @@ export declare const ledgerLiveThemes: {
|
|
|
4667
4699
|
readonly mutedSubtle: "#3c3c3c";
|
|
4668
4700
|
readonly mutedSubtleHover: "#565656";
|
|
4669
4701
|
readonly mutedSubtlePressed: "#717070";
|
|
4702
|
+
readonly mutedTransparent0: "#71707000";
|
|
4703
|
+
readonly mutedSubtleTransparent: "#3c3c3c80";
|
|
4670
4704
|
readonly active: "#d4a0ff";
|
|
4671
4705
|
readonly activeHover: "#ddb3ff";
|
|
4672
4706
|
readonly activePressed: "#e5c6ff";
|
|
@@ -4674,8 +4708,10 @@ export declare const ledgerLiveThemes: {
|
|
|
4674
4708
|
readonly error: "#f87274";
|
|
4675
4709
|
readonly errorHover: "#fca6a7";
|
|
4676
4710
|
readonly errorPressed: "#fec8c9";
|
|
4711
|
+
readonly errorTransparent: "#f8727480";
|
|
4677
4712
|
readonly warning: "#ffbd42";
|
|
4678
4713
|
readonly success: "#6ec85c";
|
|
4714
|
+
readonly successTransparent: "#6ec85c80";
|
|
4679
4715
|
readonly icon: "#ffffff0d";
|
|
4680
4716
|
};
|
|
4681
4717
|
readonly gradients: {
|
|
@@ -4896,6 +4932,9 @@ export declare const ledgerLiveThemes: {
|
|
|
4896
4932
|
};
|
|
4897
4933
|
};
|
|
4898
4934
|
};
|
|
4935
|
+
fontFamilies: {
|
|
4936
|
+
readonly sans: "Inter";
|
|
4937
|
+
};
|
|
4899
4938
|
shadows: {
|
|
4900
4939
|
readonly sm: [{
|
|
4901
4940
|
readonly offsetX: 0;
|
|
@@ -6195,8 +6234,10 @@ export declare const ledgerLiveThemes: {
|
|
|
6195
6234
|
readonly canvasSheetTransparent: "#ffffff00";
|
|
6196
6235
|
readonly canvasOverlay: "#00000099";
|
|
6197
6236
|
readonly canvasOverlaySubtle: "#0000001a";
|
|
6237
|
+
readonly canvasOverlayChart: "#ffffff99";
|
|
6198
6238
|
readonly white: "#ffffff";
|
|
6199
6239
|
readonly black: "#000000";
|
|
6240
|
+
readonly grey: "#f1f1f1";
|
|
6200
6241
|
readonly surface: "#fafafa";
|
|
6201
6242
|
readonly surfaceHover: "#f1f1f1";
|
|
6202
6243
|
readonly surfacePressed: "#e8e8e8";
|
|
@@ -6223,6 +6264,7 @@ export declare const ledgerLiveThemes: {
|
|
|
6223
6264
|
readonly mutedTransparentHover: "#0000001a";
|
|
6224
6265
|
readonly mutedTransparentPressed: "#00000033";
|
|
6225
6266
|
readonly mutedTransparentDisabled: "#0000000d";
|
|
6267
|
+
readonly mutedTransparent0: "#f1f1f100";
|
|
6226
6268
|
readonly accent: "#d4a0ff";
|
|
6227
6269
|
readonly accentHover: "#b380dd";
|
|
6228
6270
|
readonly accentPressed: "#7e4ea5";
|
|
@@ -6240,11 +6282,13 @@ export declare const ledgerLiveThemes: {
|
|
|
6240
6282
|
readonly errorPressed: "#c242444d";
|
|
6241
6283
|
readonly errorStrong: "#c24244";
|
|
6242
6284
|
readonly errorTransparent: "#c2424400";
|
|
6285
|
+
readonly errorTransparent0: "#c2424400";
|
|
6243
6286
|
readonly warning: "#d38b201a";
|
|
6244
6287
|
readonly warningStrong: "#d38b20";
|
|
6245
6288
|
readonly success: "#47883a1a";
|
|
6246
6289
|
readonly successStrong: "#47883a";
|
|
6247
6290
|
readonly successTransparent: "#47883a00";
|
|
6291
|
+
readonly successTransparent0: "#47883a00";
|
|
6248
6292
|
readonly native: "#f7f7f7";
|
|
6249
6293
|
readonly gradient100: "#000000";
|
|
6250
6294
|
readonly gradient80: "#000000cc";
|
|
@@ -6299,6 +6343,8 @@ export declare const ledgerLiveThemes: {
|
|
|
6299
6343
|
readonly mutedSubtle: "#e8e8e8";
|
|
6300
6344
|
readonly mutedSubtleHover: "#d5d5d5";
|
|
6301
6345
|
readonly mutedSubtlePressed: "#c1c1c1";
|
|
6346
|
+
readonly mutedTransparent0: "#76767600";
|
|
6347
|
+
readonly mutedSubtleTransparent: "#e8e8e880";
|
|
6302
6348
|
readonly active: "#d4a0ff";
|
|
6303
6349
|
readonly activeHover: "#b380dd";
|
|
6304
6350
|
readonly activePressed: "#7e4ea5";
|
|
@@ -6306,8 +6352,10 @@ export declare const ledgerLiveThemes: {
|
|
|
6306
6352
|
readonly error: "#c24244";
|
|
6307
6353
|
readonly errorHover: "#a43234";
|
|
6308
6354
|
readonly errorPressed: "#852e2f";
|
|
6355
|
+
readonly errorTransparent: "#c2424480";
|
|
6309
6356
|
readonly warning: "#d38b20";
|
|
6310
6357
|
readonly success: "#47883a";
|
|
6358
|
+
readonly successTransparent: "#47883a80";
|
|
6311
6359
|
readonly icon: "#0000000d";
|
|
6312
6360
|
};
|
|
6313
6361
|
readonly gradients: {
|
|
@@ -6528,6 +6576,9 @@ export declare const ledgerLiveThemes: {
|
|
|
6528
6576
|
};
|
|
6529
6577
|
};
|
|
6530
6578
|
};
|
|
6579
|
+
fontFamilies: {
|
|
6580
|
+
readonly sans: "Inter";
|
|
6581
|
+
};
|
|
6531
6582
|
shadows: {
|
|
6532
6583
|
readonly sm: [{
|
|
6533
6584
|
readonly offsetX: 0;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"theme.d.ts","sourceRoot":"","sources":["../../../../../src/lib/themes/js/ledger-live/theme.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"theme.d.ts","sourceRoot":"","sources":["../../../../../src/lib/themes/js/ledger-live/theme.ts"],"names":[],"mappings":"AASA,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAMN,CAAC;AAE5B,QAAA,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGxB,CAAC;AAEF,QAAA,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGzB,CAAC;AAEF,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAG5B,CAAC;AAEF,MAAM,MAAM,mBAAmB,GAAG,OAAO,mBAAmB,CAAC;AAC7D,MAAM,MAAM,oBAAoB,GAAG,OAAO,oBAAoB,CAAC;AAC/D,MAAM,MAAM,gBAAgB,GAAG,OAAO,gBAAgB,CAAC"}
|
|
@@ -170,8 +170,10 @@ export declare const ledgerLiveDarkColorTokens: {
|
|
|
170
170
|
readonly canvasSheetTransparent: "#10101000";
|
|
171
171
|
readonly canvasOverlay: "#00000099";
|
|
172
172
|
readonly canvasOverlaySubtle: "#0000004d";
|
|
173
|
+
readonly canvasOverlayChart: "#00000099";
|
|
173
174
|
readonly white: "#ffffff";
|
|
174
175
|
readonly black: "#000000";
|
|
176
|
+
readonly grey: "#f1f1f1";
|
|
175
177
|
readonly surface: "#151515";
|
|
176
178
|
readonly surfaceHover: "#1f1f1f";
|
|
177
179
|
readonly surfacePressed: "#3c3c3c";
|
|
@@ -195,6 +197,7 @@ export declare const ledgerLiveDarkColorTokens: {
|
|
|
195
197
|
readonly mutedTransparentHover: "#ffffff33";
|
|
196
198
|
readonly mutedTransparentPressed: "#ffffff4d";
|
|
197
199
|
readonly mutedTransparentDisabled: "#ffffff1a";
|
|
200
|
+
readonly mutedTransparent0: "#1f1f1f00";
|
|
198
201
|
readonly mutedStrong: "#848484";
|
|
199
202
|
readonly mutedStrongHover: "#9c9c9c";
|
|
200
203
|
readonly mutedStrongPressed: "#c3c3c3";
|
|
@@ -215,11 +218,13 @@ export declare const ledgerLiveDarkColorTokens: {
|
|
|
215
218
|
readonly errorPressed: "#f8727466";
|
|
216
219
|
readonly errorStrong: "#f87274";
|
|
217
220
|
readonly errorTransparent: "#f8727400";
|
|
221
|
+
readonly errorTransparent0: "#f8727400";
|
|
218
222
|
readonly warning: "#ffbd4226";
|
|
219
223
|
readonly warningStrong: "#ffbd42";
|
|
220
224
|
readonly success: "#6ec85c26";
|
|
221
225
|
readonly successStrong: "#6ec85c";
|
|
222
226
|
readonly successTransparent: "#6ec85c00";
|
|
227
|
+
readonly successTransparent0: "#6ec85c00";
|
|
223
228
|
readonly native: "#c3c3c3";
|
|
224
229
|
readonly gradient100: "#000000";
|
|
225
230
|
readonly gradient80: "#000000cc";
|
|
@@ -274,6 +279,8 @@ export declare const ledgerLiveDarkColorTokens: {
|
|
|
274
279
|
readonly mutedSubtle: "#3c3c3c";
|
|
275
280
|
readonly mutedSubtleHover: "#565656";
|
|
276
281
|
readonly mutedSubtlePressed: "#717070";
|
|
282
|
+
readonly mutedTransparent0: "#71707000";
|
|
283
|
+
readonly mutedSubtleTransparent: "#3c3c3c80";
|
|
277
284
|
readonly active: "#d4a0ff";
|
|
278
285
|
readonly activeHover: "#ddb3ff";
|
|
279
286
|
readonly activePressed: "#e5c6ff";
|
|
@@ -281,8 +288,10 @@ export declare const ledgerLiveDarkColorTokens: {
|
|
|
281
288
|
readonly error: "#f87274";
|
|
282
289
|
readonly errorHover: "#fca6a7";
|
|
283
290
|
readonly errorPressed: "#fec8c9";
|
|
291
|
+
readonly errorTransparent: "#f8727480";
|
|
284
292
|
readonly warning: "#ffbd42";
|
|
285
293
|
readonly success: "#6ec85c";
|
|
294
|
+
readonly successTransparent: "#6ec85c80";
|
|
286
295
|
readonly icon: "#ffffff0d";
|
|
287
296
|
};
|
|
288
297
|
readonly gradients: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"theme.dark.d.ts","sourceRoot":"","sources":["../../../../../src/lib/themes/js/ledger-live/theme.dark.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,yBAAyB
|
|
1
|
+
{"version":3,"file":"theme.dark.d.ts","sourceRoot":"","sources":["../../../../../src/lib/themes/js/ledger-live/theme.dark.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4SD,CAAC"}
|
|
@@ -172,8 +172,10 @@ export const ledgerLiveDarkColorTokens = {
|
|
|
172
172
|
canvasSheetTransparent: primitiveColorTokens.dark.grey['075-0'],
|
|
173
173
|
canvasOverlay: primitiveColorTokens.dark.grey['050-60'],
|
|
174
174
|
canvasOverlaySubtle: primitiveColorTokens.dark.grey['050-30'],
|
|
175
|
+
canvasOverlayChart: primitiveColorTokens.dark.grey['050-60'],
|
|
175
176
|
white: primitiveColorTokens.dark.constant['050'],
|
|
176
177
|
black: primitiveColorTokens.dark.constant['950'],
|
|
178
|
+
grey: primitiveColorTokens.dark.constant['200'],
|
|
177
179
|
surface: primitiveColorTokens.dark.grey['100'],
|
|
178
180
|
surfaceHover: primitiveColorTokens.dark.grey['200'],
|
|
179
181
|
surfacePressed: primitiveColorTokens.dark.grey['300'],
|
|
@@ -197,6 +199,7 @@ export const ledgerLiveDarkColorTokens = {
|
|
|
197
199
|
mutedTransparentHover: primitiveColorTokens.dark.grey['950-20'],
|
|
198
200
|
mutedTransparentPressed: primitiveColorTokens.dark.grey['950-30'],
|
|
199
201
|
mutedTransparentDisabled: primitiveColorTokens.dark.grey['950-10'],
|
|
202
|
+
mutedTransparent0: primitiveColorTokens.dark.grey['200-0'],
|
|
200
203
|
mutedStrong: primitiveColorTokens.dark.grey['600'],
|
|
201
204
|
mutedStrongHover: primitiveColorTokens.dark.grey['700'],
|
|
202
205
|
mutedStrongPressed: primitiveColorTokens.dark.grey['800'],
|
|
@@ -217,11 +220,13 @@ export const ledgerLiveDarkColorTokens = {
|
|
|
217
220
|
errorPressed: primitiveColorTokens.dark.red['600-40'],
|
|
218
221
|
errorStrong: primitiveColorTokens.dark.red['600'],
|
|
219
222
|
errorTransparent: primitiveColorTokens.dark.red['600-0'],
|
|
223
|
+
errorTransparent0: primitiveColorTokens.dark.red['600-0'],
|
|
220
224
|
warning: primitiveColorTokens.dark.yellow['600-15'],
|
|
221
225
|
warningStrong: primitiveColorTokens.dark.yellow['600'],
|
|
222
226
|
success: primitiveColorTokens.dark.green['600-15'],
|
|
223
227
|
successStrong: primitiveColorTokens.dark.green['600'],
|
|
224
228
|
successTransparent: primitiveColorTokens.dark.green['600-0'],
|
|
229
|
+
successTransparent0: primitiveColorTokens.dark.green['600-0'],
|
|
225
230
|
native: '#c3c3c3',
|
|
226
231
|
gradient100: primitiveColorTokens.dark.grey['050'],
|
|
227
232
|
gradient80: primitiveColorTokens.dark.grey['050-80'],
|
|
@@ -276,6 +281,8 @@ export const ledgerLiveDarkColorTokens = {
|
|
|
276
281
|
mutedSubtle: primitiveColorTokens.dark.grey['300'],
|
|
277
282
|
mutedSubtleHover: primitiveColorTokens.dark.grey['400'],
|
|
278
283
|
mutedSubtlePressed: primitiveColorTokens.dark.grey['500'],
|
|
284
|
+
mutedTransparent0: primitiveColorTokens.dark.grey['500-0'],
|
|
285
|
+
mutedSubtleTransparent: primitiveColorTokens.dark.grey['300-50'],
|
|
279
286
|
active: primitiveColorTokens.dark.purple['400'],
|
|
280
287
|
activeHover: primitiveColorTokens.dark.purple['500'],
|
|
281
288
|
activePressed: primitiveColorTokens.dark.purple['600'],
|
|
@@ -283,8 +290,10 @@ export const ledgerLiveDarkColorTokens = {
|
|
|
283
290
|
error: primitiveColorTokens.dark.red['600'],
|
|
284
291
|
errorHover: primitiveColorTokens.dark.red['700'],
|
|
285
292
|
errorPressed: primitiveColorTokens.dark.red['800'],
|
|
293
|
+
errorTransparent: primitiveColorTokens.dark.red['600-50'],
|
|
286
294
|
warning: primitiveColorTokens.dark.yellow['600'],
|
|
287
295
|
success: primitiveColorTokens.dark.green['600'],
|
|
296
|
+
successTransparent: primitiveColorTokens.dark.green['600-50'],
|
|
288
297
|
icon: primitiveColorTokens.dark.grey['950-5'],
|
|
289
298
|
},
|
|
290
299
|
gradients: {
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { primitiveTypographyTokens } from '../primitives/primitive.typographies';
|
|
1
2
|
import { primitiveMotionTokens } from '../primitives/primitives.motion';
|
|
2
3
|
import { primitiveLayoutTokens } from '../primitives/primitives.others';
|
|
3
4
|
import { primitiveShadowTokens } from '../primitives/primitives.shadows';
|
|
@@ -6,6 +7,7 @@ import { ledgerLiveDarkColorTokens } from './theme.dark';
|
|
|
6
7
|
import { ledgerLiveLightColorTokens } from './theme.light';
|
|
7
8
|
export const ledgerLiveCoreTokens = {
|
|
8
9
|
...primitiveLayoutTokens,
|
|
10
|
+
fontFamilies: primitiveTypographyTokens.fontFamily,
|
|
9
11
|
shadows: primitiveShadowTokens,
|
|
10
12
|
typographies: typographyTokens,
|
|
11
13
|
motion: primitiveMotionTokens,
|
|
@@ -170,8 +170,10 @@ export declare const ledgerLiveLightColorTokens: {
|
|
|
170
170
|
readonly canvasSheetTransparent: "#ffffff00";
|
|
171
171
|
readonly canvasOverlay: "#00000099";
|
|
172
172
|
readonly canvasOverlaySubtle: "#0000001a";
|
|
173
|
+
readonly canvasOverlayChart: "#ffffff99";
|
|
173
174
|
readonly white: "#ffffff";
|
|
174
175
|
readonly black: "#000000";
|
|
176
|
+
readonly grey: "#f1f1f1";
|
|
175
177
|
readonly surface: "#fafafa";
|
|
176
178
|
readonly surfaceHover: "#f1f1f1";
|
|
177
179
|
readonly surfacePressed: "#e8e8e8";
|
|
@@ -198,6 +200,7 @@ export declare const ledgerLiveLightColorTokens: {
|
|
|
198
200
|
readonly mutedTransparentHover: "#0000001a";
|
|
199
201
|
readonly mutedTransparentPressed: "#00000033";
|
|
200
202
|
readonly mutedTransparentDisabled: "#0000000d";
|
|
203
|
+
readonly mutedTransparent0: "#f1f1f100";
|
|
201
204
|
readonly accent: "#d4a0ff";
|
|
202
205
|
readonly accentHover: "#b380dd";
|
|
203
206
|
readonly accentPressed: "#7e4ea5";
|
|
@@ -215,11 +218,13 @@ export declare const ledgerLiveLightColorTokens: {
|
|
|
215
218
|
readonly errorPressed: "#c242444d";
|
|
216
219
|
readonly errorStrong: "#c24244";
|
|
217
220
|
readonly errorTransparent: "#c2424400";
|
|
221
|
+
readonly errorTransparent0: "#c2424400";
|
|
218
222
|
readonly warning: "#d38b201a";
|
|
219
223
|
readonly warningStrong: "#d38b20";
|
|
220
224
|
readonly success: "#47883a1a";
|
|
221
225
|
readonly successStrong: "#47883a";
|
|
222
226
|
readonly successTransparent: "#47883a00";
|
|
227
|
+
readonly successTransparent0: "#47883a00";
|
|
223
228
|
readonly native: "#f7f7f7";
|
|
224
229
|
readonly gradient100: "#000000";
|
|
225
230
|
readonly gradient80: "#000000cc";
|
|
@@ -274,6 +279,8 @@ export declare const ledgerLiveLightColorTokens: {
|
|
|
274
279
|
readonly mutedSubtle: "#e8e8e8";
|
|
275
280
|
readonly mutedSubtleHover: "#d5d5d5";
|
|
276
281
|
readonly mutedSubtlePressed: "#c1c1c1";
|
|
282
|
+
readonly mutedTransparent0: "#76767600";
|
|
283
|
+
readonly mutedSubtleTransparent: "#e8e8e880";
|
|
277
284
|
readonly active: "#d4a0ff";
|
|
278
285
|
readonly activeHover: "#b380dd";
|
|
279
286
|
readonly activePressed: "#7e4ea5";
|
|
@@ -281,8 +288,10 @@ export declare const ledgerLiveLightColorTokens: {
|
|
|
281
288
|
readonly error: "#c24244";
|
|
282
289
|
readonly errorHover: "#a43234";
|
|
283
290
|
readonly errorPressed: "#852e2f";
|
|
291
|
+
readonly errorTransparent: "#c2424480";
|
|
284
292
|
readonly warning: "#d38b20";
|
|
285
293
|
readonly success: "#47883a";
|
|
294
|
+
readonly successTransparent: "#47883a80";
|
|
286
295
|
readonly icon: "#0000000d";
|
|
287
296
|
};
|
|
288
297
|
readonly gradients: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"theme.light.d.ts","sourceRoot":"","sources":["../../../../../src/lib/themes/js/ledger-live/theme.light.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,0BAA0B
|
|
1
|
+
{"version":3,"file":"theme.light.d.ts","sourceRoot":"","sources":["../../../../../src/lib/themes/js/ledger-live/theme.light.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4SF,CAAC"}
|
|
@@ -172,8 +172,10 @@ export const ledgerLiveLightColorTokens = {
|
|
|
172
172
|
canvasSheetTransparent: primitiveColorTokens.light.grey['050-0'],
|
|
173
173
|
canvasOverlay: primitiveColorTokens.light.grey['950-60'],
|
|
174
174
|
canvasOverlaySubtle: primitiveColorTokens.light.grey['950-10'],
|
|
175
|
+
canvasOverlayChart: primitiveColorTokens.light.grey['050-60'],
|
|
175
176
|
white: primitiveColorTokens.light.constant['050'],
|
|
176
177
|
black: primitiveColorTokens.light.constant['950'],
|
|
178
|
+
grey: primitiveColorTokens.light.constant['200'],
|
|
177
179
|
surface: primitiveColorTokens.light.grey['100'],
|
|
178
180
|
surfaceHover: primitiveColorTokens.light.grey['200'],
|
|
179
181
|
surfacePressed: primitiveColorTokens.light.grey['300'],
|
|
@@ -200,6 +202,7 @@ export const ledgerLiveLightColorTokens = {
|
|
|
200
202
|
mutedTransparentHover: primitiveColorTokens.light.grey['950-10'],
|
|
201
203
|
mutedTransparentPressed: primitiveColorTokens.light.grey['950-20'],
|
|
202
204
|
mutedTransparentDisabled: primitiveColorTokens.light.grey['950-5'],
|
|
205
|
+
mutedTransparent0: primitiveColorTokens.light.grey['200-0'],
|
|
203
206
|
accent: primitiveColorTokens.light.purple['600'],
|
|
204
207
|
accentHover: primitiveColorTokens.light.purple['700'],
|
|
205
208
|
accentPressed: primitiveColorTokens.light.purple['800'],
|
|
@@ -217,11 +220,13 @@ export const ledgerLiveLightColorTokens = {
|
|
|
217
220
|
errorPressed: primitiveColorTokens.light.red['600-30'],
|
|
218
221
|
errorStrong: primitiveColorTokens.light.red['600'],
|
|
219
222
|
errorTransparent: primitiveColorTokens.light.red['600-0'],
|
|
223
|
+
errorTransparent0: primitiveColorTokens.light.red['600-0'],
|
|
220
224
|
warning: primitiveColorTokens.light.yellow['600-10'],
|
|
221
225
|
warningStrong: primitiveColorTokens.light.yellow['600'],
|
|
222
226
|
success: primitiveColorTokens.light.green['600-10'],
|
|
223
227
|
successStrong: '#47883a',
|
|
224
228
|
successTransparent: primitiveColorTokens.light.green['600-0'],
|
|
229
|
+
successTransparent0: primitiveColorTokens.light.green['600-0'],
|
|
225
230
|
native: '#f7f7f7',
|
|
226
231
|
gradient100: primitiveColorTokens.light.grey['950'],
|
|
227
232
|
gradient80: primitiveColorTokens.light.grey['950-80'],
|
|
@@ -276,6 +281,8 @@ export const ledgerLiveLightColorTokens = {
|
|
|
276
281
|
mutedSubtle: primitiveColorTokens.light.grey['300'],
|
|
277
282
|
mutedSubtleHover: primitiveColorTokens.light.grey['400'],
|
|
278
283
|
mutedSubtlePressed: primitiveColorTokens.light.grey['500'],
|
|
284
|
+
mutedTransparent0: primitiveColorTokens.light.grey['600-0'],
|
|
285
|
+
mutedSubtleTransparent: primitiveColorTokens.light.grey['300-50'],
|
|
279
286
|
active: primitiveColorTokens.light.purple['600'],
|
|
280
287
|
activeHover: primitiveColorTokens.light.purple['700'],
|
|
281
288
|
activePressed: primitiveColorTokens.light.purple['800'],
|
|
@@ -283,8 +290,10 @@ export const ledgerLiveLightColorTokens = {
|
|
|
283
290
|
error: primitiveColorTokens.light.red['600'],
|
|
284
291
|
errorHover: primitiveColorTokens.light.red['700'],
|
|
285
292
|
errorPressed: primitiveColorTokens.light.red['800'],
|
|
293
|
+
errorTransparent: primitiveColorTokens.light.red['600-50'],
|
|
286
294
|
warning: primitiveColorTokens.light.yellow['600'],
|
|
287
295
|
success: primitiveColorTokens.light.green['600'],
|
|
296
|
+
successTransparent: primitiveColorTokens.light.green['600-50'],
|
|
288
297
|
icon: primitiveColorTokens.light.grey['950-5'],
|
|
289
298
|
},
|
|
290
299
|
gradients: {
|
|
@@ -34,6 +34,9 @@ export declare const primitiveColorTokens: {
|
|
|
34
34
|
readonly '050': "#ffffff";
|
|
35
35
|
readonly '075': "#fdfdfd";
|
|
36
36
|
readonly '100-0': "#fafafa00";
|
|
37
|
+
readonly '200-0': "#f1f1f100";
|
|
38
|
+
readonly '300-50': "#e8e8e880";
|
|
39
|
+
readonly '600-0': "#76767600";
|
|
37
40
|
readonly '950-0': "#00000000";
|
|
38
41
|
readonly '950-3': "#00000008";
|
|
39
42
|
readonly '950-5': "#0000000d";
|
|
@@ -100,6 +103,7 @@ export declare const primitiveColorTokens: {
|
|
|
100
103
|
readonly '050': "#f4fbf2";
|
|
101
104
|
readonly '600-0': "#47883a00";
|
|
102
105
|
readonly '600-10': "#47883a1a";
|
|
106
|
+
readonly '600-50': "#47883a80";
|
|
103
107
|
};
|
|
104
108
|
readonly yellow: {
|
|
105
109
|
readonly '100': "#fff3d5";
|
|
@@ -134,6 +138,7 @@ export declare const primitiveColorTokens: {
|
|
|
134
138
|
readonly '600-10': "#c242441a";
|
|
135
139
|
readonly '600-20': "#c2424433";
|
|
136
140
|
readonly '600-30': "#c242444d";
|
|
141
|
+
readonly '600-50': "#c2424480";
|
|
137
142
|
};
|
|
138
143
|
readonly crypto: {
|
|
139
144
|
readonly aion: "#212529";
|
|
@@ -338,6 +343,9 @@ export declare const primitiveColorTokens: {
|
|
|
338
343
|
readonly '075': "#101010";
|
|
339
344
|
readonly '075-0': "#10101000";
|
|
340
345
|
readonly '100-0': "#15151500";
|
|
346
|
+
readonly '200-0': "#1f1f1f00";
|
|
347
|
+
readonly '300-50': "#3c3c3c80";
|
|
348
|
+
readonly '500-0': "#71707000";
|
|
341
349
|
readonly '950-0': "#ffffff00";
|
|
342
350
|
readonly '950-3': "#ffffff08";
|
|
343
351
|
readonly '950-5': "#ffffff0d";
|
|
@@ -405,6 +413,7 @@ export declare const primitiveColorTokens: {
|
|
|
405
413
|
readonly '600-0': "#6ec85c00";
|
|
406
414
|
readonly '600-10': "#6ec85c1a";
|
|
407
415
|
readonly '600-15': "#6ec85c26";
|
|
416
|
+
readonly '600-50': "#6ec85c80";
|
|
408
417
|
};
|
|
409
418
|
readonly yellow: {
|
|
410
419
|
readonly '100': "#63420f";
|
|
@@ -439,6 +448,7 @@ export declare const primitiveColorTokens: {
|
|
|
439
448
|
readonly '600-15': "#f8727426";
|
|
440
449
|
readonly '600-30': "#f872744d";
|
|
441
450
|
readonly '600-40': "#f8727466";
|
|
451
|
+
readonly '600-50': "#f8727480";
|
|
442
452
|
};
|
|
443
453
|
readonly crypto: {
|
|
444
454
|
readonly aion: "#212529";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"primitive.colors.d.ts","sourceRoot":"","sources":["../../../../../src/lib/themes/js/primitives/primitive.colors.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,oBAAoB
|
|
1
|
+
{"version":3,"file":"primitive.colors.d.ts","sourceRoot":"","sources":["../../../../../src/lib/themes/js/primitives/primitive.colors.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2mBQ,CAAC"}
|
|
@@ -34,6 +34,9 @@ export const primitiveColorTokens = {
|
|
|
34
34
|
'050': '#ffffff',
|
|
35
35
|
'075': '#fdfdfd',
|
|
36
36
|
'100-0': '#fafafa00',
|
|
37
|
+
'200-0': '#f1f1f100',
|
|
38
|
+
'300-50': '#e8e8e880',
|
|
39
|
+
'600-0': '#76767600',
|
|
37
40
|
'950-0': '#00000000',
|
|
38
41
|
'950-3': '#00000008',
|
|
39
42
|
'950-5': '#0000000d',
|
|
@@ -100,6 +103,7 @@ export const primitiveColorTokens = {
|
|
|
100
103
|
'050': '#f4fbf2',
|
|
101
104
|
'600-0': '#47883a00',
|
|
102
105
|
'600-10': '#47883a1a',
|
|
106
|
+
'600-50': '#47883a80',
|
|
103
107
|
},
|
|
104
108
|
yellow: {
|
|
105
109
|
'100': '#fff3d5',
|
|
@@ -134,6 +138,7 @@ export const primitiveColorTokens = {
|
|
|
134
138
|
'600-10': '#c242441a',
|
|
135
139
|
'600-20': '#c2424433',
|
|
136
140
|
'600-30': '#c242444d',
|
|
141
|
+
'600-50': '#c2424480',
|
|
137
142
|
},
|
|
138
143
|
crypto: {
|
|
139
144
|
aion: '#212529',
|
|
@@ -338,6 +343,9 @@ export const primitiveColorTokens = {
|
|
|
338
343
|
'075': '#101010',
|
|
339
344
|
'075-0': '#10101000',
|
|
340
345
|
'100-0': '#15151500',
|
|
346
|
+
'200-0': '#1f1f1f00',
|
|
347
|
+
'300-50': '#3c3c3c80',
|
|
348
|
+
'500-0': '#71707000',
|
|
341
349
|
'950-0': '#ffffff00',
|
|
342
350
|
'950-3': '#ffffff08',
|
|
343
351
|
'950-5': '#ffffff0d',
|
|
@@ -405,6 +413,7 @@ export const primitiveColorTokens = {
|
|
|
405
413
|
'600-0': '#6ec85c00',
|
|
406
414
|
'600-10': '#6ec85c1a',
|
|
407
415
|
'600-15': '#6ec85c26',
|
|
416
|
+
'600-50': '#6ec85c80',
|
|
408
417
|
},
|
|
409
418
|
yellow: {
|
|
410
419
|
'100': '#63420f',
|
|
@@ -439,6 +448,7 @@ export const primitiveColorTokens = {
|
|
|
439
448
|
'600-15': '#f8727426',
|
|
440
449
|
'600-30': '#f872744d',
|
|
441
450
|
'600-40': '#f8727466',
|
|
451
|
+
'600-50': '#f8727480',
|
|
442
452
|
},
|
|
443
453
|
crypto: {
|
|
444
454
|
aion: '#212529',
|
|
@@ -172,6 +172,7 @@ export type ThemeColorTokens = {
|
|
|
172
172
|
crypto: Record<string, string>;
|
|
173
173
|
};
|
|
174
174
|
export type ThemeCoreTokens = PrimitiveOtherTokens & {
|
|
175
|
+
fontFamilies: PrimitiveTypographyTokens['fontFamily'];
|
|
175
176
|
shadows: PrimitiveShadowTokens;
|
|
176
177
|
typographies: TypographyTokensByBreakpoint;
|
|
177
178
|
motion: PrimitiveMotionTokens;
|