@alfalab/core-components-vars 5.3.0 → 5.4.0

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/colors-addons.css CHANGED
@@ -1,27 +1,70 @@
1
1
  :root {
2
+ --color-static-corpbg-neutral: #bdc0c2;
3
+ --color-static-corpbg-primary: #212a33;
4
+ --color-static-corpbg-secondary: #384048;
5
+ --color-static-corpbg-tertiary: #7a7f85;
2
6
  --color-static-graphic-amethyst: #a489aa;
3
7
  --color-static-graphic-blackberry: #bfafc6;
8
+ --color-static-graphic-blue-chill: #0f9c8c;
4
9
  --color-static-graphic-blue-maya: #7eb3ff;
5
10
  --color-static-graphic-blue-moody: #7879cf;
6
11
  --color-static-graphic-blue-steel: #4f84ba;
7
12
  --color-static-graphic-botticelli: #cee5e5;
13
+ --color-static-graphic-boulder: #7a7a7a;
14
+ --color-static-graphic-brink-pink: #fc617c;
15
+ --color-static-graphic-burnt-sienna: #eb7a58;
8
16
  --color-static-graphic-carrot: #e8bba3;
17
+ --color-static-graphic-chatelle: #bfafc6;
18
+ --color-static-graphic-chathams-blue: #155966;
9
19
  --color-static-graphic-chick: #f2db9e;
20
+ --color-static-graphic-crete: #847128;
21
+ --color-static-graphic-curious-blue: #2381db;
22
+ --color-static-graphic-curious-blue-light: #3b99d9;
23
+ --color-static-graphic-eastern-blue: #269cb3;
24
+ --color-static-graphic-french-lilac: #d3baed;
25
+ --color-static-graphic-fuel-yellow: #f29d32;
26
+ --color-static-graphic-fun-blue: #1d6ab5;
10
27
  --color-static-graphic-gallery: #eee;
11
28
  --color-static-graphic-green-jungle: #2fc26e;
29
+ --color-static-graphic-hippie-blue: #5aa4b0;
30
+ --color-static-graphic-jaffa: #f07134;
31
+ --color-static-graphic-jaffa-light: #f18836;
32
+ --color-static-graphic-java: #15c0e0;
33
+ --color-static-graphic-jungle-green: #2ab79a;
12
34
  --color-static-graphic-lavender: #8888ad;
35
+ --color-static-graphic-mantis: #63cd4f;
36
+ --color-static-graphic-matisse: #16548f;
37
+ --color-static-graphic-milano-red: #cd1501;
38
+ --color-static-graphic-mirage: #1d2434;
39
+ --color-static-graphic-moon-raker: #e9dbf7;
40
+ --color-static-graphic-moss-green: #a6d29c;
41
+ --color-static-graphic-nevada: #626b75;
13
42
  --color-static-graphic-olive: #bfd3c9;
43
+ --color-static-graphic-olivine: #87b965;
14
44
  --color-static-graphic-peach: #fcc99b;
15
45
  --color-static-graphic-persimmon: #ff5c5c;
46
+ --color-static-graphic-pewter: #96a5a5;
47
+ --color-static-graphic-pickled-bluewood: #2d3f50;
48
+ --color-static-graphic-porsche: #e7b965;
16
49
  --color-static-graphic-raspberry: #dfb2bb;
50
+ --color-static-graphic-red-damask: #da713c;
51
+ --color-static-graphic-saffron: #f0c330;
17
52
  --color-static-graphic-salomie: #fee984;
18
53
  --color-static-graphic-sand: #f6bf65;
54
+ --color-static-graphic-sandy-brown: #f38f6f;
19
55
  --color-static-graphic-seawater: #aecfd9;
56
+ --color-static-graphic-serenade: #fff0e3;
20
57
  --color-static-graphic-sky: #a6c0db;
21
58
  --color-static-graphic-soft-peach: #f3eaeb;
22
59
  --color-static-graphic-solitude: #e8f2fe;
23
60
  --color-static-graphic-strawberry: #f8b6a9;
24
61
  --color-static-graphic-sundust: #d9d6ce;
62
+ --color-static-graphic-turkish-rose: #b56a6b;
63
+ --color-static-graphic-turquoise-blue: #6bd3e6;
64
+ --color-static-graphic-valencia: #d8463b;
65
+ --color-static-graphic-waikawa-gray: #5b6d9c;
66
+ --color-static-graphic-whisper: #f2eff6;
67
+ --color-static-graphic-zanah: #e1f0de;
25
68
  --color-static-local-light-blue: #f5f7f9;
26
69
  --color-static-overlay-black-high: rgba(0, 0, 0, 0.32);
27
70
  --color-static-overlay-black-low: rgba(0, 0, 0, 0.16);
@@ -32,6 +32,7 @@
32
32
  --color-dark-graphic-secondary: #8d8d93;
33
33
  --color-dark-graphic-tertiary: #464649;
34
34
  --color-dark-specialbg-nulled: rgba(255, 255, 255, 0);
35
+ --color-dark-specialbg-overlay-fallback: #070707;
35
36
  --color-dark-specialbg-primary-grouped: #202022;
36
37
  --color-dark-specialbg-secondary-grouped: #2c2c2e;
37
38
  --color-dark-specialbg-tertiary-grouped: #3a3a3c;
@@ -85,6 +86,7 @@
85
86
  --color-light-graphic-secondary: #8a8a8e;
86
87
  --color-light-graphic-tertiary: #c5c5c7;
87
88
  --color-light-specialbg-nulled: rgba(255, 255, 255, 0);
89
+ --color-light-specialbg-overlay-fallback: #5c5c5c;
88
90
  --color-light-specialbg-primary-grouped: #f3f4f5;
89
91
  --color-light-specialbg-secondary-grouped: #fff;
90
92
  --color-light-specialbg-tertiary-grouped: #f3f4f5;
@@ -151,6 +153,7 @@
151
153
  --color-dark-bg-tertiary-tint-7: rgb(59, 59, 61);
152
154
  --color-dark-border-tertiary-inverted-alpha-30: rgba(243, 244, 245, 0.3);
153
155
  --color-dark-graphic-accent-alpha-30: rgba(239, 49, 36, 0.3);
156
+ --color-dark-graphic-accent-shade-15: rgb(203, 42, 31);
154
157
  --color-dark-graphic-accent-tint-10: rgb(241, 70, 58);
155
158
  --color-dark-graphic-accent-tint-30: rgb(244, 111, 102);
156
159
  --color-dark-graphic-negative-shade-30: rgb(152, 20, 8);
@@ -211,6 +214,7 @@
211
214
  --color-light-bg-tertiary-shade-7: rgb(217, 217, 219);
212
215
  --color-light-border-tertiary-inverted-alpha-30: rgba(28, 28, 30, 0.3);
213
216
  --color-light-graphic-accent-alpha-30: rgba(239, 49, 36, 0.3);
217
+ --color-light-graphic-accent-tint-15: rgb(241, 80, 69);
214
218
  --color-light-graphic-accent-shade-10: rgb(215, 44, 32);
215
219
  --color-light-graphic-accent-shade-30: rgb(167, 34, 25);
216
220
  --color-light-graphic-negative-tint-30: rgb(245, 133, 125);
package/colors-indigo.css CHANGED
@@ -161,6 +161,7 @@
161
161
  --color-dark-bg-tertiary-tint-7: rgb(74, 89, 104);
162
162
  --color-dark-border-tertiary-inverted-alpha-30: rgba(182, 188, 195, 0.3);
163
163
  --color-dark-graphic-accent-alpha-30: rgba(239, 49, 36, 0.3);
164
+ --color-dark-graphic-accent-shade-15: rgb(203, 42, 31);
164
165
  --color-dark-graphic-accent-tint-10: rgb(241, 70, 58);
165
166
  --color-dark-graphic-accent-tint-30: rgb(244, 111, 102);
166
167
  --color-dark-graphic-negative-shade-30: rgb(169, 56, 48);
@@ -225,6 +226,7 @@
225
226
  --color-light-bg-tertiary-shade-7: rgb(215, 217, 219);
226
227
  --color-light-border-tertiary-inverted-alpha-30: rgba(109, 121, 134, 0.3);
227
228
  --color-light-graphic-accent-alpha-30: rgba(239, 49, 36, 0.3);
229
+ --color-light-graphic-accent-tint-15: rgb(241, 80, 69);
228
230
  --color-light-graphic-accent-shade-10: rgb(215, 44, 32);
229
231
  --color-light-graphic-accent-shade-30: rgb(167, 34, 25);
230
232
  --color-light-graphic-negative-tint-30: rgb(245, 133, 125);
@@ -7,6 +7,8 @@
7
7
  --color-dynamic-quinary-light: rgba(255, 255, 255, 0.16);
8
8
  --color-dynamic-secondary-dark: rgba(0, 0, 0, 0.64);
9
9
  --color-dynamic-secondary-light: rgba(255, 255, 255, 0.64);
10
+ --color-dynamic-senary-dark: rgba(0, 0, 0, 0.12);
11
+ --color-dynamic-senary-light: rgba(255, 255, 255, 0.12);
10
12
  --color-dynamic-tertiary-dark: rgba(0, 0, 0, 0.48);
11
13
  --color-dynamic-tertiary-light: rgba(255, 255, 255, 0.48);
12
14
  --color-static-primary-dark: rgba(0, 0, 0, 0.8);
@@ -17,6 +19,8 @@
17
19
  --color-static-quinary-light: rgba(255, 255, 255, 0.16);
18
20
  --color-static-secondary-dark: rgba(0, 0, 0, 0.64);
19
21
  --color-static-secondary-light: rgba(255, 255, 255, 0.64);
22
+ --color-static-senary-dark: rgba(0, 0, 0, 0.12);
23
+ --color-static-senary-light: rgba(255, 255, 255, 0.12);
20
24
  --color-static-tertiary-dark: rgba(0, 0, 0, 0.48);
21
25
  --color-static-tertiary-light: rgba(255, 255, 255, 0.48);
22
26
  }
@@ -1,27 +1,70 @@
1
1
  :root {
2
+ --color-static-corpbg-neutral: #bdc0c2;
3
+ --color-static-corpbg-primary: #212a33;
4
+ --color-static-corpbg-secondary: #384048;
5
+ --color-static-corpbg-tertiary: #7a7f85;
2
6
  --color-static-graphic-amethyst: #a489aa;
3
7
  --color-static-graphic-blackberry: #bfafc6;
8
+ --color-static-graphic-blue-chill: #0f9c8c;
4
9
  --color-static-graphic-blue-maya: #7eb3ff;
5
10
  --color-static-graphic-blue-moody: #7879cf;
6
11
  --color-static-graphic-blue-steel: #4f84ba;
7
12
  --color-static-graphic-botticelli: #cee5e5;
13
+ --color-static-graphic-boulder: #7a7a7a;
14
+ --color-static-graphic-brink-pink: #fc617c;
15
+ --color-static-graphic-burnt-sienna: #eb7a58;
8
16
  --color-static-graphic-carrot: #e8bba3;
17
+ --color-static-graphic-chatelle: #bfafc6;
18
+ --color-static-graphic-chathams-blue: #155966;
9
19
  --color-static-graphic-chick: #f2db9e;
20
+ --color-static-graphic-crete: #847128;
21
+ --color-static-graphic-curious-blue: #2381db;
22
+ --color-static-graphic-curious-blue-light: #3b99d9;
23
+ --color-static-graphic-eastern-blue: #269cb3;
24
+ --color-static-graphic-french-lilac: #d3baed;
25
+ --color-static-graphic-fuel-yellow: #f29d32;
26
+ --color-static-graphic-fun-blue: #1d6ab5;
10
27
  --color-static-graphic-gallery: #eee;
11
28
  --color-static-graphic-green-jungle: #2fc26e;
29
+ --color-static-graphic-hippie-blue: #5aa4b0;
30
+ --color-static-graphic-jaffa: #f07134;
31
+ --color-static-graphic-jaffa-light: #f18836;
32
+ --color-static-graphic-java: #15c0e0;
33
+ --color-static-graphic-jungle-green: #2ab79a;
12
34
  --color-static-graphic-lavender: #8888ad;
35
+ --color-static-graphic-mantis: #63cd4f;
36
+ --color-static-graphic-matisse: #16548f;
37
+ --color-static-graphic-milano-red: #cd1501;
38
+ --color-static-graphic-mirage: #1d2434;
39
+ --color-static-graphic-moon-raker: #e9dbf7;
40
+ --color-static-graphic-moss-green: #a6d29c;
41
+ --color-static-graphic-nevada: #626b75;
13
42
  --color-static-graphic-olive: #bfd3c9;
43
+ --color-static-graphic-olivine: #87b965;
14
44
  --color-static-graphic-peach: #fcc99b;
15
45
  --color-static-graphic-persimmon: #ff5c5c;
46
+ --color-static-graphic-pewter: #96a5a5;
47
+ --color-static-graphic-pickled-bluewood: #2d3f50;
48
+ --color-static-graphic-porsche: #e7b965;
16
49
  --color-static-graphic-raspberry: #dfb2bb;
50
+ --color-static-graphic-red-damask: #da713c;
51
+ --color-static-graphic-saffron: #f0c330;
17
52
  --color-static-graphic-salomie: #fee984;
18
53
  --color-static-graphic-sand: #f6bf65;
54
+ --color-static-graphic-sandy-brown: #f38f6f;
19
55
  --color-static-graphic-seawater: #aecfd9;
56
+ --color-static-graphic-serenade: #fff0e3;
20
57
  --color-static-graphic-sky: #a6c0db;
21
58
  --color-static-graphic-soft-peach: #f3eaeb;
22
59
  --color-static-graphic-solitude: #e8f2fe;
23
60
  --color-static-graphic-strawberry: #f8b6a9;
24
61
  --color-static-graphic-sundust: #d9d6ce;
62
+ --color-static-graphic-turkish-rose: #b56a6b;
63
+ --color-static-graphic-turquoise-blue: #6bd3e6;
64
+ --color-static-graphic-valencia: #d8463b;
65
+ --color-static-graphic-waikawa-gray: #5b6d9c;
66
+ --color-static-graphic-whisper: #f2eff6;
67
+ --color-static-graphic-zanah: #e1f0de;
25
68
  --color-static-local-light-blue: #f5f7f9;
26
69
  --color-static-overlay-black-high: rgba(0, 0, 0, 0.32);
27
70
  --color-static-overlay-black-low: rgba(0, 0, 0, 0.16);
@@ -32,6 +32,7 @@
32
32
  --color-dark-graphic-secondary: #8d8d93;
33
33
  --color-dark-graphic-tertiary: #464649;
34
34
  --color-dark-specialbg-nulled: rgba(255, 255, 255, 0);
35
+ --color-dark-specialbg-overlay-fallback: #070707;
35
36
  --color-dark-specialbg-primary-grouped: #202022;
36
37
  --color-dark-specialbg-secondary-grouped: #2c2c2e;
37
38
  --color-dark-specialbg-tertiary-grouped: #3a3a3c;
@@ -85,6 +86,7 @@
85
86
  --color-light-graphic-secondary: #8a8a8e;
86
87
  --color-light-graphic-tertiary: #c5c5c7;
87
88
  --color-light-specialbg-nulled: rgba(255, 255, 255, 0);
89
+ --color-light-specialbg-overlay-fallback: #5c5c5c;
88
90
  --color-light-specialbg-primary-grouped: #f3f4f5;
89
91
  --color-light-specialbg-secondary-grouped: #fff;
90
92
  --color-light-specialbg-tertiary-grouped: #f3f4f5;
@@ -151,6 +153,7 @@
151
153
  --color-dark-bg-tertiary-tint-7: rgb(59, 59, 61);
152
154
  --color-dark-border-tertiary-inverted-alpha-30: rgba(243, 244, 245, 0.3);
153
155
  --color-dark-graphic-accent-alpha-30: rgba(239, 49, 36, 0.3);
156
+ --color-dark-graphic-accent-shade-15: rgb(203, 42, 31);
154
157
  --color-dark-graphic-accent-tint-10: rgb(241, 70, 58);
155
158
  --color-dark-graphic-accent-tint-30: rgb(244, 111, 102);
156
159
  --color-dark-graphic-negative-shade-30: rgb(152, 20, 8);
@@ -211,6 +214,7 @@
211
214
  --color-light-bg-tertiary-shade-7: rgb(217, 217, 219);
212
215
  --color-light-border-tertiary-inverted-alpha-30: rgba(28, 28, 30, 0.3);
213
216
  --color-light-graphic-accent-alpha-30: rgba(239, 49, 36, 0.3);
217
+ --color-light-graphic-accent-tint-15: rgb(241, 80, 69);
214
218
  --color-light-graphic-accent-shade-10: rgb(215, 44, 32);
215
219
  --color-light-graphic-accent-shade-30: rgb(167, 34, 25);
216
220
  --color-light-graphic-negative-tint-30: rgb(245, 133, 125);
@@ -161,6 +161,7 @@
161
161
  --color-dark-bg-tertiary-tint-7: rgb(74, 89, 104);
162
162
  --color-dark-border-tertiary-inverted-alpha-30: rgba(182, 188, 195, 0.3);
163
163
  --color-dark-graphic-accent-alpha-30: rgba(239, 49, 36, 0.3);
164
+ --color-dark-graphic-accent-shade-15: rgb(203, 42, 31);
164
165
  --color-dark-graphic-accent-tint-10: rgb(241, 70, 58);
165
166
  --color-dark-graphic-accent-tint-30: rgb(244, 111, 102);
166
167
  --color-dark-graphic-negative-shade-30: rgb(169, 56, 48);
@@ -225,6 +226,7 @@
225
226
  --color-light-bg-tertiary-shade-7: rgb(215, 217, 219);
226
227
  --color-light-border-tertiary-inverted-alpha-30: rgba(109, 121, 134, 0.3);
227
228
  --color-light-graphic-accent-alpha-30: rgba(239, 49, 36, 0.3);
229
+ --color-light-graphic-accent-tint-15: rgb(241, 80, 69);
228
230
  --color-light-graphic-accent-shade-10: rgb(215, 44, 32);
229
231
  --color-light-graphic-accent-shade-30: rgb(167, 34, 25);
230
232
  --color-light-graphic-negative-tint-30: rgb(245, 133, 125);
@@ -7,6 +7,8 @@
7
7
  --color-dynamic-quinary-light: rgba(255, 255, 255, 0.16);
8
8
  --color-dynamic-secondary-dark: rgba(0, 0, 0, 0.64);
9
9
  --color-dynamic-secondary-light: rgba(255, 255, 255, 0.64);
10
+ --color-dynamic-senary-dark: rgba(0, 0, 0, 0.12);
11
+ --color-dynamic-senary-light: rgba(255, 255, 255, 0.12);
10
12
  --color-dynamic-tertiary-dark: rgba(0, 0, 0, 0.48);
11
13
  --color-dynamic-tertiary-light: rgba(255, 255, 255, 0.48);
12
14
  --color-static-primary-dark: rgba(0, 0, 0, 0.8);
@@ -17,6 +19,8 @@
17
19
  --color-static-quinary-light: rgba(255, 255, 255, 0.16);
18
20
  --color-static-secondary-dark: rgba(0, 0, 0, 0.64);
19
21
  --color-static-secondary-light: rgba(255, 255, 255, 0.64);
22
+ --color-static-senary-dark: rgba(0, 0, 0, 0.12);
23
+ --color-static-senary-light: rgba(255, 255, 255, 0.12);
20
24
  --color-static-tertiary-dark: rgba(0, 0, 0, 0.48);
21
25
  --color-static-tertiary-light: rgba(255, 255, 255, 0.48);
22
26
  }
package/cssm/index.css CHANGED
@@ -70,29 +70,72 @@
70
70
  --color-light-blue: #f5f7f9;
71
71
  }
72
72
  :root {
73
+ --color-static-corpbg-neutral: #bdc0c2;
74
+ --color-static-corpbg-primary: #212a33;
75
+ --color-static-corpbg-secondary: #384048;
76
+ --color-static-corpbg-tertiary: #7a7f85;
73
77
  --color-static-graphic-amethyst: #a489aa;
74
78
  --color-static-graphic-blackberry: #bfafc6;
79
+ --color-static-graphic-blue-chill: #0f9c8c;
75
80
  --color-static-graphic-blue-maya: #7eb3ff;
76
81
  --color-static-graphic-blue-moody: #7879cf;
77
82
  --color-static-graphic-blue-steel: #4f84ba;
78
83
  --color-static-graphic-botticelli: #cee5e5;
84
+ --color-static-graphic-boulder: #7a7a7a;
85
+ --color-static-graphic-brink-pink: #fc617c;
86
+ --color-static-graphic-burnt-sienna: #eb7a58;
79
87
  --color-static-graphic-carrot: #e8bba3;
88
+ --color-static-graphic-chatelle: #bfafc6;
89
+ --color-static-graphic-chathams-blue: #155966;
80
90
  --color-static-graphic-chick: #f2db9e;
91
+ --color-static-graphic-crete: #847128;
92
+ --color-static-graphic-curious-blue: #2381db;
93
+ --color-static-graphic-curious-blue-light: #3b99d9;
94
+ --color-static-graphic-eastern-blue: #269cb3;
95
+ --color-static-graphic-french-lilac: #d3baed;
96
+ --color-static-graphic-fuel-yellow: #f29d32;
97
+ --color-static-graphic-fun-blue: #1d6ab5;
81
98
  --color-static-graphic-gallery: #eee;
82
99
  --color-static-graphic-green-jungle: #2fc26e;
100
+ --color-static-graphic-hippie-blue: #5aa4b0;
101
+ --color-static-graphic-jaffa: #f07134;
102
+ --color-static-graphic-jaffa-light: #f18836;
103
+ --color-static-graphic-java: #15c0e0;
104
+ --color-static-graphic-jungle-green: #2ab79a;
83
105
  --color-static-graphic-lavender: #8888ad;
106
+ --color-static-graphic-mantis: #63cd4f;
107
+ --color-static-graphic-matisse: #16548f;
108
+ --color-static-graphic-milano-red: #cd1501;
109
+ --color-static-graphic-mirage: #1d2434;
110
+ --color-static-graphic-moon-raker: #e9dbf7;
111
+ --color-static-graphic-moss-green: #a6d29c;
112
+ --color-static-graphic-nevada: #626b75;
84
113
  --color-static-graphic-olive: #bfd3c9;
114
+ --color-static-graphic-olivine: #87b965;
85
115
  --color-static-graphic-peach: #fcc99b;
86
116
  --color-static-graphic-persimmon: #ff5c5c;
117
+ --color-static-graphic-pewter: #96a5a5;
118
+ --color-static-graphic-pickled-bluewood: #2d3f50;
119
+ --color-static-graphic-porsche: #e7b965;
87
120
  --color-static-graphic-raspberry: #dfb2bb;
121
+ --color-static-graphic-red-damask: #da713c;
122
+ --color-static-graphic-saffron: #f0c330;
88
123
  --color-static-graphic-salomie: #fee984;
89
124
  --color-static-graphic-sand: #f6bf65;
125
+ --color-static-graphic-sandy-brown: #f38f6f;
90
126
  --color-static-graphic-seawater: #aecfd9;
127
+ --color-static-graphic-serenade: #fff0e3;
91
128
  --color-static-graphic-sky: #a6c0db;
92
129
  --color-static-graphic-soft-peach: #f3eaeb;
93
130
  --color-static-graphic-solitude: #e8f2fe;
94
131
  --color-static-graphic-strawberry: #f8b6a9;
95
132
  --color-static-graphic-sundust: #d9d6ce;
133
+ --color-static-graphic-turkish-rose: #b56a6b;
134
+ --color-static-graphic-turquoise-blue: #6bd3e6;
135
+ --color-static-graphic-valencia: #d8463b;
136
+ --color-static-graphic-waikawa-gray: #5b6d9c;
137
+ --color-static-graphic-whisper: #f2eff6;
138
+ --color-static-graphic-zanah: #e1f0de;
96
139
  --color-static-local-light-blue: #f5f7f9;
97
140
  --color-static-overlay-black-high: rgba(0, 0, 0, 0.32);
98
141
  --color-static-overlay-black-low: rgba(0, 0, 0, 0.16);
@@ -287,6 +330,7 @@
287
330
  --color-dark-bg-tertiary-tint-7: rgb(74, 89, 104);
288
331
  --color-dark-border-tertiary-inverted-alpha-30: rgba(182, 188, 195, 0.3);
289
332
  --color-dark-graphic-accent-alpha-30: rgba(239, 49, 36, 0.3);
333
+ --color-dark-graphic-accent-shade-15: rgb(203, 42, 31);
290
334
  --color-dark-graphic-accent-tint-10: rgb(241, 70, 58);
291
335
  --color-dark-graphic-accent-tint-30: rgb(244, 111, 102);
292
336
  --color-dark-graphic-negative-shade-30: rgb(169, 56, 48);
@@ -351,6 +395,7 @@
351
395
  --color-light-bg-tertiary-shade-7: rgb(215, 217, 219);
352
396
  --color-light-border-tertiary-inverted-alpha-30: rgba(109, 121, 134, 0.3);
353
397
  --color-light-graphic-accent-alpha-30: rgba(239, 49, 36, 0.3);
398
+ --color-light-graphic-accent-tint-15: rgb(241, 80, 69);
354
399
  --color-light-graphic-accent-shade-10: rgb(215, 44, 32);
355
400
  --color-light-graphic-accent-shade-30: rgb(167, 34, 25);
356
401
  --color-light-graphic-negative-tint-30: rgb(245, 133, 125);
@@ -403,6 +448,8 @@
403
448
  --color-dynamic-quinary-light: rgba(255, 255, 255, 0.16);
404
449
  --color-dynamic-secondary-dark: rgba(0, 0, 0, 0.64);
405
450
  --color-dynamic-secondary-light: rgba(255, 255, 255, 0.64);
451
+ --color-dynamic-senary-dark: rgba(0, 0, 0, 0.12);
452
+ --color-dynamic-senary-light: rgba(255, 255, 255, 0.12);
406
453
  --color-dynamic-tertiary-dark: rgba(0, 0, 0, 0.48);
407
454
  --color-dynamic-tertiary-light: rgba(255, 255, 255, 0.48);
408
455
  --color-static-primary-dark: rgba(0, 0, 0, 0.8);
@@ -413,6 +460,8 @@
413
460
  --color-static-quinary-light: rgba(255, 255, 255, 0.16);
414
461
  --color-static-secondary-dark: rgba(0, 0, 0, 0.64);
415
462
  --color-static-secondary-light: rgba(255, 255, 255, 0.64);
463
+ --color-static-senary-dark: rgba(0, 0, 0, 0.12);
464
+ --color-static-senary-light: rgba(255, 255, 255, 0.12);
416
465
  --color-static-tertiary-dark: rgba(0, 0, 0, 0.48);
417
466
  --color-static-tertiary-light: rgba(255, 255, 255, 0.48);
418
467
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/core-components-vars",
3
- "version": "5.3.0",
3
+ "version": "5.4.0",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "license": "MIT",