@mailstep/design-system 0.8.36 → 0.8.38
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/package.json
CHANGED
|
@@ -11,16 +11,12 @@ declare const darkTheme: {
|
|
|
11
11
|
neutral20: string;
|
|
12
12
|
neutral30: string;
|
|
13
13
|
neutral300: string;
|
|
14
|
-
red10: string;
|
|
15
14
|
red30: string;
|
|
16
|
-
green10: string;
|
|
17
|
-
dangerColor: string;
|
|
18
15
|
lightGray1: string;
|
|
19
16
|
lightGray2: string;
|
|
20
17
|
lightGray3: string;
|
|
21
18
|
lightGray4: string;
|
|
22
19
|
lightGray6: string;
|
|
23
|
-
yellow10: string;
|
|
24
20
|
blue1: string;
|
|
25
21
|
blue3: string;
|
|
26
22
|
blue10: string;
|
|
@@ -56,6 +52,7 @@ declare const darkTheme: {
|
|
|
56
52
|
teal70: string;
|
|
57
53
|
teal80: string;
|
|
58
54
|
teal90: string;
|
|
55
|
+
green10: string;
|
|
59
56
|
green20: string;
|
|
60
57
|
green30: string;
|
|
61
58
|
green50: string;
|
|
@@ -71,6 +68,7 @@ declare const darkTheme: {
|
|
|
71
68
|
orange50: string;
|
|
72
69
|
orange60: string;
|
|
73
70
|
orange80: string;
|
|
71
|
+
yellow10: string;
|
|
74
72
|
yellow20: string;
|
|
75
73
|
yellow60: string;
|
|
76
74
|
yellow70: string;
|
|
@@ -78,6 +76,7 @@ declare const darkTheme: {
|
|
|
78
76
|
yellow90: string;
|
|
79
77
|
yellow1: string;
|
|
80
78
|
yellow2: string;
|
|
79
|
+
red10: string;
|
|
81
80
|
red20: string;
|
|
82
81
|
red50: string;
|
|
83
82
|
red70: string;
|
|
@@ -86,6 +85,7 @@ declare const darkTheme: {
|
|
|
86
85
|
red3: string;
|
|
87
86
|
red60: string;
|
|
88
87
|
red80: string;
|
|
88
|
+
dangerColor: string;
|
|
89
89
|
purple20: string;
|
|
90
90
|
purple40: string;
|
|
91
91
|
purple50: string;
|
|
@@ -15,16 +15,12 @@ const darkTheme = {
|
|
|
15
15
|
neutral20: "#2e475d",
|
|
16
16
|
neutral30: "#42505d",
|
|
17
17
|
neutral300: "#d6d9df",
|
|
18
|
-
red10: "#CF2013",
|
|
19
18
|
red30: "#8594A5",
|
|
20
|
-
green10: "#198038",
|
|
21
|
-
dangerColor: "#FFDAD1",
|
|
22
19
|
lightGray1: "#162C3F",
|
|
23
20
|
lightGray2: "#1a2b38",
|
|
24
21
|
lightGray3: "#7e8489",
|
|
25
22
|
lightGray4: "#7A90A1",
|
|
26
23
|
lightGray6: "#7A90A1",
|
|
27
|
-
yellow10: "#857000",
|
|
28
24
|
blue1: "#ffffff",
|
|
29
25
|
blue3: "#05111b",
|
|
30
26
|
blue10: "#2e475d",
|
|
@@ -408,16 +408,12 @@ declare const themes: {
|
|
|
408
408
|
neutral20: string;
|
|
409
409
|
neutral30: string;
|
|
410
410
|
neutral300: string;
|
|
411
|
-
red10: string;
|
|
412
411
|
red30: string;
|
|
413
|
-
green10: string;
|
|
414
|
-
dangerColor: string;
|
|
415
412
|
lightGray1: string;
|
|
416
413
|
lightGray2: string;
|
|
417
414
|
lightGray3: string;
|
|
418
415
|
lightGray4: string;
|
|
419
416
|
lightGray6: string;
|
|
420
|
-
yellow10: string;
|
|
421
417
|
blue1: string;
|
|
422
418
|
blue3: string;
|
|
423
419
|
blue10: string;
|
|
@@ -453,6 +449,7 @@ declare const themes: {
|
|
|
453
449
|
teal70: string;
|
|
454
450
|
teal80: string;
|
|
455
451
|
teal90: string;
|
|
452
|
+
green10: string;
|
|
456
453
|
green20: string;
|
|
457
454
|
green30: string;
|
|
458
455
|
green50: string;
|
|
@@ -468,6 +465,7 @@ declare const themes: {
|
|
|
468
465
|
orange50: string;
|
|
469
466
|
orange60: string;
|
|
470
467
|
orange80: string;
|
|
468
|
+
yellow10: string;
|
|
471
469
|
yellow20: string;
|
|
472
470
|
yellow60: string;
|
|
473
471
|
yellow70: string;
|
|
@@ -475,6 +473,7 @@ declare const themes: {
|
|
|
475
473
|
yellow90: string;
|
|
476
474
|
yellow1: string;
|
|
477
475
|
yellow2: string;
|
|
476
|
+
red10: string;
|
|
478
477
|
red20: string;
|
|
479
478
|
red50: string;
|
|
480
479
|
red70: string;
|
|
@@ -483,6 +482,7 @@ declare const themes: {
|
|
|
483
482
|
red3: string;
|
|
484
483
|
red60: string;
|
|
485
484
|
red80: string;
|
|
485
|
+
dangerColor: string;
|
|
486
486
|
purple20: string;
|
|
487
487
|
purple40: string;
|
|
488
488
|
purple50: string;
|