@ledgerhq/lumen-design-core 0.1.5 → 0.1.7
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/themes/css/enterprise/theme.dark-css.d.ts.map +1 -1
- package/dist/themes/css/enterprise/theme.dark-css.js +6 -0
- package/dist/themes/css/enterprise/theme.light-css.d.ts.map +1 -1
- package/dist/themes/css/enterprise/theme.light-css.js +6 -0
- package/dist/themes/css/ledger-live/theme.dark-css.d.ts.map +1 -1
- package/dist/themes/css/ledger-live/theme.dark-css.js +6 -0
- package/dist/themes/css/ledger-live/theme.light-css.d.ts.map +1 -1
- package/dist/themes/css/ledger-live/theme.light-css.js +6 -0
- package/dist/themes/css/primitives-css.d.ts.map +1 -1
- package/dist/themes/css/primitives-css.js +4 -0
- package/dist/themes/css/websites/theme.dark-css.d.ts.map +1 -1
- package/dist/themes/css/websites/theme.dark-css.js +6 -0
- package/dist/themes/css/websites/theme.light-css.d.ts.map +1 -1
- package/dist/themes/css/websites/theme.light-css.js +6 -0
- package/dist/themes/js/enterprise/theme.d.ts +10 -0
- package/dist/themes/js/enterprise/theme.d.ts.map +1 -1
- package/dist/themes/js/enterprise/theme.dark.d.ts +5 -0
- package/dist/themes/js/enterprise/theme.dark.d.ts.map +1 -1
- package/dist/themes/js/enterprise/theme.dark.js +5 -0
- package/dist/themes/js/enterprise/theme.light.d.ts +5 -0
- package/dist/themes/js/enterprise/theme.light.d.ts.map +1 -1
- package/dist/themes/js/enterprise/theme.light.js +5 -0
- package/dist/themes/js/ledger-live/theme.d.ts +10 -0
- package/dist/themes/js/ledger-live/theme.d.ts.map +1 -1
- package/dist/themes/js/ledger-live/theme.dark.d.ts +5 -0
- package/dist/themes/js/ledger-live/theme.dark.d.ts.map +1 -1
- package/dist/themes/js/ledger-live/theme.dark.js +5 -0
- package/dist/themes/js/ledger-live/theme.light.d.ts +5 -0
- package/dist/themes/js/ledger-live/theme.light.d.ts.map +1 -1
- package/dist/themes/js/ledger-live/theme.light.js +5 -0
- package/dist/themes/js/primitives/primitive.colors.d.ts +4 -0
- package/dist/themes/js/primitives/primitive.colors.d.ts.map +1 -1
- package/dist/themes/js/primitives/primitive.colors.js +4 -0
- package/dist/themes/js/websites/theme.d.ts +10 -0
- package/dist/themes/js/websites/theme.d.ts.map +1 -1
- package/dist/themes/js/websites/theme.dark.d.ts +5 -0
- package/dist/themes/js/websites/theme.dark.d.ts.map +1 -1
- package/dist/themes/js/websites/theme.dark.js +5 -0
- package/dist/themes/js/websites/theme.light.d.ts +5 -0
- package/dist/themes/js/websites/theme.light.d.ts.map +1 -1
- package/dist/themes/js/websites/theme.light.js +5 -0
- package/dist/utils/createAnimationsPlugin.js +8 -8
- package/package.json +1 -1
- package/symbols/icons/chevron-up-down.svg +2 -2
- package/symbols/icons/csv.svg +2 -1
- package/symbols/icons/downloadData.json +1 -1
- package/symbols/icons/nano-gen5.svg +3 -0
- package/symbols/icons/triangle-down.svg +3 -0
- package/symbols/icons/triangle-up.svg +3 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"theme.dark-css.d.ts","sourceRoot":"","sources":["../../../../src/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/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,CAyezD,CAAC"}
|
|
@@ -8,6 +8,7 @@ export const tokens = {
|
|
|
8
8
|
'--color-background-canvas-sheet': 'var(--color-dark-grey-075)',
|
|
9
9
|
'--color-background-canvas-sheet-transparent': 'var(--color-dark-grey-075-0)',
|
|
10
10
|
'--color-background-canvas-overlay': 'var(--color-dark-grey-050-60)',
|
|
11
|
+
'--color-background-canvas-overlay-subtle': 'var(--color-dark-grey-050-30)',
|
|
11
12
|
'--color-background-white': 'var(--color-dark-constant-050)',
|
|
12
13
|
'--color-background-black': 'var(--color-dark-constant-950)',
|
|
13
14
|
'--color-background-surface': 'var(--color-dark-grey-100)',
|
|
@@ -87,6 +88,8 @@ export const tokens = {
|
|
|
87
88
|
'--color-background-gradient-overlay-0': 'var(--color-dark-grey-050-0)',
|
|
88
89
|
'--color-text-black': 'var(--color-dark-constant-950)',
|
|
89
90
|
'--color-text-white': 'var(--color-dark-constant-050)',
|
|
91
|
+
'--color-text-white-hover': 'var(--color-dark-constant-200)',
|
|
92
|
+
'--color-text-white-pressed': 'var(--color-dark-constant-300)',
|
|
90
93
|
'--color-text-grey': 'var(--color-dark-grey-900)',
|
|
91
94
|
'--color-text-base': 'var(--color-dark-grey-950)',
|
|
92
95
|
'--color-text-base-hover': 'var(--color-dark-grey-900)',
|
|
@@ -314,6 +317,7 @@ export const tokens = {
|
|
|
314
317
|
'--background-canvas-sheet': 'var(--color-background-canvas-sheet)',
|
|
315
318
|
'--background-canvas-sheet-transparent': 'var(--color-background-canvas-sheet-transparent)',
|
|
316
319
|
'--background-canvas-overlay': 'var(--color-background-canvas-overlay)',
|
|
320
|
+
'--background-canvas-overlay-subtle': 'var(--color-background-canvas-overlay-subtle)',
|
|
317
321
|
'--background-white': 'var(--color-background-white)',
|
|
318
322
|
'--background-black': 'var(--color-background-black)',
|
|
319
323
|
'--background-surface': 'var(--color-background-surface)',
|
|
@@ -375,6 +379,8 @@ export const tokens = {
|
|
|
375
379
|
'--background-gradient-overlay-0': 'var(--color-background-gradient-overlay-0)',
|
|
376
380
|
'--text-black': 'var(--color-text-black)',
|
|
377
381
|
'--text-white': 'var(--color-text-white)',
|
|
382
|
+
'--text-white-hover': 'var(--color-text-white-hover)',
|
|
383
|
+
'--text-white-pressed': 'var(--color-text-white-pressed)',
|
|
378
384
|
'--text-grey': 'var(--color-text-grey)',
|
|
379
385
|
'--text-base': 'var(--color-text-base)',
|
|
380
386
|
'--text-base-hover': 'var(--color-text-base-hover)',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"theme.light-css.d.ts","sourceRoot":"","sources":["../../../../src/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/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,CA8ezD,CAAC"}
|
|
@@ -8,6 +8,7 @@ export const tokens = {
|
|
|
8
8
|
'--color-background-canvas-sheet': 'var(--color-light-grey-050)',
|
|
9
9
|
'--color-background-canvas-sheet-transparent': 'var(--color-light-grey-050-0)',
|
|
10
10
|
'--color-background-canvas-overlay': 'var(--color-light-grey-950-60)',
|
|
11
|
+
'--color-background-canvas-overlay-subtle': 'var(--color-light-grey-950-10)',
|
|
11
12
|
'--color-background-white': 'var(--color-light-constant-050)',
|
|
12
13
|
'--color-background-black': 'var(--color-light-constant-950)',
|
|
13
14
|
'--color-background-surface': 'var(--color-light-grey-100)',
|
|
@@ -87,6 +88,8 @@ export const tokens = {
|
|
|
87
88
|
'--color-background-gradient-overlay-0': 'var(--color-light-grey-950-0)',
|
|
88
89
|
'--color-text-black': 'var(--color-light-constant-950)',
|
|
89
90
|
'--color-text-white': 'var(--color-light-constant-050)',
|
|
91
|
+
'--color-text-white-hover': 'var(--color-light-constant-200)',
|
|
92
|
+
'--color-text-white-pressed': 'var(--color-light-constant-300)',
|
|
90
93
|
'--color-text-grey': 'var(--color-light-grey-300)',
|
|
91
94
|
'--color-text-base': 'var(--color-light-grey-950)',
|
|
92
95
|
'--color-text-base-hover': 'var(--color-light-grey-900)',
|
|
@@ -314,6 +317,7 @@ export const tokens = {
|
|
|
314
317
|
'--background-canvas-sheet': 'var(--color-background-canvas-sheet)',
|
|
315
318
|
'--background-canvas-sheet-transparent': 'var(--color-background-canvas-sheet-transparent)',
|
|
316
319
|
'--background-canvas-overlay': 'var(--color-background-canvas-overlay)',
|
|
320
|
+
'--background-canvas-overlay-subtle': 'var(--color-background-canvas-overlay-subtle)',
|
|
317
321
|
'--background-white': 'var(--color-background-white)',
|
|
318
322
|
'--background-black': 'var(--color-background-black)',
|
|
319
323
|
'--background-surface': 'var(--color-background-surface)',
|
|
@@ -375,6 +379,8 @@ export const tokens = {
|
|
|
375
379
|
'--background-gradient-overlay-0': 'var(--color-background-gradient-overlay-0)',
|
|
376
380
|
'--text-black': 'var(--color-text-black)',
|
|
377
381
|
'--text-white': 'var(--color-text-white)',
|
|
382
|
+
'--text-white-hover': 'var(--color-text-white-hover)',
|
|
383
|
+
'--text-white-pressed': 'var(--color-text-white-pressed)',
|
|
378
384
|
'--text-grey': 'var(--color-text-grey)',
|
|
379
385
|
'--text-base': 'var(--color-text-base)',
|
|
380
386
|
'--text-base-hover': 'var(--color-text-base-hover)',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"theme.dark-css.d.ts","sourceRoot":"","sources":["../../../../src/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/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,CAyezD,CAAC"}
|
|
@@ -8,6 +8,7 @@ export const tokens = {
|
|
|
8
8
|
'--color-background-canvas-sheet': 'var(--color-dark-grey-075)',
|
|
9
9
|
'--color-background-canvas-sheet-transparent': 'var(--color-dark-grey-075-0)',
|
|
10
10
|
'--color-background-canvas-overlay': 'var(--color-dark-grey-050-60)',
|
|
11
|
+
'--color-background-canvas-overlay-subtle': 'var(--color-dark-grey-050-30)',
|
|
11
12
|
'--color-background-white': 'var(--color-dark-constant-050)',
|
|
12
13
|
'--color-background-black': 'var(--color-dark-constant-950)',
|
|
13
14
|
'--color-background-surface': 'var(--color-dark-grey-100)',
|
|
@@ -87,6 +88,8 @@ export const tokens = {
|
|
|
87
88
|
'--color-background-gradient-overlay-0': 'var(--color-dark-grey-050-0)',
|
|
88
89
|
'--color-text-black': 'var(--color-dark-constant-950)',
|
|
89
90
|
'--color-text-white': 'var(--color-dark-constant-050)',
|
|
91
|
+
'--color-text-white-hover': 'var(--color-dark-constant-200)',
|
|
92
|
+
'--color-text-white-pressed': 'var(--color-dark-constant-300)',
|
|
90
93
|
'--color-text-grey': 'var(--color-dark-grey-900)',
|
|
91
94
|
'--color-text-base': 'var(--color-dark-grey-950)',
|
|
92
95
|
'--color-text-base-hover': 'var(--color-dark-grey-900)',
|
|
@@ -314,6 +317,7 @@ export const tokens = {
|
|
|
314
317
|
'--background-canvas-sheet': 'var(--color-background-canvas-sheet)',
|
|
315
318
|
'--background-canvas-sheet-transparent': 'var(--color-background-canvas-sheet-transparent)',
|
|
316
319
|
'--background-canvas-overlay': 'var(--color-background-canvas-overlay)',
|
|
320
|
+
'--background-canvas-overlay-subtle': 'var(--color-background-canvas-overlay-subtle)',
|
|
317
321
|
'--background-white': 'var(--color-background-white)',
|
|
318
322
|
'--background-black': 'var(--color-background-black)',
|
|
319
323
|
'--background-surface': 'var(--color-background-surface)',
|
|
@@ -375,6 +379,8 @@ export const tokens = {
|
|
|
375
379
|
'--background-gradient-overlay-0': 'var(--color-background-gradient-overlay-0)',
|
|
376
380
|
'--text-black': 'var(--color-text-black)',
|
|
377
381
|
'--text-white': 'var(--color-text-white)',
|
|
382
|
+
'--text-white-hover': 'var(--color-text-white-hover)',
|
|
383
|
+
'--text-white-pressed': 'var(--color-text-white-pressed)',
|
|
378
384
|
'--text-grey': 'var(--color-text-grey)',
|
|
379
385
|
'--text-base': 'var(--color-text-base)',
|
|
380
386
|
'--text-base-hover': 'var(--color-text-base-hover)',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"theme.light-css.d.ts","sourceRoot":"","sources":["../../../../src/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/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,CA8ezD,CAAC"}
|
|
@@ -8,6 +8,7 @@ export const tokens = {
|
|
|
8
8
|
'--color-background-canvas-sheet': 'var(--color-light-grey-050)',
|
|
9
9
|
'--color-background-canvas-sheet-transparent': 'var(--color-light-grey-050-0)',
|
|
10
10
|
'--color-background-canvas-overlay': 'var(--color-light-grey-950-60)',
|
|
11
|
+
'--color-background-canvas-overlay-subtle': 'var(--color-light-grey-950-10)',
|
|
11
12
|
'--color-background-white': 'var(--color-light-constant-050)',
|
|
12
13
|
'--color-background-black': 'var(--color-light-constant-950)',
|
|
13
14
|
'--color-background-surface': 'var(--color-light-grey-100)',
|
|
@@ -87,6 +88,8 @@ export const tokens = {
|
|
|
87
88
|
'--color-background-gradient-overlay-0': 'var(--color-light-grey-950-0)',
|
|
88
89
|
'--color-text-black': 'var(--color-light-constant-950)',
|
|
89
90
|
'--color-text-white': 'var(--color-light-constant-050)',
|
|
91
|
+
'--color-text-white-hover': 'var(--color-light-constant-200)',
|
|
92
|
+
'--color-text-white-pressed': 'var(--color-light-constant-300)',
|
|
90
93
|
'--color-text-grey': 'var(--color-light-grey-300)',
|
|
91
94
|
'--color-text-base': 'var(--color-light-grey-950)',
|
|
92
95
|
'--color-text-base-hover': 'var(--color-light-grey-900)',
|
|
@@ -314,6 +317,7 @@ export const tokens = {
|
|
|
314
317
|
'--background-canvas-sheet': 'var(--color-background-canvas-sheet)',
|
|
315
318
|
'--background-canvas-sheet-transparent': 'var(--color-background-canvas-sheet-transparent)',
|
|
316
319
|
'--background-canvas-overlay': 'var(--color-background-canvas-overlay)',
|
|
320
|
+
'--background-canvas-overlay-subtle': 'var(--color-background-canvas-overlay-subtle)',
|
|
317
321
|
'--background-white': 'var(--color-background-white)',
|
|
318
322
|
'--background-black': 'var(--color-background-black)',
|
|
319
323
|
'--background-surface': 'var(--color-background-surface)',
|
|
@@ -375,6 +379,8 @@ export const tokens = {
|
|
|
375
379
|
'--background-gradient-overlay-0': 'var(--color-background-gradient-overlay-0)',
|
|
376
380
|
'--text-black': 'var(--color-text-black)',
|
|
377
381
|
'--text-white': 'var(--color-text-white)',
|
|
382
|
+
'--text-white-hover': 'var(--color-text-white-hover)',
|
|
383
|
+
'--text-white-pressed': 'var(--color-text-white-pressed)',
|
|
378
384
|
'--text-grey': 'var(--color-text-grey)',
|
|
379
385
|
'--text-base': 'var(--color-text-base)',
|
|
380
386
|
'--text-base-hover': 'var(--color-text-base-hover)',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"primitives-css.d.ts","sourceRoot":"","sources":["../../../src/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/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,CAmuBlE,CAAC"}
|
|
@@ -3,6 +3,8 @@
|
|
|
3
3
|
*/
|
|
4
4
|
export const tokens = {
|
|
5
5
|
':root': {
|
|
6
|
+
'--color-light-constant-100': '#fafafa',
|
|
7
|
+
'--color-light-constant-200': '#f1f1f1',
|
|
6
8
|
'--color-light-constant-300': '#e8e8e8',
|
|
7
9
|
'--color-light-constant-400': '#d5d5d5',
|
|
8
10
|
'--color-light-constant-950': '#000000',
|
|
@@ -281,6 +283,8 @@ export const tokens = {
|
|
|
281
283
|
'--color-light-discover-mercuryo': '#212529',
|
|
282
284
|
'--color-light-discover-juno': '#4643ee',
|
|
283
285
|
'--color-light-discover-sardine': '#2d29d7',
|
|
286
|
+
'--color-dark-constant-100': '#fafafa',
|
|
287
|
+
'--color-dark-constant-200': '#f1f1f1',
|
|
284
288
|
'--color-dark-constant-300': '#e1e1e1',
|
|
285
289
|
'--color-dark-constant-400': '#c3c3c3',
|
|
286
290
|
'--color-dark-constant-950': '#000000',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"theme.dark-css.d.ts","sourceRoot":"","sources":["../../../../src/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/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,CAwezD,CAAC"}
|
|
@@ -8,6 +8,7 @@ export const tokens = {
|
|
|
8
8
|
'--color-background-canvas-sheet': 'var(--color-dark-grey-075)',
|
|
9
9
|
'--color-background-canvas-sheet-transparent': 'var(--color-dark-grey-075-0)',
|
|
10
10
|
'--color-background-canvas-overlay': 'var(--color-dark-grey-050-60)',
|
|
11
|
+
'--color-background-canvas-overlay-subtle': 'var(--color-dark-grey-050-30)',
|
|
11
12
|
'--color-background-white': 'var(--color-dark-constant-050)',
|
|
12
13
|
'--color-background-black': 'var(--color-dark-constant-950)',
|
|
13
14
|
'--color-background-surface': 'var(--color-dark-grey-100)',
|
|
@@ -87,6 +88,8 @@ export const tokens = {
|
|
|
87
88
|
'--color-background-gradient-overlay-0': 'var(--color-dark-grey-050-0)',
|
|
88
89
|
'--color-text-black': 'var(--color-dark-constant-950)',
|
|
89
90
|
'--color-text-white': 'var(--color-dark-constant-050)',
|
|
91
|
+
'--color-text-white-hover': 'var(--color-dark-constant-200)',
|
|
92
|
+
'--color-text-white-pressed': 'var(--color-dark-constant-300)',
|
|
90
93
|
'--color-text-grey': 'var(--color-dark-grey-900)',
|
|
91
94
|
'--color-text-base': 'var(--color-dark-grey-950)',
|
|
92
95
|
'--color-text-base-hover': 'var(--color-dark-grey-900)',
|
|
@@ -314,6 +317,7 @@ export const tokens = {
|
|
|
314
317
|
'--background-canvas-sheet': 'var(--color-background-canvas-sheet)',
|
|
315
318
|
'--background-canvas-sheet-transparent': 'var(--color-background-canvas-sheet-transparent)',
|
|
316
319
|
'--background-canvas-overlay': 'var(--color-background-canvas-overlay)',
|
|
320
|
+
'--background-canvas-overlay-subtle': 'var(--color-background-canvas-overlay-subtle)',
|
|
317
321
|
'--background-white': 'var(--color-background-white)',
|
|
318
322
|
'--background-black': 'var(--color-background-black)',
|
|
319
323
|
'--background-surface': 'var(--color-background-surface)',
|
|
@@ -375,6 +379,8 @@ export const tokens = {
|
|
|
375
379
|
'--background-gradient-overlay-0': 'var(--color-background-gradient-overlay-0)',
|
|
376
380
|
'--text-black': 'var(--color-text-black)',
|
|
377
381
|
'--text-white': 'var(--color-text-white)',
|
|
382
|
+
'--text-white-hover': 'var(--color-text-white-hover)',
|
|
383
|
+
'--text-white-pressed': 'var(--color-text-white-pressed)',
|
|
378
384
|
'--text-grey': 'var(--color-text-grey)',
|
|
379
385
|
'--text-base': 'var(--color-text-base)',
|
|
380
386
|
'--text-base-hover': 'var(--color-text-base-hover)',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"theme.light-css.d.ts","sourceRoot":"","sources":["../../../../src/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/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,CA6ezD,CAAC"}
|
|
@@ -8,6 +8,7 @@ export const tokens = {
|
|
|
8
8
|
'--color-background-canvas-sheet': 'var(--color-light-grey-050)',
|
|
9
9
|
'--color-background-canvas-sheet-transparent': 'var(--color-light-grey-050-0)',
|
|
10
10
|
'--color-background-canvas-overlay': 'var(--color-light-grey-950-60)',
|
|
11
|
+
'--color-background-canvas-overlay-subtle': 'var(--color-light-grey-950-10)',
|
|
11
12
|
'--color-background-white': 'var(--color-light-constant-050)',
|
|
12
13
|
'--color-background-black': 'var(--color-light-constant-950)',
|
|
13
14
|
'--color-background-surface': 'var(--color-light-grey-100)',
|
|
@@ -87,6 +88,8 @@ export const tokens = {
|
|
|
87
88
|
'--color-background-gradient-overlay-0': 'var(--color-light-grey-950-0)',
|
|
88
89
|
'--color-text-black': 'var(--color-light-constant-950)',
|
|
89
90
|
'--color-text-white': 'var(--color-light-constant-050)',
|
|
91
|
+
'--color-text-white-hover': 'var(--color-light-constant-200)',
|
|
92
|
+
'--color-text-white-pressed': 'var(--color-light-constant-300)',
|
|
90
93
|
'--color-text-grey': 'var(--color-light-grey-300)',
|
|
91
94
|
'--color-text-base': 'var(--color-light-grey-950)',
|
|
92
95
|
'--color-text-base-hover': 'var(--color-light-grey-900)',
|
|
@@ -314,6 +317,7 @@ export const tokens = {
|
|
|
314
317
|
'--background-canvas-sheet': 'var(--color-background-canvas-sheet)',
|
|
315
318
|
'--background-canvas-sheet-transparent': 'var(--color-background-canvas-sheet-transparent)',
|
|
316
319
|
'--background-canvas-overlay': 'var(--color-background-canvas-overlay)',
|
|
320
|
+
'--background-canvas-overlay-subtle': 'var(--color-background-canvas-overlay-subtle)',
|
|
317
321
|
'--background-white': 'var(--color-background-white)',
|
|
318
322
|
'--background-black': 'var(--color-background-black)',
|
|
319
323
|
'--background-surface': 'var(--color-background-surface)',
|
|
@@ -375,6 +379,8 @@ export const tokens = {
|
|
|
375
379
|
'--background-gradient-overlay-0': 'var(--color-background-gradient-overlay-0)',
|
|
376
380
|
'--text-black': 'var(--color-text-black)',
|
|
377
381
|
'--text-white': 'var(--color-text-white)',
|
|
382
|
+
'--text-white-hover': 'var(--color-text-white-hover)',
|
|
383
|
+
'--text-white-pressed': 'var(--color-text-white-pressed)',
|
|
378
384
|
'--text-grey': 'var(--color-text-grey)',
|
|
379
385
|
'--text-base': 'var(--color-text-base)',
|
|
380
386
|
'--text-base-hover': 'var(--color-text-base-hover)',
|
|
@@ -1298,6 +1298,7 @@ export declare const enterpriseThemes: {
|
|
|
1298
1298
|
readonly canvasSheet: "#101010";
|
|
1299
1299
|
readonly canvasSheetTransparent: "#10101000";
|
|
1300
1300
|
readonly canvasOverlay: "#00000099";
|
|
1301
|
+
readonly canvasOverlaySubtle: "#0000004d";
|
|
1301
1302
|
readonly white: "#ffffff";
|
|
1302
1303
|
readonly black: "#000000";
|
|
1303
1304
|
readonly surface: "#151515";
|
|
@@ -1356,6 +1357,8 @@ export declare const enterpriseThemes: {
|
|
|
1356
1357
|
readonly text: {
|
|
1357
1358
|
readonly black: "#000000";
|
|
1358
1359
|
readonly white: "#ffffff";
|
|
1360
|
+
readonly whiteHover: "#f1f1f1";
|
|
1361
|
+
readonly whitePressed: "#e1e1e1";
|
|
1359
1362
|
readonly grey: "#e1e1e1";
|
|
1360
1363
|
readonly base: "#ffffff";
|
|
1361
1364
|
readonly baseHover: "#e1e1e1";
|
|
@@ -1382,6 +1385,8 @@ export declare const enterpriseThemes: {
|
|
|
1382
1385
|
readonly border: {
|
|
1383
1386
|
readonly black: "#000000";
|
|
1384
1387
|
readonly white: "#ffffff";
|
|
1388
|
+
readonly whiteHover: "#f1f1f1";
|
|
1389
|
+
readonly whitePressed: "#e1e1e1";
|
|
1385
1390
|
readonly base: "#ffffff";
|
|
1386
1391
|
readonly baseHover: "#e1e1e1";
|
|
1387
1392
|
readonly basePressed: "#c3c3c3";
|
|
@@ -2919,6 +2924,7 @@ export declare const enterpriseThemes: {
|
|
|
2919
2924
|
readonly canvasSheet: "#ffffff";
|
|
2920
2925
|
readonly canvasSheetTransparent: "#ffffff00";
|
|
2921
2926
|
readonly canvasOverlay: "#00000099";
|
|
2927
|
+
readonly canvasOverlaySubtle: "#0000001a";
|
|
2922
2928
|
readonly white: "#ffffff";
|
|
2923
2929
|
readonly black: "#000000";
|
|
2924
2930
|
readonly surface: "#fafafa";
|
|
@@ -2977,6 +2983,8 @@ export declare const enterpriseThemes: {
|
|
|
2977
2983
|
readonly text: {
|
|
2978
2984
|
readonly black: "#000000";
|
|
2979
2985
|
readonly white: "#ffffff";
|
|
2986
|
+
readonly whiteHover: "#f1f1f1";
|
|
2987
|
+
readonly whitePressed: "#e8e8e8";
|
|
2980
2988
|
readonly grey: "#e8e8e8";
|
|
2981
2989
|
readonly base: "#000000";
|
|
2982
2990
|
readonly baseHover: "#272727";
|
|
@@ -3003,6 +3011,8 @@ export declare const enterpriseThemes: {
|
|
|
3003
3011
|
readonly border: {
|
|
3004
3012
|
readonly black: "#000000";
|
|
3005
3013
|
readonly white: "#ffffff";
|
|
3014
|
+
readonly whiteHover: "#f1f1f1";
|
|
3015
|
+
readonly whitePressed: "#e8e8e8";
|
|
3006
3016
|
readonly base: "#000000";
|
|
3007
3017
|
readonly baseHover: "#272727";
|
|
3008
3018
|
readonly basePressed: "#4d4d4d";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"theme.d.ts","sourceRoot":"","sources":["../../../../src/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/themes/js/enterprise/theme.ts"],"names":[],"mappings":"AAQA,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAKN,CAAC;AAY5B,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAG5B,CAAC"}
|
|
@@ -169,6 +169,7 @@ export declare const enterpriseDarkColorTokens: {
|
|
|
169
169
|
readonly canvasSheet: "#101010";
|
|
170
170
|
readonly canvasSheetTransparent: "#10101000";
|
|
171
171
|
readonly canvasOverlay: "#00000099";
|
|
172
|
+
readonly canvasOverlaySubtle: "#0000004d";
|
|
172
173
|
readonly white: "#ffffff";
|
|
173
174
|
readonly black: "#000000";
|
|
174
175
|
readonly surface: "#151515";
|
|
@@ -227,6 +228,8 @@ export declare const enterpriseDarkColorTokens: {
|
|
|
227
228
|
readonly text: {
|
|
228
229
|
readonly black: "#000000";
|
|
229
230
|
readonly white: "#ffffff";
|
|
231
|
+
readonly whiteHover: "#f1f1f1";
|
|
232
|
+
readonly whitePressed: "#e1e1e1";
|
|
230
233
|
readonly grey: "#e1e1e1";
|
|
231
234
|
readonly base: "#ffffff";
|
|
232
235
|
readonly baseHover: "#e1e1e1";
|
|
@@ -253,6 +256,8 @@ export declare const enterpriseDarkColorTokens: {
|
|
|
253
256
|
readonly border: {
|
|
254
257
|
readonly black: "#000000";
|
|
255
258
|
readonly white: "#ffffff";
|
|
259
|
+
readonly whiteHover: "#f1f1f1";
|
|
260
|
+
readonly whitePressed: "#e1e1e1";
|
|
256
261
|
readonly base: "#ffffff";
|
|
257
262
|
readonly baseHover: "#e1e1e1";
|
|
258
263
|
readonly basePressed: "#c3c3c3";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"theme.dark.d.ts","sourceRoot":"","sources":["../../../../src/themes/js/enterprise/theme.dark.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,yBAAyB
|
|
1
|
+
{"version":3,"file":"theme.dark.d.ts","sourceRoot":"","sources":["../../../../src/themes/js/enterprise/theme.dark.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6RD,CAAC"}
|
|
@@ -171,6 +171,7 @@ export const enterpriseDarkColorTokens = {
|
|
|
171
171
|
canvasSheet: primitiveColorTokens.dark.grey['075'],
|
|
172
172
|
canvasSheetTransparent: primitiveColorTokens.dark.grey['075-0'],
|
|
173
173
|
canvasOverlay: primitiveColorTokens.dark.grey['050-60'],
|
|
174
|
+
canvasOverlaySubtle: primitiveColorTokens.dark.grey['050-30'],
|
|
174
175
|
white: primitiveColorTokens.dark.constant['050'],
|
|
175
176
|
black: primitiveColorTokens.dark.constant['950'],
|
|
176
177
|
surface: primitiveColorTokens.dark.grey['100'],
|
|
@@ -229,6 +230,8 @@ export const enterpriseDarkColorTokens = {
|
|
|
229
230
|
text: {
|
|
230
231
|
black: primitiveColorTokens.dark.constant['950'],
|
|
231
232
|
white: primitiveColorTokens.dark.constant['050'],
|
|
233
|
+
whiteHover: primitiveColorTokens.dark.constant['200'],
|
|
234
|
+
whitePressed: primitiveColorTokens.dark.constant['300'],
|
|
232
235
|
grey: primitiveColorTokens.dark.grey['900'],
|
|
233
236
|
base: primitiveColorTokens.dark.grey['950'],
|
|
234
237
|
baseHover: primitiveColorTokens.dark.grey['900'],
|
|
@@ -255,6 +258,8 @@ export const enterpriseDarkColorTokens = {
|
|
|
255
258
|
border: {
|
|
256
259
|
black: primitiveColorTokens.dark.constant['950'],
|
|
257
260
|
white: primitiveColorTokens.dark.constant['050'],
|
|
261
|
+
whiteHover: primitiveColorTokens.dark.constant['200'],
|
|
262
|
+
whitePressed: primitiveColorTokens.dark.constant['300'],
|
|
258
263
|
base: primitiveColorTokens.dark.grey['950'],
|
|
259
264
|
baseHover: primitiveColorTokens.dark.grey['900'],
|
|
260
265
|
basePressed: primitiveColorTokens.dark.grey['800'],
|
|
@@ -169,6 +169,7 @@ export declare const enterpriseLightColorTokens: {
|
|
|
169
169
|
readonly canvasSheet: "#ffffff";
|
|
170
170
|
readonly canvasSheetTransparent: "#ffffff00";
|
|
171
171
|
readonly canvasOverlay: "#00000099";
|
|
172
|
+
readonly canvasOverlaySubtle: "#0000001a";
|
|
172
173
|
readonly white: "#ffffff";
|
|
173
174
|
readonly black: "#000000";
|
|
174
175
|
readonly surface: "#fafafa";
|
|
@@ -227,6 +228,8 @@ export declare const enterpriseLightColorTokens: {
|
|
|
227
228
|
readonly text: {
|
|
228
229
|
readonly black: "#000000";
|
|
229
230
|
readonly white: "#ffffff";
|
|
231
|
+
readonly whiteHover: "#f1f1f1";
|
|
232
|
+
readonly whitePressed: "#e8e8e8";
|
|
230
233
|
readonly grey: "#e8e8e8";
|
|
231
234
|
readonly base: "#000000";
|
|
232
235
|
readonly baseHover: "#272727";
|
|
@@ -253,6 +256,8 @@ export declare const enterpriseLightColorTokens: {
|
|
|
253
256
|
readonly border: {
|
|
254
257
|
readonly black: "#000000";
|
|
255
258
|
readonly white: "#ffffff";
|
|
259
|
+
readonly whiteHover: "#f1f1f1";
|
|
260
|
+
readonly whitePressed: "#e8e8e8";
|
|
256
261
|
readonly base: "#000000";
|
|
257
262
|
readonly baseHover: "#272727";
|
|
258
263
|
readonly basePressed: "#4d4d4d";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"theme.light.d.ts","sourceRoot":"","sources":["../../../../src/themes/js/enterprise/theme.light.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,0BAA0B
|
|
1
|
+
{"version":3,"file":"theme.light.d.ts","sourceRoot":"","sources":["../../../../src/themes/js/enterprise/theme.light.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6RF,CAAC"}
|
|
@@ -171,6 +171,7 @@ export const enterpriseLightColorTokens = {
|
|
|
171
171
|
canvasSheet: primitiveColorTokens.light.grey['050'],
|
|
172
172
|
canvasSheetTransparent: primitiveColorTokens.light.grey['050-0'],
|
|
173
173
|
canvasOverlay: primitiveColorTokens.light.grey['950-60'],
|
|
174
|
+
canvasOverlaySubtle: primitiveColorTokens.light.grey['950-10'],
|
|
174
175
|
white: primitiveColorTokens.light.constant['050'],
|
|
175
176
|
black: primitiveColorTokens.light.constant['950'],
|
|
176
177
|
surface: primitiveColorTokens.light.grey['100'],
|
|
@@ -229,6 +230,8 @@ export const enterpriseLightColorTokens = {
|
|
|
229
230
|
text: {
|
|
230
231
|
black: primitiveColorTokens.light.constant['950'],
|
|
231
232
|
white: primitiveColorTokens.light.constant['050'],
|
|
233
|
+
whiteHover: primitiveColorTokens.light.constant['200'],
|
|
234
|
+
whitePressed: primitiveColorTokens.light.constant['300'],
|
|
232
235
|
grey: primitiveColorTokens.light.grey['300'],
|
|
233
236
|
base: primitiveColorTokens.light.grey['950'],
|
|
234
237
|
baseHover: primitiveColorTokens.light.grey['900'],
|
|
@@ -255,6 +258,8 @@ export const enterpriseLightColorTokens = {
|
|
|
255
258
|
border: {
|
|
256
259
|
black: primitiveColorTokens.light.constant['950'],
|
|
257
260
|
white: primitiveColorTokens.light.constant['050'],
|
|
261
|
+
whiteHover: primitiveColorTokens.light.constant['200'],
|
|
262
|
+
whitePressed: primitiveColorTokens.light.constant['300'],
|
|
258
263
|
base: primitiveColorTokens.light.grey['950'],
|
|
259
264
|
baseHover: primitiveColorTokens.light.grey['900'],
|
|
260
265
|
basePressed: primitiveColorTokens.light.grey['800'],
|
|
@@ -1298,6 +1298,7 @@ export declare const ledgerLiveThemes: {
|
|
|
1298
1298
|
readonly canvasSheet: "#101010";
|
|
1299
1299
|
readonly canvasSheetTransparent: "#10101000";
|
|
1300
1300
|
readonly canvasOverlay: "#00000099";
|
|
1301
|
+
readonly canvasOverlaySubtle: "#0000004d";
|
|
1301
1302
|
readonly white: "#ffffff";
|
|
1302
1303
|
readonly black: "#000000";
|
|
1303
1304
|
readonly surface: "#151515";
|
|
@@ -1356,6 +1357,8 @@ export declare const ledgerLiveThemes: {
|
|
|
1356
1357
|
readonly text: {
|
|
1357
1358
|
readonly black: "#000000";
|
|
1358
1359
|
readonly white: "#ffffff";
|
|
1360
|
+
readonly whiteHover: "#f1f1f1";
|
|
1361
|
+
readonly whitePressed: "#e1e1e1";
|
|
1359
1362
|
readonly grey: "#e1e1e1";
|
|
1360
1363
|
readonly base: "#ffffff";
|
|
1361
1364
|
readonly baseHover: "#e1e1e1";
|
|
@@ -1382,6 +1385,8 @@ export declare const ledgerLiveThemes: {
|
|
|
1382
1385
|
readonly border: {
|
|
1383
1386
|
readonly black: "#000000";
|
|
1384
1387
|
readonly white: "#ffffff";
|
|
1388
|
+
readonly whiteHover: "#f1f1f1";
|
|
1389
|
+
readonly whitePressed: "#e1e1e1";
|
|
1385
1390
|
readonly base: "#ffffff";
|
|
1386
1391
|
readonly baseHover: "#e1e1e1";
|
|
1387
1392
|
readonly basePressed: "#c3c3c3";
|
|
@@ -2919,6 +2924,7 @@ export declare const ledgerLiveThemes: {
|
|
|
2919
2924
|
readonly canvasSheet: "#ffffff";
|
|
2920
2925
|
readonly canvasSheetTransparent: "#ffffff00";
|
|
2921
2926
|
readonly canvasOverlay: "#00000099";
|
|
2927
|
+
readonly canvasOverlaySubtle: "#0000001a";
|
|
2922
2928
|
readonly white: "#ffffff";
|
|
2923
2929
|
readonly black: "#000000";
|
|
2924
2930
|
readonly surface: "#fafafa";
|
|
@@ -2977,6 +2983,8 @@ export declare const ledgerLiveThemes: {
|
|
|
2977
2983
|
readonly text: {
|
|
2978
2984
|
readonly black: "#000000";
|
|
2979
2985
|
readonly white: "#ffffff";
|
|
2986
|
+
readonly whiteHover: "#f1f1f1";
|
|
2987
|
+
readonly whitePressed: "#e8e8e8";
|
|
2980
2988
|
readonly grey: "#e8e8e8";
|
|
2981
2989
|
readonly base: "#000000";
|
|
2982
2990
|
readonly baseHover: "#272727";
|
|
@@ -3003,6 +3011,8 @@ export declare const ledgerLiveThemes: {
|
|
|
3003
3011
|
readonly border: {
|
|
3004
3012
|
readonly black: "#000000";
|
|
3005
3013
|
readonly white: "#ffffff";
|
|
3014
|
+
readonly whiteHover: "#f1f1f1";
|
|
3015
|
+
readonly whitePressed: "#e8e8e8";
|
|
3006
3016
|
readonly base: "#000000";
|
|
3007
3017
|
readonly baseHover: "#272727";
|
|
3008
3018
|
readonly basePressed: "#4d4d4d";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"theme.d.ts","sourceRoot":"","sources":["../../../../src/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/themes/js/ledger-live/theme.ts"],"names":[],"mappings":"AAQA,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAKN,CAAC;AAY5B,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAG5B,CAAC"}
|
|
@@ -169,6 +169,7 @@ export declare const ledgerLiveDarkColorTokens: {
|
|
|
169
169
|
readonly canvasSheet: "#101010";
|
|
170
170
|
readonly canvasSheetTransparent: "#10101000";
|
|
171
171
|
readonly canvasOverlay: "#00000099";
|
|
172
|
+
readonly canvasOverlaySubtle: "#0000004d";
|
|
172
173
|
readonly white: "#ffffff";
|
|
173
174
|
readonly black: "#000000";
|
|
174
175
|
readonly surface: "#151515";
|
|
@@ -227,6 +228,8 @@ export declare const ledgerLiveDarkColorTokens: {
|
|
|
227
228
|
readonly text: {
|
|
228
229
|
readonly black: "#000000";
|
|
229
230
|
readonly white: "#ffffff";
|
|
231
|
+
readonly whiteHover: "#f1f1f1";
|
|
232
|
+
readonly whitePressed: "#e1e1e1";
|
|
230
233
|
readonly grey: "#e1e1e1";
|
|
231
234
|
readonly base: "#ffffff";
|
|
232
235
|
readonly baseHover: "#e1e1e1";
|
|
@@ -253,6 +256,8 @@ export declare const ledgerLiveDarkColorTokens: {
|
|
|
253
256
|
readonly border: {
|
|
254
257
|
readonly black: "#000000";
|
|
255
258
|
readonly white: "#ffffff";
|
|
259
|
+
readonly whiteHover: "#f1f1f1";
|
|
260
|
+
readonly whitePressed: "#e1e1e1";
|
|
256
261
|
readonly base: "#ffffff";
|
|
257
262
|
readonly baseHover: "#e1e1e1";
|
|
258
263
|
readonly basePressed: "#c3c3c3";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"theme.dark.d.ts","sourceRoot":"","sources":["../../../../src/themes/js/ledger-live/theme.dark.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,yBAAyB
|
|
1
|
+
{"version":3,"file":"theme.dark.d.ts","sourceRoot":"","sources":["../../../../src/themes/js/ledger-live/theme.dark.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6RD,CAAC"}
|
|
@@ -171,6 +171,7 @@ export const ledgerLiveDarkColorTokens = {
|
|
|
171
171
|
canvasSheet: primitiveColorTokens.dark.grey['075'],
|
|
172
172
|
canvasSheetTransparent: primitiveColorTokens.dark.grey['075-0'],
|
|
173
173
|
canvasOverlay: primitiveColorTokens.dark.grey['050-60'],
|
|
174
|
+
canvasOverlaySubtle: primitiveColorTokens.dark.grey['050-30'],
|
|
174
175
|
white: primitiveColorTokens.dark.constant['050'],
|
|
175
176
|
black: primitiveColorTokens.dark.constant['950'],
|
|
176
177
|
surface: primitiveColorTokens.dark.grey['100'],
|
|
@@ -229,6 +230,8 @@ export const ledgerLiveDarkColorTokens = {
|
|
|
229
230
|
text: {
|
|
230
231
|
black: primitiveColorTokens.dark.constant['950'],
|
|
231
232
|
white: primitiveColorTokens.dark.constant['050'],
|
|
233
|
+
whiteHover: primitiveColorTokens.dark.constant['200'],
|
|
234
|
+
whitePressed: primitiveColorTokens.dark.constant['300'],
|
|
232
235
|
grey: primitiveColorTokens.dark.grey['900'],
|
|
233
236
|
base: primitiveColorTokens.dark.grey['950'],
|
|
234
237
|
baseHover: primitiveColorTokens.dark.grey['900'],
|
|
@@ -255,6 +258,8 @@ export const ledgerLiveDarkColorTokens = {
|
|
|
255
258
|
border: {
|
|
256
259
|
black: primitiveColorTokens.dark.constant['950'],
|
|
257
260
|
white: primitiveColorTokens.dark.constant['050'],
|
|
261
|
+
whiteHover: primitiveColorTokens.dark.constant['200'],
|
|
262
|
+
whitePressed: primitiveColorTokens.dark.constant['300'],
|
|
258
263
|
base: primitiveColorTokens.dark.grey['950'],
|
|
259
264
|
baseHover: primitiveColorTokens.dark.grey['900'],
|
|
260
265
|
basePressed: primitiveColorTokens.dark.grey['800'],
|
|
@@ -169,6 +169,7 @@ export declare const ledgerLiveLightColorTokens: {
|
|
|
169
169
|
readonly canvasSheet: "#ffffff";
|
|
170
170
|
readonly canvasSheetTransparent: "#ffffff00";
|
|
171
171
|
readonly canvasOverlay: "#00000099";
|
|
172
|
+
readonly canvasOverlaySubtle: "#0000001a";
|
|
172
173
|
readonly white: "#ffffff";
|
|
173
174
|
readonly black: "#000000";
|
|
174
175
|
readonly surface: "#fafafa";
|
|
@@ -227,6 +228,8 @@ export declare const ledgerLiveLightColorTokens: {
|
|
|
227
228
|
readonly text: {
|
|
228
229
|
readonly black: "#000000";
|
|
229
230
|
readonly white: "#ffffff";
|
|
231
|
+
readonly whiteHover: "#f1f1f1";
|
|
232
|
+
readonly whitePressed: "#e8e8e8";
|
|
230
233
|
readonly grey: "#e8e8e8";
|
|
231
234
|
readonly base: "#000000";
|
|
232
235
|
readonly baseHover: "#272727";
|
|
@@ -253,6 +256,8 @@ export declare const ledgerLiveLightColorTokens: {
|
|
|
253
256
|
readonly border: {
|
|
254
257
|
readonly black: "#000000";
|
|
255
258
|
readonly white: "#ffffff";
|
|
259
|
+
readonly whiteHover: "#f1f1f1";
|
|
260
|
+
readonly whitePressed: "#e8e8e8";
|
|
256
261
|
readonly base: "#000000";
|
|
257
262
|
readonly baseHover: "#272727";
|
|
258
263
|
readonly basePressed: "#4d4d4d";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"theme.light.d.ts","sourceRoot":"","sources":["../../../../src/themes/js/ledger-live/theme.light.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,0BAA0B
|
|
1
|
+
{"version":3,"file":"theme.light.d.ts","sourceRoot":"","sources":["../../../../src/themes/js/ledger-live/theme.light.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6RF,CAAC"}
|
|
@@ -171,6 +171,7 @@ export const ledgerLiveLightColorTokens = {
|
|
|
171
171
|
canvasSheet: primitiveColorTokens.light.grey['050'],
|
|
172
172
|
canvasSheetTransparent: primitiveColorTokens.light.grey['050-0'],
|
|
173
173
|
canvasOverlay: primitiveColorTokens.light.grey['950-60'],
|
|
174
|
+
canvasOverlaySubtle: primitiveColorTokens.light.grey['950-10'],
|
|
174
175
|
white: primitiveColorTokens.light.constant['050'],
|
|
175
176
|
black: primitiveColorTokens.light.constant['950'],
|
|
176
177
|
surface: primitiveColorTokens.light.grey['100'],
|
|
@@ -229,6 +230,8 @@ export const ledgerLiveLightColorTokens = {
|
|
|
229
230
|
text: {
|
|
230
231
|
black: primitiveColorTokens.light.constant['950'],
|
|
231
232
|
white: primitiveColorTokens.light.constant['050'],
|
|
233
|
+
whiteHover: primitiveColorTokens.light.constant['200'],
|
|
234
|
+
whitePressed: primitiveColorTokens.light.constant['300'],
|
|
232
235
|
grey: primitiveColorTokens.light.grey['300'],
|
|
233
236
|
base: primitiveColorTokens.light.grey['950'],
|
|
234
237
|
baseHover: primitiveColorTokens.light.grey['900'],
|
|
@@ -255,6 +258,8 @@ export const ledgerLiveLightColorTokens = {
|
|
|
255
258
|
border: {
|
|
256
259
|
black: primitiveColorTokens.light.constant['950'],
|
|
257
260
|
white: primitiveColorTokens.light.constant['050'],
|
|
261
|
+
whiteHover: primitiveColorTokens.light.constant['200'],
|
|
262
|
+
whitePressed: primitiveColorTokens.light.constant['300'],
|
|
258
263
|
base: primitiveColorTokens.light.grey['950'],
|
|
259
264
|
baseHover: primitiveColorTokens.light.grey['900'],
|
|
260
265
|
basePressed: primitiveColorTokens.light.grey['800'],
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
export declare const primitiveColorTokens: {
|
|
2
2
|
readonly light: {
|
|
3
3
|
readonly constant: {
|
|
4
|
+
readonly '100': "#fafafa";
|
|
5
|
+
readonly '200': "#f1f1f1";
|
|
4
6
|
readonly '300': "#e8e8e8";
|
|
5
7
|
readonly '400': "#d5d5d5";
|
|
6
8
|
readonly '950': "#000000";
|
|
@@ -302,6 +304,8 @@ export declare const primitiveColorTokens: {
|
|
|
302
304
|
};
|
|
303
305
|
readonly dark: {
|
|
304
306
|
readonly constant: {
|
|
307
|
+
readonly '100': "#fafafa";
|
|
308
|
+
readonly '200': "#f1f1f1";
|
|
305
309
|
readonly '300': "#e1e1e1";
|
|
306
310
|
readonly '400': "#c3c3c3";
|
|
307
311
|
readonly '950': "#000000";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"primitive.colors.d.ts","sourceRoot":"","sources":["../../../../src/themes/js/primitives/primitive.colors.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,oBAAoB
|
|
1
|
+
{"version":3,"file":"primitive.colors.d.ts","sourceRoot":"","sources":["../../../../src/themes/js/primitives/primitive.colors.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAimBQ,CAAC"}
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
export const primitiveColorTokens = {
|
|
2
2
|
light: {
|
|
3
3
|
constant: {
|
|
4
|
+
'100': '#fafafa',
|
|
5
|
+
'200': '#f1f1f1',
|
|
4
6
|
'300': '#e8e8e8',
|
|
5
7
|
'400': '#d5d5d5',
|
|
6
8
|
'950': '#000000',
|
|
@@ -302,6 +304,8 @@ export const primitiveColorTokens = {
|
|
|
302
304
|
},
|
|
303
305
|
dark: {
|
|
304
306
|
constant: {
|
|
307
|
+
'100': '#fafafa',
|
|
308
|
+
'200': '#f1f1f1',
|
|
305
309
|
'300': '#e1e1e1',
|
|
306
310
|
'400': '#c3c3c3',
|
|
307
311
|
'950': '#000000',
|
|
@@ -1298,6 +1298,7 @@ export declare const websitesThemes: {
|
|
|
1298
1298
|
readonly canvasSheet: "#101010";
|
|
1299
1299
|
readonly canvasSheetTransparent: "#10101000";
|
|
1300
1300
|
readonly canvasOverlay: "#00000099";
|
|
1301
|
+
readonly canvasOverlaySubtle: "#0000004d";
|
|
1301
1302
|
readonly white: "#ffffff";
|
|
1302
1303
|
readonly black: "#000000";
|
|
1303
1304
|
readonly surface: "#151515";
|
|
@@ -1356,6 +1357,8 @@ export declare const websitesThemes: {
|
|
|
1356
1357
|
readonly text: {
|
|
1357
1358
|
readonly black: "#000000";
|
|
1358
1359
|
readonly white: "#ffffff";
|
|
1360
|
+
readonly whiteHover: "#f1f1f1";
|
|
1361
|
+
readonly whitePressed: "#e1e1e1";
|
|
1359
1362
|
readonly grey: "#e1e1e1";
|
|
1360
1363
|
readonly base: "#ffffff";
|
|
1361
1364
|
readonly baseHover: "#e1e1e1";
|
|
@@ -1382,6 +1385,8 @@ export declare const websitesThemes: {
|
|
|
1382
1385
|
readonly border: {
|
|
1383
1386
|
readonly black: "#000000";
|
|
1384
1387
|
readonly white: "#ffffff";
|
|
1388
|
+
readonly whiteHover: "#f1f1f1";
|
|
1389
|
+
readonly whitePressed: "#e1e1e1";
|
|
1385
1390
|
readonly base: "#ffffff";
|
|
1386
1391
|
readonly baseHover: "#e1e1e1";
|
|
1387
1392
|
readonly basePressed: "#c3c3c3";
|
|
@@ -2919,6 +2924,7 @@ export declare const websitesThemes: {
|
|
|
2919
2924
|
readonly canvasSheet: "#ffffff";
|
|
2920
2925
|
readonly canvasSheetTransparent: "#ffffff00";
|
|
2921
2926
|
readonly canvasOverlay: "#00000099";
|
|
2927
|
+
readonly canvasOverlaySubtle: "#0000001a";
|
|
2922
2928
|
readonly white: "#ffffff";
|
|
2923
2929
|
readonly black: "#000000";
|
|
2924
2930
|
readonly surface: "#fafafa";
|
|
@@ -2977,6 +2983,8 @@ export declare const websitesThemes: {
|
|
|
2977
2983
|
readonly text: {
|
|
2978
2984
|
readonly black: "#000000";
|
|
2979
2985
|
readonly white: "#ffffff";
|
|
2986
|
+
readonly whiteHover: "#f1f1f1";
|
|
2987
|
+
readonly whitePressed: "#e8e8e8";
|
|
2980
2988
|
readonly grey: "#e8e8e8";
|
|
2981
2989
|
readonly base: "#000000";
|
|
2982
2990
|
readonly baseHover: "#272727";
|
|
@@ -3003,6 +3011,8 @@ export declare const websitesThemes: {
|
|
|
3003
3011
|
readonly border: {
|
|
3004
3012
|
readonly black: "#000000";
|
|
3005
3013
|
readonly white: "#ffffff";
|
|
3014
|
+
readonly whiteHover: "#f1f1f1";
|
|
3015
|
+
readonly whitePressed: "#e8e8e8";
|
|
3006
3016
|
readonly base: "#000000";
|
|
3007
3017
|
readonly baseHover: "#272727";
|
|
3008
3018
|
readonly basePressed: "#4d4d4d";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"theme.d.ts","sourceRoot":"","sources":["../../../../src/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/themes/js/websites/theme.ts"],"names":[],"mappings":"AAQA,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAKJ,CAAC;AAY5B,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAG1B,CAAC"}
|
|
@@ -169,6 +169,7 @@ export declare const websitesDarkColorTokens: {
|
|
|
169
169
|
readonly canvasSheet: "#101010";
|
|
170
170
|
readonly canvasSheetTransparent: "#10101000";
|
|
171
171
|
readonly canvasOverlay: "#00000099";
|
|
172
|
+
readonly canvasOverlaySubtle: "#0000004d";
|
|
172
173
|
readonly white: "#ffffff";
|
|
173
174
|
readonly black: "#000000";
|
|
174
175
|
readonly surface: "#151515";
|
|
@@ -227,6 +228,8 @@ export declare const websitesDarkColorTokens: {
|
|
|
227
228
|
readonly text: {
|
|
228
229
|
readonly black: "#000000";
|
|
229
230
|
readonly white: "#ffffff";
|
|
231
|
+
readonly whiteHover: "#f1f1f1";
|
|
232
|
+
readonly whitePressed: "#e1e1e1";
|
|
230
233
|
readonly grey: "#e1e1e1";
|
|
231
234
|
readonly base: "#ffffff";
|
|
232
235
|
readonly baseHover: "#e1e1e1";
|
|
@@ -253,6 +256,8 @@ export declare const websitesDarkColorTokens: {
|
|
|
253
256
|
readonly border: {
|
|
254
257
|
readonly black: "#000000";
|
|
255
258
|
readonly white: "#ffffff";
|
|
259
|
+
readonly whiteHover: "#f1f1f1";
|
|
260
|
+
readonly whitePressed: "#e1e1e1";
|
|
256
261
|
readonly base: "#ffffff";
|
|
257
262
|
readonly baseHover: "#e1e1e1";
|
|
258
263
|
readonly basePressed: "#c3c3c3";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"theme.dark.d.ts","sourceRoot":"","sources":["../../../../src/themes/js/websites/theme.dark.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,uBAAuB
|
|
1
|
+
{"version":3,"file":"theme.dark.d.ts","sourceRoot":"","sources":["../../../../src/themes/js/websites/theme.dark.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6RC,CAAC"}
|
|
@@ -171,6 +171,7 @@ export const websitesDarkColorTokens = {
|
|
|
171
171
|
canvasSheet: primitiveColorTokens.dark.grey['075'],
|
|
172
172
|
canvasSheetTransparent: primitiveColorTokens.dark.grey['075-0'],
|
|
173
173
|
canvasOverlay: primitiveColorTokens.dark.grey['050-60'],
|
|
174
|
+
canvasOverlaySubtle: primitiveColorTokens.dark.grey['050-30'],
|
|
174
175
|
white: primitiveColorTokens.dark.constant['050'],
|
|
175
176
|
black: primitiveColorTokens.dark.constant['950'],
|
|
176
177
|
surface: primitiveColorTokens.dark.grey['100'],
|
|
@@ -229,6 +230,8 @@ export const websitesDarkColorTokens = {
|
|
|
229
230
|
text: {
|
|
230
231
|
black: primitiveColorTokens.dark.constant['950'],
|
|
231
232
|
white: primitiveColorTokens.dark.constant['050'],
|
|
233
|
+
whiteHover: primitiveColorTokens.dark.constant['200'],
|
|
234
|
+
whitePressed: primitiveColorTokens.dark.constant['300'],
|
|
232
235
|
grey: primitiveColorTokens.dark.grey['900'],
|
|
233
236
|
base: primitiveColorTokens.dark.grey['950'],
|
|
234
237
|
baseHover: primitiveColorTokens.dark.grey['900'],
|
|
@@ -255,6 +258,8 @@ export const websitesDarkColorTokens = {
|
|
|
255
258
|
border: {
|
|
256
259
|
black: primitiveColorTokens.dark.constant['950'],
|
|
257
260
|
white: primitiveColorTokens.dark.constant['050'],
|
|
261
|
+
whiteHover: primitiveColorTokens.dark.constant['200'],
|
|
262
|
+
whitePressed: primitiveColorTokens.dark.constant['300'],
|
|
258
263
|
base: primitiveColorTokens.dark.grey['950'],
|
|
259
264
|
baseHover: primitiveColorTokens.dark.grey['900'],
|
|
260
265
|
basePressed: primitiveColorTokens.dark.grey['800'],
|
|
@@ -169,6 +169,7 @@ export declare const websitesLightColorTokens: {
|
|
|
169
169
|
readonly canvasSheet: "#ffffff";
|
|
170
170
|
readonly canvasSheetTransparent: "#ffffff00";
|
|
171
171
|
readonly canvasOverlay: "#00000099";
|
|
172
|
+
readonly canvasOverlaySubtle: "#0000001a";
|
|
172
173
|
readonly white: "#ffffff";
|
|
173
174
|
readonly black: "#000000";
|
|
174
175
|
readonly surface: "#fafafa";
|
|
@@ -227,6 +228,8 @@ export declare const websitesLightColorTokens: {
|
|
|
227
228
|
readonly text: {
|
|
228
229
|
readonly black: "#000000";
|
|
229
230
|
readonly white: "#ffffff";
|
|
231
|
+
readonly whiteHover: "#f1f1f1";
|
|
232
|
+
readonly whitePressed: "#e8e8e8";
|
|
230
233
|
readonly grey: "#e8e8e8";
|
|
231
234
|
readonly base: "#000000";
|
|
232
235
|
readonly baseHover: "#272727";
|
|
@@ -253,6 +256,8 @@ export declare const websitesLightColorTokens: {
|
|
|
253
256
|
readonly border: {
|
|
254
257
|
readonly black: "#000000";
|
|
255
258
|
readonly white: "#ffffff";
|
|
259
|
+
readonly whiteHover: "#f1f1f1";
|
|
260
|
+
readonly whitePressed: "#e8e8e8";
|
|
256
261
|
readonly base: "#000000";
|
|
257
262
|
readonly baseHover: "#272727";
|
|
258
263
|
readonly basePressed: "#4d4d4d";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"theme.light.d.ts","sourceRoot":"","sources":["../../../../src/themes/js/websites/theme.light.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,wBAAwB
|
|
1
|
+
{"version":3,"file":"theme.light.d.ts","sourceRoot":"","sources":["../../../../src/themes/js/websites/theme.light.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6RA,CAAC"}
|
|
@@ -171,6 +171,7 @@ export const websitesLightColorTokens = {
|
|
|
171
171
|
canvasSheet: primitiveColorTokens.light.grey['050'],
|
|
172
172
|
canvasSheetTransparent: primitiveColorTokens.light.grey['050-0'],
|
|
173
173
|
canvasOverlay: primitiveColorTokens.light.grey['950-60'],
|
|
174
|
+
canvasOverlaySubtle: primitiveColorTokens.light.grey['950-10'],
|
|
174
175
|
white: primitiveColorTokens.light.constant['050'],
|
|
175
176
|
black: primitiveColorTokens.light.constant['950'],
|
|
176
177
|
surface: primitiveColorTokens.light.grey['100'],
|
|
@@ -229,6 +230,8 @@ export const websitesLightColorTokens = {
|
|
|
229
230
|
text: {
|
|
230
231
|
black: primitiveColorTokens.light.constant['950'],
|
|
231
232
|
white: primitiveColorTokens.light.constant['050'],
|
|
233
|
+
whiteHover: primitiveColorTokens.light.constant['200'],
|
|
234
|
+
whitePressed: primitiveColorTokens.light.constant['300'],
|
|
232
235
|
grey: primitiveColorTokens.light.grey['300'],
|
|
233
236
|
base: primitiveColorTokens.light.grey['950'],
|
|
234
237
|
baseHover: primitiveColorTokens.light.grey['900'],
|
|
@@ -255,6 +258,8 @@ export const websitesLightColorTokens = {
|
|
|
255
258
|
border: {
|
|
256
259
|
black: primitiveColorTokens.light.constant['950'],
|
|
257
260
|
white: primitiveColorTokens.light.constant['050'],
|
|
261
|
+
whiteHover: primitiveColorTokens.light.constant['200'],
|
|
262
|
+
whitePressed: primitiveColorTokens.light.constant['300'],
|
|
258
263
|
base: primitiveColorTokens.light.grey['950'],
|
|
259
264
|
baseHover: primitiveColorTokens.light.grey['900'],
|
|
260
265
|
basePressed: primitiveColorTokens.light.grey['800'],
|
|
@@ -97,14 +97,14 @@ export function createAnimationsPlugin() {
|
|
|
97
97
|
'content-hide': 'content-hide 300ms ease-out',
|
|
98
98
|
'fade-in': 'fade-in 300ms ease-in',
|
|
99
99
|
'fade-out': 'fade-out 300ms ease-out',
|
|
100
|
-
'slide-in-from-top': 'slide-in-from-top
|
|
101
|
-
'slide-in-from-bottom': 'slide-in-from-bottom
|
|
102
|
-
'slide-in-from-left': 'slide-in-from-left
|
|
103
|
-
'slide-in-from-right': 'slide-in-from-right
|
|
104
|
-
'slide-out-to-top': 'slide-out-to-top
|
|
105
|
-
'slide-out-to-bottom': 'slide-out-to-bottom
|
|
106
|
-
'slide-out-to-left': 'slide-out-to-left
|
|
107
|
-
'slide-out-to-right': 'slide-out-to-right
|
|
100
|
+
'slide-in-from-top': 'slide-in-from-top 200ms ease-in',
|
|
101
|
+
'slide-in-from-bottom': 'slide-in-from-bottom 200ms ease-in',
|
|
102
|
+
'slide-in-from-left': 'slide-in-from-left 200ms ease-in',
|
|
103
|
+
'slide-in-from-right': 'slide-in-from-right 200ms ease-in',
|
|
104
|
+
'slide-out-to-top': 'slide-out-to-top 200ms ease-out',
|
|
105
|
+
'slide-out-to-bottom': 'slide-out-to-bottom 200ms ease-out',
|
|
106
|
+
'slide-out-to-left': 'slide-out-to-left 200ms ease-out',
|
|
107
|
+
'slide-out-to-right': 'slide-out-to-right 200ms ease-out',
|
|
108
108
|
'translate-from-right': 'translate-from-right 250ms cubic-bezier(0.4, 0, 0.2, 1)',
|
|
109
109
|
},
|
|
110
110
|
},
|
package/package.json
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M5.
|
|
3
|
-
<path d="M5.
|
|
2
|
+
<path d="M5.33325 10L7.99992 12.6667L10.6666 10" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M5.33325 6L7.99992 3.33333L10.6666 6" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
4
|
</svg>
|
package/symbols/icons/csv.svg
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
2
|
<path d="M10.3334 14H11.3334C12.4379 14 13.3334 13.1046 13.3334 12V5.67287C13.3334 5.14244 13.1226 4.63374 12.7476 4.25867L11.0747 2.58579C10.6996 2.21072 10.1909 2 9.66048 2H4.66669C3.56212 2 2.66669 2.89543 2.66669 4V8.66667M13.3334 5.66667H11C10.2636 5.66667 9.66669 5.06971 9.66669 4.33333V2M8.00002 6V9.33333M8.00002 9.33333L9.33335 8M8.00002 9.33333L6.66669 8" stroke="black" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
-
<path d="
|
|
3
|
+
<path d="M4.48313 13.6562C4.70315 13.5221 4.99021 13.5919 5.12441 13.8118C5.13826 13.8346 5.15417 13.8486 5.16672 13.8561C5.1778 13.8627 5.18992 13.8665 5.20644 13.8665H5.63287C5.67649 13.8664 5.7116 13.8315 5.71165 13.7878C5.71165 13.7523 5.68736 13.7197 5.65045 13.7103L4.92193 13.5273C4.47285 13.4145 4.15631 13.0102 4.15631 12.5456C4.15636 11.9859 4.60991 11.5333 5.16868 11.5332H5.59511C5.9857 11.5332 6.29912 11.7503 6.47271 12.0352C6.60673 12.2552 6.53715 12.5424 6.31711 12.6764C6.09698 12.8105 5.80988 12.741 5.67584 12.5208C5.66229 12.4986 5.64672 12.4848 5.63417 12.4772C5.623 12.4705 5.61108 12.4668 5.59511 12.4668H5.16868C5.12492 12.4668 5.08995 12.5019 5.0899 12.5456C5.0899 12.5814 5.11423 12.6129 5.14914 12.6217L5.87896 12.8053C6.32736 12.919 6.64524 13.3224 6.64524 13.7878C6.64519 14.3465 6.19241 14.8 5.63287 14.8001H5.20644C4.81511 14.8001 4.50149 14.5828 4.32753 14.2975C4.19355 14.0775 4.26318 13.7904 4.48313 13.6562ZM9.20968 11.5508C9.45776 11.6205 9.60231 11.8782 9.5326 12.1263L8.877 14.4596C8.82042 14.6609 8.63685 14.8001 8.42778 14.8001H7.98963C7.78056 14.8001 7.59702 14.6609 7.54041 14.4596L6.88416 12.1263C6.81441 11.8782 6.95898 11.6206 7.20708 11.5508C7.45517 11.481 7.71282 11.6256 7.7826 11.8737L8.20838 13.388L8.63416 11.8737C8.70391 11.6256 8.96158 11.4811 9.20968 11.5508Z" fill="black"/>
|
|
4
|
+
<path d="M1.53809 12.6667V13.6667C1.53809 14.2926 2.04563 14.8001 2.67155 14.8001H3.33822C3.59595 14.8001 3.80501 14.5911 3.80501 14.3333C3.80501 14.0756 3.59595 13.8665 3.33822 13.8665H2.67155C2.56109 13.8665 2.47168 13.7771 2.47168 13.6667V12.6667C2.47168 12.5562 2.56109 12.4668 2.67155 12.4668H3.33822C3.59595 12.4668 3.80501 12.2577 3.80501 12C3.80501 11.7423 3.59595 11.5332 3.33822 11.5332H2.67155C2.04563 11.5332 1.53809 12.0407 1.53809 12.6667Z" fill="black"/>
|
|
4
5
|
</svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"lastModified":"2026-03-
|
|
1
|
+
{"lastModified":"2026-03-26T09:36:25Z","componentIds":["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:369","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:362","3:264","3:152","3:206","3:74","3:82","3:78","3:80","3:72","3:76","3:298","436:164","5625:429"]}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11 1.33334C11.9205 1.33334 12.6667 2.07954 12.6667 3.00001V3.33334C12.8508 3.33334 13 3.48258 13 3.66668V5.33334C13 5.49449 12.8857 5.62915 12.7338 5.66017L12.6667 5.66668V13C12.6667 13.9205 11.9205 14.6667 11 14.6667H5.00004C4.07957 14.6667 3.33337 13.9205 3.33337 13V3.00001C3.33337 2.07954 4.07957 1.33334 5.00004 1.33334H11ZM9.66671 12.6667C9.29852 12.6667 9.00004 12.9652 9.00004 13.3333C9.00004 13.7015 9.29852 14 9.66671 14H11C11.3682 14 11.6667 13.7015 11.6667 13.3333C11.6667 12.9652 11.3682 12.6667 11 12.6667H9.66671ZM5.00004 2.33334C4.63185 2.33334 4.33337 2.63182 4.33337 3.00001V11C4.33337 11.3682 4.63185 11.6667 5.00004 11.6667H11C11.3682 11.6667 11.6667 11.3682 11.6667 11V3.00001C11.6667 2.63182 11.3682 2.33334 11 2.33334H5.00004Z" fill="black"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M13.0375 5.34661L8.81967 12.0598C8.42653 12.6856 7.51386 12.6834 7.12368 12.0558L2.94998 5.3426C2.53583 4.67647 3.01485 3.81461 3.79923 3.81461H12.1907C12.9772 3.81461 13.4559 4.68065 13.0375 5.34661Z" fill="black"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M13.0375 11.5116L8.81967 4.79844C8.42653 4.17269 7.51386 4.17485 7.12368 4.80244L2.94998 11.5156C2.53583 12.1818 3.01485 13.0436 3.79923 13.0436H12.1907C12.9772 13.0436 13.4559 12.1776 13.0375 11.5116Z" fill="black"/>
|
|
3
|
+
</svg>
|