@kickstartds/ds-agency-premium 1.6.71--canary.45.1860.0 → 1.6.71--canary.1867.2ae78ab.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/dist/components/footer/footer.css +1 -1
- package/dist/components/page-wrapper/tokens.css +244 -244
- package/dist/global.css +1 -1
- package/dist/static/logo-inverted.svg +20 -12
- package/dist/static/logo.svg +54 -12
- package/dist/tokens/themes.css +4 -4
- package/dist/tokens/tokens.css +244 -244
- package/dist/tokens/tokens.js +374 -374
- package/package.json +1 -1
package/dist/tokens/tokens.js
CHANGED
|
@@ -1,60 +1,60 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Mon, 28 Jul 2025
|
|
3
|
+
* Generated on Mon, 28 Jul 2025 11:14:08 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
|
-
export const KsBackgroundColorAccentBase = "#
|
|
7
|
-
export const KsBackgroundColorAccentInvertedBase = "#
|
|
8
|
-
export const KsBackgroundColorBoldBase = "#
|
|
9
|
-
export const KsBackgroundColorBoldInvertedBase = "#
|
|
6
|
+
export const KsBackgroundColorAccentBase = "#f2f2f2";
|
|
7
|
+
export const KsBackgroundColorAccentInvertedBase = "#41292d";
|
|
8
|
+
export const KsBackgroundColorBoldBase = "#f7dee4";
|
|
9
|
+
export const KsBackgroundColorBoldInvertedBase = "#65242e";
|
|
10
10
|
export const KsBackgroundColorClearBase = "rgba(0, 0, 0, 0)";
|
|
11
11
|
export const KsBackgroundColorClearInteractiveBase = "rgba(0, 0, 0, 0)";
|
|
12
|
-
export const KsBackgroundColorClearInteractiveHoverBase = "rgba(
|
|
13
|
-
export const KsBackgroundColorClearInteractiveActiveBase = "rgba(
|
|
14
|
-
export const KsBackgroundColorClearInteractiveSelectedBase = "rgba(
|
|
12
|
+
export const KsBackgroundColorClearInteractiveHoverBase = "rgba(195, 0, 47, 0.13)";
|
|
13
|
+
export const KsBackgroundColorClearInteractiveActiveBase = "rgba(195, 0, 47, 0.24)";
|
|
14
|
+
export const KsBackgroundColorClearInteractiveSelectedBase = "rgba(195, 0, 47, 0.37)";
|
|
15
15
|
export const KsBackgroundColorClearInvertedBase = "rgba(0, 0, 0, 0)";
|
|
16
16
|
export const KsBackgroundColorClearInvertedInteractiveBase = "rgba(0, 0, 0, 0)";
|
|
17
|
-
export const KsBackgroundColorClearInvertedInteractiveHoverBase = "rgba(
|
|
18
|
-
export const KsBackgroundColorClearInvertedInteractiveActiveBase = "rgba(
|
|
19
|
-
export const KsBackgroundColorClearInvertedInteractiveSelectedBase = "rgba(
|
|
17
|
+
export const KsBackgroundColorClearInvertedInteractiveHoverBase = "rgba(196, 22, 49, 0.24)";
|
|
18
|
+
export const KsBackgroundColorClearInvertedInteractiveActiveBase = "rgba(196, 22, 49, 0.37)";
|
|
19
|
+
export const KsBackgroundColorClearInvertedInteractiveSelectedBase = "rgba(196, 22, 49, 0.5)";
|
|
20
20
|
export const KsBackgroundColorDefaultBase = "#ffffff";
|
|
21
|
-
export const KsBackgroundColorDefaultInvertedBase = "#
|
|
22
|
-
export const KsBackgroundColorInterfaceBase = "rgba(
|
|
23
|
-
export const KsBackgroundColorInterfaceInteractiveBase = "rgba(
|
|
24
|
-
export const KsBackgroundColorInterfaceInteractiveDisabledBase = "rgba(
|
|
25
|
-
export const KsBackgroundColorInterfaceInteractiveHoverBase = "rgba(
|
|
26
|
-
export const KsBackgroundColorInterfaceInteractiveActiveBase = "rgba(
|
|
27
|
-
export const KsBackgroundColorInterfaceInteractiveSelectedBase = "#
|
|
21
|
+
export const KsBackgroundColorDefaultInvertedBase = "#2d2c2c";
|
|
22
|
+
export const KsBackgroundColorInterfaceBase = "rgba(0, 0, 0, 0.05)";
|
|
23
|
+
export const KsBackgroundColorInterfaceInteractiveBase = "rgba(0, 0, 0, 0.13)";
|
|
24
|
+
export const KsBackgroundColorInterfaceInteractiveDisabledBase = "rgba(0, 0, 0, 0.05)";
|
|
25
|
+
export const KsBackgroundColorInterfaceInteractiveHoverBase = "rgba(0, 0, 0, 0.24)";
|
|
26
|
+
export const KsBackgroundColorInterfaceInteractiveActiveBase = "rgba(0, 0, 0, 0.37)";
|
|
27
|
+
export const KsBackgroundColorInterfaceInteractiveSelectedBase = "#c3002f";
|
|
28
28
|
export const KsBackgroundColorInterfaceInvertedBase = "rgba(255, 255, 255, 0.05)";
|
|
29
29
|
export const KsBackgroundColorInterfaceInvertedInteractiveBase = "rgba(255, 255, 255, 0.13)";
|
|
30
30
|
export const KsBackgroundColorInterfaceInvertedInteractiveDisabledBase = "rgba(255, 255, 255, 0.05)";
|
|
31
31
|
export const KsBackgroundColorInterfaceInvertedInteractiveHoverBase = "rgba(255, 255, 255, 0.37)";
|
|
32
32
|
export const KsBackgroundColorInterfaceInvertedInteractiveActiveBase = "rgba(255, 255, 255, 0.37)";
|
|
33
|
-
export const KsBackgroundColorInterfaceInvertedInteractiveSelectedBase = "#
|
|
34
|
-
export const KsBackgroundColorCardBase = "rgba(
|
|
33
|
+
export const KsBackgroundColorInterfaceInvertedInteractiveSelectedBase = "#c41631";
|
|
34
|
+
export const KsBackgroundColorCardBase = "rgba(0, 0, 0, 0.05)";
|
|
35
35
|
export const KsBackgroundColorCardInteractiveBase = "#ffffff";
|
|
36
36
|
export const KsBackgroundColorCardInteractiveDisabledBase = "rgba(255, 255, 255, 0.24)";
|
|
37
37
|
export const KsBackgroundColorCardInteractiveHoverBase = "rgba(255, 255, 255, 0.05)";
|
|
38
38
|
export const KsBackgroundColorCardInteractiveActiveBase = "rgba(255, 255, 255, 0.05)";
|
|
39
39
|
export const KsBackgroundColorCardInteractiveSelectedBase = "#ffffff";
|
|
40
|
-
export const KsBackgroundColorCardInvertedBase = "#
|
|
41
|
-
export const KsBackgroundColorCardInvertedInteractiveBase = "#
|
|
40
|
+
export const KsBackgroundColorCardInvertedBase = "#383737";
|
|
41
|
+
export const KsBackgroundColorCardInvertedInteractiveBase = "#383737";
|
|
42
42
|
export const KsBackgroundColorCardInvertedInteractiveDisabledBase = "rgba(255, 255, 255, 0.24)";
|
|
43
43
|
export const KsBackgroundColorCardInvertedInteractiveHoverBase = "rgba(255, 255, 255, 0.05)";
|
|
44
44
|
export const KsBackgroundColorCardInvertedInteractiveActiveBase = "rgba(255, 255, 255, 0.05)";
|
|
45
|
-
export const KsBackgroundColorCardInvertedInteractiveSelectedBase = "#
|
|
46
|
-
export const KsBackgroundColorPrimaryBase = "#
|
|
47
|
-
export const KsBackgroundColorPrimaryInteractiveBase = "#
|
|
48
|
-
export const KsBackgroundColorPrimaryInteractiveHoverBase = "#
|
|
49
|
-
export const KsBackgroundColorPrimaryInteractiveActiveBase = "#
|
|
50
|
-
export const KsBackgroundColorPrimaryInteractiveSelectedBase = "#
|
|
51
|
-
export const KsBackgroundColorPrimaryTranslucentBase = "rgba(
|
|
52
|
-
export const KsBackgroundColorPrimaryInvertedBase = "#
|
|
53
|
-
export const KsBackgroundColorPrimaryInvertedInteractiveBase = "#
|
|
54
|
-
export const KsBackgroundColorPrimaryInvertedInteractiveHoverBase = "#
|
|
55
|
-
export const KsBackgroundColorPrimaryInvertedInteractiveActiveBase = "#
|
|
56
|
-
export const KsBackgroundColorPrimaryInvertedInteractiveSelectedBase = "#
|
|
57
|
-
export const KsBackgroundColorPrimaryInvertedTranslucentBase = "rgba(
|
|
45
|
+
export const KsBackgroundColorCardInvertedInteractiveSelectedBase = "#c41631";
|
|
46
|
+
export const KsBackgroundColorPrimaryBase = "#c3002f";
|
|
47
|
+
export const KsBackgroundColorPrimaryInteractiveBase = "#c3002f";
|
|
48
|
+
export const KsBackgroundColorPrimaryInteractiveHoverBase = "#cb214a";
|
|
49
|
+
export const KsBackgroundColorPrimaryInteractiveActiveBase = "#cb214a";
|
|
50
|
+
export const KsBackgroundColorPrimaryInteractiveSelectedBase = "#d95e7c";
|
|
51
|
+
export const KsBackgroundColorPrimaryTranslucentBase = "rgba(195, 0, 47, 0.5)";
|
|
52
|
+
export const KsBackgroundColorPrimaryInvertedBase = "#c41631";
|
|
53
|
+
export const KsBackgroundColorPrimaryInvertedInteractiveBase = "#c41631";
|
|
54
|
+
export const KsBackgroundColorPrimaryInvertedInteractiveHoverBase = "#b01930";
|
|
55
|
+
export const KsBackgroundColorPrimaryInvertedInteractiveActiveBase = "#b01930";
|
|
56
|
+
export const KsBackgroundColorPrimaryInvertedInteractiveSelectedBase = "#8c1e2f";
|
|
57
|
+
export const KsBackgroundColorPrimaryInvertedTranslucentBase = "rgba(196, 22, 49, 0.5)";
|
|
58
58
|
export const KsBackgroundColorPositiveBase = "#6edb64";
|
|
59
59
|
export const KsBackgroundColorPositiveInteractiveBase = "#6edb64";
|
|
60
60
|
export const KsBackgroundColorPositiveInteractiveHoverBase = "#81e078";
|
|
@@ -63,9 +63,9 @@ export const KsBackgroundColorPositiveInteractiveSelectedBase = "#a4e89d";
|
|
|
63
63
|
export const KsBackgroundColorPositiveTranslucentBase = "rgba(110, 219, 100, 0.5)";
|
|
64
64
|
export const KsBackgroundColorPositiveInvertedBase = "#23831b";
|
|
65
65
|
export const KsBackgroundColorPositiveInvertedInteractiveBase = "#23831b";
|
|
66
|
-
export const KsBackgroundColorPositiveInvertedInteractiveHoverBase = "#
|
|
67
|
-
export const KsBackgroundColorPositiveInvertedInteractiveActiveBase = "#
|
|
68
|
-
export const KsBackgroundColorPositiveInvertedInteractiveSelectedBase = "#
|
|
66
|
+
export const KsBackgroundColorPositiveInvertedInteractiveHoverBase = "#24781d";
|
|
67
|
+
export const KsBackgroundColorPositiveInvertedInteractiveActiveBase = "#24781d";
|
|
68
|
+
export const KsBackgroundColorPositiveInvertedInteractiveSelectedBase = "#276321";
|
|
69
69
|
export const KsBackgroundColorPositiveInvertedTranslucentBase = "rgba(35, 131, 27, 0.5)";
|
|
70
70
|
export const KsBackgroundColorInformativeBase = "#64c2db";
|
|
71
71
|
export const KsBackgroundColorInformativeInteractiveBase = "#64c2db";
|
|
@@ -75,9 +75,9 @@ export const KsBackgroundColorInformativeInteractiveSelectedBase = "#9dd9e8";
|
|
|
75
75
|
export const KsBackgroundColorInformativeTranslucentBase = "rgba(100, 194, 219, 0.5)";
|
|
76
76
|
export const KsBackgroundColorInformativeInvertedBase = "#00718f";
|
|
77
77
|
export const KsBackgroundColorInformativeInvertedInteractiveBase = "#00718f";
|
|
78
|
-
export const KsBackgroundColorInformativeInvertedInteractiveHoverBase = "#
|
|
79
|
-
export const KsBackgroundColorInformativeInvertedInteractiveActiveBase = "#
|
|
80
|
-
export const KsBackgroundColorInformativeInvertedInteractiveSelectedBase = "#
|
|
78
|
+
export const KsBackgroundColorInformativeInvertedInteractiveHoverBase = "#066882";
|
|
79
|
+
export const KsBackgroundColorInformativeInvertedInteractiveActiveBase = "#066882";
|
|
80
|
+
export const KsBackgroundColorInformativeInvertedInteractiveSelectedBase = "#11576a";
|
|
81
81
|
export const KsBackgroundColorInformativeInvertedTranslucentBase = "rgba(0, 113, 143, 0.5)";
|
|
82
82
|
export const KsBackgroundColorNoticeBase = "#f9de55";
|
|
83
83
|
export const KsBackgroundColorNoticeInteractiveBase = "#f9de55";
|
|
@@ -87,9 +87,9 @@ export const KsBackgroundColorNoticeInteractiveSelectedBase = "#fbea94";
|
|
|
87
87
|
export const KsBackgroundColorNoticeTranslucentBase = "rgba(249, 222, 85, 0.5)";
|
|
88
88
|
export const KsBackgroundColorNoticeInvertedBase = "#ff5d53";
|
|
89
89
|
export const KsBackgroundColorNoticeInvertedInteractiveBase = "#ff5d53";
|
|
90
|
-
export const KsBackgroundColorNoticeInvertedInteractiveHoverBase = "#
|
|
91
|
-
export const KsBackgroundColorNoticeInvertedInteractiveActiveBase = "#
|
|
92
|
-
export const KsBackgroundColorNoticeInvertedInteractiveSelectedBase = "#
|
|
90
|
+
export const KsBackgroundColorNoticeInvertedInteractiveHoverBase = "#e4574e";
|
|
91
|
+
export const KsBackgroundColorNoticeInvertedInteractiveActiveBase = "#e4574e";
|
|
92
|
+
export const KsBackgroundColorNoticeInvertedInteractiveSelectedBase = "#b14b45";
|
|
93
93
|
export const KsBackgroundColorNoticeInvertedTranslucentBase = "rgba(255, 93, 83, 0.5)";
|
|
94
94
|
export const KsBackgroundColorNegativeBase = "#ff1a57";
|
|
95
95
|
export const KsBackgroundColorNegativeInteractiveBase = "#ff1a57";
|
|
@@ -99,60 +99,60 @@ export const KsBackgroundColorNegativeInteractiveSelectedBase = "#ff6f95";
|
|
|
99
99
|
export const KsBackgroundColorNegativeTranslucentBase = "rgba(255, 26, 87, 0.5)";
|
|
100
100
|
export const KsBackgroundColorNegativeInvertedBase = "#d21d48";
|
|
101
101
|
export const KsBackgroundColorNegativeInvertedInteractiveBase = "#d21d48";
|
|
102
|
-
export const KsBackgroundColorNegativeInvertedInteractiveHoverBase = "#
|
|
103
|
-
export const KsBackgroundColorNegativeInvertedInteractiveActiveBase = "#
|
|
104
|
-
export const KsBackgroundColorNegativeInvertedInteractiveSelectedBase = "#
|
|
102
|
+
export const KsBackgroundColorNegativeInvertedInteractiveHoverBase = "#bd1f44";
|
|
103
|
+
export const KsBackgroundColorNegativeInvertedInteractiveActiveBase = "#bd1f44";
|
|
104
|
+
export const KsBackgroundColorNegativeInvertedInteractiveSelectedBase = "#95233e";
|
|
105
105
|
export const KsBackgroundColorNegativeInvertedTranslucentBase = "rgba(210, 29, 72, 0.5)";
|
|
106
|
-
export const KsBorderColorAccentBase = "#
|
|
107
|
-
export const KsBorderColorAccentInvertedBase = "#
|
|
106
|
+
export const KsBorderColorAccentBase = "#dedede";
|
|
107
|
+
export const KsBorderColorAccentInvertedBase = "#484747";
|
|
108
108
|
export const KsBorderColorClearBase = "rgba(0, 0, 0, 0)";
|
|
109
109
|
export const KsBorderColorClearInteractiveBase = "rgba(0, 0, 0, 0)";
|
|
110
|
-
export const KsBorderColorClearInteractiveHoverBase = "rgba(
|
|
111
|
-
export const KsBorderColorClearInteractiveActiveBase = "rgba(
|
|
112
|
-
export const KsBorderColorClearInteractiveSelectedBase = "rgba(
|
|
110
|
+
export const KsBorderColorClearInteractiveHoverBase = "rgba(195, 0, 47, 0.13)";
|
|
111
|
+
export const KsBorderColorClearInteractiveActiveBase = "rgba(195, 0, 47, 0.24)";
|
|
112
|
+
export const KsBorderColorClearInteractiveSelectedBase = "rgba(195, 0, 47, 0.37)";
|
|
113
113
|
export const KsBorderColorClearInvertedBase = "rgba(0, 0, 0, 0)";
|
|
114
114
|
export const KsBorderColorClearInvertedInteractiveBase = "rgba(0, 0, 0, 0)";
|
|
115
|
-
export const KsBorderColorClearInvertedInteractiveHoverBase = "rgba(
|
|
116
|
-
export const KsBorderColorClearInvertedInteractiveActiveBase = "rgba(
|
|
117
|
-
export const KsBorderColorClearInvertedInteractiveSelectedBase = "rgba(
|
|
118
|
-
export const KsBorderColorDefaultBase = "rgba(
|
|
115
|
+
export const KsBorderColorClearInvertedInteractiveHoverBase = "rgba(196, 22, 49, 0.24)";
|
|
116
|
+
export const KsBorderColorClearInvertedInteractiveActiveBase = "rgba(196, 22, 49, 0.37)";
|
|
117
|
+
export const KsBorderColorClearInvertedInteractiveSelectedBase = "rgba(196, 22, 49, 0.5)";
|
|
118
|
+
export const KsBorderColorDefaultBase = "rgba(0, 0, 0, 0.13)";
|
|
119
119
|
export const KsBorderColorDefaultInvertedBase = "rgba(255, 255, 255, 0.13)";
|
|
120
|
-
export const KsBorderColorInterfaceBase = "rgba(
|
|
121
|
-
export const KsBorderColorInterfaceInteractiveBase = "rgba(
|
|
122
|
-
export const KsBorderColorInterfaceInteractiveDisabledBase = "rgba(
|
|
123
|
-
export const KsBorderColorInterfaceInteractiveHoverBase = "rgba(
|
|
124
|
-
export const KsBorderColorInterfaceInteractiveActiveBase = "#
|
|
125
|
-
export const KsBorderColorInterfaceInteractiveSelectedBase = "#
|
|
120
|
+
export const KsBorderColorInterfaceBase = "rgba(0, 0, 0, 0.13)";
|
|
121
|
+
export const KsBorderColorInterfaceInteractiveBase = "rgba(0, 0, 0, 0.24)";
|
|
122
|
+
export const KsBorderColorInterfaceInteractiveDisabledBase = "rgba(0, 0, 0, 0.13)";
|
|
123
|
+
export const KsBorderColorInterfaceInteractiveHoverBase = "rgba(0, 0, 0, 0.5)";
|
|
124
|
+
export const KsBorderColorInterfaceInteractiveActiveBase = "#c3002f";
|
|
125
|
+
export const KsBorderColorInterfaceInteractiveSelectedBase = "#c3002f";
|
|
126
126
|
export const KsBorderColorInterfaceInvertedBase = "rgba(255, 255, 255, 0.13)";
|
|
127
127
|
export const KsBorderColorInterfaceInvertedInteractiveBase = "rgba(255, 255, 255, 0.24)";
|
|
128
128
|
export const KsBorderColorInterfaceInvertedInteractiveDisabledBase = "rgba(255, 255, 255, 0.13)";
|
|
129
129
|
export const KsBorderColorInterfaceInvertedInteractiveHoverBase = "rgba(255, 255, 255, 0.5)";
|
|
130
130
|
export const KsBorderColorInterfaceInvertedInteractiveActiveBase = "rgba(255, 255, 255, 0.5)";
|
|
131
|
-
export const KsBorderColorInterfaceInvertedInteractiveSelectedBase = "#
|
|
132
|
-
export const KsBorderColorCardBase = "rgba(
|
|
133
|
-
export const KsBorderColorCardInteractiveBase = "rgba(
|
|
134
|
-
export const KsBorderColorCardInteractiveDisabledBase = "rgba(
|
|
135
|
-
export const KsBorderColorCardInteractiveHoverBase = "rgba(
|
|
136
|
-
export const KsBorderColorCardInteractiveActiveBase = "rgba(
|
|
137
|
-
export const KsBorderColorCardInteractiveSelectedBase = "#
|
|
131
|
+
export const KsBorderColorInterfaceInvertedInteractiveSelectedBase = "#c41631";
|
|
132
|
+
export const KsBorderColorCardBase = "rgba(0, 0, 0, 0.05)";
|
|
133
|
+
export const KsBorderColorCardInteractiveBase = "rgba(0, 0, 0, 0.13)";
|
|
134
|
+
export const KsBorderColorCardInteractiveDisabledBase = "rgba(0, 0, 0, 0.13)";
|
|
135
|
+
export const KsBorderColorCardInteractiveHoverBase = "rgba(0, 0, 0, 0.5)";
|
|
136
|
+
export const KsBorderColorCardInteractiveActiveBase = "rgba(0, 0, 0, 0.76)";
|
|
137
|
+
export const KsBorderColorCardInteractiveSelectedBase = "#c3002f";
|
|
138
138
|
export const KsBorderColorCardInvertedBase = "rgba(255, 255, 255, 0.05)";
|
|
139
139
|
export const KsBorderColorCardInvertedInteractiveBase = "rgba(255, 255, 255, 0.5)";
|
|
140
140
|
export const KsBorderColorCardInvertedInteractiveDisabledBase = "rgba(255, 255, 255, 0.87)";
|
|
141
141
|
export const KsBorderColorCardInvertedInteractiveHoverBase = "rgba(255, 255, 255, 0.76)";
|
|
142
142
|
export const KsBorderColorCardInvertedInteractiveActiveBase = "rgba(255, 255, 255, 0.95)";
|
|
143
|
-
export const KsBorderColorCardInvertedInteractiveSelectedBase = "#
|
|
144
|
-
export const KsBorderColorPrimaryBase = "#
|
|
145
|
-
export const KsBorderColorPrimaryInteractiveBase = "#
|
|
146
|
-
export const KsBorderColorPrimaryInteractiveHoverBase = "#
|
|
147
|
-
export const KsBorderColorPrimaryInteractiveActiveBase = "#
|
|
148
|
-
export const KsBorderColorPrimaryInteractiveSelectedBase = "#
|
|
149
|
-
export const KsBorderColorPrimaryTranslucentBase = "rgba(
|
|
150
|
-
export const KsBorderColorPrimaryInvertedBase = "#
|
|
151
|
-
export const KsBorderColorPrimaryInvertedInteractiveBase = "#
|
|
152
|
-
export const KsBorderColorPrimaryInvertedInteractiveHoverBase = "#
|
|
153
|
-
export const KsBorderColorPrimaryInvertedInteractiveActiveBase = "#
|
|
154
|
-
export const KsBorderColorPrimaryInvertedInteractiveSelectedBase = "#
|
|
155
|
-
export const KsBorderColorPrimaryInvertedTranslucentBase = "rgba(
|
|
143
|
+
export const KsBorderColorCardInvertedInteractiveSelectedBase = "#c41631";
|
|
144
|
+
export const KsBorderColorPrimaryBase = "#c3002f";
|
|
145
|
+
export const KsBorderColorPrimaryInteractiveBase = "#c3002f";
|
|
146
|
+
export const KsBorderColorPrimaryInteractiveHoverBase = "#cb214a";
|
|
147
|
+
export const KsBorderColorPrimaryInteractiveActiveBase = "#d13d61";
|
|
148
|
+
export const KsBorderColorPrimaryInteractiveSelectedBase = "#c3002f";
|
|
149
|
+
export const KsBorderColorPrimaryTranslucentBase = "rgba(195, 0, 47, 0.87)";
|
|
150
|
+
export const KsBorderColorPrimaryInvertedBase = "#c41631";
|
|
151
|
+
export const KsBorderColorPrimaryInvertedInteractiveBase = "#c41631";
|
|
152
|
+
export const KsBorderColorPrimaryInvertedInteractiveHoverBase = "#b01930";
|
|
153
|
+
export const KsBorderColorPrimaryInvertedInteractiveActiveBase = "#a01b30";
|
|
154
|
+
export const KsBorderColorPrimaryInvertedInteractiveSelectedBase = "#c41631";
|
|
155
|
+
export const KsBorderColorPrimaryInvertedTranslucentBase = "rgba(196, 22, 49, 0.87)";
|
|
156
156
|
export const KsBorderColorPositiveBase = "#6edb64";
|
|
157
157
|
export const KsBorderColorPositiveInteractiveBase = "#6edb64";
|
|
158
158
|
export const KsBorderColorPositiveInteractiveHoverBase = "#81e078";
|
|
@@ -161,8 +161,8 @@ export const KsBorderColorPositiveInteractiveSelectedBase = "#6edb64";
|
|
|
161
161
|
export const KsBorderColorPositiveTranslucentBase = "rgba(110, 219, 100, 0.87)";
|
|
162
162
|
export const KsBorderColorPositiveInvertedBase = "#23831b";
|
|
163
163
|
export const KsBorderColorPositiveInvertedInteractiveBase = "#23831b";
|
|
164
|
-
export const KsBorderColorPositiveInvertedInteractiveHoverBase = "#
|
|
165
|
-
export const KsBorderColorPositiveInvertedInteractiveActiveBase = "#
|
|
164
|
+
export const KsBorderColorPositiveInvertedInteractiveHoverBase = "#24781d";
|
|
165
|
+
export const KsBorderColorPositiveInvertedInteractiveActiveBase = "#256e1f";
|
|
166
166
|
export const KsBorderColorPositiveInvertedInteractiveSelectedBase = "#23831b";
|
|
167
167
|
export const KsBorderColorPositiveInvertedTranslucentBase = "rgba(35, 131, 27, 0.87)";
|
|
168
168
|
export const KsBorderColorInformativeBase = "#64c2db";
|
|
@@ -173,8 +173,8 @@ export const KsBorderColorInformativeInteractiveSelectedBase = "#64c2db";
|
|
|
173
173
|
export const KsBorderColorInformativeTranslucentBase = "rgba(100, 194, 219, 0.87)";
|
|
174
174
|
export const KsBorderColorInformativeInvertedBase = "#00718f";
|
|
175
175
|
export const KsBorderColorInformativeInvertedInteractiveBase = "#00718f";
|
|
176
|
-
export const KsBorderColorInformativeInvertedInteractiveHoverBase = "#
|
|
177
|
-
export const KsBorderColorInformativeInvertedInteractiveActiveBase = "#
|
|
176
|
+
export const KsBorderColorInformativeInvertedInteractiveHoverBase = "#066882";
|
|
177
|
+
export const KsBorderColorInformativeInvertedInteractiveActiveBase = "#0b6077";
|
|
178
178
|
export const KsBorderColorInformativeInvertedInteractiveSelectedBase = "#00718f";
|
|
179
179
|
export const KsBorderColorInformativeInvertedTranslucentBase = "rgba(0, 113, 143, 0.87)";
|
|
180
180
|
export const KsBorderColorNoticeBase = "#f9de55";
|
|
@@ -185,8 +185,8 @@ export const KsBorderColorNoticeInteractiveSelectedBase = "#f9de55";
|
|
|
185
185
|
export const KsBorderColorNoticeTranslucentBase = "rgba(249, 222, 85, 0.87)";
|
|
186
186
|
export const KsBorderColorNoticeInvertedBase = "#ff5d53";
|
|
187
187
|
export const KsBorderColorNoticeInvertedInteractiveBase = "#ff5d53";
|
|
188
|
-
export const KsBorderColorNoticeInvertedInteractiveHoverBase = "#
|
|
189
|
-
export const KsBorderColorNoticeInvertedInteractiveActiveBase = "#
|
|
188
|
+
export const KsBorderColorNoticeInvertedInteractiveHoverBase = "#e4574e";
|
|
189
|
+
export const KsBorderColorNoticeInvertedInteractiveActiveBase = "#cd514a";
|
|
190
190
|
export const KsBorderColorNoticeInvertedInteractiveSelectedBase = "#ff5d53";
|
|
191
191
|
export const KsBorderColorNoticeInvertedTranslucentBase = "rgba(255, 93, 83, 0.87)";
|
|
192
192
|
export const KsBorderColorNegativeBase = "#ff1a57";
|
|
@@ -197,8 +197,8 @@ export const KsBorderColorNegativeInteractiveSelectedBase = "#ff1a57";
|
|
|
197
197
|
export const KsBorderColorNegativeTranslucentBase = "rgba(255, 26, 87, 0.87)";
|
|
198
198
|
export const KsBorderColorNegativeInvertedBase = "#d21d48";
|
|
199
199
|
export const KsBorderColorNegativeInvertedInteractiveBase = "#d21d48";
|
|
200
|
-
export const KsBorderColorNegativeInvertedInteractiveHoverBase = "#
|
|
201
|
-
export const KsBorderColorNegativeInvertedInteractiveActiveBase = "#
|
|
200
|
+
export const KsBorderColorNegativeInvertedInteractiveHoverBase = "#bd1f44";
|
|
201
|
+
export const KsBorderColorNegativeInvertedInteractiveActiveBase = "#aa2141";
|
|
202
202
|
export const KsBorderColorNegativeInvertedInteractiveSelectedBase = "#d21d48";
|
|
203
203
|
export const KsBorderColorNegativeInvertedTranslucentBase = "rgba(210, 29, 72, 0.87)";
|
|
204
204
|
export const KsBorderWidthDefault = "1px";
|
|
@@ -249,25 +249,25 @@ export const KsBreakpointTablet = "48em";
|
|
|
249
249
|
export const KsBreakpointLaptop = "62em";
|
|
250
250
|
export const KsBreakpointDesktop = "75em";
|
|
251
251
|
export const KsBreakpointTv = "122em";
|
|
252
|
-
export const KsColorFgBase = "#
|
|
253
|
-
export const KsColorFgAlpha1Base = "rgba(
|
|
254
|
-
export const KsColorFgAlpha2Base = "rgba(
|
|
255
|
-
export const KsColorFgAlpha3Base = "rgba(
|
|
256
|
-
export const KsColorFgAlpha4Base = "rgba(
|
|
257
|
-
export const KsColorFgAlpha5Base = "rgba(
|
|
258
|
-
export const KsColorFgAlpha6Base = "rgba(
|
|
259
|
-
export const KsColorFgAlpha7Base = "rgba(
|
|
260
|
-
export const KsColorFgAlpha8Base = "rgba(
|
|
261
|
-
export const KsColorFgAlpha9Base = "rgba(
|
|
262
|
-
export const KsColorFgToBg1Base = "#
|
|
263
|
-
export const KsColorFgToBg2Base = "#
|
|
264
|
-
export const KsColorFgToBg3Base = "#
|
|
265
|
-
export const KsColorFgToBg4Base = "#
|
|
266
|
-
export const KsColorFgToBg5Base = "#
|
|
267
|
-
export const KsColorFgToBg6Base = "#
|
|
268
|
-
export const KsColorFgToBg7Base = "#
|
|
269
|
-
export const KsColorFgToBg8Base = "#
|
|
270
|
-
export const KsColorFgToBg9Base = "#
|
|
252
|
+
export const KsColorFgBase = "#000000";
|
|
253
|
+
export const KsColorFgAlpha1Base = "rgba(0, 0, 0, 0.95)";
|
|
254
|
+
export const KsColorFgAlpha2Base = "rgba(0, 0, 0, 0.87)";
|
|
255
|
+
export const KsColorFgAlpha3Base = "rgba(0, 0, 0, 0.76)";
|
|
256
|
+
export const KsColorFgAlpha4Base = "rgba(0, 0, 0, 0.63)";
|
|
257
|
+
export const KsColorFgAlpha5Base = "rgba(0, 0, 0, 0.5)";
|
|
258
|
+
export const KsColorFgAlpha6Base = "rgba(0, 0, 0, 0.37)";
|
|
259
|
+
export const KsColorFgAlpha7Base = "rgba(0, 0, 0, 0.24)";
|
|
260
|
+
export const KsColorFgAlpha8Base = "rgba(0, 0, 0, 0.13)";
|
|
261
|
+
export const KsColorFgAlpha9Base = "rgba(0, 0, 0, 0.05)";
|
|
262
|
+
export const KsColorFgToBg1Base = "#0d0d0d";
|
|
263
|
+
export const KsColorFgToBg2Base = "#212121";
|
|
264
|
+
export const KsColorFgToBg3Base = "#3d3d3d";
|
|
265
|
+
export const KsColorFgToBg4Base = "#5e5e5e";
|
|
266
|
+
export const KsColorFgToBg5Base = "#808080";
|
|
267
|
+
export const KsColorFgToBg6Base = "#a1a1a1";
|
|
268
|
+
export const KsColorFgToBg7Base = "#c2c2c2";
|
|
269
|
+
export const KsColorFgToBg8Base = "#dedede";
|
|
270
|
+
export const KsColorFgToBg9Base = "#f2f2f2";
|
|
271
271
|
export const KsColorFgInvertedBase = "#ffffff";
|
|
272
272
|
export const KsColorFgInvertedAlpha1Base = "rgba(255, 255, 255, 0.95)";
|
|
273
273
|
export const KsColorFgInvertedAlpha2Base = "rgba(255, 255, 255, 0.87)";
|
|
@@ -278,15 +278,15 @@ export const KsColorFgInvertedAlpha6Base = "rgba(255, 255, 255, 0.37)";
|
|
|
278
278
|
export const KsColorFgInvertedAlpha7Base = "rgba(255, 255, 255, 0.24)";
|
|
279
279
|
export const KsColorFgInvertedAlpha8Base = "rgba(255, 255, 255, 0.13)";
|
|
280
280
|
export const KsColorFgInvertedAlpha9Base = "rgba(255, 255, 255, 0.05)";
|
|
281
|
-
export const KsColorFgInvertedToBg1Base = "#
|
|
282
|
-
export const KsColorFgInvertedToBg2Base = "#
|
|
283
|
-
export const KsColorFgInvertedToBg3Base = "#
|
|
284
|
-
export const KsColorFgInvertedToBg4Base = "#
|
|
285
|
-
export const KsColorFgInvertedToBg5Base = "#
|
|
286
|
-
export const KsColorFgInvertedToBg6Base = "#
|
|
287
|
-
export const KsColorFgInvertedToBg7Base = "#
|
|
288
|
-
export const KsColorFgInvertedToBg8Base = "#
|
|
289
|
-
export const KsColorFgInvertedToBg9Base = "#
|
|
281
|
+
export const KsColorFgInvertedToBg1Base = "#f5f4f4";
|
|
282
|
+
export const KsColorFgInvertedToBg2Base = "#e4e4e4";
|
|
283
|
+
export const KsColorFgInvertedToBg3Base = "#cdcccc";
|
|
284
|
+
export const KsColorFgInvertedToBg4Base = "#b1b1b1";
|
|
285
|
+
export const KsColorFgInvertedToBg5Base = "#969696";
|
|
286
|
+
export const KsColorFgInvertedToBg6Base = "#7b7a7a";
|
|
287
|
+
export const KsColorFgInvertedToBg7Base = "#5f5f5f";
|
|
288
|
+
export const KsColorFgInvertedToBg8Base = "#484747";
|
|
289
|
+
export const KsColorFgInvertedToBg9Base = "#383737";
|
|
290
290
|
export const KsColorBgBase = "#ffffff";
|
|
291
291
|
export const KsColorBgAlpha1Base = "rgba(255, 255, 255, 0.95)";
|
|
292
292
|
export const KsColorBgAlpha2Base = "rgba(255, 255, 255, 0.87)";
|
|
@@ -297,147 +297,147 @@ export const KsColorBgAlpha6Base = "rgba(255, 255, 255, 0.37)";
|
|
|
297
297
|
export const KsColorBgAlpha7Base = "rgba(255, 255, 255, 0.24)";
|
|
298
298
|
export const KsColorBgAlpha8Base = "rgba(255, 255, 255, 0.13)";
|
|
299
299
|
export const KsColorBgAlpha9Base = "rgba(255, 255, 255, 0.05)";
|
|
300
|
-
export const KsColorBgToFg1Base = "#
|
|
301
|
-
export const KsColorBgToFg2Base = "#
|
|
302
|
-
export const KsColorBgToFg3Base = "#
|
|
303
|
-
export const KsColorBgToFg4Base = "#
|
|
304
|
-
export const KsColorBgToFg5Base = "#
|
|
305
|
-
export const KsColorBgToFg6Base = "#
|
|
306
|
-
export const KsColorBgToFg7Base = "#
|
|
307
|
-
export const KsColorBgToFg8Base = "#
|
|
308
|
-
export const KsColorBgToFg9Base = "#
|
|
309
|
-
export const KsColorBgInvertedBase = "#
|
|
310
|
-
export const KsColorBgInvertedAlpha1Base = "rgba(
|
|
311
|
-
export const KsColorBgInvertedAlpha2Base = "rgba(
|
|
312
|
-
export const KsColorBgInvertedAlpha3Base = "rgba(
|
|
313
|
-
export const KsColorBgInvertedAlpha4Base = "rgba(
|
|
314
|
-
export const KsColorBgInvertedAlpha5Base = "rgba(
|
|
315
|
-
export const KsColorBgInvertedAlpha6Base = "rgba(
|
|
316
|
-
export const KsColorBgInvertedAlpha7Base = "rgba(
|
|
317
|
-
export const KsColorBgInvertedAlpha8Base = "rgba(
|
|
318
|
-
export const KsColorBgInvertedAlpha9Base = "rgba(
|
|
319
|
-
export const KsColorBgInvertedToFg1Base = "#
|
|
320
|
-
export const KsColorBgInvertedToFg2Base = "#
|
|
321
|
-
export const KsColorBgInvertedToFg3Base = "#
|
|
322
|
-
export const KsColorBgInvertedToFg4Base = "#
|
|
323
|
-
export const KsColorBgInvertedToFg5Base = "#
|
|
324
|
-
export const KsColorBgInvertedToFg6Base = "#
|
|
325
|
-
export const KsColorBgInvertedToFg7Base = "#
|
|
326
|
-
export const KsColorBgInvertedToFg8Base = "#
|
|
327
|
-
export const KsColorBgInvertedToFg9Base = "#
|
|
300
|
+
export const KsColorBgToFg1Base = "#f2f2f2";
|
|
301
|
+
export const KsColorBgToFg2Base = "#dedede";
|
|
302
|
+
export const KsColorBgToFg3Base = "#c2c2c2";
|
|
303
|
+
export const KsColorBgToFg4Base = "#a1a1a1";
|
|
304
|
+
export const KsColorBgToFg5Base = "#808080";
|
|
305
|
+
export const KsColorBgToFg6Base = "#5e5e5e";
|
|
306
|
+
export const KsColorBgToFg7Base = "#3d3d3d";
|
|
307
|
+
export const KsColorBgToFg8Base = "#212121";
|
|
308
|
+
export const KsColorBgToFg9Base = "#0d0d0d";
|
|
309
|
+
export const KsColorBgInvertedBase = "#2d2c2c";
|
|
310
|
+
export const KsColorBgInvertedAlpha1Base = "rgba(45, 44, 44, 0.95)";
|
|
311
|
+
export const KsColorBgInvertedAlpha2Base = "rgba(45, 44, 44, 0.87)";
|
|
312
|
+
export const KsColorBgInvertedAlpha3Base = "rgba(45, 44, 44, 0.76)";
|
|
313
|
+
export const KsColorBgInvertedAlpha4Base = "rgba(45, 44, 44, 0.63)";
|
|
314
|
+
export const KsColorBgInvertedAlpha5Base = "rgba(45, 44, 44, 0.5)";
|
|
315
|
+
export const KsColorBgInvertedAlpha6Base = "rgba(45, 44, 44, 0.37)";
|
|
316
|
+
export const KsColorBgInvertedAlpha7Base = "rgba(45, 44, 44, 0.24)";
|
|
317
|
+
export const KsColorBgInvertedAlpha8Base = "rgba(45, 44, 44, 0.13)";
|
|
318
|
+
export const KsColorBgInvertedAlpha9Base = "rgba(45, 44, 44, 0.05)";
|
|
319
|
+
export const KsColorBgInvertedToFg1Base = "#383737";
|
|
320
|
+
export const KsColorBgInvertedToFg2Base = "#484747";
|
|
321
|
+
export const KsColorBgInvertedToFg3Base = "#5f5f5f";
|
|
322
|
+
export const KsColorBgInvertedToFg4Base = "#7b7a7a";
|
|
323
|
+
export const KsColorBgInvertedToFg5Base = "#969696";
|
|
324
|
+
export const KsColorBgInvertedToFg6Base = "#b1b1b1";
|
|
325
|
+
export const KsColorBgInvertedToFg7Base = "#cdcccc";
|
|
326
|
+
export const KsColorBgInvertedToFg8Base = "#e4e4e4";
|
|
327
|
+
export const KsColorBgInvertedToFg9Base = "#f5f4f4";
|
|
328
328
|
export const KsColorTransparentBase = "rgba(0, 0, 0, 0)";
|
|
329
|
-
export const KsColorPrimaryBase = "#
|
|
330
|
-
export const KsColorPrimaryAlpha1Base = "rgba(
|
|
331
|
-
export const KsColorPrimaryAlpha2Base = "rgba(
|
|
332
|
-
export const KsColorPrimaryAlpha3Base = "rgba(
|
|
333
|
-
export const KsColorPrimaryAlpha4Base = "rgba(
|
|
334
|
-
export const KsColorPrimaryAlpha5Base = "rgba(
|
|
335
|
-
export const KsColorPrimaryAlpha6Base = "rgba(
|
|
336
|
-
export const KsColorPrimaryAlpha7Base = "rgba(
|
|
337
|
-
export const KsColorPrimaryAlpha8Base = "rgba(
|
|
338
|
-
export const KsColorPrimaryAlpha9Base = "rgba(
|
|
339
|
-
export const KsColorPrimaryToBg1Base = "#
|
|
340
|
-
export const KsColorPrimaryToBg2Base = "#
|
|
341
|
-
export const KsColorPrimaryToBg3Base = "#
|
|
342
|
-
export const KsColorPrimaryToBg4Base = "#
|
|
343
|
-
export const KsColorPrimaryToBg5Base = "#
|
|
344
|
-
export const KsColorPrimaryToBg6Base = "#
|
|
345
|
-
export const KsColorPrimaryToBg7Base = "#
|
|
346
|
-
export const KsColorPrimaryToBg8Base = "#
|
|
347
|
-
export const KsColorPrimaryToBg9Base = "#
|
|
348
|
-
export const KsColorPrimaryToFg1Base = "#
|
|
349
|
-
export const KsColorPrimaryToFg2Base = "#
|
|
350
|
-
export const KsColorPrimaryToFg3Base = "#
|
|
351
|
-
export const KsColorPrimaryToFg4Base = "#
|
|
352
|
-
export const KsColorPrimaryToFg5Base = "#
|
|
353
|
-
export const KsColorPrimaryToFg6Base = "#
|
|
354
|
-
export const KsColorPrimaryToFg7Base = "#
|
|
355
|
-
export const KsColorPrimaryToFg8Base = "#
|
|
356
|
-
export const KsColorPrimaryToFg9Base = "#
|
|
357
|
-
export const KsColorPrimaryInvertedBase = "#
|
|
358
|
-
export const KsColorPrimaryInvertedAlpha1Base = "rgba(
|
|
359
|
-
export const KsColorPrimaryInvertedAlpha2Base = "rgba(
|
|
360
|
-
export const KsColorPrimaryInvertedAlpha3Base = "rgba(
|
|
361
|
-
export const KsColorPrimaryInvertedAlpha4Base = "rgba(
|
|
362
|
-
export const KsColorPrimaryInvertedAlpha5Base = "rgba(
|
|
363
|
-
export const KsColorPrimaryInvertedAlpha6Base = "rgba(
|
|
364
|
-
export const KsColorPrimaryInvertedAlpha7Base = "rgba(
|
|
365
|
-
export const KsColorPrimaryInvertedAlpha8Base = "rgba(
|
|
366
|
-
export const KsColorPrimaryInvertedAlpha9Base = "rgba(
|
|
367
|
-
export const KsColorPrimaryInvertedToBg1Base = "#
|
|
368
|
-
export const KsColorPrimaryInvertedToBg2Base = "#
|
|
369
|
-
export const KsColorPrimaryInvertedToBg3Base = "#
|
|
370
|
-
export const KsColorPrimaryInvertedToBg4Base = "#
|
|
371
|
-
export const KsColorPrimaryInvertedToBg5Base = "#
|
|
372
|
-
export const KsColorPrimaryInvertedToBg6Base = "#
|
|
373
|
-
export const KsColorPrimaryInvertedToBg7Base = "#
|
|
374
|
-
export const KsColorPrimaryInvertedToBg8Base = "#
|
|
375
|
-
export const KsColorPrimaryInvertedToBg9Base = "#
|
|
376
|
-
export const KsColorPrimaryInvertedToFg1Base = "#
|
|
377
|
-
export const KsColorPrimaryInvertedToFg2Base = "#
|
|
378
|
-
export const KsColorPrimaryInvertedToFg3Base = "#
|
|
379
|
-
export const KsColorPrimaryInvertedToFg4Base = "#
|
|
380
|
-
export const KsColorPrimaryInvertedToFg5Base = "#
|
|
381
|
-
export const KsColorPrimaryInvertedToFg6Base = "#
|
|
382
|
-
export const KsColorPrimaryInvertedToFg7Base = "#
|
|
383
|
-
export const KsColorPrimaryInvertedToFg8Base = "#
|
|
384
|
-
export const KsColorPrimaryInvertedToFg9Base = "#
|
|
385
|
-
export const KsColorLinkBase = "#
|
|
386
|
-
export const KsColorLinkAlpha1Base = "rgba(
|
|
387
|
-
export const KsColorLinkAlpha2Base = "rgba(
|
|
388
|
-
export const KsColorLinkAlpha3Base = "rgba(
|
|
389
|
-
export const KsColorLinkAlpha4Base = "rgba(
|
|
390
|
-
export const KsColorLinkAlpha5Base = "rgba(
|
|
391
|
-
export const KsColorLinkAlpha6Base = "rgba(
|
|
392
|
-
export const KsColorLinkAlpha7Base = "rgba(
|
|
393
|
-
export const KsColorLinkAlpha8Base = "rgba(
|
|
394
|
-
export const KsColorLinkAlpha9Base = "rgba(
|
|
395
|
-
export const KsColorLinkToBg1Base = "#
|
|
396
|
-
export const KsColorLinkToBg2Base = "#
|
|
397
|
-
export const KsColorLinkToBg3Base = "#
|
|
398
|
-
export const KsColorLinkToBg4Base = "#
|
|
399
|
-
export const KsColorLinkToBg5Base = "#
|
|
400
|
-
export const KsColorLinkToBg6Base = "#
|
|
401
|
-
export const KsColorLinkToBg7Base = "#
|
|
402
|
-
export const KsColorLinkToBg8Base = "#
|
|
403
|
-
export const KsColorLinkToBg9Base = "#
|
|
404
|
-
export const KsColorLinkToFg1Base = "#
|
|
405
|
-
export const KsColorLinkToFg2Base = "#
|
|
406
|
-
export const KsColorLinkToFg3Base = "#
|
|
407
|
-
export const KsColorLinkToFg4Base = "#
|
|
408
|
-
export const KsColorLinkToFg5Base = "#
|
|
409
|
-
export const KsColorLinkToFg6Base = "#
|
|
410
|
-
export const KsColorLinkToFg7Base = "#
|
|
411
|
-
export const KsColorLinkToFg8Base = "#
|
|
412
|
-
export const KsColorLinkToFg9Base = "#
|
|
413
|
-
export const KsColorLinkInvertedBase = "#
|
|
414
|
-
export const KsColorLinkInvertedAlpha1Base = "rgba(
|
|
415
|
-
export const KsColorLinkInvertedAlpha2Base = "rgba(
|
|
416
|
-
export const KsColorLinkInvertedAlpha3Base = "rgba(
|
|
417
|
-
export const KsColorLinkInvertedAlpha4Base = "rgba(
|
|
418
|
-
export const KsColorLinkInvertedAlpha5Base = "rgba(
|
|
419
|
-
export const KsColorLinkInvertedAlpha6Base = "rgba(
|
|
420
|
-
export const KsColorLinkInvertedAlpha7Base = "rgba(
|
|
421
|
-
export const KsColorLinkInvertedAlpha8Base = "rgba(
|
|
422
|
-
export const KsColorLinkInvertedAlpha9Base = "rgba(
|
|
423
|
-
export const KsColorLinkInvertedToBg1Base = "#
|
|
424
|
-
export const KsColorLinkInvertedToBg2Base = "#
|
|
425
|
-
export const KsColorLinkInvertedToBg3Base = "#
|
|
426
|
-
export const KsColorLinkInvertedToBg4Base = "#
|
|
427
|
-
export const KsColorLinkInvertedToBg5Base = "#
|
|
428
|
-
export const KsColorLinkInvertedToBg6Base = "#
|
|
429
|
-
export const KsColorLinkInvertedToBg7Base = "#
|
|
430
|
-
export const KsColorLinkInvertedToBg8Base = "#
|
|
431
|
-
export const KsColorLinkInvertedToBg9Base = "#
|
|
432
|
-
export const KsColorLinkInvertedToFg1Base = "#
|
|
433
|
-
export const KsColorLinkInvertedToFg2Base = "#
|
|
434
|
-
export const KsColorLinkInvertedToFg3Base = "#
|
|
435
|
-
export const KsColorLinkInvertedToFg4Base = "#
|
|
436
|
-
export const KsColorLinkInvertedToFg5Base = "#
|
|
437
|
-
export const KsColorLinkInvertedToFg6Base = "#
|
|
438
|
-
export const KsColorLinkInvertedToFg7Base = "#
|
|
439
|
-
export const KsColorLinkInvertedToFg8Base = "#
|
|
440
|
-
export const KsColorLinkInvertedToFg9Base = "#
|
|
329
|
+
export const KsColorPrimaryBase = "#c3002f";
|
|
330
|
+
export const KsColorPrimaryAlpha1Base = "rgba(195, 0, 47, 0.95)";
|
|
331
|
+
export const KsColorPrimaryAlpha2Base = "rgba(195, 0, 47, 0.87)";
|
|
332
|
+
export const KsColorPrimaryAlpha3Base = "rgba(195, 0, 47, 0.76)";
|
|
333
|
+
export const KsColorPrimaryAlpha4Base = "rgba(195, 0, 47, 0.63)";
|
|
334
|
+
export const KsColorPrimaryAlpha5Base = "rgba(195, 0, 47, 0.5)";
|
|
335
|
+
export const KsColorPrimaryAlpha6Base = "rgba(195, 0, 47, 0.37)";
|
|
336
|
+
export const KsColorPrimaryAlpha7Base = "rgba(195, 0, 47, 0.24)";
|
|
337
|
+
export const KsColorPrimaryAlpha8Base = "rgba(195, 0, 47, 0.13)";
|
|
338
|
+
export const KsColorPrimaryAlpha9Base = "rgba(195, 0, 47, 0.05)";
|
|
339
|
+
export const KsColorPrimaryToBg1Base = "#c60d39";
|
|
340
|
+
export const KsColorPrimaryToBg2Base = "#cb214a";
|
|
341
|
+
export const KsColorPrimaryToBg3Base = "#d13d61";
|
|
342
|
+
export const KsColorPrimaryToBg4Base = "#d95e7c";
|
|
343
|
+
export const KsColorPrimaryToBg5Base = "#e18097";
|
|
344
|
+
export const KsColorPrimaryToBg6Base = "#e9a1b2";
|
|
345
|
+
export const KsColorPrimaryToBg7Base = "#f1c2cd";
|
|
346
|
+
export const KsColorPrimaryToBg8Base = "#f7dee4";
|
|
347
|
+
export const KsColorPrimaryToBg9Base = "#fcf2f5";
|
|
348
|
+
export const KsColorPrimaryToFg1Base = "#b9002d";
|
|
349
|
+
export const KsColorPrimaryToFg2Base = "#aa0029";
|
|
350
|
+
export const KsColorPrimaryToFg3Base = "#940024";
|
|
351
|
+
export const KsColorPrimaryToFg4Base = "#7b001e";
|
|
352
|
+
export const KsColorPrimaryToFg5Base = "#620018";
|
|
353
|
+
export const KsColorPrimaryToFg6Base = "#480011";
|
|
354
|
+
export const KsColorPrimaryToFg7Base = "#2f000b";
|
|
355
|
+
export const KsColorPrimaryToFg8Base = "#190006";
|
|
356
|
+
export const KsColorPrimaryToFg9Base = "#0a0002";
|
|
357
|
+
export const KsColorPrimaryInvertedBase = "#c41631";
|
|
358
|
+
export const KsColorPrimaryInvertedAlpha1Base = "rgba(196, 22, 49, 0.95)";
|
|
359
|
+
export const KsColorPrimaryInvertedAlpha2Base = "rgba(196, 22, 49, 0.87)";
|
|
360
|
+
export const KsColorPrimaryInvertedAlpha3Base = "rgba(196, 22, 49, 0.76)";
|
|
361
|
+
export const KsColorPrimaryInvertedAlpha4Base = "rgba(196, 22, 49, 0.63)";
|
|
362
|
+
export const KsColorPrimaryInvertedAlpha5Base = "rgba(196, 22, 49, 0.5)";
|
|
363
|
+
export const KsColorPrimaryInvertedAlpha6Base = "rgba(196, 22, 49, 0.37)";
|
|
364
|
+
export const KsColorPrimaryInvertedAlpha7Base = "rgba(196, 22, 49, 0.24)";
|
|
365
|
+
export const KsColorPrimaryInvertedAlpha8Base = "rgba(196, 22, 49, 0.13)";
|
|
366
|
+
export const KsColorPrimaryInvertedAlpha9Base = "rgba(196, 22, 49, 0.05)";
|
|
367
|
+
export const KsColorPrimaryInvertedToBg1Base = "#bc1731";
|
|
368
|
+
export const KsColorPrimaryInvertedToBg2Base = "#b01930";
|
|
369
|
+
export const KsColorPrimaryInvertedToBg3Base = "#a01b30";
|
|
370
|
+
export const KsColorPrimaryInvertedToBg4Base = "#8c1e2f";
|
|
371
|
+
export const KsColorPrimaryInvertedToBg5Base = "#79212f";
|
|
372
|
+
export const KsColorPrimaryInvertedToBg6Base = "#65242e";
|
|
373
|
+
export const KsColorPrimaryInvertedToBg7Base = "#51272d";
|
|
374
|
+
export const KsColorPrimaryInvertedToBg8Base = "#41292d";
|
|
375
|
+
export const KsColorPrimaryInvertedToBg9Base = "#352b2c";
|
|
376
|
+
export const KsColorPrimaryInvertedToFg1Base = "#c7223b";
|
|
377
|
+
export const KsColorPrimaryInvertedToFg2Base = "#cc344c";
|
|
378
|
+
export const KsColorPrimaryInvertedToFg3Base = "#d24e62";
|
|
379
|
+
export const KsColorPrimaryInvertedToFg4Base = "#da6c7d";
|
|
380
|
+
export const KsColorPrimaryInvertedToFg5Base = "#e28b98";
|
|
381
|
+
export const KsColorPrimaryInvertedToFg6Base = "#e9a9b3";
|
|
382
|
+
export const KsColorPrimaryInvertedToFg7Base = "#f1c7ce";
|
|
383
|
+
export const KsColorPrimaryInvertedToFg8Base = "#f7e1e4";
|
|
384
|
+
export const KsColorPrimaryInvertedToFg9Base = "#fcf3f5";
|
|
385
|
+
export const KsColorLinkBase = "#c3002f";
|
|
386
|
+
export const KsColorLinkAlpha1Base = "rgba(195, 0, 47, 0.95)";
|
|
387
|
+
export const KsColorLinkAlpha2Base = "rgba(195, 0, 47, 0.87)";
|
|
388
|
+
export const KsColorLinkAlpha3Base = "rgba(195, 0, 47, 0.76)";
|
|
389
|
+
export const KsColorLinkAlpha4Base = "rgba(195, 0, 47, 0.63)";
|
|
390
|
+
export const KsColorLinkAlpha5Base = "rgba(195, 0, 47, 0.5)";
|
|
391
|
+
export const KsColorLinkAlpha6Base = "rgba(195, 0, 47, 0.37)";
|
|
392
|
+
export const KsColorLinkAlpha7Base = "rgba(195, 0, 47, 0.24)";
|
|
393
|
+
export const KsColorLinkAlpha8Base = "rgba(195, 0, 47, 0.13)";
|
|
394
|
+
export const KsColorLinkAlpha9Base = "rgba(195, 0, 47, 0.05)";
|
|
395
|
+
export const KsColorLinkToBg1Base = "#c60d39";
|
|
396
|
+
export const KsColorLinkToBg2Base = "#cb214a";
|
|
397
|
+
export const KsColorLinkToBg3Base = "#d13d61";
|
|
398
|
+
export const KsColorLinkToBg4Base = "#d95e7c";
|
|
399
|
+
export const KsColorLinkToBg5Base = "#e18097";
|
|
400
|
+
export const KsColorLinkToBg6Base = "#e9a1b2";
|
|
401
|
+
export const KsColorLinkToBg7Base = "#f1c2cd";
|
|
402
|
+
export const KsColorLinkToBg8Base = "#f7dee4";
|
|
403
|
+
export const KsColorLinkToBg9Base = "#fcf2f5";
|
|
404
|
+
export const KsColorLinkToFg1Base = "#b9002d";
|
|
405
|
+
export const KsColorLinkToFg2Base = "#aa0029";
|
|
406
|
+
export const KsColorLinkToFg3Base = "#940024";
|
|
407
|
+
export const KsColorLinkToFg4Base = "#7b001e";
|
|
408
|
+
export const KsColorLinkToFg5Base = "#620018";
|
|
409
|
+
export const KsColorLinkToFg6Base = "#480011";
|
|
410
|
+
export const KsColorLinkToFg7Base = "#2f000b";
|
|
411
|
+
export const KsColorLinkToFg8Base = "#190006";
|
|
412
|
+
export const KsColorLinkToFg9Base = "#0a0002";
|
|
413
|
+
export const KsColorLinkInvertedBase = "#c3002f";
|
|
414
|
+
export const KsColorLinkInvertedAlpha1Base = "rgba(195, 0, 47, 0.95)";
|
|
415
|
+
export const KsColorLinkInvertedAlpha2Base = "rgba(195, 0, 47, 0.87)";
|
|
416
|
+
export const KsColorLinkInvertedAlpha3Base = "rgba(195, 0, 47, 0.76)";
|
|
417
|
+
export const KsColorLinkInvertedAlpha4Base = "rgba(195, 0, 47, 0.63)";
|
|
418
|
+
export const KsColorLinkInvertedAlpha5Base = "rgba(195, 0, 47, 0.5)";
|
|
419
|
+
export const KsColorLinkInvertedAlpha6Base = "rgba(195, 0, 47, 0.37)";
|
|
420
|
+
export const KsColorLinkInvertedAlpha7Base = "rgba(195, 0, 47, 0.24)";
|
|
421
|
+
export const KsColorLinkInvertedAlpha8Base = "rgba(195, 0, 47, 0.13)";
|
|
422
|
+
export const KsColorLinkInvertedAlpha9Base = "rgba(195, 0, 47, 0.05)";
|
|
423
|
+
export const KsColorLinkInvertedToBg1Base = "#bc022f";
|
|
424
|
+
export const KsColorLinkInvertedToBg2Base = "#b0062f";
|
|
425
|
+
export const KsColorLinkInvertedToBg3Base = "#9f0b2e";
|
|
426
|
+
export const KsColorLinkInvertedToBg4Base = "#8c102e";
|
|
427
|
+
export const KsColorLinkInvertedToBg5Base = "#78162e";
|
|
428
|
+
export const KsColorLinkInvertedToBg6Base = "#651c2d";
|
|
429
|
+
export const KsColorLinkInvertedToBg7Base = "#51212d";
|
|
430
|
+
export const KsColorLinkInvertedToBg8Base = "#41262c";
|
|
431
|
+
export const KsColorLinkInvertedToBg9Base = "#352a2c";
|
|
432
|
+
export const KsColorLinkInvertedToFg1Base = "#c60d39";
|
|
433
|
+
export const KsColorLinkInvertedToFg2Base = "#cb214a";
|
|
434
|
+
export const KsColorLinkInvertedToFg3Base = "#d13d61";
|
|
435
|
+
export const KsColorLinkInvertedToFg4Base = "#d95e7c";
|
|
436
|
+
export const KsColorLinkInvertedToFg5Base = "#e18097";
|
|
437
|
+
export const KsColorLinkInvertedToFg6Base = "#e9a1b2";
|
|
438
|
+
export const KsColorLinkInvertedToFg7Base = "#f1c2cd";
|
|
439
|
+
export const KsColorLinkInvertedToFg8Base = "#f7dee4";
|
|
440
|
+
export const KsColorLinkInvertedToFg9Base = "#fcf2f5";
|
|
441
441
|
export const KsColorPositiveBase = "#6edb64";
|
|
442
442
|
export const KsColorPositiveAlpha1Base = "rgba(110, 219, 100, 0.95)";
|
|
443
443
|
export const KsColorPositiveAlpha2Base = "rgba(110, 219, 100, 0.87)";
|
|
@@ -457,15 +457,15 @@ export const KsColorPositiveToBg6Base = "#c9f2c6";
|
|
|
457
457
|
export const KsColorPositiveToBg7Base = "#dcf6da";
|
|
458
458
|
export const KsColorPositiveToBg8Base = "#ecfaeb";
|
|
459
459
|
export const KsColorPositiveToBg9Base = "#f8fdf7";
|
|
460
|
-
export const KsColorPositiveToFg1Base = "#
|
|
461
|
-
export const KsColorPositiveToFg2Base = "#
|
|
462
|
-
export const KsColorPositiveToFg3Base = "#
|
|
463
|
-
export const KsColorPositiveToFg4Base = "#
|
|
464
|
-
export const KsColorPositiveToFg5Base = "#
|
|
465
|
-
export const KsColorPositiveToFg6Base = "#
|
|
466
|
-
export const KsColorPositiveToFg7Base = "#
|
|
467
|
-
export const KsColorPositiveToFg8Base = "#
|
|
468
|
-
export const KsColorPositiveToFg9Base = "#
|
|
460
|
+
export const KsColorPositiveToFg1Base = "#69d05f";
|
|
461
|
+
export const KsColorPositiveToFg2Base = "#60bf57";
|
|
462
|
+
export const KsColorPositiveToFg3Base = "#54a64c";
|
|
463
|
+
export const KsColorPositiveToFg4Base = "#458a3f";
|
|
464
|
+
export const KsColorPositiveToFg5Base = "#376e32";
|
|
465
|
+
export const KsColorPositiveToFg6Base = "#295125";
|
|
466
|
+
export const KsColorPositiveToFg7Base = "#1a3518";
|
|
467
|
+
export const KsColorPositiveToFg8Base = "#0e1c0d";
|
|
468
|
+
export const KsColorPositiveToFg9Base = "#060b05";
|
|
469
469
|
export const KsColorPositiveInvertedBase = "#23831b";
|
|
470
470
|
export const KsColorPositiveInvertedAlpha1Base = "rgba(35, 131, 27, 0.95)";
|
|
471
471
|
export const KsColorPositiveInvertedAlpha2Base = "rgba(35, 131, 27, 0.87)";
|
|
@@ -476,15 +476,15 @@ export const KsColorPositiveInvertedAlpha6Base = "rgba(35, 131, 27, 0.37)";
|
|
|
476
476
|
export const KsColorPositiveInvertedAlpha7Base = "rgba(35, 131, 27, 0.24)";
|
|
477
477
|
export const KsColorPositiveInvertedAlpha8Base = "rgba(35, 131, 27, 0.13)";
|
|
478
478
|
export const KsColorPositiveInvertedAlpha9Base = "rgba(35, 131, 27, 0.05)";
|
|
479
|
-
export const KsColorPositiveInvertedToBg1Base = "#
|
|
480
|
-
export const KsColorPositiveInvertedToBg2Base = "#
|
|
481
|
-
export const KsColorPositiveInvertedToBg3Base = "#
|
|
482
|
-
export const KsColorPositiveInvertedToBg4Base = "#
|
|
483
|
-
export const KsColorPositiveInvertedToBg5Base = "#
|
|
484
|
-
export const KsColorPositiveInvertedToBg6Base = "#
|
|
485
|
-
export const KsColorPositiveInvertedToBg7Base = "#
|
|
486
|
-
export const KsColorPositiveInvertedToBg8Base = "#
|
|
487
|
-
export const KsColorPositiveInvertedToBg9Base = "#
|
|
479
|
+
export const KsColorPositiveInvertedToBg1Base = "#247f1c";
|
|
480
|
+
export const KsColorPositiveInvertedToBg2Base = "#24781d";
|
|
481
|
+
export const KsColorPositiveInvertedToBg3Base = "#256e1f";
|
|
482
|
+
export const KsColorPositiveInvertedToBg4Base = "#276321";
|
|
483
|
+
export const KsColorPositiveInvertedToBg5Base = "#285824";
|
|
484
|
+
export const KsColorPositiveInvertedToBg6Base = "#294c26";
|
|
485
|
+
export const KsColorPositiveInvertedToBg7Base = "#2b4128";
|
|
486
|
+
export const KsColorPositiveInvertedToBg8Base = "#2c372a";
|
|
487
|
+
export const KsColorPositiveInvertedToBg9Base = "#2d302b";
|
|
488
488
|
export const KsColorPositiveInvertedToFg1Base = "#2e8926";
|
|
489
489
|
export const KsColorPositiveInvertedToFg2Base = "#409339";
|
|
490
490
|
export const KsColorPositiveInvertedToFg3Base = "#58a152";
|
|
@@ -513,15 +513,15 @@ export const KsColorInformativeToBg6Base = "#c6e8f2";
|
|
|
513
513
|
export const KsColorInformativeToBg7Base = "#daf0f6";
|
|
514
514
|
export const KsColorInformativeToBg8Base = "#ebf7fa";
|
|
515
515
|
export const KsColorInformativeToBg9Base = "#f7fcfd";
|
|
516
|
-
export const KsColorInformativeToFg1Base = "#
|
|
517
|
-
export const KsColorInformativeToFg2Base = "#
|
|
518
|
-
export const KsColorInformativeToFg3Base = "#
|
|
519
|
-
export const KsColorInformativeToFg4Base = "#
|
|
520
|
-
export const KsColorInformativeToFg5Base = "#
|
|
521
|
-
export const KsColorInformativeToFg6Base = "#
|
|
522
|
-
export const KsColorInformativeToFg7Base = "#
|
|
523
|
-
export const KsColorInformativeToFg8Base = "#
|
|
524
|
-
export const KsColorInformativeToFg9Base = "#
|
|
516
|
+
export const KsColorInformativeToFg1Base = "#5fb8d0";
|
|
517
|
+
export const KsColorInformativeToFg2Base = "#57a9bf";
|
|
518
|
+
export const KsColorInformativeToFg3Base = "#4c93a6";
|
|
519
|
+
export const KsColorInformativeToFg4Base = "#3f7a8a";
|
|
520
|
+
export const KsColorInformativeToFg5Base = "#32616e";
|
|
521
|
+
export const KsColorInformativeToFg6Base = "#254851";
|
|
522
|
+
export const KsColorInformativeToFg7Base = "#182f35";
|
|
523
|
+
export const KsColorInformativeToFg8Base = "#0d191c";
|
|
524
|
+
export const KsColorInformativeToFg9Base = "#050a0b";
|
|
525
525
|
export const KsColorInformativeInvertedBase = "#00718f";
|
|
526
526
|
export const KsColorInformativeInvertedAlpha1Base = "rgba(0, 113, 143, 0.95)";
|
|
527
527
|
export const KsColorInformativeInvertedAlpha2Base = "rgba(0, 113, 143, 0.87)";
|
|
@@ -532,15 +532,15 @@ export const KsColorInformativeInvertedAlpha6Base = "rgba(0, 113, 143, 0.37)";
|
|
|
532
532
|
export const KsColorInformativeInvertedAlpha7Base = "rgba(0, 113, 143, 0.24)";
|
|
533
533
|
export const KsColorInformativeInvertedAlpha8Base = "rgba(0, 113, 143, 0.13)";
|
|
534
534
|
export const KsColorInformativeInvertedAlpha9Base = "rgba(0, 113, 143, 0.05)";
|
|
535
|
-
export const KsColorInformativeInvertedToBg1Base = "#
|
|
536
|
-
export const KsColorInformativeInvertedToBg2Base = "#
|
|
537
|
-
export const KsColorInformativeInvertedToBg3Base = "#
|
|
538
|
-
export const KsColorInformativeInvertedToBg4Base = "#
|
|
539
|
-
export const KsColorInformativeInvertedToBg5Base = "#
|
|
540
|
-
export const KsColorInformativeInvertedToBg6Base = "#
|
|
541
|
-
export const KsColorInformativeInvertedToBg7Base = "#
|
|
542
|
-
export const KsColorInformativeInvertedToBg8Base = "#
|
|
543
|
-
export const KsColorInformativeInvertedToBg9Base = "#
|
|
535
|
+
export const KsColorInformativeInvertedToBg1Base = "#026e8a";
|
|
536
|
+
export const KsColorInformativeInvertedToBg2Base = "#066882";
|
|
537
|
+
export const KsColorInformativeInvertedToBg3Base = "#0b6077";
|
|
538
|
+
export const KsColorInformativeInvertedToBg4Base = "#11576a";
|
|
539
|
+
export const KsColorInformativeInvertedToBg5Base = "#174f5e";
|
|
540
|
+
export const KsColorInformativeInvertedToBg6Base = "#1c4651";
|
|
541
|
+
export const KsColorInformativeInvertedToBg7Base = "#223d44";
|
|
542
|
+
export const KsColorInformativeInvertedToBg8Base = "#273539";
|
|
543
|
+
export const KsColorInformativeInvertedToBg9Base = "#2b2f31";
|
|
544
544
|
export const KsColorInformativeInvertedToFg1Base = "#0d7895";
|
|
545
545
|
export const KsColorInformativeInvertedToFg2Base = "#21839e";
|
|
546
546
|
export const KsColorInformativeInvertedToFg3Base = "#3d93aa";
|
|
@@ -569,15 +569,15 @@ export const KsColorNoticeToBg6Base = "#fdf3c0";
|
|
|
569
569
|
export const KsColorNoticeToBg7Base = "#fef7d6";
|
|
570
570
|
export const KsColorNoticeToBg8Base = "#fefbe9";
|
|
571
571
|
export const KsColorNoticeToBg9Base = "#fffdf7";
|
|
572
|
-
export const KsColorNoticeToFg1Base = "#
|
|
573
|
-
export const KsColorNoticeToFg2Base = "#
|
|
574
|
-
export const KsColorNoticeToFg3Base = "#
|
|
575
|
-
export const KsColorNoticeToFg4Base = "#
|
|
576
|
-
export const KsColorNoticeToFg5Base = "#
|
|
577
|
-
export const KsColorNoticeToFg6Base = "#
|
|
578
|
-
export const KsColorNoticeToFg7Base = "#
|
|
579
|
-
export const KsColorNoticeToFg8Base = "#
|
|
580
|
-
export const KsColorNoticeToFg9Base = "#
|
|
572
|
+
export const KsColorNoticeToFg1Base = "#edd351";
|
|
573
|
+
export const KsColorNoticeToFg2Base = "#d9c14a";
|
|
574
|
+
export const KsColorNoticeToFg3Base = "#bda941";
|
|
575
|
+
export const KsColorNoticeToFg4Base = "#9d8c36";
|
|
576
|
+
export const KsColorNoticeToFg5Base = "#7d6f2b";
|
|
577
|
+
export const KsColorNoticeToFg6Base = "#5c521f";
|
|
578
|
+
export const KsColorNoticeToFg7Base = "#3c3514";
|
|
579
|
+
export const KsColorNoticeToFg8Base = "#201d0b";
|
|
580
|
+
export const KsColorNoticeToFg9Base = "#0c0b04";
|
|
581
581
|
export const KsColorNoticeInvertedBase = "#ff5d53";
|
|
582
582
|
export const KsColorNoticeInvertedAlpha1Base = "rgba(255, 93, 83, 0.95)";
|
|
583
583
|
export const KsColorNoticeInvertedAlpha2Base = "rgba(255, 93, 83, 0.87)";
|
|
@@ -588,15 +588,15 @@ export const KsColorNoticeInvertedAlpha6Base = "rgba(255, 93, 83, 0.37)";
|
|
|
588
588
|
export const KsColorNoticeInvertedAlpha7Base = "rgba(255, 93, 83, 0.24)";
|
|
589
589
|
export const KsColorNoticeInvertedAlpha8Base = "rgba(255, 93, 83, 0.13)";
|
|
590
590
|
export const KsColorNoticeInvertedAlpha9Base = "rgba(255, 93, 83, 0.05)";
|
|
591
|
-
export const KsColorNoticeInvertedToBg1Base = "#
|
|
592
|
-
export const KsColorNoticeInvertedToBg2Base = "#
|
|
593
|
-
export const KsColorNoticeInvertedToBg3Base = "#
|
|
594
|
-
export const KsColorNoticeInvertedToBg4Base = "#
|
|
595
|
-
export const KsColorNoticeInvertedToBg5Base = "#
|
|
596
|
-
export const KsColorNoticeInvertedToBg6Base = "#
|
|
597
|
-
export const KsColorNoticeInvertedToBg7Base = "#
|
|
598
|
-
export const KsColorNoticeInvertedToBg8Base = "#
|
|
599
|
-
export const KsColorNoticeInvertedToBg9Base = "#
|
|
591
|
+
export const KsColorNoticeInvertedToBg1Base = "#f55b51";
|
|
592
|
+
export const KsColorNoticeInvertedToBg2Base = "#e4574e";
|
|
593
|
+
export const KsColorNoticeInvertedToBg3Base = "#cd514a";
|
|
594
|
+
export const KsColorNoticeInvertedToBg4Base = "#b14b45";
|
|
595
|
+
export const KsColorNoticeInvertedToBg5Base = "#964540";
|
|
596
|
+
export const KsColorNoticeInvertedToBg6Base = "#7b3e3a";
|
|
597
|
+
export const KsColorNoticeInvertedToBg7Base = "#5f3835";
|
|
598
|
+
export const KsColorNoticeInvertedToBg8Base = "#483231";
|
|
599
|
+
export const KsColorNoticeInvertedToBg9Base = "#382e2e";
|
|
600
600
|
export const KsColorNoticeInvertedToFg1Base = "#ff655c";
|
|
601
601
|
export const KsColorNoticeInvertedToFg2Base = "#ff7269";
|
|
602
602
|
export const KsColorNoticeInvertedToFg3Base = "#ff847c";
|
|
@@ -625,15 +625,15 @@ export const KsColorNegativeToBg6Base = "#ffaac1";
|
|
|
625
625
|
export const KsColorNegativeToBg7Base = "#ffc8d7";
|
|
626
626
|
export const KsColorNegativeToBg8Base = "#ffe1e9";
|
|
627
627
|
export const KsColorNegativeToBg9Base = "#fff4f7";
|
|
628
|
-
export const KsColorNegativeToFg1Base = "#
|
|
629
|
-
export const KsColorNegativeToFg2Base = "#
|
|
630
|
-
export const KsColorNegativeToFg3Base = "#
|
|
631
|
-
export const KsColorNegativeToFg4Base = "#
|
|
632
|
-
export const KsColorNegativeToFg5Base = "#
|
|
633
|
-
export const KsColorNegativeToFg6Base = "#
|
|
634
|
-
export const KsColorNegativeToFg7Base = "#
|
|
635
|
-
export const KsColorNegativeToFg8Base = "#
|
|
636
|
-
export const KsColorNegativeToFg9Base = "#
|
|
628
|
+
export const KsColorNegativeToFg1Base = "#f21953";
|
|
629
|
+
export const KsColorNegativeToFg2Base = "#de174c";
|
|
630
|
+
export const KsColorNegativeToFg3Base = "#c21442";
|
|
631
|
+
export const KsColorNegativeToFg4Base = "#a11037";
|
|
632
|
+
export const KsColorNegativeToFg5Base = "#800d2c";
|
|
633
|
+
export const KsColorNegativeToFg6Base = "#5e0a20";
|
|
634
|
+
export const KsColorNegativeToFg7Base = "#3d0615";
|
|
635
|
+
export const KsColorNegativeToFg8Base = "#21030b";
|
|
636
|
+
export const KsColorNegativeToFg9Base = "#0d0104";
|
|
637
637
|
export const KsColorNegativeInvertedBase = "#d21d48";
|
|
638
638
|
export const KsColorNegativeInvertedAlpha1Base = "rgba(210, 29, 72, 0.95)";
|
|
639
639
|
export const KsColorNegativeInvertedAlpha2Base = "rgba(210, 29, 72, 0.87)";
|
|
@@ -644,15 +644,15 @@ export const KsColorNegativeInvertedAlpha6Base = "rgba(210, 29, 72, 0.37)";
|
|
|
644
644
|
export const KsColorNegativeInvertedAlpha7Base = "rgba(210, 29, 72, 0.24)";
|
|
645
645
|
export const KsColorNegativeInvertedAlpha8Base = "rgba(210, 29, 72, 0.13)";
|
|
646
646
|
export const KsColorNegativeInvertedAlpha9Base = "rgba(210, 29, 72, 0.05)";
|
|
647
|
-
export const KsColorNegativeInvertedToBg1Base = "#
|
|
648
|
-
export const KsColorNegativeInvertedToBg2Base = "#
|
|
649
|
-
export const KsColorNegativeInvertedToBg3Base = "#
|
|
650
|
-
export const KsColorNegativeInvertedToBg4Base = "#
|
|
651
|
-
export const KsColorNegativeInvertedToBg5Base = "#
|
|
652
|
-
export const KsColorNegativeInvertedToBg6Base = "#
|
|
653
|
-
export const KsColorNegativeInvertedToBg7Base = "#
|
|
654
|
-
export const KsColorNegativeInvertedToBg8Base = "#
|
|
655
|
-
export const KsColorNegativeInvertedToBg9Base = "#
|
|
647
|
+
export const KsColorNegativeInvertedToBg1Base = "#ca1e47";
|
|
648
|
+
export const KsColorNegativeInvertedToBg2Base = "#bd1f44";
|
|
649
|
+
export const KsColorNegativeInvertedToBg3Base = "#aa2141";
|
|
650
|
+
export const KsColorNegativeInvertedToBg4Base = "#95233e";
|
|
651
|
+
export const KsColorNegativeInvertedToBg5Base = "#80253a";
|
|
652
|
+
export const KsColorNegativeInvertedToBg6Base = "#6a2636";
|
|
653
|
+
export const KsColorNegativeInvertedToBg7Base = "#552833";
|
|
654
|
+
export const KsColorNegativeInvertedToBg8Base = "#422a30";
|
|
655
|
+
export const KsColorNegativeInvertedToBg9Base = "#352b2d";
|
|
656
656
|
export const KsColorNegativeInvertedToFg1Base = "#d42851";
|
|
657
657
|
export const KsColorNegativeInvertedToFg2Base = "#d83a60";
|
|
658
658
|
export const KsColorNegativeInvertedToFg3Base = "#dd5374";
|
|
@@ -737,48 +737,48 @@ export const KsSpacingInsetStretchS = "0.875rem 0.6364rem";
|
|
|
737
737
|
export const KsSpacingInsetStretchM = "1.2031rem 0.875rem";
|
|
738
738
|
export const KsSpacingInsetStretchL = "1.6543rem 1.2031rem";
|
|
739
739
|
export const KsSpacingInsetStretchXl = "2.2747rem 1.6543rem";
|
|
740
|
-
export const KsTextColorDefaultBase = "rgba(
|
|
741
|
-
export const KsTextColorDefaultInteractiveBase = "#
|
|
742
|
-
export const KsTextColorDefaultInteractiveHoverBase = "rgba(
|
|
743
|
-
export const KsTextColorDefaultInteractiveActiveBase = "#
|
|
744
|
-
export const KsTextColorDefaultInteractiveSelectedBase = "#
|
|
740
|
+
export const KsTextColorDefaultBase = "rgba(0, 0, 0, 0.76)";
|
|
741
|
+
export const KsTextColorDefaultInteractiveBase = "#c3002f";
|
|
742
|
+
export const KsTextColorDefaultInteractiveHoverBase = "rgba(195, 0, 47, 0.63)";
|
|
743
|
+
export const KsTextColorDefaultInteractiveActiveBase = "#c3002f";
|
|
744
|
+
export const KsTextColorDefaultInteractiveSelectedBase = "#c3002f";
|
|
745
745
|
export const KsTextColorDefaultInvertedBase = "rgba(255, 255, 255, 0.87)";
|
|
746
|
-
export const KsTextColorDefaultInvertedInteractiveBase = "#
|
|
747
|
-
export const KsTextColorDefaultInvertedInteractiveHoverBase = "rgba(
|
|
748
|
-
export const KsTextColorDefaultInvertedInteractiveActiveBase = "#
|
|
749
|
-
export const KsTextColorDefaultInvertedInteractiveSelectedBase = "#
|
|
750
|
-
export const KsTextColorCopyBase = "rgba(
|
|
751
|
-
export const KsTextColorCopyInteractiveBase = "#
|
|
752
|
-
export const KsTextColorCopyInteractiveHoverBase = "#
|
|
753
|
-
export const KsTextColorCopyInteractiveActiveBase = "#
|
|
754
|
-
export const KsTextColorCopyInteractiveSelectedBase = "#
|
|
746
|
+
export const KsTextColorDefaultInvertedInteractiveBase = "#c3002f";
|
|
747
|
+
export const KsTextColorDefaultInvertedInteractiveHoverBase = "rgba(195, 0, 47, 0.63)";
|
|
748
|
+
export const KsTextColorDefaultInvertedInteractiveActiveBase = "#c3002f";
|
|
749
|
+
export const KsTextColorDefaultInvertedInteractiveSelectedBase = "#c3002f";
|
|
750
|
+
export const KsTextColorCopyBase = "rgba(0, 0, 0, 0.76)";
|
|
751
|
+
export const KsTextColorCopyInteractiveBase = "#c3002f";
|
|
752
|
+
export const KsTextColorCopyInteractiveHoverBase = "#aa0029";
|
|
753
|
+
export const KsTextColorCopyInteractiveActiveBase = "#940024";
|
|
754
|
+
export const KsTextColorCopyInteractiveSelectedBase = "#940024";
|
|
755
755
|
export const KsTextColorCopyInvertedBase = "rgba(255, 255, 255, 0.76)";
|
|
756
|
-
export const KsTextColorCopyInvertedInteractiveBase = "#
|
|
757
|
-
export const KsTextColorCopyInvertedInteractiveHoverBase = "#
|
|
758
|
-
export const KsTextColorCopyInvertedInteractiveActiveBase = "#
|
|
759
|
-
export const KsTextColorCopyInvertedInteractiveSelectedBase = "#
|
|
760
|
-
export const KsTextColorDisplayBase = "#
|
|
761
|
-
export const KsTextColorDisplayInteractiveBase = "#
|
|
762
|
-
export const KsTextColorDisplayInteractiveHoverBase = "#
|
|
763
|
-
export const KsTextColorDisplayInteractiveActiveBase = "#
|
|
764
|
-
export const KsTextColorDisplayInteractiveSelectedBase = "#
|
|
756
|
+
export const KsTextColorCopyInvertedInteractiveBase = "#c3002f";
|
|
757
|
+
export const KsTextColorCopyInvertedInteractiveHoverBase = "#cb214a";
|
|
758
|
+
export const KsTextColorCopyInvertedInteractiveActiveBase = "#cb214a";
|
|
759
|
+
export const KsTextColorCopyInvertedInteractiveSelectedBase = "#cb214a";
|
|
760
|
+
export const KsTextColorDisplayBase = "#000000";
|
|
761
|
+
export const KsTextColorDisplayInteractiveBase = "#c3002f";
|
|
762
|
+
export const KsTextColorDisplayInteractiveHoverBase = "#aa0029";
|
|
763
|
+
export const KsTextColorDisplayInteractiveActiveBase = "#940024";
|
|
764
|
+
export const KsTextColorDisplayInteractiveSelectedBase = "#940024";
|
|
765
765
|
export const KsTextColorDisplayInvertedBase = "#ffffff";
|
|
766
|
-
export const KsTextColorDisplayInvertedInteractiveBase = "#
|
|
767
|
-
export const KsTextColorDisplayInvertedInteractiveHoverBase = "#
|
|
768
|
-
export const KsTextColorDisplayInvertedInteractiveActiveBase = "#
|
|
769
|
-
export const KsTextColorDisplayInvertedInteractiveSelectedBase = "#
|
|
770
|
-
export const KsTextColorInterfaceBase = "rgba(
|
|
771
|
-
export const KsTextColorInterfaceInteractiveBase = "rgba(
|
|
772
|
-
export const KsTextColorInterfaceInteractiveHoverBase = "#
|
|
773
|
-
export const KsTextColorInterfaceInteractiveActiveBase = "#
|
|
774
|
-
export const KsTextColorInterfaceInteractiveSelectedBase = "#
|
|
766
|
+
export const KsTextColorDisplayInvertedInteractiveBase = "#c3002f";
|
|
767
|
+
export const KsTextColorDisplayInvertedInteractiveHoverBase = "#cb214a";
|
|
768
|
+
export const KsTextColorDisplayInvertedInteractiveActiveBase = "#cb214a";
|
|
769
|
+
export const KsTextColorDisplayInvertedInteractiveSelectedBase = "#cb214a";
|
|
770
|
+
export const KsTextColorInterfaceBase = "rgba(0, 0, 0, 0.87)";
|
|
771
|
+
export const KsTextColorInterfaceInteractiveBase = "rgba(0, 0, 0, 0.63)";
|
|
772
|
+
export const KsTextColorInterfaceInteractiveHoverBase = "#000000";
|
|
773
|
+
export const KsTextColorInterfaceInteractiveActiveBase = "#000000";
|
|
774
|
+
export const KsTextColorInterfaceInteractiveSelectedBase = "#000000";
|
|
775
775
|
export const KsTextColorInterfaceInvertedBase = "rgba(255, 255, 255, 0.63)";
|
|
776
776
|
export const KsTextColorInterfaceInvertedInteractiveBase = "rgba(255, 255, 255, 0.76)";
|
|
777
777
|
export const KsTextColorInterfaceInvertedInteractiveHoverBase = "#ffffff";
|
|
778
778
|
export const KsTextColorInterfaceInvertedInteractiveActiveBase = "#ffffff";
|
|
779
779
|
export const KsTextColorInterfaceInvertedInteractiveSelectedBase = "#ffffff";
|
|
780
|
-
export const KsTextColorCardBase = "rgba(
|
|
781
|
-
export const KsTextColorCardInteractiveBase = "#
|
|
780
|
+
export const KsTextColorCardBase = "rgba(0, 0, 0, 0.87)";
|
|
781
|
+
export const KsTextColorCardInteractiveBase = "#000000";
|
|
782
782
|
export const KsTextColorCardInteractiveHoverBase = "#000000";
|
|
783
783
|
export const KsTextColorCardInteractiveActiveBase = "#000000";
|
|
784
784
|
export const KsTextColorCardInteractiveSelectedBase = "#000000";
|
|
@@ -787,16 +787,16 @@ export const KsTextColorCardInvertedInteractiveBase = "#ffffff";
|
|
|
787
787
|
export const KsTextColorCardInvertedInteractiveHoverBase = "#ffffff";
|
|
788
788
|
export const KsTextColorCardInvertedInteractiveActiveBase = "#ffffff";
|
|
789
789
|
export const KsTextColorCardInvertedInteractiveSelectedBase = "#ffffff";
|
|
790
|
-
export const KsTextColorPrimaryBase = "#
|
|
791
|
-
export const KsTextColorPrimaryInteractiveBase = "#
|
|
792
|
-
export const KsTextColorPrimaryInteractiveHoverBase = "rgba(
|
|
793
|
-
export const KsTextColorPrimaryInteractiveActiveBase = "rgba(
|
|
794
|
-
export const KsTextColorPrimaryInteractiveSelectedBase = "rgba(
|
|
795
|
-
export const KsTextColorPrimaryInvertedBase = "#
|
|
796
|
-
export const KsTextColorPrimaryInvertedInteractiveBase = "rgba(
|
|
797
|
-
export const KsTextColorPrimaryInvertedInteractiveHoverBase = "rgba(
|
|
798
|
-
export const KsTextColorPrimaryInvertedInteractiveActiveBase = "rgba(
|
|
799
|
-
export const KsTextColorPrimaryInvertedInteractiveSelectedBase = "rgba(
|
|
790
|
+
export const KsTextColorPrimaryBase = "#c3002f";
|
|
791
|
+
export const KsTextColorPrimaryInteractiveBase = "#c3002f";
|
|
792
|
+
export const KsTextColorPrimaryInteractiveHoverBase = "rgba(195, 0, 47, 0.87)";
|
|
793
|
+
export const KsTextColorPrimaryInteractiveActiveBase = "rgba(195, 0, 47, 0.87)";
|
|
794
|
+
export const KsTextColorPrimaryInteractiveSelectedBase = "rgba(195, 0, 47, 0.87)";
|
|
795
|
+
export const KsTextColorPrimaryInvertedBase = "#e18097";
|
|
796
|
+
export const KsTextColorPrimaryInvertedInteractiveBase = "rgba(196, 22, 49, 0.87)";
|
|
797
|
+
export const KsTextColorPrimaryInvertedInteractiveHoverBase = "rgba(196, 22, 49, 0.87)";
|
|
798
|
+
export const KsTextColorPrimaryInvertedInteractiveActiveBase = "rgba(196, 22, 49, 0.87)";
|
|
799
|
+
export const KsTextColorPrimaryInvertedInteractiveSelectedBase = "rgba(196, 22, 49, 0.87)";
|
|
800
800
|
export const KsTextColorPositiveBase = "#6edb64";
|
|
801
801
|
export const KsTextColorPositiveInteractiveBase = "#6edb64";
|
|
802
802
|
export const KsTextColorPositiveInteractiveHoverBase = "rgba(110, 219, 100, 0.87)";
|