@onemrvapublic/design-system-theme 20.0.0-develop.13 → 20.0.0-develop.14
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/overrides/_button.scss +1 -1
- package/package.json +1 -1
- package/palettes/_palette.scss +9 -25
package/overrides/_button.scss
CHANGED
package/package.json
CHANGED
package/palettes/_palette.scss
CHANGED
|
@@ -42,37 +42,21 @@ $palette: (
|
|
|
42
42
|
|
|
43
43
|
tertiary: (
|
|
44
44
|
0: #000000,
|
|
45
|
-
// Black remains
|
|
46
45
|
10: #610047,
|
|
47
|
-
// Closest to #420007
|
|
48
46
|
20: #7e024a,
|
|
49
|
-
// Closest to #6c000d
|
|
50
47
|
25: #a80e4f,
|
|
51
|
-
// Closest to #810010
|
|
52
48
|
30: #c40149,
|
|
53
|
-
|
|
54
|
-
35: #de2174,
|
|
55
|
-
// Closest to #b00019
|
|
49
|
+
35: #d20a5c,
|
|
56
50
|
40: #eb142a,
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
// An interpolation between #fcedf4 and #ffffff
|
|
66
|
-
90: #fcedf9,
|
|
67
|
-
// An interpolation between #fcedf4 and #ffffff
|
|
68
|
-
95: #fcedfc,
|
|
69
|
-
// An interpolation between #fcedf4 and #ffffff
|
|
70
|
-
98: #fff6fe,
|
|
71
|
-
// An interpolation between #fcedf4 and #ffffff
|
|
72
|
-
99: #fffbff,
|
|
73
|
-
// Closest to the existing color
|
|
51
|
+
50: #de2174,
|
|
52
|
+
60: #fb6889,
|
|
53
|
+
70: #fa7ca0,
|
|
54
|
+
80: #fb95ad,
|
|
55
|
+
90: #fcaabf,
|
|
56
|
+
95: #fcc1d0,
|
|
57
|
+
98: #fcedf4,
|
|
58
|
+
99: #fff6fa,
|
|
74
59
|
100: #ffffff,
|
|
75
|
-
// White remains
|
|
76
60
|
),
|
|
77
61
|
neutral: (
|
|
78
62
|
0: #000000,
|