@ledgerhq/lumen-design-core 0.1.17 → 0.1.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/lib/themes/css/enterprise/theme.dark-css.d.ts +1 -1
- package/dist/lib/themes/css/enterprise/theme.dark-css.js +1 -1
- package/dist/lib/themes/css/enterprise/theme.light-css.d.ts +1 -1
- package/dist/lib/themes/css/enterprise/theme.light-css.js +1 -1
- package/dist/lib/themes/css/index.d.ts +12 -12
- package/dist/lib/themes/css/ledger-live/theme.dark-css.d.ts +1 -1
- package/dist/lib/themes/css/ledger-live/theme.dark-css.js +1 -1
- package/dist/lib/themes/css/ledger-live/theme.light-css.d.ts +1 -1
- package/dist/lib/themes/css/ledger-live/theme.light-css.js +1 -1
- package/dist/lib/themes/css/websites/theme.dark-css.d.ts +1 -1
- package/dist/lib/themes/css/websites/theme.dark-css.js +1 -1
- package/dist/lib/themes/css/websites/theme.light-css.d.ts +1 -1
- package/dist/lib/themes/css/websites/theme.light-css.js +1 -1
- package/dist/lib/themes/js/enterprise/theme.d.ts +4 -4
- package/dist/lib/themes/js/enterprise/theme.dark.d.ts +1 -1
- package/dist/lib/themes/js/enterprise/theme.dark.js +1 -1
- package/dist/lib/themes/js/enterprise/theme.light.d.ts +1 -1
- package/dist/lib/themes/js/enterprise/theme.light.js +1 -1
- package/dist/lib/themes/js/ledger-live/theme.d.ts +4 -4
- package/dist/lib/themes/js/ledger-live/theme.dark.d.ts +1 -1
- package/dist/lib/themes/js/ledger-live/theme.dark.js +1 -1
- package/dist/lib/themes/js/ledger-live/theme.light.d.ts +1 -1
- package/dist/lib/themes/js/ledger-live/theme.light.js +1 -1
- package/dist/lib/themes/js/websites/theme.d.ts +4 -4
- package/dist/lib/themes/js/websites/theme.dark.d.ts +1 -1
- package/dist/lib/themes/js/websites/theme.dark.js +1 -1
- package/dist/lib/themes/js/websites/theme.light.d.ts +1 -1
- package/dist/lib/themes/js/websites/theme.light.js +1 -1
- package/package.json +1 -1
- package/symbols/icons/downloadData.json +1 -1
|
@@ -101,7 +101,7 @@ export declare const tokens: {
|
|
|
101
101
|
readonly '--color-text-muted': "var(--color-dark-grey-700)";
|
|
102
102
|
readonly '--color-text-muted-hover': "var(--color-dark-grey-800)";
|
|
103
103
|
readonly '--color-text-muted-pressed': "var(--color-dark-grey-900)";
|
|
104
|
-
readonly '--color-text-muted-subtle': "var(--color-dark-grey-
|
|
104
|
+
readonly '--color-text-muted-subtle': "var(--color-dark-grey-400)";
|
|
105
105
|
readonly '--color-text-active-ledger-live': "var(--color-dark-purple-400)";
|
|
106
106
|
readonly '--color-text-active-enterprise': "var(--color-dark-blue-500)";
|
|
107
107
|
readonly '--color-text-active-websites': "var(--color-dark-purple-400)";
|
|
@@ -101,7 +101,7 @@ export const tokens = {
|
|
|
101
101
|
'--color-text-muted': 'var(--color-dark-grey-700)',
|
|
102
102
|
'--color-text-muted-hover': 'var(--color-dark-grey-800)',
|
|
103
103
|
'--color-text-muted-pressed': 'var(--color-dark-grey-900)',
|
|
104
|
-
'--color-text-muted-subtle': 'var(--color-dark-grey-
|
|
104
|
+
'--color-text-muted-subtle': 'var(--color-dark-grey-400)',
|
|
105
105
|
'--color-text-active-ledger-live': 'var(--color-dark-purple-400)',
|
|
106
106
|
'--color-text-active-enterprise': 'var(--color-dark-blue-500)',
|
|
107
107
|
'--color-text-active-websites': 'var(--color-dark-purple-400)',
|
|
@@ -101,7 +101,7 @@ export declare const tokens: {
|
|
|
101
101
|
readonly '--color-text-muted': "var(--color-light-grey-700)";
|
|
102
102
|
readonly '--color-text-muted-hover': "var(--color-light-grey-800)";
|
|
103
103
|
readonly '--color-text-muted-pressed': "var(--color-light-grey-900)";
|
|
104
|
-
readonly '--color-text-muted-subtle': "var(--color-light-grey-
|
|
104
|
+
readonly '--color-text-muted-subtle': "var(--color-light-grey-400)";
|
|
105
105
|
readonly '--color-text-active-ledger-live': "var(--color-light-purple-800)";
|
|
106
106
|
readonly '--color-text-active-enterprise': "var(--color-light-blue-700)";
|
|
107
107
|
readonly '--color-text-active-websites': "var(--color-light-purple-800)";
|
|
@@ -101,7 +101,7 @@ export const tokens = {
|
|
|
101
101
|
'--color-text-muted': 'var(--color-light-grey-700)',
|
|
102
102
|
'--color-text-muted-hover': 'var(--color-light-grey-800)',
|
|
103
103
|
'--color-text-muted-pressed': 'var(--color-light-grey-900)',
|
|
104
|
-
'--color-text-muted-subtle': 'var(--color-light-grey-
|
|
104
|
+
'--color-text-muted-subtle': 'var(--color-light-grey-400)',
|
|
105
105
|
'--color-text-active-ledger-live': 'var(--color-light-purple-800)',
|
|
106
106
|
'--color-text-active-enterprise': 'var(--color-light-blue-700)',
|
|
107
107
|
'--color-text-active-websites': 'var(--color-light-purple-800)',
|
|
@@ -1200,7 +1200,7 @@ export declare const enterpriseCSSTheme: {
|
|
|
1200
1200
|
readonly '--color-text-muted': "var(--color-dark-grey-700)";
|
|
1201
1201
|
readonly '--color-text-muted-hover': "var(--color-dark-grey-800)";
|
|
1202
1202
|
readonly '--color-text-muted-pressed': "var(--color-dark-grey-900)";
|
|
1203
|
-
readonly '--color-text-muted-subtle': "var(--color-dark-grey-
|
|
1203
|
+
readonly '--color-text-muted-subtle': "var(--color-dark-grey-400)";
|
|
1204
1204
|
readonly '--color-text-active-ledger-live': "var(--color-dark-purple-400)";
|
|
1205
1205
|
readonly '--color-text-active-enterprise': "var(--color-dark-blue-500)";
|
|
1206
1206
|
readonly '--color-text-active-websites': "var(--color-dark-purple-400)";
|
|
@@ -1644,7 +1644,7 @@ export declare const enterpriseCSSTheme: {
|
|
|
1644
1644
|
readonly '--color-text-muted': "var(--color-light-grey-700)";
|
|
1645
1645
|
readonly '--color-text-muted-hover': "var(--color-light-grey-800)";
|
|
1646
1646
|
readonly '--color-text-muted-pressed': "var(--color-light-grey-900)";
|
|
1647
|
-
readonly '--color-text-muted-subtle': "var(--color-light-grey-
|
|
1647
|
+
readonly '--color-text-muted-subtle': "var(--color-light-grey-400)";
|
|
1648
1648
|
readonly '--color-text-active-ledger-live': "var(--color-light-purple-800)";
|
|
1649
1649
|
readonly '--color-text-active-enterprise': "var(--color-light-blue-700)";
|
|
1650
1650
|
readonly '--color-text-active-websites': "var(--color-light-purple-800)";
|
|
@@ -2090,7 +2090,7 @@ export declare const ledgerLiveCSSTheme: {
|
|
|
2090
2090
|
readonly '--color-text-muted': "var(--color-dark-grey-700)";
|
|
2091
2091
|
readonly '--color-text-muted-hover': "var(--color-dark-grey-800)";
|
|
2092
2092
|
readonly '--color-text-muted-pressed': "var(--color-dark-grey-900)";
|
|
2093
|
-
readonly '--color-text-muted-subtle': "var(--color-dark-grey-
|
|
2093
|
+
readonly '--color-text-muted-subtle': "var(--color-dark-grey-400)";
|
|
2094
2094
|
readonly '--color-text-active-ledger-live': "var(--color-dark-purple-400)";
|
|
2095
2095
|
readonly '--color-text-active-enterprise': "var(--color-dark-blue-500)";
|
|
2096
2096
|
readonly '--color-text-active-websites': "var(--color-dark-purple-400)";
|
|
@@ -2534,7 +2534,7 @@ export declare const ledgerLiveCSSTheme: {
|
|
|
2534
2534
|
readonly '--color-text-muted': "var(--color-light-grey-700)";
|
|
2535
2535
|
readonly '--color-text-muted-hover': "var(--color-light-grey-800)";
|
|
2536
2536
|
readonly '--color-text-muted-pressed': "var(--color-light-grey-900)";
|
|
2537
|
-
readonly '--color-text-muted-subtle': "var(--color-light-grey-
|
|
2537
|
+
readonly '--color-text-muted-subtle': "var(--color-light-grey-400)";
|
|
2538
2538
|
readonly '--color-text-active-ledger-live': "var(--color-light-purple-800)";
|
|
2539
2539
|
readonly '--color-text-active-enterprise': "var(--color-light-blue-700)";
|
|
2540
2540
|
readonly '--color-text-active-websites': "var(--color-light-purple-800)";
|
|
@@ -2980,7 +2980,7 @@ export declare const websitesCSSTheme: {
|
|
|
2980
2980
|
readonly '--color-text-muted': "var(--color-dark-grey-700)";
|
|
2981
2981
|
readonly '--color-text-muted-hover': "var(--color-dark-grey-800)";
|
|
2982
2982
|
readonly '--color-text-muted-pressed': "var(--color-dark-grey-900)";
|
|
2983
|
-
readonly '--color-text-muted-subtle': "var(--color-dark-grey-
|
|
2983
|
+
readonly '--color-text-muted-subtle': "var(--color-dark-grey-400)";
|
|
2984
2984
|
readonly '--color-text-active-ledger-live': "var(--color-dark-purple-400)";
|
|
2985
2985
|
readonly '--color-text-active-enterprise': "var(--color-dark-blue-500)";
|
|
2986
2986
|
readonly '--color-text-active-websites': "var(--color-dark-purple-400)";
|
|
@@ -3424,7 +3424,7 @@ export declare const websitesCSSTheme: {
|
|
|
3424
3424
|
readonly '--color-text-muted': "var(--color-light-grey-700)";
|
|
3425
3425
|
readonly '--color-text-muted-hover': "var(--color-light-grey-800)";
|
|
3426
3426
|
readonly '--color-text-muted-pressed': "var(--color-light-grey-900)";
|
|
3427
|
-
readonly '--color-text-muted-subtle': "var(--color-light-grey-
|
|
3427
|
+
readonly '--color-text-muted-subtle': "var(--color-light-grey-400)";
|
|
3428
3428
|
readonly '--color-text-active-ledger-live': "var(--color-light-purple-800)";
|
|
3429
3429
|
readonly '--color-text-active-enterprise': "var(--color-light-blue-700)";
|
|
3430
3430
|
readonly '--color-text-active-websites': "var(--color-light-purple-800)";
|
|
@@ -3870,7 +3870,7 @@ export declare const allBrandsCSSTheme: {
|
|
|
3870
3870
|
readonly '--color-text-muted': "var(--color-light-grey-700)";
|
|
3871
3871
|
readonly '--color-text-muted-hover': "var(--color-light-grey-800)";
|
|
3872
3872
|
readonly '--color-text-muted-pressed': "var(--color-light-grey-900)";
|
|
3873
|
-
readonly '--color-text-muted-subtle': "var(--color-light-grey-
|
|
3873
|
+
readonly '--color-text-muted-subtle': "var(--color-light-grey-400)";
|
|
3874
3874
|
readonly '--color-text-active-ledger-live': "var(--color-light-purple-800)";
|
|
3875
3875
|
readonly '--color-text-active-enterprise': "var(--color-light-blue-700)";
|
|
3876
3876
|
readonly '--color-text-active-websites': "var(--color-light-purple-800)";
|
|
@@ -4314,7 +4314,7 @@ export declare const allBrandsCSSTheme: {
|
|
|
4314
4314
|
readonly '--color-text-muted': "var(--color-dark-grey-700)";
|
|
4315
4315
|
readonly '--color-text-muted-hover': "var(--color-dark-grey-800)";
|
|
4316
4316
|
readonly '--color-text-muted-pressed': "var(--color-dark-grey-900)";
|
|
4317
|
-
readonly '--color-text-muted-subtle': "var(--color-dark-grey-
|
|
4317
|
+
readonly '--color-text-muted-subtle': "var(--color-dark-grey-400)";
|
|
4318
4318
|
readonly '--color-text-active-ledger-live': "var(--color-dark-purple-400)";
|
|
4319
4319
|
readonly '--color-text-active-enterprise': "var(--color-dark-blue-500)";
|
|
4320
4320
|
readonly '--color-text-active-websites': "var(--color-dark-purple-400)";
|
|
@@ -4758,7 +4758,7 @@ export declare const allBrandsCSSTheme: {
|
|
|
4758
4758
|
readonly '--color-text-muted': "var(--color-light-grey-700)";
|
|
4759
4759
|
readonly '--color-text-muted-hover': "var(--color-light-grey-800)";
|
|
4760
4760
|
readonly '--color-text-muted-pressed': "var(--color-light-grey-900)";
|
|
4761
|
-
readonly '--color-text-muted-subtle': "var(--color-light-grey-
|
|
4761
|
+
readonly '--color-text-muted-subtle': "var(--color-light-grey-400)";
|
|
4762
4762
|
readonly '--color-text-active-ledger-live': "var(--color-light-purple-800)";
|
|
4763
4763
|
readonly '--color-text-active-enterprise': "var(--color-light-blue-700)";
|
|
4764
4764
|
readonly '--color-text-active-websites': "var(--color-light-purple-800)";
|
|
@@ -5202,7 +5202,7 @@ export declare const allBrandsCSSTheme: {
|
|
|
5202
5202
|
readonly '--color-text-muted': "var(--color-dark-grey-700)";
|
|
5203
5203
|
readonly '--color-text-muted-hover': "var(--color-dark-grey-800)";
|
|
5204
5204
|
readonly '--color-text-muted-pressed': "var(--color-dark-grey-900)";
|
|
5205
|
-
readonly '--color-text-muted-subtle': "var(--color-dark-grey-
|
|
5205
|
+
readonly '--color-text-muted-subtle': "var(--color-dark-grey-400)";
|
|
5206
5206
|
readonly '--color-text-active-ledger-live': "var(--color-dark-purple-400)";
|
|
5207
5207
|
readonly '--color-text-active-enterprise': "var(--color-dark-blue-500)";
|
|
5208
5208
|
readonly '--color-text-active-websites': "var(--color-dark-purple-400)";
|
|
@@ -5646,7 +5646,7 @@ export declare const allBrandsCSSTheme: {
|
|
|
5646
5646
|
readonly '--color-text-muted': "var(--color-light-grey-700)";
|
|
5647
5647
|
readonly '--color-text-muted-hover': "var(--color-light-grey-800)";
|
|
5648
5648
|
readonly '--color-text-muted-pressed': "var(--color-light-grey-900)";
|
|
5649
|
-
readonly '--color-text-muted-subtle': "var(--color-light-grey-
|
|
5649
|
+
readonly '--color-text-muted-subtle': "var(--color-light-grey-400)";
|
|
5650
5650
|
readonly '--color-text-active-ledger-live': "var(--color-light-purple-800)";
|
|
5651
5651
|
readonly '--color-text-active-enterprise': "var(--color-light-blue-700)";
|
|
5652
5652
|
readonly '--color-text-active-websites': "var(--color-light-purple-800)";
|
|
@@ -6090,7 +6090,7 @@ export declare const allBrandsCSSTheme: {
|
|
|
6090
6090
|
readonly '--color-text-muted': "var(--color-dark-grey-700)";
|
|
6091
6091
|
readonly '--color-text-muted-hover': "var(--color-dark-grey-800)";
|
|
6092
6092
|
readonly '--color-text-muted-pressed': "var(--color-dark-grey-900)";
|
|
6093
|
-
readonly '--color-text-muted-subtle': "var(--color-dark-grey-
|
|
6093
|
+
readonly '--color-text-muted-subtle': "var(--color-dark-grey-400)";
|
|
6094
6094
|
readonly '--color-text-active-ledger-live': "var(--color-dark-purple-400)";
|
|
6095
6095
|
readonly '--color-text-active-enterprise': "var(--color-dark-blue-500)";
|
|
6096
6096
|
readonly '--color-text-active-websites': "var(--color-dark-purple-400)";
|
|
@@ -101,7 +101,7 @@ export declare const tokens: {
|
|
|
101
101
|
readonly '--color-text-muted': "var(--color-dark-grey-700)";
|
|
102
102
|
readonly '--color-text-muted-hover': "var(--color-dark-grey-800)";
|
|
103
103
|
readonly '--color-text-muted-pressed': "var(--color-dark-grey-900)";
|
|
104
|
-
readonly '--color-text-muted-subtle': "var(--color-dark-grey-
|
|
104
|
+
readonly '--color-text-muted-subtle': "var(--color-dark-grey-400)";
|
|
105
105
|
readonly '--color-text-active-ledger-live': "var(--color-dark-purple-400)";
|
|
106
106
|
readonly '--color-text-active-enterprise': "var(--color-dark-blue-500)";
|
|
107
107
|
readonly '--color-text-active-websites': "var(--color-dark-purple-400)";
|
|
@@ -101,7 +101,7 @@ export const tokens = {
|
|
|
101
101
|
'--color-text-muted': 'var(--color-dark-grey-700)',
|
|
102
102
|
'--color-text-muted-hover': 'var(--color-dark-grey-800)',
|
|
103
103
|
'--color-text-muted-pressed': 'var(--color-dark-grey-900)',
|
|
104
|
-
'--color-text-muted-subtle': 'var(--color-dark-grey-
|
|
104
|
+
'--color-text-muted-subtle': 'var(--color-dark-grey-400)',
|
|
105
105
|
'--color-text-active-ledger-live': 'var(--color-dark-purple-400)',
|
|
106
106
|
'--color-text-active-enterprise': 'var(--color-dark-blue-500)',
|
|
107
107
|
'--color-text-active-websites': 'var(--color-dark-purple-400)',
|
|
@@ -101,7 +101,7 @@ export declare const tokens: {
|
|
|
101
101
|
readonly '--color-text-muted': "var(--color-light-grey-700)";
|
|
102
102
|
readonly '--color-text-muted-hover': "var(--color-light-grey-800)";
|
|
103
103
|
readonly '--color-text-muted-pressed': "var(--color-light-grey-900)";
|
|
104
|
-
readonly '--color-text-muted-subtle': "var(--color-light-grey-
|
|
104
|
+
readonly '--color-text-muted-subtle': "var(--color-light-grey-400)";
|
|
105
105
|
readonly '--color-text-active-ledger-live': "var(--color-light-purple-800)";
|
|
106
106
|
readonly '--color-text-active-enterprise': "var(--color-light-blue-700)";
|
|
107
107
|
readonly '--color-text-active-websites': "var(--color-light-purple-800)";
|
|
@@ -101,7 +101,7 @@ export const tokens = {
|
|
|
101
101
|
'--color-text-muted': 'var(--color-light-grey-700)',
|
|
102
102
|
'--color-text-muted-hover': 'var(--color-light-grey-800)',
|
|
103
103
|
'--color-text-muted-pressed': 'var(--color-light-grey-900)',
|
|
104
|
-
'--color-text-muted-subtle': 'var(--color-light-grey-
|
|
104
|
+
'--color-text-muted-subtle': 'var(--color-light-grey-400)',
|
|
105
105
|
'--color-text-active-ledger-live': 'var(--color-light-purple-800)',
|
|
106
106
|
'--color-text-active-enterprise': 'var(--color-light-blue-700)',
|
|
107
107
|
'--color-text-active-websites': 'var(--color-light-purple-800)',
|
|
@@ -101,7 +101,7 @@ export declare const tokens: {
|
|
|
101
101
|
readonly '--color-text-muted': "var(--color-dark-grey-700)";
|
|
102
102
|
readonly '--color-text-muted-hover': "var(--color-dark-grey-800)";
|
|
103
103
|
readonly '--color-text-muted-pressed': "var(--color-dark-grey-900)";
|
|
104
|
-
readonly '--color-text-muted-subtle': "var(--color-dark-grey-
|
|
104
|
+
readonly '--color-text-muted-subtle': "var(--color-dark-grey-400)";
|
|
105
105
|
readonly '--color-text-active-ledger-live': "var(--color-dark-purple-400)";
|
|
106
106
|
readonly '--color-text-active-enterprise': "var(--color-dark-blue-500)";
|
|
107
107
|
readonly '--color-text-active-websites': "var(--color-dark-purple-400)";
|
|
@@ -101,7 +101,7 @@ export const tokens = {
|
|
|
101
101
|
'--color-text-muted': 'var(--color-dark-grey-700)',
|
|
102
102
|
'--color-text-muted-hover': 'var(--color-dark-grey-800)',
|
|
103
103
|
'--color-text-muted-pressed': 'var(--color-dark-grey-900)',
|
|
104
|
-
'--color-text-muted-subtle': 'var(--color-dark-grey-
|
|
104
|
+
'--color-text-muted-subtle': 'var(--color-dark-grey-400)',
|
|
105
105
|
'--color-text-active-ledger-live': 'var(--color-dark-purple-400)',
|
|
106
106
|
'--color-text-active-enterprise': 'var(--color-dark-blue-500)',
|
|
107
107
|
'--color-text-active-websites': 'var(--color-dark-purple-400)',
|
|
@@ -101,7 +101,7 @@ export declare const tokens: {
|
|
|
101
101
|
readonly '--color-text-muted': "var(--color-light-grey-700)";
|
|
102
102
|
readonly '--color-text-muted-hover': "var(--color-light-grey-800)";
|
|
103
103
|
readonly '--color-text-muted-pressed': "var(--color-light-grey-900)";
|
|
104
|
-
readonly '--color-text-muted-subtle': "var(--color-light-grey-
|
|
104
|
+
readonly '--color-text-muted-subtle': "var(--color-light-grey-400)";
|
|
105
105
|
readonly '--color-text-active-ledger-live': "var(--color-light-purple-800)";
|
|
106
106
|
readonly '--color-text-active-enterprise': "var(--color-light-blue-700)";
|
|
107
107
|
readonly '--color-text-active-websites': "var(--color-light-purple-800)";
|
|
@@ -101,7 +101,7 @@ export const tokens = {
|
|
|
101
101
|
'--color-text-muted': 'var(--color-light-grey-700)',
|
|
102
102
|
'--color-text-muted-hover': 'var(--color-light-grey-800)',
|
|
103
103
|
'--color-text-muted-pressed': 'var(--color-light-grey-900)',
|
|
104
|
-
'--color-text-muted-subtle': 'var(--color-light-grey-
|
|
104
|
+
'--color-text-muted-subtle': 'var(--color-light-grey-400)',
|
|
105
105
|
'--color-text-active-ledger-live': 'var(--color-light-purple-800)',
|
|
106
106
|
'--color-text-active-enterprise': 'var(--color-light-blue-700)',
|
|
107
107
|
'--color-text-active-websites': 'var(--color-light-purple-800)',
|
|
@@ -1383,7 +1383,7 @@ declare const enterpriseDarkTheme: {
|
|
|
1383
1383
|
readonly muted: "#9c9c9c";
|
|
1384
1384
|
readonly mutedHover: "#c3c3c3";
|
|
1385
1385
|
readonly mutedPressed: "#e1e1e1";
|
|
1386
|
-
readonly mutedSubtle: "#
|
|
1386
|
+
readonly mutedSubtle: "#565656";
|
|
1387
1387
|
readonly active: "#677ce7";
|
|
1388
1388
|
readonly interactive: "#677ce7";
|
|
1389
1389
|
readonly interactiveHover: "#8b9bec";
|
|
@@ -3031,7 +3031,7 @@ declare const enterpriseLightTheme: {
|
|
|
3031
3031
|
readonly muted: "#6a6a6a";
|
|
3032
3032
|
readonly mutedHover: "#4d4d4d";
|
|
3033
3033
|
readonly mutedPressed: "#272727";
|
|
3034
|
-
readonly mutedSubtle: "#
|
|
3034
|
+
readonly mutedSubtle: "#d5d5d5";
|
|
3035
3035
|
readonly active: "#203fdb";
|
|
3036
3036
|
readonly interactive: "#203fdb";
|
|
3037
3037
|
readonly interactiveHover: "#182ea1";
|
|
@@ -4680,7 +4680,7 @@ export declare const enterpriseThemes: {
|
|
|
4680
4680
|
readonly muted: "#9c9c9c";
|
|
4681
4681
|
readonly mutedHover: "#c3c3c3";
|
|
4682
4682
|
readonly mutedPressed: "#e1e1e1";
|
|
4683
|
-
readonly mutedSubtle: "#
|
|
4683
|
+
readonly mutedSubtle: "#565656";
|
|
4684
4684
|
readonly active: "#677ce7";
|
|
4685
4685
|
readonly interactive: "#677ce7";
|
|
4686
4686
|
readonly interactiveHover: "#8b9bec";
|
|
@@ -6328,7 +6328,7 @@ export declare const enterpriseThemes: {
|
|
|
6328
6328
|
readonly muted: "#6a6a6a";
|
|
6329
6329
|
readonly mutedHover: "#4d4d4d";
|
|
6330
6330
|
readonly mutedPressed: "#272727";
|
|
6331
|
-
readonly mutedSubtle: "#
|
|
6331
|
+
readonly mutedSubtle: "#d5d5d5";
|
|
6332
6332
|
readonly active: "#203fdb";
|
|
6333
6333
|
readonly interactive: "#203fdb";
|
|
6334
6334
|
readonly interactiveHover: "#182ea1";
|
|
@@ -248,7 +248,7 @@ export declare const enterpriseDarkColorTokens: {
|
|
|
248
248
|
readonly muted: "#9c9c9c";
|
|
249
249
|
readonly mutedHover: "#c3c3c3";
|
|
250
250
|
readonly mutedPressed: "#e1e1e1";
|
|
251
|
-
readonly mutedSubtle: "#
|
|
251
|
+
readonly mutedSubtle: "#565656";
|
|
252
252
|
readonly active: "#677ce7";
|
|
253
253
|
readonly interactive: "#677ce7";
|
|
254
254
|
readonly interactiveHover: "#8b9bec";
|
|
@@ -250,7 +250,7 @@ export const enterpriseDarkColorTokens = {
|
|
|
250
250
|
muted: primitiveColorTokens.dark.grey['700'],
|
|
251
251
|
mutedHover: primitiveColorTokens.dark.grey['800'],
|
|
252
252
|
mutedPressed: primitiveColorTokens.dark.grey['900'],
|
|
253
|
-
mutedSubtle: primitiveColorTokens.dark.grey['
|
|
253
|
+
mutedSubtle: primitiveColorTokens.dark.grey['400'],
|
|
254
254
|
active: primitiveColorTokens.dark.blue['500'],
|
|
255
255
|
interactive: primitiveColorTokens.dark.blue['500'],
|
|
256
256
|
interactiveHover: primitiveColorTokens.dark.blue['600'],
|
|
@@ -248,7 +248,7 @@ export declare const enterpriseLightColorTokens: {
|
|
|
248
248
|
readonly muted: "#6a6a6a";
|
|
249
249
|
readonly mutedHover: "#4d4d4d";
|
|
250
250
|
readonly mutedPressed: "#272727";
|
|
251
|
-
readonly mutedSubtle: "#
|
|
251
|
+
readonly mutedSubtle: "#d5d5d5";
|
|
252
252
|
readonly active: "#203fdb";
|
|
253
253
|
readonly interactive: "#203fdb";
|
|
254
254
|
readonly interactiveHover: "#182ea1";
|
|
@@ -250,7 +250,7 @@ export const enterpriseLightColorTokens = {
|
|
|
250
250
|
muted: primitiveColorTokens.light.grey['700'],
|
|
251
251
|
mutedHover: primitiveColorTokens.light.grey['800'],
|
|
252
252
|
mutedPressed: primitiveColorTokens.light.grey['900'],
|
|
253
|
-
mutedSubtle: primitiveColorTokens.light.grey['
|
|
253
|
+
mutedSubtle: primitiveColorTokens.light.grey['400'],
|
|
254
254
|
active: primitiveColorTokens.light.blue['700'],
|
|
255
255
|
interactive: primitiveColorTokens.light.blue['700'],
|
|
256
256
|
interactiveHover: primitiveColorTokens.light.blue['800'],
|
|
@@ -1383,7 +1383,7 @@ declare const ledgerLiveDarkTheme: {
|
|
|
1383
1383
|
readonly muted: "#9c9c9c";
|
|
1384
1384
|
readonly mutedHover: "#c3c3c3";
|
|
1385
1385
|
readonly mutedPressed: "#e1e1e1";
|
|
1386
|
-
readonly mutedSubtle: "#
|
|
1386
|
+
readonly mutedSubtle: "#565656";
|
|
1387
1387
|
readonly active: "#d4a0ff";
|
|
1388
1388
|
readonly interactive: "#d4a0ff";
|
|
1389
1389
|
readonly interactiveHover: "#ddb3ff";
|
|
@@ -3031,7 +3031,7 @@ declare const ledgerLiveLightTheme: {
|
|
|
3031
3031
|
readonly muted: "#6a6a6a";
|
|
3032
3032
|
readonly mutedHover: "#4d4d4d";
|
|
3033
3033
|
readonly mutedPressed: "#272727";
|
|
3034
|
-
readonly mutedSubtle: "#
|
|
3034
|
+
readonly mutedSubtle: "#d5d5d5";
|
|
3035
3035
|
readonly active: "#7e4ea5";
|
|
3036
3036
|
readonly interactive: "#7e4ea5";
|
|
3037
3037
|
readonly interactiveHover: "#6a3794";
|
|
@@ -4680,7 +4680,7 @@ export declare const ledgerLiveThemes: {
|
|
|
4680
4680
|
readonly muted: "#9c9c9c";
|
|
4681
4681
|
readonly mutedHover: "#c3c3c3";
|
|
4682
4682
|
readonly mutedPressed: "#e1e1e1";
|
|
4683
|
-
readonly mutedSubtle: "#
|
|
4683
|
+
readonly mutedSubtle: "#565656";
|
|
4684
4684
|
readonly active: "#d4a0ff";
|
|
4685
4685
|
readonly interactive: "#d4a0ff";
|
|
4686
4686
|
readonly interactiveHover: "#ddb3ff";
|
|
@@ -6328,7 +6328,7 @@ export declare const ledgerLiveThemes: {
|
|
|
6328
6328
|
readonly muted: "#6a6a6a";
|
|
6329
6329
|
readonly mutedHover: "#4d4d4d";
|
|
6330
6330
|
readonly mutedPressed: "#272727";
|
|
6331
|
-
readonly mutedSubtle: "#
|
|
6331
|
+
readonly mutedSubtle: "#d5d5d5";
|
|
6332
6332
|
readonly active: "#7e4ea5";
|
|
6333
6333
|
readonly interactive: "#7e4ea5";
|
|
6334
6334
|
readonly interactiveHover: "#6a3794";
|
|
@@ -248,7 +248,7 @@ export declare const ledgerLiveDarkColorTokens: {
|
|
|
248
248
|
readonly muted: "#9c9c9c";
|
|
249
249
|
readonly mutedHover: "#c3c3c3";
|
|
250
250
|
readonly mutedPressed: "#e1e1e1";
|
|
251
|
-
readonly mutedSubtle: "#
|
|
251
|
+
readonly mutedSubtle: "#565656";
|
|
252
252
|
readonly active: "#d4a0ff";
|
|
253
253
|
readonly interactive: "#d4a0ff";
|
|
254
254
|
readonly interactiveHover: "#ddb3ff";
|
|
@@ -250,7 +250,7 @@ export const ledgerLiveDarkColorTokens = {
|
|
|
250
250
|
muted: primitiveColorTokens.dark.grey['700'],
|
|
251
251
|
mutedHover: primitiveColorTokens.dark.grey['800'],
|
|
252
252
|
mutedPressed: primitiveColorTokens.dark.grey['900'],
|
|
253
|
-
mutedSubtle: primitiveColorTokens.dark.grey['
|
|
253
|
+
mutedSubtle: primitiveColorTokens.dark.grey['400'],
|
|
254
254
|
active: primitiveColorTokens.dark.purple['400'],
|
|
255
255
|
interactive: primitiveColorTokens.dark.purple['400'],
|
|
256
256
|
interactiveHover: primitiveColorTokens.dark.purple['500'],
|
|
@@ -248,7 +248,7 @@ export declare const ledgerLiveLightColorTokens: {
|
|
|
248
248
|
readonly muted: "#6a6a6a";
|
|
249
249
|
readonly mutedHover: "#4d4d4d";
|
|
250
250
|
readonly mutedPressed: "#272727";
|
|
251
|
-
readonly mutedSubtle: "#
|
|
251
|
+
readonly mutedSubtle: "#d5d5d5";
|
|
252
252
|
readonly active: "#7e4ea5";
|
|
253
253
|
readonly interactive: "#7e4ea5";
|
|
254
254
|
readonly interactiveHover: "#6a3794";
|
|
@@ -250,7 +250,7 @@ export const ledgerLiveLightColorTokens = {
|
|
|
250
250
|
muted: primitiveColorTokens.light.grey['700'],
|
|
251
251
|
mutedHover: primitiveColorTokens.light.grey['800'],
|
|
252
252
|
mutedPressed: primitiveColorTokens.light.grey['900'],
|
|
253
|
-
mutedSubtle: primitiveColorTokens.light.grey['
|
|
253
|
+
mutedSubtle: primitiveColorTokens.light.grey['400'],
|
|
254
254
|
active: primitiveColorTokens.light.purple['800'],
|
|
255
255
|
interactive: primitiveColorTokens.light.purple['800'],
|
|
256
256
|
interactiveHover: primitiveColorTokens.light.purple['900'],
|
|
@@ -1383,7 +1383,7 @@ declare const websitesDarkTheme: {
|
|
|
1383
1383
|
readonly muted: "#9c9c9c";
|
|
1384
1384
|
readonly mutedHover: "#c3c3c3";
|
|
1385
1385
|
readonly mutedPressed: "#e1e1e1";
|
|
1386
|
-
readonly mutedSubtle: "#
|
|
1386
|
+
readonly mutedSubtle: "#565656";
|
|
1387
1387
|
readonly active: "#d4a0ff";
|
|
1388
1388
|
readonly interactive: "#d4a0ff";
|
|
1389
1389
|
readonly interactiveHover: "#ddb3ff";
|
|
@@ -3031,7 +3031,7 @@ declare const websitesLightTheme: {
|
|
|
3031
3031
|
readonly muted: "#6a6a6a";
|
|
3032
3032
|
readonly mutedHover: "#4d4d4d";
|
|
3033
3033
|
readonly mutedPressed: "#272727";
|
|
3034
|
-
readonly mutedSubtle: "#
|
|
3034
|
+
readonly mutedSubtle: "#d5d5d5";
|
|
3035
3035
|
readonly active: "#7e4ea5";
|
|
3036
3036
|
readonly interactive: "#7e4ea5";
|
|
3037
3037
|
readonly interactiveHover: "#6a3794";
|
|
@@ -4680,7 +4680,7 @@ export declare const websitesThemes: {
|
|
|
4680
4680
|
readonly muted: "#9c9c9c";
|
|
4681
4681
|
readonly mutedHover: "#c3c3c3";
|
|
4682
4682
|
readonly mutedPressed: "#e1e1e1";
|
|
4683
|
-
readonly mutedSubtle: "#
|
|
4683
|
+
readonly mutedSubtle: "#565656";
|
|
4684
4684
|
readonly active: "#d4a0ff";
|
|
4685
4685
|
readonly interactive: "#d4a0ff";
|
|
4686
4686
|
readonly interactiveHover: "#ddb3ff";
|
|
@@ -6328,7 +6328,7 @@ export declare const websitesThemes: {
|
|
|
6328
6328
|
readonly muted: "#6a6a6a";
|
|
6329
6329
|
readonly mutedHover: "#4d4d4d";
|
|
6330
6330
|
readonly mutedPressed: "#272727";
|
|
6331
|
-
readonly mutedSubtle: "#
|
|
6331
|
+
readonly mutedSubtle: "#d5d5d5";
|
|
6332
6332
|
readonly active: "#7e4ea5";
|
|
6333
6333
|
readonly interactive: "#7e4ea5";
|
|
6334
6334
|
readonly interactiveHover: "#6a3794";
|
|
@@ -248,7 +248,7 @@ export declare const websitesDarkColorTokens: {
|
|
|
248
248
|
readonly muted: "#9c9c9c";
|
|
249
249
|
readonly mutedHover: "#c3c3c3";
|
|
250
250
|
readonly mutedPressed: "#e1e1e1";
|
|
251
|
-
readonly mutedSubtle: "#
|
|
251
|
+
readonly mutedSubtle: "#565656";
|
|
252
252
|
readonly active: "#d4a0ff";
|
|
253
253
|
readonly interactive: "#d4a0ff";
|
|
254
254
|
readonly interactiveHover: "#ddb3ff";
|
|
@@ -250,7 +250,7 @@ export const websitesDarkColorTokens = {
|
|
|
250
250
|
muted: primitiveColorTokens.dark.grey['700'],
|
|
251
251
|
mutedHover: primitiveColorTokens.dark.grey['800'],
|
|
252
252
|
mutedPressed: primitiveColorTokens.dark.grey['900'],
|
|
253
|
-
mutedSubtle: primitiveColorTokens.dark.grey['
|
|
253
|
+
mutedSubtle: primitiveColorTokens.dark.grey['400'],
|
|
254
254
|
active: primitiveColorTokens.dark.purple['400'],
|
|
255
255
|
interactive: primitiveColorTokens.dark.purple['400'],
|
|
256
256
|
interactiveHover: primitiveColorTokens.dark.purple['500'],
|
|
@@ -248,7 +248,7 @@ export declare const websitesLightColorTokens: {
|
|
|
248
248
|
readonly muted: "#6a6a6a";
|
|
249
249
|
readonly mutedHover: "#4d4d4d";
|
|
250
250
|
readonly mutedPressed: "#272727";
|
|
251
|
-
readonly mutedSubtle: "#
|
|
251
|
+
readonly mutedSubtle: "#d5d5d5";
|
|
252
252
|
readonly active: "#7e4ea5";
|
|
253
253
|
readonly interactive: "#7e4ea5";
|
|
254
254
|
readonly interactiveHover: "#6a3794";
|
|
@@ -250,7 +250,7 @@ export const websitesLightColorTokens = {
|
|
|
250
250
|
muted: primitiveColorTokens.light.grey['700'],
|
|
251
251
|
mutedHover: primitiveColorTokens.light.grey['800'],
|
|
252
252
|
mutedPressed: primitiveColorTokens.light.grey['900'],
|
|
253
|
-
mutedSubtle: primitiveColorTokens.light.grey['
|
|
253
|
+
mutedSubtle: primitiveColorTokens.light.grey['400'],
|
|
254
254
|
active: primitiveColorTokens.light.purple['800'],
|
|
255
255
|
interactive: primitiveColorTokens.light.purple['800'],
|
|
256
256
|
interactiveHover: primitiveColorTokens.light.purple['900'],
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"lastModified":"2026-06-
|
|
1
|
+
{"lastModified":"2026-06-12T09:49:25Z","componentIds":["9654:497","8517:143","8517:19","8313:24","8182:203","8182:192","8182:168","8182:134","8182:117","8174:814","8174:813","8155:65","8155:46","8154:56","8143:35","8141:28","7942:13","7940:13","7917:6","7749:4481","7739:563","8153:841","8153:829","7376:560","7350:6","7340:76","5708:512","5709:66","7074:125","7062:110","7062:103","7062:10","1794:289","3:428","1859:116","5839:8248","5809:383","5729:3455","5729:3416","5729:3362","5728:6329","5722:3532","3549:95","3484:414","3224:75","3163:119","3142:104","3:418","3:318","3:432","3:376","3:232","3:118","3:132","3:222","3:102","3:324","3:254","805:1620","19:336","19:345","3:252","19:350","3:358","3:316","2620:321","3:414","3:308","3:210","3:95","3:92","3:288","3:420","784:2069","3:150","1202:653","3:246","3:354","3:352","3:104","3:240","516:126","516:122","3:290","3:348","3:346","3:350","3:434","3:114","3:186","3:158","629:163","3:202","3:200","3:198","3:322","629:171","3:360","3:292","3:286","805:1627","3:66","629:180","3:112","3:60","3:64","8326:59","3:410","3:130","3:284","3:188","3:228","3:256","3:398","3:172","3:174","3:282","3:148","3:326","3:168","3:336","3:192","3:194","3:170","3:320","1859:284","3:108","3:238","3:294","3:204","805:1628","3:154","3:244","3:404","37:4778","37:4779","805:1619","3:248","887:1927","887:1934","3:120","3:334","2049:82","1859:183","2620:256","3:226","3:166","3:430","3:422","3:208","7943:31","3:276","3:100","3:68","3:296","3:146","1859:184","3:412","3:392","3:268","19:40","3:260","7918:24","3:302","3:272","3:328","3:330","3:258","3:250","3:126","3:230","3:426","3:224","3:110","2008:66","1268:3775","3:156","3:416","8326:52","3:306","3:304","3:98","3:274","3:270","3333:113","3:342","7936:4","3:62","3:196","3:214","38:4780","3:300","3:184","3:424","3:280","3:242","1966:1839","3:378","3:236","3:262","3:312","1150:4620","7935:52","3:266","3:190","3:356","3:344","3:164","3:160","3:124","247:1186","247:1192","3:310","3:122","3:162","3:116","3:180","3:182","3:218","8328:68","3:386","3:70","3:340","3:106","629:175","3:90","3:88","3:86","3:84","163:582","163:572","163:583","163:579","3:380","3:212","3:220","3:138","3:142","3:134","3:136","3:140","3:314","3:338","3:278","3:332","3:234","3:216","2725:3611","3:128","7943:47","3:264","3:152","3:206","3:74","3:82","3:78","3:80","3:72","3:76","3:298","436:164","5625:429"]}
|