@ledgerhq/lumen-design-core 0.1.8 → 0.1.10
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.map +1 -1
- package/dist/lib/themes/css/enterprise/theme.dark-css.js +2 -0
- package/dist/lib/themes/css/enterprise/theme.light-css.d.ts.map +1 -1
- package/dist/lib/themes/css/enterprise/theme.light-css.js +2 -0
- 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 +2 -0
- 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 +2 -0
- package/dist/lib/themes/css/primitives-css.d.ts.map +1 -1
- package/dist/lib/themes/css/primitives-css.js +5 -0
- package/dist/lib/themes/css/websites/theme.dark-css.d.ts.map +1 -1
- package/dist/lib/themes/css/websites/theme.dark-css.js +2 -0
- package/dist/lib/themes/css/websites/theme.light-css.d.ts.map +1 -1
- package/dist/lib/themes/css/websites/theme.light-css.js +2 -0
- package/dist/lib/themes/js/enterprise/theme.d.ts +12 -0
- package/dist/lib/themes/js/enterprise/theme.d.ts.map +1 -1
- package/dist/lib/themes/js/enterprise/theme.dark.d.ts +6 -0
- package/dist/lib/themes/js/enterprise/theme.dark.d.ts.map +1 -1
- package/dist/lib/themes/js/enterprise/theme.dark.js +6 -0
- package/dist/lib/themes/js/enterprise/theme.light.d.ts +6 -0
- package/dist/lib/themes/js/enterprise/theme.light.d.ts.map +1 -1
- package/dist/lib/themes/js/enterprise/theme.light.js +6 -0
- package/dist/lib/themes/js/ledger-live/theme.d.ts +13 -1
- package/dist/lib/themes/js/ledger-live/theme.d.ts.map +1 -1
- package/dist/lib/themes/js/ledger-live/theme.dark.d.ts +7 -1
- package/dist/lib/themes/js/ledger-live/theme.dark.d.ts.map +1 -1
- package/dist/lib/themes/js/ledger-live/theme.dark.js +6 -0
- package/dist/lib/themes/js/ledger-live/theme.light.d.ts +6 -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 +6 -0
- package/dist/lib/themes/js/primitives/primitive.colors.d.ts +1 -1
- package/dist/lib/themes/js/primitives/primitive.colors.js +1 -1
- package/dist/lib/themes/js/websites/theme.d.ts +12 -0
- package/dist/lib/themes/js/websites/theme.d.ts.map +1 -1
- package/dist/lib/themes/js/websites/theme.dark.d.ts +6 -0
- package/dist/lib/themes/js/websites/theme.dark.d.ts.map +1 -1
- package/dist/lib/themes/js/websites/theme.dark.js +6 -0
- package/dist/lib/themes/js/websites/theme.light.d.ts +6 -0
- package/dist/lib/themes/js/websites/theme.light.d.ts.map +1 -1
- package/dist/lib/themes/js/websites/theme.light.js +6 -0
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"theme.dark-css.d.ts","sourceRoot":"","sources":["../../../../../src/lib/themes/css/enterprise/theme.dark-css.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,eAAO,MAAM,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,
|
|
1
|
+
{"version":3,"file":"theme.dark-css.d.ts","sourceRoot":"","sources":["../../../../../src/lib/themes/css/enterprise/theme.dark-css.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,eAAO,MAAM,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CA2ezD,CAAC"}
|
|
@@ -127,6 +127,7 @@ export const tokens = {
|
|
|
127
127
|
'--color-border-base': 'var(--color-dark-grey-950)',
|
|
128
128
|
'--color-border-base-hover': 'var(--color-dark-grey-900)',
|
|
129
129
|
'--color-border-base-pressed': 'var(--color-dark-grey-800)',
|
|
130
|
+
'--color-border-base-inverted': 'var(--color-dark-grey-050)',
|
|
130
131
|
'--color-border-disabled': 'var(--color-dark-grey-300)',
|
|
131
132
|
'--color-border-muted': 'var(--color-dark-grey-500)',
|
|
132
133
|
'--color-border-muted-hover': 'var(--color-dark-grey-600)',
|
|
@@ -409,6 +410,7 @@ export const tokens = {
|
|
|
409
410
|
'--border-base': 'var(--color-border-base)',
|
|
410
411
|
'--border-base-hover': 'var(--color-border-base-hover)',
|
|
411
412
|
'--border-base-pressed': 'var(--color-border-base-pressed)',
|
|
413
|
+
'--border-base-inverted': 'var(--color-border-base-inverted)',
|
|
412
414
|
'--border-muted': 'var(--color-border-muted)',
|
|
413
415
|
'--border-muted-hover': 'var(--color-border-muted-hover)',
|
|
414
416
|
'--border-muted-pressed': 'var(--color-border-muted-pressed)',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"theme.light-css.d.ts","sourceRoot":"","sources":["../../../../../src/lib/themes/css/enterprise/theme.light-css.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,eAAO,MAAM,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,
|
|
1
|
+
{"version":3,"file":"theme.light-css.d.ts","sourceRoot":"","sources":["../../../../../src/lib/themes/css/enterprise/theme.light-css.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,eAAO,MAAM,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAgfzD,CAAC"}
|
|
@@ -127,6 +127,7 @@ export const tokens = {
|
|
|
127
127
|
'--color-border-base': 'var(--color-light-grey-950)',
|
|
128
128
|
'--color-border-base-hover': 'var(--color-light-grey-900)',
|
|
129
129
|
'--color-border-base-pressed': 'var(--color-light-grey-800)',
|
|
130
|
+
'--color-border-base-inverted': 'var(--color-light-grey-050)',
|
|
130
131
|
'--color-border-disabled': 'var(--color-light-grey-300)',
|
|
131
132
|
'--color-border-muted': 'var(--color-light-grey-600)',
|
|
132
133
|
'--color-border-muted-hover': 'var(--color-light-grey-700)',
|
|
@@ -409,6 +410,7 @@ export const tokens = {
|
|
|
409
410
|
'--border-base': 'var(--color-border-base)',
|
|
410
411
|
'--border-base-hover': 'var(--color-border-base-hover)',
|
|
411
412
|
'--border-base-pressed': 'var(--color-border-base-pressed)',
|
|
413
|
+
'--border-base-inverted': 'var(--color-border-base-inverted)',
|
|
412
414
|
'--border-muted': 'var(--color-border-muted)',
|
|
413
415
|
'--border-muted-hover': 'var(--color-border-muted-hover)',
|
|
414
416
|
'--border-muted-pressed': 'var(--color-border-muted-pressed)',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"theme.dark-css.d.ts","sourceRoot":"","sources":["../../../../../src/lib/themes/css/ledger-live/theme.dark-css.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,eAAO,MAAM,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,
|
|
1
|
+
{"version":3,"file":"theme.dark-css.d.ts","sourceRoot":"","sources":["../../../../../src/lib/themes/css/ledger-live/theme.dark-css.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,eAAO,MAAM,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CA2ezD,CAAC"}
|
|
@@ -127,6 +127,7 @@ export const tokens = {
|
|
|
127
127
|
'--color-border-base': 'var(--color-dark-grey-950)',
|
|
128
128
|
'--color-border-base-hover': 'var(--color-dark-grey-900)',
|
|
129
129
|
'--color-border-base-pressed': 'var(--color-dark-grey-800)',
|
|
130
|
+
'--color-border-base-inverted': 'var(--color-dark-grey-050)',
|
|
130
131
|
'--color-border-disabled': 'var(--color-dark-grey-300)',
|
|
131
132
|
'--color-border-muted': 'var(--color-dark-grey-500)',
|
|
132
133
|
'--color-border-muted-hover': 'var(--color-dark-grey-600)',
|
|
@@ -409,6 +410,7 @@ export const tokens = {
|
|
|
409
410
|
'--border-base': 'var(--color-border-base)',
|
|
410
411
|
'--border-base-hover': 'var(--color-border-base-hover)',
|
|
411
412
|
'--border-base-pressed': 'var(--color-border-base-pressed)',
|
|
413
|
+
'--border-base-inverted': 'var(--color-border-base-inverted)',
|
|
412
414
|
'--border-muted': 'var(--color-border-muted)',
|
|
413
415
|
'--border-muted-hover': 'var(--color-border-muted-hover)',
|
|
414
416
|
'--border-muted-pressed': 'var(--color-border-muted-pressed)',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"theme.light-css.d.ts","sourceRoot":"","sources":["../../../../../src/lib/themes/css/ledger-live/theme.light-css.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,eAAO,MAAM,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,
|
|
1
|
+
{"version":3,"file":"theme.light-css.d.ts","sourceRoot":"","sources":["../../../../../src/lib/themes/css/ledger-live/theme.light-css.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,eAAO,MAAM,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAgfzD,CAAC"}
|
|
@@ -127,6 +127,7 @@ export const tokens = {
|
|
|
127
127
|
'--color-border-base': 'var(--color-light-grey-950)',
|
|
128
128
|
'--color-border-base-hover': 'var(--color-light-grey-900)',
|
|
129
129
|
'--color-border-base-pressed': 'var(--color-light-grey-800)',
|
|
130
|
+
'--color-border-base-inverted': 'var(--color-light-grey-050)',
|
|
130
131
|
'--color-border-disabled': 'var(--color-light-grey-300)',
|
|
131
132
|
'--color-border-muted': 'var(--color-light-grey-600)',
|
|
132
133
|
'--color-border-muted-hover': 'var(--color-light-grey-700)',
|
|
@@ -409,6 +410,7 @@ export const tokens = {
|
|
|
409
410
|
'--border-base': 'var(--color-border-base)',
|
|
410
411
|
'--border-base-hover': 'var(--color-border-base-hover)',
|
|
411
412
|
'--border-base-pressed': 'var(--color-border-base-pressed)',
|
|
413
|
+
'--border-base-inverted': 'var(--color-border-base-inverted)',
|
|
412
414
|
'--border-muted': 'var(--color-border-muted)',
|
|
413
415
|
'--border-muted-hover': 'var(--color-border-muted-hover)',
|
|
414
416
|
'--border-muted-pressed': 'var(--color-border-muted-pressed)',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"primitives-css.d.ts","sourceRoot":"","sources":["../../../../src/lib/themes/css/primitives-css.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,eAAO,MAAM,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,CAAC,
|
|
1
|
+
{"version":3,"file":"primitives-css.d.ts","sourceRoot":"","sources":["../../../../src/lib/themes/css/primitives-css.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,eAAO,MAAM,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,CAAC,CAwuBlE,CAAC"}
|
|
@@ -596,6 +596,7 @@ export const tokens = {
|
|
|
596
596
|
'--icon-width-40': '40px',
|
|
597
597
|
'--icon-width-48': '48px',
|
|
598
598
|
'--icon-width-56': '56px',
|
|
599
|
+
'--icon-width-64': '64px',
|
|
599
600
|
'--icon-height-12': '12px',
|
|
600
601
|
'--icon-height-16': '16px',
|
|
601
602
|
'--icon-height-20': '20px',
|
|
@@ -604,6 +605,7 @@ export const tokens = {
|
|
|
604
605
|
'--icon-height-40': '40px',
|
|
605
606
|
'--icon-height-48': '48px',
|
|
606
607
|
'--icon-height-56': '56px',
|
|
608
|
+
'--icon-height-64': '64px',
|
|
607
609
|
'--spot-width-32': '32px',
|
|
608
610
|
'--spot-width-40': '40px',
|
|
609
611
|
'--spot-width-48': '48px',
|
|
@@ -622,6 +624,7 @@ export const tokens = {
|
|
|
622
624
|
'--icon-border-width-40': '2.200000047683716px',
|
|
623
625
|
'--icon-border-width-48': '2.5px',
|
|
624
626
|
'--icon-border-width-56': '2.799999952316284px',
|
|
627
|
+
'--icon-border-width-64': '3px',
|
|
625
628
|
'--spinner-border-width-12': '1.2000000476837158px',
|
|
626
629
|
'--spinner-border-width-16': '1.600000023841858px',
|
|
627
630
|
'--spinner-border-width-20': '2px',
|
|
@@ -630,6 +633,7 @@ export const tokens = {
|
|
|
630
633
|
'--spinner-border-width-40': '3.200000047683716px',
|
|
631
634
|
'--spinner-border-width-48': '3.5999999046325684px',
|
|
632
635
|
'--spinner-border-width-56': '3.799999952316284px',
|
|
636
|
+
'--spinner-border-width-64': '4px',
|
|
633
637
|
'--size-0': '0px',
|
|
634
638
|
'--size-1': '1px',
|
|
635
639
|
'--size-2': '2px',
|
|
@@ -679,6 +683,7 @@ export const tokens = {
|
|
|
679
683
|
'--stroke-1': '1px',
|
|
680
684
|
'--stroke-2': '2px',
|
|
681
685
|
'--stroke-4': '4px',
|
|
686
|
+
'--stroke-05': '0.5px',
|
|
682
687
|
'--font-weight-bold': '700',
|
|
683
688
|
'--font-weight-semi-bold': '600',
|
|
684
689
|
'--font-weight-medium': '500',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"theme.dark-css.d.ts","sourceRoot":"","sources":["../../../../../src/lib/themes/css/websites/theme.dark-css.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,eAAO,MAAM,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,
|
|
1
|
+
{"version":3,"file":"theme.dark-css.d.ts","sourceRoot":"","sources":["../../../../../src/lib/themes/css/websites/theme.dark-css.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,eAAO,MAAM,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CA0ezD,CAAC"}
|
|
@@ -127,6 +127,7 @@ export const tokens = {
|
|
|
127
127
|
'--color-border-base': 'var(--color-dark-grey-950)',
|
|
128
128
|
'--color-border-base-hover': 'var(--color-dark-grey-900)',
|
|
129
129
|
'--color-border-base-pressed': 'var(--color-dark-grey-800)',
|
|
130
|
+
'--color-border-base-inverted': 'var(--color-dark-grey-050)',
|
|
130
131
|
'--color-border-disabled': 'var(--color-dark-grey-300)',
|
|
131
132
|
'--color-border-muted': 'var(--color-dark-grey-500)',
|
|
132
133
|
'--color-border-muted-hover': 'var(--color-dark-grey-600)',
|
|
@@ -409,6 +410,7 @@ export const tokens = {
|
|
|
409
410
|
'--border-base': 'var(--color-border-base)',
|
|
410
411
|
'--border-base-hover': 'var(--color-border-base-hover)',
|
|
411
412
|
'--border-base-pressed': 'var(--color-border-base-pressed)',
|
|
413
|
+
'--border-base-inverted': 'var(--color-border-base-inverted)',
|
|
412
414
|
'--border-muted': 'var(--color-border-muted)',
|
|
413
415
|
'--border-muted-hover': 'var(--color-border-muted-hover)',
|
|
414
416
|
'--border-muted-pressed': 'var(--color-border-muted-pressed)',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"theme.light-css.d.ts","sourceRoot":"","sources":["../../../../../src/lib/themes/css/websites/theme.light-css.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,eAAO,MAAM,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,
|
|
1
|
+
{"version":3,"file":"theme.light-css.d.ts","sourceRoot":"","sources":["../../../../../src/lib/themes/css/websites/theme.light-css.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,eAAO,MAAM,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CA+ezD,CAAC"}
|
|
@@ -127,6 +127,7 @@ export const tokens = {
|
|
|
127
127
|
'--color-border-base': 'var(--color-light-grey-950)',
|
|
128
128
|
'--color-border-base-hover': 'var(--color-light-grey-900)',
|
|
129
129
|
'--color-border-base-pressed': 'var(--color-light-grey-800)',
|
|
130
|
+
'--color-border-base-inverted': 'var(--color-light-grey-050)',
|
|
130
131
|
'--color-border-disabled': 'var(--color-light-grey-300)',
|
|
131
132
|
'--color-border-muted': 'var(--color-light-grey-600)',
|
|
132
133
|
'--color-border-muted-hover': 'var(--color-light-grey-700)',
|
|
@@ -409,6 +410,7 @@ export const tokens = {
|
|
|
409
410
|
'--border-base': 'var(--color-border-base)',
|
|
410
411
|
'--border-base-hover': 'var(--color-border-base-hover)',
|
|
411
412
|
'--border-base-pressed': 'var(--color-border-base-pressed)',
|
|
413
|
+
'--border-base-inverted': 'var(--color-border-base-inverted)',
|
|
412
414
|
'--border-muted': 'var(--color-border-muted)',
|
|
413
415
|
'--border-muted-hover': 'var(--color-border-muted-hover)',
|
|
414
416
|
'--border-muted-pressed': 'var(--color-border-muted-pressed)',
|
|
@@ -1316,6 +1316,7 @@ export declare const enterpriseThemes: {
|
|
|
1316
1316
|
readonly baseTransparentPressed: "#ffffff33";
|
|
1317
1317
|
readonly disabled: "#1f1f1f";
|
|
1318
1318
|
readonly disabledStrong: "#3c3c3c";
|
|
1319
|
+
readonly surfaceDisabled: "#151515";
|
|
1319
1320
|
readonly muted: "#1f1f1f";
|
|
1320
1321
|
readonly mutedHover: "#3c3c3c";
|
|
1321
1322
|
readonly mutedPressed: "#565656";
|
|
@@ -1352,7 +1353,11 @@ export declare const enterpriseThemes: {
|
|
|
1352
1353
|
readonly gradient100: "#000000";
|
|
1353
1354
|
readonly gradient80: "#000000cc";
|
|
1354
1355
|
readonly gradient70: "#000000b2";
|
|
1356
|
+
readonly gradient40: "#00000066";
|
|
1357
|
+
readonly gradient30: "#0000004d";
|
|
1355
1358
|
readonly gradient0: "#00000000";
|
|
1359
|
+
readonly gradientOverlay80: "#000000cc";
|
|
1360
|
+
readonly gradientOverlay0: "#00000000";
|
|
1356
1361
|
};
|
|
1357
1362
|
readonly text: {
|
|
1358
1363
|
readonly black: "#000000";
|
|
@@ -1390,6 +1395,7 @@ export declare const enterpriseThemes: {
|
|
|
1390
1395
|
readonly base: "#ffffff";
|
|
1391
1396
|
readonly baseHover: "#e1e1e1";
|
|
1392
1397
|
readonly basePressed: "#c3c3c3";
|
|
1398
|
+
readonly baseInverted: "#000000";
|
|
1393
1399
|
readonly disabled: "#3c3c3c";
|
|
1394
1400
|
readonly muted: "#717070";
|
|
1395
1401
|
readonly mutedHover: "#848484";
|
|
@@ -2942,6 +2948,7 @@ export declare const enterpriseThemes: {
|
|
|
2942
2948
|
readonly baseTransparentPressed: "#0000001a";
|
|
2943
2949
|
readonly disabled: "#f1f1f1";
|
|
2944
2950
|
readonly disabledStrong: "#e8e8e8";
|
|
2951
|
+
readonly surfaceDisabled: "#fafafa";
|
|
2945
2952
|
readonly muted: "#f1f1f1";
|
|
2946
2953
|
readonly mutedHover: "#e8e8e8";
|
|
2947
2954
|
readonly mutedPressed: "#d5d5d5";
|
|
@@ -2978,7 +2985,11 @@ export declare const enterpriseThemes: {
|
|
|
2978
2985
|
readonly gradient100: "#000000";
|
|
2979
2986
|
readonly gradient80: "#000000cc";
|
|
2980
2987
|
readonly gradient70: "#000000b2";
|
|
2988
|
+
readonly gradient40: "#ffffff66";
|
|
2989
|
+
readonly gradient30: "#ffffff4d";
|
|
2981
2990
|
readonly gradient0: "#00000000";
|
|
2991
|
+
readonly gradientOverlay80: "#000000cc";
|
|
2992
|
+
readonly gradientOverlay0: "#00000000";
|
|
2982
2993
|
};
|
|
2983
2994
|
readonly text: {
|
|
2984
2995
|
readonly black: "#000000";
|
|
@@ -3016,6 +3027,7 @@ export declare const enterpriseThemes: {
|
|
|
3016
3027
|
readonly base: "#000000";
|
|
3017
3028
|
readonly baseHover: "#272727";
|
|
3018
3029
|
readonly basePressed: "#4d4d4d";
|
|
3030
|
+
readonly baseInverted: "#ffffff";
|
|
3019
3031
|
readonly disabled: "#e8e8e8";
|
|
3020
3032
|
readonly muted: "#767676";
|
|
3021
3033
|
readonly mutedHover: "#6a6a6a";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"theme.d.ts","sourceRoot":"","sources":["../../../../../src/lib/themes/js/enterprise/theme.ts"],"names":[],"mappings":"AAQA,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAKN,CAAC;AAY5B,eAAO,MAAM,gBAAgB
|
|
1
|
+
{"version":3,"file":"theme.d.ts","sourceRoot":"","sources":["../../../../../src/lib/themes/js/enterprise/theme.ts"],"names":[],"mappings":"AAQA,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAKN,CAAC;AAY5B,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAG5B,CAAC"}
|
|
@@ -187,6 +187,7 @@ export declare const enterpriseDarkColorTokens: {
|
|
|
187
187
|
readonly baseTransparentPressed: "#ffffff33";
|
|
188
188
|
readonly disabled: "#1f1f1f";
|
|
189
189
|
readonly disabledStrong: "#3c3c3c";
|
|
190
|
+
readonly surfaceDisabled: "#151515";
|
|
190
191
|
readonly muted: "#1f1f1f";
|
|
191
192
|
readonly mutedHover: "#3c3c3c";
|
|
192
193
|
readonly mutedPressed: "#565656";
|
|
@@ -223,7 +224,11 @@ export declare const enterpriseDarkColorTokens: {
|
|
|
223
224
|
readonly gradient100: "#000000";
|
|
224
225
|
readonly gradient80: "#000000cc";
|
|
225
226
|
readonly gradient70: "#000000b2";
|
|
227
|
+
readonly gradient40: "#00000066";
|
|
228
|
+
readonly gradient30: "#0000004d";
|
|
226
229
|
readonly gradient0: "#00000000";
|
|
230
|
+
readonly gradientOverlay80: "#000000cc";
|
|
231
|
+
readonly gradientOverlay0: "#00000000";
|
|
227
232
|
};
|
|
228
233
|
readonly text: {
|
|
229
234
|
readonly black: "#000000";
|
|
@@ -261,6 +266,7 @@ export declare const enterpriseDarkColorTokens: {
|
|
|
261
266
|
readonly base: "#ffffff";
|
|
262
267
|
readonly baseHover: "#e1e1e1";
|
|
263
268
|
readonly basePressed: "#c3c3c3";
|
|
269
|
+
readonly baseInverted: "#000000";
|
|
264
270
|
readonly disabled: "#3c3c3c";
|
|
265
271
|
readonly muted: "#717070";
|
|
266
272
|
readonly mutedHover: "#848484";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"theme.dark.d.ts","sourceRoot":"","sources":["../../../../../src/lib/themes/js/enterprise/theme.dark.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,yBAAyB
|
|
1
|
+
{"version":3,"file":"theme.dark.d.ts","sourceRoot":"","sources":["../../../../../src/lib/themes/js/enterprise/theme.dark.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmSD,CAAC"}
|
|
@@ -189,6 +189,7 @@ export const enterpriseDarkColorTokens = {
|
|
|
189
189
|
baseTransparentPressed: primitiveColorTokens.dark.grey['950-20'],
|
|
190
190
|
disabled: primitiveColorTokens.dark.grey['200'],
|
|
191
191
|
disabledStrong: primitiveColorTokens.dark.grey['300'],
|
|
192
|
+
surfaceDisabled: primitiveColorTokens.dark.grey['100'], // Added missing token from CSS
|
|
192
193
|
muted: primitiveColorTokens.dark.grey['200'],
|
|
193
194
|
mutedHover: primitiveColorTokens.dark.grey['300'],
|
|
194
195
|
mutedPressed: primitiveColorTokens.dark.grey['400'],
|
|
@@ -225,7 +226,11 @@ export const enterpriseDarkColorTokens = {
|
|
|
225
226
|
gradient100: primitiveColorTokens.dark.grey['050'],
|
|
226
227
|
gradient80: primitiveColorTokens.dark.grey['050-80'],
|
|
227
228
|
gradient70: primitiveColorTokens.dark.grey['050-70'],
|
|
229
|
+
gradient40: primitiveColorTokens.dark.grey['050-40'], // Added missing token from CSS
|
|
230
|
+
gradient30: primitiveColorTokens.dark.grey['050-30'], // Added missing token from CSS
|
|
228
231
|
gradient0: primitiveColorTokens.dark.grey['050-0'],
|
|
232
|
+
gradientOverlay80: primitiveColorTokens.dark.grey['050-80'], // Added missing token from CSS
|
|
233
|
+
gradientOverlay0: primitiveColorTokens.dark.grey['050-0'], // Added missing token from CSS
|
|
229
234
|
},
|
|
230
235
|
text: {
|
|
231
236
|
black: primitiveColorTokens.dark.constant['950'],
|
|
@@ -263,6 +268,7 @@ export const enterpriseDarkColorTokens = {
|
|
|
263
268
|
base: primitiveColorTokens.dark.grey['950'],
|
|
264
269
|
baseHover: primitiveColorTokens.dark.grey['900'],
|
|
265
270
|
basePressed: primitiveColorTokens.dark.grey['800'],
|
|
271
|
+
baseInverted: primitiveColorTokens.dark.grey['050'], // Added missing token from CSS
|
|
266
272
|
disabled: primitiveColorTokens.dark.grey['300'],
|
|
267
273
|
muted: primitiveColorTokens.dark.grey['500'],
|
|
268
274
|
mutedHover: primitiveColorTokens.dark.grey['600'],
|
|
@@ -187,6 +187,7 @@ export declare const enterpriseLightColorTokens: {
|
|
|
187
187
|
readonly baseTransparentPressed: "#0000001a";
|
|
188
188
|
readonly disabled: "#f1f1f1";
|
|
189
189
|
readonly disabledStrong: "#e8e8e8";
|
|
190
|
+
readonly surfaceDisabled: "#fafafa";
|
|
190
191
|
readonly muted: "#f1f1f1";
|
|
191
192
|
readonly mutedHover: "#e8e8e8";
|
|
192
193
|
readonly mutedPressed: "#d5d5d5";
|
|
@@ -223,7 +224,11 @@ export declare const enterpriseLightColorTokens: {
|
|
|
223
224
|
readonly gradient100: "#000000";
|
|
224
225
|
readonly gradient80: "#000000cc";
|
|
225
226
|
readonly gradient70: "#000000b2";
|
|
227
|
+
readonly gradient40: "#ffffff66";
|
|
228
|
+
readonly gradient30: "#ffffff4d";
|
|
226
229
|
readonly gradient0: "#00000000";
|
|
230
|
+
readonly gradientOverlay80: "#000000cc";
|
|
231
|
+
readonly gradientOverlay0: "#00000000";
|
|
227
232
|
};
|
|
228
233
|
readonly text: {
|
|
229
234
|
readonly black: "#000000";
|
|
@@ -261,6 +266,7 @@ export declare const enterpriseLightColorTokens: {
|
|
|
261
266
|
readonly base: "#000000";
|
|
262
267
|
readonly baseHover: "#272727";
|
|
263
268
|
readonly basePressed: "#4d4d4d";
|
|
269
|
+
readonly baseInverted: "#ffffff";
|
|
264
270
|
readonly disabled: "#e8e8e8";
|
|
265
271
|
readonly muted: "#767676";
|
|
266
272
|
readonly mutedHover: "#6a6a6a";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"theme.light.d.ts","sourceRoot":"","sources":["../../../../../src/lib/themes/js/enterprise/theme.light.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,0BAA0B
|
|
1
|
+
{"version":3,"file":"theme.light.d.ts","sourceRoot":"","sources":["../../../../../src/lib/themes/js/enterprise/theme.light.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmSF,CAAC"}
|
|
@@ -189,6 +189,7 @@ export const enterpriseLightColorTokens = {
|
|
|
189
189
|
baseTransparentPressed: primitiveColorTokens.light.grey['950-10'],
|
|
190
190
|
disabled: primitiveColorTokens.light.grey['200'],
|
|
191
191
|
disabledStrong: primitiveColorTokens.light.grey['300'],
|
|
192
|
+
surfaceDisabled: primitiveColorTokens.light.grey['100'], // Added missing token from CSS
|
|
192
193
|
muted: primitiveColorTokens.light.grey['200'],
|
|
193
194
|
mutedHover: primitiveColorTokens.light.grey['300'],
|
|
194
195
|
mutedPressed: primitiveColorTokens.light.grey['400'],
|
|
@@ -225,7 +226,11 @@ export const enterpriseLightColorTokens = {
|
|
|
225
226
|
gradient100: primitiveColorTokens.light.grey['950'],
|
|
226
227
|
gradient80: primitiveColorTokens.light.grey['950-80'],
|
|
227
228
|
gradient70: primitiveColorTokens.light.grey['950-70'],
|
|
229
|
+
gradient40: primitiveColorTokens.light.grey['050-40'], // Added missing token from CSS (uses light grey 050)
|
|
230
|
+
gradient30: primitiveColorTokens.light.grey['050-30'], // Added missing token from CSS (uses light grey 050)
|
|
228
231
|
gradient0: primitiveColorTokens.light.grey['950-0'],
|
|
232
|
+
gradientOverlay80: primitiveColorTokens.light.grey['950-80'], // Added missing token from CSS
|
|
233
|
+
gradientOverlay0: primitiveColorTokens.light.grey['950-0'], // Added missing token from CSS
|
|
229
234
|
},
|
|
230
235
|
text: {
|
|
231
236
|
black: primitiveColorTokens.light.constant['950'],
|
|
@@ -263,6 +268,7 @@ export const enterpriseLightColorTokens = {
|
|
|
263
268
|
base: primitiveColorTokens.light.grey['950'],
|
|
264
269
|
baseHover: primitiveColorTokens.light.grey['900'],
|
|
265
270
|
basePressed: primitiveColorTokens.light.grey['800'],
|
|
271
|
+
baseInverted: primitiveColorTokens.light.grey['050'], // Added missing token from CSS
|
|
266
272
|
disabled: primitiveColorTokens.light.grey['300'],
|
|
267
273
|
muted: primitiveColorTokens.light.grey['600'],
|
|
268
274
|
mutedHover: primitiveColorTokens.light.grey['700'],
|
|
@@ -1316,6 +1316,7 @@ export declare const ledgerLiveThemes: {
|
|
|
1316
1316
|
readonly baseTransparentPressed: "#ffffff33";
|
|
1317
1317
|
readonly disabled: "#1f1f1f";
|
|
1318
1318
|
readonly disabledStrong: "#3c3c3c";
|
|
1319
|
+
readonly surfaceDisabled: "#151515";
|
|
1319
1320
|
readonly muted: "#1f1f1f";
|
|
1320
1321
|
readonly mutedHover: "#3c3c3c";
|
|
1321
1322
|
readonly mutedPressed: "#565656";
|
|
@@ -1335,7 +1336,7 @@ export declare const ledgerLiveThemes: {
|
|
|
1335
1336
|
readonly active: "#d4a0ff";
|
|
1336
1337
|
readonly activeHover: "#ddb3ff";
|
|
1337
1338
|
readonly activePressed: "#e5c6ff";
|
|
1338
|
-
readonly activeSubtle: "#
|
|
1339
|
+
readonly activeSubtle: "#251a31";
|
|
1339
1340
|
readonly activeSubtleHover: "#6a3794";
|
|
1340
1341
|
readonly activeSubtlePressed: "#7e4ea5";
|
|
1341
1342
|
readonly error: "#f8727426";
|
|
@@ -1352,7 +1353,11 @@ export declare const ledgerLiveThemes: {
|
|
|
1352
1353
|
readonly gradient100: "#000000";
|
|
1353
1354
|
readonly gradient80: "#000000cc";
|
|
1354
1355
|
readonly gradient70: "#000000b2";
|
|
1356
|
+
readonly gradient40: "#00000066";
|
|
1357
|
+
readonly gradient30: "#0000004d";
|
|
1355
1358
|
readonly gradient0: "#00000000";
|
|
1359
|
+
readonly gradientOverlay80: "#000000cc";
|
|
1360
|
+
readonly gradientOverlay0: "#00000000";
|
|
1356
1361
|
};
|
|
1357
1362
|
readonly text: {
|
|
1358
1363
|
readonly black: "#000000";
|
|
@@ -1390,6 +1395,7 @@ export declare const ledgerLiveThemes: {
|
|
|
1390
1395
|
readonly base: "#ffffff";
|
|
1391
1396
|
readonly baseHover: "#e1e1e1";
|
|
1392
1397
|
readonly basePressed: "#c3c3c3";
|
|
1398
|
+
readonly baseInverted: "#000000";
|
|
1393
1399
|
readonly disabled: "#3c3c3c";
|
|
1394
1400
|
readonly muted: "#717070";
|
|
1395
1401
|
readonly mutedHover: "#848484";
|
|
@@ -2942,6 +2948,7 @@ export declare const ledgerLiveThemes: {
|
|
|
2942
2948
|
readonly baseTransparentPressed: "#0000001a";
|
|
2943
2949
|
readonly disabled: "#f1f1f1";
|
|
2944
2950
|
readonly disabledStrong: "#e8e8e8";
|
|
2951
|
+
readonly surfaceDisabled: "#fafafa";
|
|
2945
2952
|
readonly muted: "#f1f1f1";
|
|
2946
2953
|
readonly mutedHover: "#e8e8e8";
|
|
2947
2954
|
readonly mutedPressed: "#d5d5d5";
|
|
@@ -2978,7 +2985,11 @@ export declare const ledgerLiveThemes: {
|
|
|
2978
2985
|
readonly gradient100: "#000000";
|
|
2979
2986
|
readonly gradient80: "#000000cc";
|
|
2980
2987
|
readonly gradient70: "#000000b2";
|
|
2988
|
+
readonly gradient40: "#ffffff66";
|
|
2989
|
+
readonly gradient30: "#ffffff4d";
|
|
2981
2990
|
readonly gradient0: "#00000000";
|
|
2991
|
+
readonly gradientOverlay80: "#000000cc";
|
|
2992
|
+
readonly gradientOverlay0: "#00000000";
|
|
2982
2993
|
};
|
|
2983
2994
|
readonly text: {
|
|
2984
2995
|
readonly black: "#000000";
|
|
@@ -3016,6 +3027,7 @@ export declare const ledgerLiveThemes: {
|
|
|
3016
3027
|
readonly base: "#000000";
|
|
3017
3028
|
readonly baseHover: "#272727";
|
|
3018
3029
|
readonly basePressed: "#4d4d4d";
|
|
3030
|
+
readonly baseInverted: "#ffffff";
|
|
3019
3031
|
readonly disabled: "#e8e8e8";
|
|
3020
3032
|
readonly muted: "#767676";
|
|
3021
3033
|
readonly mutedHover: "#6a6a6a";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"theme.d.ts","sourceRoot":"","sources":["../../../../../src/lib/themes/js/ledger-live/theme.ts"],"names":[],"mappings":"AAQA,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAKN,CAAC;AAY5B,eAAO,MAAM,gBAAgB
|
|
1
|
+
{"version":3,"file":"theme.d.ts","sourceRoot":"","sources":["../../../../../src/lib/themes/js/ledger-live/theme.ts"],"names":[],"mappings":"AAQA,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAKN,CAAC;AAY5B,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAG5B,CAAC"}
|
|
@@ -187,6 +187,7 @@ export declare const ledgerLiveDarkColorTokens: {
|
|
|
187
187
|
readonly baseTransparentPressed: "#ffffff33";
|
|
188
188
|
readonly disabled: "#1f1f1f";
|
|
189
189
|
readonly disabledStrong: "#3c3c3c";
|
|
190
|
+
readonly surfaceDisabled: "#151515";
|
|
190
191
|
readonly muted: "#1f1f1f";
|
|
191
192
|
readonly mutedHover: "#3c3c3c";
|
|
192
193
|
readonly mutedPressed: "#565656";
|
|
@@ -206,7 +207,7 @@ export declare const ledgerLiveDarkColorTokens: {
|
|
|
206
207
|
readonly active: "#d4a0ff";
|
|
207
208
|
readonly activeHover: "#ddb3ff";
|
|
208
209
|
readonly activePressed: "#e5c6ff";
|
|
209
|
-
readonly activeSubtle: "#
|
|
210
|
+
readonly activeSubtle: "#251a31";
|
|
210
211
|
readonly activeSubtleHover: "#6a3794";
|
|
211
212
|
readonly activeSubtlePressed: "#7e4ea5";
|
|
212
213
|
readonly error: "#f8727426";
|
|
@@ -223,7 +224,11 @@ export declare const ledgerLiveDarkColorTokens: {
|
|
|
223
224
|
readonly gradient100: "#000000";
|
|
224
225
|
readonly gradient80: "#000000cc";
|
|
225
226
|
readonly gradient70: "#000000b2";
|
|
227
|
+
readonly gradient40: "#00000066";
|
|
228
|
+
readonly gradient30: "#0000004d";
|
|
226
229
|
readonly gradient0: "#00000000";
|
|
230
|
+
readonly gradientOverlay80: "#000000cc";
|
|
231
|
+
readonly gradientOverlay0: "#00000000";
|
|
227
232
|
};
|
|
228
233
|
readonly text: {
|
|
229
234
|
readonly black: "#000000";
|
|
@@ -261,6 +266,7 @@ export declare const ledgerLiveDarkColorTokens: {
|
|
|
261
266
|
readonly base: "#ffffff";
|
|
262
267
|
readonly baseHover: "#e1e1e1";
|
|
263
268
|
readonly basePressed: "#c3c3c3";
|
|
269
|
+
readonly baseInverted: "#000000";
|
|
264
270
|
readonly disabled: "#3c3c3c";
|
|
265
271
|
readonly muted: "#717070";
|
|
266
272
|
readonly mutedHover: "#848484";
|
|
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmSD,CAAC"}
|
|
@@ -189,6 +189,7 @@ export const ledgerLiveDarkColorTokens = {
|
|
|
189
189
|
baseTransparentPressed: primitiveColorTokens.dark.grey['950-20'],
|
|
190
190
|
disabled: primitiveColorTokens.dark.grey['200'],
|
|
191
191
|
disabledStrong: primitiveColorTokens.dark.grey['300'],
|
|
192
|
+
surfaceDisabled: primitiveColorTokens.dark.grey['100'], // Added missing token from CSS
|
|
192
193
|
muted: primitiveColorTokens.dark.grey['200'],
|
|
193
194
|
mutedHover: primitiveColorTokens.dark.grey['300'],
|
|
194
195
|
mutedPressed: primitiveColorTokens.dark.grey['400'],
|
|
@@ -225,7 +226,11 @@ export const ledgerLiveDarkColorTokens = {
|
|
|
225
226
|
gradient100: primitiveColorTokens.dark.grey['050'],
|
|
226
227
|
gradient80: primitiveColorTokens.dark.grey['050-80'],
|
|
227
228
|
gradient70: primitiveColorTokens.dark.grey['050-70'],
|
|
229
|
+
gradient40: primitiveColorTokens.dark.grey['050-40'], // Added missing token from CSS
|
|
230
|
+
gradient30: primitiveColorTokens.dark.grey['050-30'], // Added missing token from CSS
|
|
228
231
|
gradient0: primitiveColorTokens.dark.grey['050-0'],
|
|
232
|
+
gradientOverlay80: primitiveColorTokens.dark.grey['050-80'], // Added missing token from CSS
|
|
233
|
+
gradientOverlay0: primitiveColorTokens.dark.grey['050-0'], // Added missing token from CSS
|
|
229
234
|
},
|
|
230
235
|
text: {
|
|
231
236
|
black: primitiveColorTokens.dark.constant['950'],
|
|
@@ -263,6 +268,7 @@ export const ledgerLiveDarkColorTokens = {
|
|
|
263
268
|
base: primitiveColorTokens.dark.grey['950'],
|
|
264
269
|
baseHover: primitiveColorTokens.dark.grey['900'],
|
|
265
270
|
basePressed: primitiveColorTokens.dark.grey['800'],
|
|
271
|
+
baseInverted: primitiveColorTokens.dark.grey['050'], // Added missing token from CSS
|
|
266
272
|
disabled: primitiveColorTokens.dark.grey['300'],
|
|
267
273
|
muted: primitiveColorTokens.dark.grey['500'],
|
|
268
274
|
mutedHover: primitiveColorTokens.dark.grey['600'],
|
|
@@ -187,6 +187,7 @@ export declare const ledgerLiveLightColorTokens: {
|
|
|
187
187
|
readonly baseTransparentPressed: "#0000001a";
|
|
188
188
|
readonly disabled: "#f1f1f1";
|
|
189
189
|
readonly disabledStrong: "#e8e8e8";
|
|
190
|
+
readonly surfaceDisabled: "#fafafa";
|
|
190
191
|
readonly muted: "#f1f1f1";
|
|
191
192
|
readonly mutedHover: "#e8e8e8";
|
|
192
193
|
readonly mutedPressed: "#d5d5d5";
|
|
@@ -223,7 +224,11 @@ export declare const ledgerLiveLightColorTokens: {
|
|
|
223
224
|
readonly gradient100: "#000000";
|
|
224
225
|
readonly gradient80: "#000000cc";
|
|
225
226
|
readonly gradient70: "#000000b2";
|
|
227
|
+
readonly gradient40: "#ffffff66";
|
|
228
|
+
readonly gradient30: "#ffffff4d";
|
|
226
229
|
readonly gradient0: "#00000000";
|
|
230
|
+
readonly gradientOverlay80: "#000000cc";
|
|
231
|
+
readonly gradientOverlay0: "#00000000";
|
|
227
232
|
};
|
|
228
233
|
readonly text: {
|
|
229
234
|
readonly black: "#000000";
|
|
@@ -261,6 +266,7 @@ export declare const ledgerLiveLightColorTokens: {
|
|
|
261
266
|
readonly base: "#000000";
|
|
262
267
|
readonly baseHover: "#272727";
|
|
263
268
|
readonly basePressed: "#4d4d4d";
|
|
269
|
+
readonly baseInverted: "#ffffff";
|
|
264
270
|
readonly disabled: "#e8e8e8";
|
|
265
271
|
readonly muted: "#767676";
|
|
266
272
|
readonly mutedHover: "#6a6a6a";
|
|
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmSF,CAAC"}
|
|
@@ -189,6 +189,7 @@ export const ledgerLiveLightColorTokens = {
|
|
|
189
189
|
baseTransparentPressed: primitiveColorTokens.light.grey['950-10'],
|
|
190
190
|
disabled: primitiveColorTokens.light.grey['200'],
|
|
191
191
|
disabledStrong: primitiveColorTokens.light.grey['300'],
|
|
192
|
+
surfaceDisabled: primitiveColorTokens.light.grey['100'], // Added missing token from CSS
|
|
192
193
|
muted: primitiveColorTokens.light.grey['200'],
|
|
193
194
|
mutedHover: primitiveColorTokens.light.grey['300'],
|
|
194
195
|
mutedPressed: primitiveColorTokens.light.grey['400'],
|
|
@@ -225,7 +226,11 @@ export const ledgerLiveLightColorTokens = {
|
|
|
225
226
|
gradient100: primitiveColorTokens.light.grey['950'],
|
|
226
227
|
gradient80: primitiveColorTokens.light.grey['950-80'],
|
|
227
228
|
gradient70: primitiveColorTokens.light.grey['950-70'],
|
|
229
|
+
gradient40: primitiveColorTokens.light.grey['050-40'], // Added missing token from CSS (uses light grey 050)
|
|
230
|
+
gradient30: primitiveColorTokens.light.grey['050-30'], // Added missing token from CSS (uses light grey 050)
|
|
228
231
|
gradient0: primitiveColorTokens.light.grey['950-0'],
|
|
232
|
+
gradientOverlay80: primitiveColorTokens.light.grey['950-80'], // Added missing token from CSS
|
|
233
|
+
gradientOverlay0: primitiveColorTokens.light.grey['950-0'], // Added missing token from CSS
|
|
229
234
|
},
|
|
230
235
|
text: {
|
|
231
236
|
black: primitiveColorTokens.light.constant['950'],
|
|
@@ -263,6 +268,7 @@ export const ledgerLiveLightColorTokens = {
|
|
|
263
268
|
base: primitiveColorTokens.light.grey['950'],
|
|
264
269
|
baseHover: primitiveColorTokens.light.grey['900'],
|
|
265
270
|
basePressed: primitiveColorTokens.light.grey['800'],
|
|
271
|
+
baseInverted: primitiveColorTokens.light.grey['050'], // Added missing token from CSS
|
|
266
272
|
disabled: primitiveColorTokens.light.grey['300'],
|
|
267
273
|
muted: primitiveColorTokens.light.grey['600'],
|
|
268
274
|
mutedHover: primitiveColorTokens.light.grey['700'],
|
|
@@ -362,7 +362,7 @@ export declare const primitiveColorTokens: {
|
|
|
362
362
|
readonly '800': "#f2e2ff";
|
|
363
363
|
readonly '900': "#f6ecff";
|
|
364
364
|
readonly '950': "#fbf5ff";
|
|
365
|
-
readonly '050': "#
|
|
365
|
+
readonly '050': "#251a31";
|
|
366
366
|
};
|
|
367
367
|
readonly orange: {
|
|
368
368
|
readonly '100': "#9e3300";
|
|
@@ -1316,6 +1316,7 @@ export declare const websitesThemes: {
|
|
|
1316
1316
|
readonly baseTransparentPressed: "#ffffff33";
|
|
1317
1317
|
readonly disabled: "#1f1f1f";
|
|
1318
1318
|
readonly disabledStrong: "#3c3c3c";
|
|
1319
|
+
readonly surfaceDisabled: "#151515";
|
|
1319
1320
|
readonly muted: "#1f1f1f";
|
|
1320
1321
|
readonly mutedHover: "#3c3c3c";
|
|
1321
1322
|
readonly mutedPressed: "#565656";
|
|
@@ -1352,7 +1353,11 @@ export declare const websitesThemes: {
|
|
|
1352
1353
|
readonly gradient100: "#000000";
|
|
1353
1354
|
readonly gradient80: "#000000cc";
|
|
1354
1355
|
readonly gradient70: "#000000b2";
|
|
1356
|
+
readonly gradient40: "#00000066";
|
|
1357
|
+
readonly gradient30: "#0000004d";
|
|
1355
1358
|
readonly gradient0: "#00000000";
|
|
1359
|
+
readonly gradientOverlay80: "#000000cc";
|
|
1360
|
+
readonly gradientOverlay0: "#00000000";
|
|
1356
1361
|
};
|
|
1357
1362
|
readonly text: {
|
|
1358
1363
|
readonly black: "#000000";
|
|
@@ -1390,6 +1395,7 @@ export declare const websitesThemes: {
|
|
|
1390
1395
|
readonly base: "#ffffff";
|
|
1391
1396
|
readonly baseHover: "#e1e1e1";
|
|
1392
1397
|
readonly basePressed: "#c3c3c3";
|
|
1398
|
+
readonly baseInverted: "#000000";
|
|
1393
1399
|
readonly disabled: "#3c3c3c";
|
|
1394
1400
|
readonly muted: "#717070";
|
|
1395
1401
|
readonly mutedHover: "#848484";
|
|
@@ -2942,6 +2948,7 @@ export declare const websitesThemes: {
|
|
|
2942
2948
|
readonly baseTransparentPressed: "#0000001a";
|
|
2943
2949
|
readonly disabled: "#f1f1f1";
|
|
2944
2950
|
readonly disabledStrong: "#e8e8e8";
|
|
2951
|
+
readonly surfaceDisabled: "#fafafa";
|
|
2945
2952
|
readonly muted: "#f1f1f1";
|
|
2946
2953
|
readonly mutedHover: "#e8e8e8";
|
|
2947
2954
|
readonly mutedPressed: "#d5d5d5";
|
|
@@ -2978,7 +2985,11 @@ export declare const websitesThemes: {
|
|
|
2978
2985
|
readonly gradient100: "#000000";
|
|
2979
2986
|
readonly gradient80: "#000000cc";
|
|
2980
2987
|
readonly gradient70: "#000000b2";
|
|
2988
|
+
readonly gradient40: "#ffffff66";
|
|
2989
|
+
readonly gradient30: "#ffffff4d";
|
|
2981
2990
|
readonly gradient0: "#00000000";
|
|
2991
|
+
readonly gradientOverlay80: "#000000cc";
|
|
2992
|
+
readonly gradientOverlay0: "#00000000";
|
|
2982
2993
|
};
|
|
2983
2994
|
readonly text: {
|
|
2984
2995
|
readonly black: "#000000";
|
|
@@ -3016,6 +3027,7 @@ export declare const websitesThemes: {
|
|
|
3016
3027
|
readonly base: "#000000";
|
|
3017
3028
|
readonly baseHover: "#272727";
|
|
3018
3029
|
readonly basePressed: "#4d4d4d";
|
|
3030
|
+
readonly baseInverted: "#ffffff";
|
|
3019
3031
|
readonly disabled: "#e8e8e8";
|
|
3020
3032
|
readonly muted: "#767676";
|
|
3021
3033
|
readonly mutedHover: "#6a6a6a";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"theme.d.ts","sourceRoot":"","sources":["../../../../../src/lib/themes/js/websites/theme.ts"],"names":[],"mappings":"AAQA,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAKJ,CAAC;AAY5B,eAAO,MAAM,cAAc
|
|
1
|
+
{"version":3,"file":"theme.d.ts","sourceRoot":"","sources":["../../../../../src/lib/themes/js/websites/theme.ts"],"names":[],"mappings":"AAQA,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAKJ,CAAC;AAY5B,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAG1B,CAAC"}
|
|
@@ -187,6 +187,7 @@ export declare const websitesDarkColorTokens: {
|
|
|
187
187
|
readonly baseTransparentPressed: "#ffffff33";
|
|
188
188
|
readonly disabled: "#1f1f1f";
|
|
189
189
|
readonly disabledStrong: "#3c3c3c";
|
|
190
|
+
readonly surfaceDisabled: "#151515";
|
|
190
191
|
readonly muted: "#1f1f1f";
|
|
191
192
|
readonly mutedHover: "#3c3c3c";
|
|
192
193
|
readonly mutedPressed: "#565656";
|
|
@@ -223,7 +224,11 @@ export declare const websitesDarkColorTokens: {
|
|
|
223
224
|
readonly gradient100: "#000000";
|
|
224
225
|
readonly gradient80: "#000000cc";
|
|
225
226
|
readonly gradient70: "#000000b2";
|
|
227
|
+
readonly gradient40: "#00000066";
|
|
228
|
+
readonly gradient30: "#0000004d";
|
|
226
229
|
readonly gradient0: "#00000000";
|
|
230
|
+
readonly gradientOverlay80: "#000000cc";
|
|
231
|
+
readonly gradientOverlay0: "#00000000";
|
|
227
232
|
};
|
|
228
233
|
readonly text: {
|
|
229
234
|
readonly black: "#000000";
|
|
@@ -261,6 +266,7 @@ export declare const websitesDarkColorTokens: {
|
|
|
261
266
|
readonly base: "#ffffff";
|
|
262
267
|
readonly baseHover: "#e1e1e1";
|
|
263
268
|
readonly basePressed: "#c3c3c3";
|
|
269
|
+
readonly baseInverted: "#000000";
|
|
264
270
|
readonly disabled: "#3c3c3c";
|
|
265
271
|
readonly muted: "#717070";
|
|
266
272
|
readonly mutedHover: "#848484";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"theme.dark.d.ts","sourceRoot":"","sources":["../../../../../src/lib/themes/js/websites/theme.dark.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,uBAAuB
|
|
1
|
+
{"version":3,"file":"theme.dark.d.ts","sourceRoot":"","sources":["../../../../../src/lib/themes/js/websites/theme.dark.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmSC,CAAC"}
|
|
@@ -189,6 +189,7 @@ export const websitesDarkColorTokens = {
|
|
|
189
189
|
baseTransparentPressed: primitiveColorTokens.dark.grey['950-20'],
|
|
190
190
|
disabled: primitiveColorTokens.dark.grey['200'],
|
|
191
191
|
disabledStrong: primitiveColorTokens.dark.grey['300'],
|
|
192
|
+
surfaceDisabled: primitiveColorTokens.dark.grey['100'], // Added missing token from CSS
|
|
192
193
|
muted: primitiveColorTokens.dark.grey['200'],
|
|
193
194
|
mutedHover: primitiveColorTokens.dark.grey['300'],
|
|
194
195
|
mutedPressed: primitiveColorTokens.dark.grey['400'],
|
|
@@ -225,7 +226,11 @@ export const websitesDarkColorTokens = {
|
|
|
225
226
|
gradient100: primitiveColorTokens.dark.grey['050'],
|
|
226
227
|
gradient80: primitiveColorTokens.dark.grey['050-80'],
|
|
227
228
|
gradient70: primitiveColorTokens.dark.grey['050-70'],
|
|
229
|
+
gradient40: primitiveColorTokens.dark.grey['050-40'], // Added missing token from CSS
|
|
230
|
+
gradient30: primitiveColorTokens.dark.grey['050-30'], // Added missing token from CSS
|
|
228
231
|
gradient0: primitiveColorTokens.dark.grey['050-0'],
|
|
232
|
+
gradientOverlay80: primitiveColorTokens.dark.grey['050-80'], // Added missing token from CSS
|
|
233
|
+
gradientOverlay0: primitiveColorTokens.dark.grey['050-0'], // Added missing token from CSS
|
|
229
234
|
},
|
|
230
235
|
text: {
|
|
231
236
|
black: primitiveColorTokens.dark.constant['950'],
|
|
@@ -263,6 +268,7 @@ export const websitesDarkColorTokens = {
|
|
|
263
268
|
base: primitiveColorTokens.dark.grey['950'],
|
|
264
269
|
baseHover: primitiveColorTokens.dark.grey['900'],
|
|
265
270
|
basePressed: primitiveColorTokens.dark.grey['800'],
|
|
271
|
+
baseInverted: primitiveColorTokens.dark.grey['050'], // Added missing token from CSS
|
|
266
272
|
disabled: primitiveColorTokens.dark.grey['300'],
|
|
267
273
|
muted: primitiveColorTokens.dark.grey['500'],
|
|
268
274
|
mutedHover: primitiveColorTokens.dark.grey['600'],
|
|
@@ -187,6 +187,7 @@ export declare const websitesLightColorTokens: {
|
|
|
187
187
|
readonly baseTransparentPressed: "#0000001a";
|
|
188
188
|
readonly disabled: "#f1f1f1";
|
|
189
189
|
readonly disabledStrong: "#e8e8e8";
|
|
190
|
+
readonly surfaceDisabled: "#fafafa";
|
|
190
191
|
readonly muted: "#f1f1f1";
|
|
191
192
|
readonly mutedHover: "#e8e8e8";
|
|
192
193
|
readonly mutedPressed: "#d5d5d5";
|
|
@@ -223,7 +224,11 @@ export declare const websitesLightColorTokens: {
|
|
|
223
224
|
readonly gradient100: "#000000";
|
|
224
225
|
readonly gradient80: "#000000cc";
|
|
225
226
|
readonly gradient70: "#000000b2";
|
|
227
|
+
readonly gradient40: "#ffffff66";
|
|
228
|
+
readonly gradient30: "#ffffff4d";
|
|
226
229
|
readonly gradient0: "#00000000";
|
|
230
|
+
readonly gradientOverlay80: "#000000cc";
|
|
231
|
+
readonly gradientOverlay0: "#00000000";
|
|
227
232
|
};
|
|
228
233
|
readonly text: {
|
|
229
234
|
readonly black: "#000000";
|
|
@@ -261,6 +266,7 @@ export declare const websitesLightColorTokens: {
|
|
|
261
266
|
readonly base: "#000000";
|
|
262
267
|
readonly baseHover: "#272727";
|
|
263
268
|
readonly basePressed: "#4d4d4d";
|
|
269
|
+
readonly baseInverted: "#ffffff";
|
|
264
270
|
readonly disabled: "#e8e8e8";
|
|
265
271
|
readonly muted: "#767676";
|
|
266
272
|
readonly mutedHover: "#6a6a6a";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"theme.light.d.ts","sourceRoot":"","sources":["../../../../../src/lib/themes/js/websites/theme.light.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,wBAAwB
|
|
1
|
+
{"version":3,"file":"theme.light.d.ts","sourceRoot":"","sources":["../../../../../src/lib/themes/js/websites/theme.light.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmSA,CAAC"}
|
|
@@ -189,6 +189,7 @@ export const websitesLightColorTokens = {
|
|
|
189
189
|
baseTransparentPressed: primitiveColorTokens.light.grey['950-10'],
|
|
190
190
|
disabled: primitiveColorTokens.light.grey['200'],
|
|
191
191
|
disabledStrong: primitiveColorTokens.light.grey['300'],
|
|
192
|
+
surfaceDisabled: primitiveColorTokens.light.grey['100'], // Added missing token from CSS
|
|
192
193
|
muted: primitiveColorTokens.light.grey['200'],
|
|
193
194
|
mutedHover: primitiveColorTokens.light.grey['300'],
|
|
194
195
|
mutedPressed: primitiveColorTokens.light.grey['400'],
|
|
@@ -225,7 +226,11 @@ export const websitesLightColorTokens = {
|
|
|
225
226
|
gradient100: primitiveColorTokens.light.grey['950'],
|
|
226
227
|
gradient80: primitiveColorTokens.light.grey['950-80'],
|
|
227
228
|
gradient70: primitiveColorTokens.light.grey['950-70'],
|
|
229
|
+
gradient40: primitiveColorTokens.light.grey['050-40'], // Added missing token from CSS (uses light grey 050)
|
|
230
|
+
gradient30: primitiveColorTokens.light.grey['050-30'], // Added missing token from CSS (uses light grey 050)
|
|
228
231
|
gradient0: primitiveColorTokens.light.grey['950-0'],
|
|
232
|
+
gradientOverlay80: primitiveColorTokens.light.grey['950-80'], // Added missing token from CSS
|
|
233
|
+
gradientOverlay0: primitiveColorTokens.light.grey['950-0'], // Added missing token from CSS
|
|
229
234
|
},
|
|
230
235
|
text: {
|
|
231
236
|
black: primitiveColorTokens.light.constant['950'],
|
|
@@ -263,6 +268,7 @@ export const websitesLightColorTokens = {
|
|
|
263
268
|
base: primitiveColorTokens.light.grey['950'],
|
|
264
269
|
baseHover: primitiveColorTokens.light.grey['900'],
|
|
265
270
|
basePressed: primitiveColorTokens.light.grey['800'],
|
|
271
|
+
baseInverted: primitiveColorTokens.light.grey['050'], // Added missing token from CSS
|
|
266
272
|
disabled: primitiveColorTokens.light.grey['300'],
|
|
267
273
|
muted: primitiveColorTokens.light.grey['600'],
|
|
268
274
|
mutedHover: primitiveColorTokens.light.grey['700'],
|