@alfalab/core-components-vars 9.13.0 → 9.14.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.module.d.ts +125 -0
- package/colors-addons.module.js +125 -0
- package/colors-bluetint.module.d.ts +1197 -0
- package/colors-bluetint.module.js +1197 -0
- package/colors-decorative.module.d.ts +612 -0
- package/colors-decorative.module.js +612 -0
- package/colors-indigo.module.d.ts +1195 -0
- package/colors-indigo.module.js +1195 -0
- package/colors-pfm.module.d.ts +60 -0
- package/colors-pfm.module.js +60 -0
- package/colors-qualitative.module.d.ts +128 -0
- package/colors-qualitative.module.js +128 -0
- package/colors-sequential.module.d.ts +192 -0
- package/colors-sequential.module.js +192 -0
- package/colors-students.module.d.ts +2 -0
- package/colors-students.module.js +2 -0
- package/colors-transparent.module.d.ts +26 -0
- package/colors-transparent.module.js +26 -0
- package/colors-x5.module.d.ts +2 -0
- package/colors-x5.module.js +2 -0
- package/colors.module.d.ts +69 -0
- package/colors.module.js +69 -0
- package/cssm/bundle/click.css +1 -0
- package/cssm/bundle/corp.css +1 -0
- package/cssm/bundle/intranet.css +1 -0
- package/cssm/bundle/mobile.css +1 -0
- package/cssm/bundle/site.css +1 -0
- package/cssm/colors-addons.module.d.ts +125 -0
- package/cssm/colors-addons.module.js +125 -0
- package/cssm/colors-bluetint.module.d.ts +1197 -0
- package/cssm/colors-bluetint.module.js +1197 -0
- package/cssm/colors-decorative.module.d.ts +612 -0
- package/cssm/colors-decorative.module.js +612 -0
- package/cssm/colors-indigo.module.d.ts +1195 -0
- package/cssm/colors-indigo.module.js +1195 -0
- package/cssm/colors-pfm.module.d.ts +60 -0
- package/cssm/colors-pfm.module.js +60 -0
- package/cssm/colors-qualitative.module.d.ts +128 -0
- package/cssm/colors-qualitative.module.js +128 -0
- package/cssm/colors-sequential.module.d.ts +192 -0
- package/cssm/colors-sequential.module.js +192 -0
- package/cssm/colors-students.module.d.ts +2 -0
- package/cssm/colors-students.module.js +2 -0
- package/cssm/colors-transparent.module.d.ts +26 -0
- package/cssm/colors-transparent.module.js +26 -0
- package/cssm/colors-x5.module.d.ts +2 -0
- package/cssm/colors-x5.module.js +2 -0
- package/cssm/colors.module.d.ts +69 -0
- package/cssm/colors.module.js +69 -0
- package/cssm/index.css +1 -1
- package/cssm/mixins.css +1 -1
- package/cssm/shadows-bluetint.module.d.ts +20 -0
- package/cssm/shadows-bluetint.module.js +20 -0
- package/cssm/shadows-indigo.module.d.ts +20 -0
- package/cssm/shadows-indigo.module.js +20 -0
- package/esm/colors-addons.module.d.ts +125 -0
- package/esm/colors-addons.module.js +125 -0
- package/esm/colors-bluetint.module.d.ts +1197 -0
- package/esm/colors-bluetint.module.js +1197 -0
- package/esm/colors-decorative.module.d.ts +612 -0
- package/esm/colors-decorative.module.js +612 -0
- package/esm/colors-indigo.module.d.ts +1195 -0
- package/esm/colors-indigo.module.js +1195 -0
- package/esm/colors-pfm.module.d.ts +60 -0
- package/esm/colors-pfm.module.js +60 -0
- package/esm/colors-qualitative.module.d.ts +128 -0
- package/esm/colors-qualitative.module.js +128 -0
- package/esm/colors-sequential.module.d.ts +192 -0
- package/esm/colors-sequential.module.js +192 -0
- package/esm/colors-students.module.d.ts +2 -0
- package/esm/colors-students.module.js +2 -0
- package/esm/colors-transparent.module.d.ts +26 -0
- package/esm/colors-transparent.module.js +26 -0
- package/esm/colors-x5.module.d.ts +2 -0
- package/esm/colors-x5.module.js +2 -0
- package/esm/colors.module.d.ts +69 -0
- package/esm/colors.module.js +69 -0
- package/esm/shadows-bluetint.module.d.ts +20 -0
- package/esm/shadows-bluetint.module.js +20 -0
- package/esm/shadows-indigo.module.d.ts +20 -0
- package/esm/shadows-indigo.module.js +20 -0
- package/mixins.css +7 -1
- package/modern/colors-addons.module.d.ts +125 -0
- package/modern/colors-addons.module.js +125 -0
- package/modern/colors-bluetint.module.d.ts +1197 -0
- package/modern/colors-bluetint.module.js +1197 -0
- package/modern/colors-decorative.module.d.ts +612 -0
- package/modern/colors-decorative.module.js +612 -0
- package/modern/colors-indigo.module.d.ts +1195 -0
- package/modern/colors-indigo.module.js +1195 -0
- package/modern/colors-pfm.module.d.ts +60 -0
- package/modern/colors-pfm.module.js +60 -0
- package/modern/colors-qualitative.module.d.ts +128 -0
- package/modern/colors-qualitative.module.js +128 -0
- package/modern/colors-sequential.module.d.ts +192 -0
- package/modern/colors-sequential.module.js +192 -0
- package/modern/colors-students.module.d.ts +2 -0
- package/modern/colors-students.module.js +2 -0
- package/modern/colors-transparent.module.d.ts +26 -0
- package/modern/colors-transparent.module.js +26 -0
- package/modern/colors-x5.module.d.ts +2 -0
- package/modern/colors-x5.module.js +2 -0
- package/modern/colors.module.d.ts +69 -0
- package/modern/colors.module.js +69 -0
- package/modern/shadows-bluetint.module.d.ts +20 -0
- package/modern/shadows-bluetint.module.js +20 -0
- package/modern/shadows-indigo.module.d.ts +20 -0
- package/modern/shadows-indigo.module.js +20 -0
- package/moderncssm/bundle/click.css +1 -0
- package/moderncssm/bundle/corp.css +1 -0
- package/moderncssm/bundle/intranet.css +1 -0
- package/moderncssm/bundle/mobile.css +1 -0
- package/moderncssm/bundle/site.css +1 -0
- package/moderncssm/colors-addons.module.d.ts +125 -0
- package/moderncssm/colors-addons.module.js +125 -0
- package/moderncssm/colors-bluetint.module.d.ts +1197 -0
- package/moderncssm/colors-bluetint.module.js +1197 -0
- package/moderncssm/colors-decorative.module.d.ts +612 -0
- package/moderncssm/colors-decorative.module.js +612 -0
- package/moderncssm/colors-indigo.module.d.ts +1195 -0
- package/moderncssm/colors-indigo.module.js +1195 -0
- package/moderncssm/colors-pfm.module.d.ts +60 -0
- package/moderncssm/colors-pfm.module.js +60 -0
- package/moderncssm/colors-qualitative.module.d.ts +128 -0
- package/moderncssm/colors-qualitative.module.js +128 -0
- package/moderncssm/colors-sequential.module.d.ts +192 -0
- package/moderncssm/colors-sequential.module.js +192 -0
- package/moderncssm/colors-students.module.d.ts +2 -0
- package/moderncssm/colors-students.module.js +2 -0
- package/moderncssm/colors-transparent.module.d.ts +26 -0
- package/moderncssm/colors-transparent.module.js +26 -0
- package/moderncssm/colors-x5.module.d.ts +2 -0
- package/moderncssm/colors-x5.module.js +2 -0
- package/moderncssm/colors.module.d.ts +69 -0
- package/moderncssm/colors.module.js +69 -0
- package/moderncssm/index.css +1 -1
- package/moderncssm/mixins.css +1 -1
- package/moderncssm/shadows-bluetint.module.d.ts +20 -0
- package/moderncssm/shadows-bluetint.module.js +20 -0
- package/moderncssm/shadows-indigo.module.d.ts +20 -0
- package/moderncssm/shadows-indigo.module.js +20 -0
- package/package.json +1 -1
- package/shadows-bluetint.module.d.ts +20 -0
- package/shadows-bluetint.module.js +20 -0
- package/shadows-indigo.module.d.ts +20 -0
- package/shadows-indigo.module.js +20 -0
- package/src/mixins.css +7 -1
|
@@ -0,0 +1,192 @@
|
|
|
1
|
+
export const colorDarkSequentialBlue1 = "#5388e0";
|
|
2
|
+
export const colorDarkSequentialBlue2 = "#4d75d0";
|
|
3
|
+
export const colorDarkSequentialBlue3 = "#4963b8";
|
|
4
|
+
export const colorDarkSequentialBlue4 = "#3f559e";
|
|
5
|
+
export const colorDarkSequentialBlue5 = "#324682";
|
|
6
|
+
export const colorDarkSequentialBlue6 = "#253969";
|
|
7
|
+
export const colorDarkSequentialBlue7 = "#203056";
|
|
8
|
+
export const colorDarkSequentialBlue8 = "#1b2a4b";
|
|
9
|
+
export const colorDarkSequentialCyan1 = "#3492b9";
|
|
10
|
+
export const colorDarkSequentialCyan2 = "#2482a2";
|
|
11
|
+
export const colorDarkSequentialCyan3 = "#226f8f";
|
|
12
|
+
export const colorDarkSequentialCyan4 = "#215e79";
|
|
13
|
+
export const colorDarkSequentialCyan5 = "#1d4d65";
|
|
14
|
+
export const colorDarkSequentialCyan6 = "#173e54";
|
|
15
|
+
export const colorDarkSequentialCyan7 = "#123547";
|
|
16
|
+
export const colorDarkSequentialCyan8 = "#122e3f";
|
|
17
|
+
export const colorDarkSequentialFuchsia1 = "#da55b4";
|
|
18
|
+
export const colorDarkSequentialFuchsia2 = "#c648a0";
|
|
19
|
+
export const colorDarkSequentialFuchsia3 = "#ad3b8c";
|
|
20
|
+
export const colorDarkSequentialFuchsia4 = "#943379";
|
|
21
|
+
export const colorDarkSequentialFuchsia5 = "#792b60";
|
|
22
|
+
export const colorDarkSequentialFuchsia6 = "#61244c";
|
|
23
|
+
export const colorDarkSequentialFuchsia7 = "#50213f";
|
|
24
|
+
export const colorDarkSequentialFuchsia8 = "#441d35";
|
|
25
|
+
export const colorDarkSequentialGreen1 = "#3b9e4d";
|
|
26
|
+
export const colorDarkSequentialGreen2 = "#358d43";
|
|
27
|
+
export const colorDarkSequentialGreen3 = "#31793b";
|
|
28
|
+
export const colorDarkSequentialGreen4 = "#296633";
|
|
29
|
+
export const colorDarkSequentialGreen5 = "#21522c";
|
|
30
|
+
export const colorDarkSequentialGreen6 = "#1b4225";
|
|
31
|
+
export const colorDarkSequentialGreen7 = "#1a3721";
|
|
32
|
+
export const colorDarkSequentialGreen8 = "#17301e";
|
|
33
|
+
export const colorDarkSequentialIndigo1 = "#8376e3";
|
|
34
|
+
export const colorDarkSequentialIndigo2 = "#7b64d3";
|
|
35
|
+
export const colorDarkSequentialIndigo3 = "#7054be";
|
|
36
|
+
export const colorDarkSequentialIndigo4 = "#5e47a3";
|
|
37
|
+
export const colorDarkSequentialIndigo5 = "#4e3c86";
|
|
38
|
+
export const colorDarkSequentialIndigo6 = "#42326c";
|
|
39
|
+
export const colorDarkSequentialIndigo7 = "#372b56";
|
|
40
|
+
export const colorDarkSequentialIndigo8 = "#2e2547";
|
|
41
|
+
export const colorDarkSequentialJungle1 = "#2a9d74";
|
|
42
|
+
export const colorDarkSequentialJungle2 = "#228c68";
|
|
43
|
+
export const colorDarkSequentialJungle3 = "#19785d";
|
|
44
|
+
export const colorDarkSequentialJungle4 = "#156652";
|
|
45
|
+
export const colorDarkSequentialJungle5 = "#0e5145";
|
|
46
|
+
export const colorDarkSequentialJungle6 = "#134339";
|
|
47
|
+
export const colorDarkSequentialJungle7 = "#133830";
|
|
48
|
+
export const colorDarkSequentialJungle8 = "#103129";
|
|
49
|
+
export const colorDarkSequentialMagenta1 = "#e35583";
|
|
50
|
+
export const colorDarkSequentialMagenta2 = "#cf4773";
|
|
51
|
+
export const colorDarkSequentialMagenta3 = "#b63b62";
|
|
52
|
+
export const colorDarkSequentialMagenta4 = "#9b3252";
|
|
53
|
+
export const colorDarkSequentialMagenta5 = "#7f2d44";
|
|
54
|
+
export const colorDarkSequentialMagenta6 = "#652435";
|
|
55
|
+
export const colorDarkSequentialMagenta7 = "#55202d";
|
|
56
|
+
export const colorDarkSequentialMagenta8 = "#481c26";
|
|
57
|
+
export const colorDarkSequentialOrange1 = "#db8127";
|
|
58
|
+
export const colorDarkSequentialOrange2 = "#c97126";
|
|
59
|
+
export const colorDarkSequentialOrange3 = "#ae6020";
|
|
60
|
+
export const colorDarkSequentialOrange4 = "#944f1c";
|
|
61
|
+
export const colorDarkSequentialOrange5 = "#764017";
|
|
62
|
+
export const colorDarkSequentialOrange6 = "#5f3515";
|
|
63
|
+
export const colorDarkSequentialOrange7 = "#4d2c12";
|
|
64
|
+
export const colorDarkSequentialOrange8 = "#402511";
|
|
65
|
+
export const colorDarkSequentialPistachio1 = "#739823";
|
|
66
|
+
export const colorDarkSequentialPistachio2 = "#66881f";
|
|
67
|
+
export const colorDarkSequentialPistachio3 = "#56761a";
|
|
68
|
+
export const colorDarkSequentialPistachio4 = "#496117";
|
|
69
|
+
export const colorDarkSequentialPistachio5 = "#3d4f13";
|
|
70
|
+
export const colorDarkSequentialPistachio6 = "#314011";
|
|
71
|
+
export const colorDarkSequentialPistachio7 = "#293611";
|
|
72
|
+
export const colorDarkSequentialPistachio8 = "#262e10";
|
|
73
|
+
export const colorDarkSequentialPurple1 = "#ba63d6";
|
|
74
|
+
export const colorDarkSequentialPurple2 = "#aa52c1";
|
|
75
|
+
export const colorDarkSequentialPurple3 = "#9a45ac";
|
|
76
|
+
export const colorDarkSequentialPurple4 = "#823b94";
|
|
77
|
+
export const colorDarkSequentialPurple5 = "#6d3177";
|
|
78
|
+
export const colorDarkSequentialPurple6 = "#59275d";
|
|
79
|
+
export const colorDarkSequentialPurple7 = "#4a234c";
|
|
80
|
+
export const colorDarkSequentialPurple8 = "#411c42";
|
|
81
|
+
export const colorDarkSequentialRed1 = "#ec5742";
|
|
82
|
+
export const colorDarkSequentialRed2 = "#db4933";
|
|
83
|
+
export const colorDarkSequentialRed3 = "#c23d2e";
|
|
84
|
+
export const colorDarkSequentialRed4 = "#a4352b";
|
|
85
|
+
export const colorDarkSequentialRed5 = "#862d26";
|
|
86
|
+
export const colorDarkSequentialRed6 = "#6a2623";
|
|
87
|
+
export const colorDarkSequentialRed7 = "#54211e";
|
|
88
|
+
export const colorDarkSequentialRed8 = "#461d1c";
|
|
89
|
+
export const colorDarkSequentialTeal1 = "#139c99";
|
|
90
|
+
export const colorDarkSequentialTeal2 = "#158886";
|
|
91
|
+
export const colorDarkSequentialTeal3 = "#137575";
|
|
92
|
+
export const colorDarkSequentialTeal4 = "#116062";
|
|
93
|
+
export const colorDarkSequentialTeal5 = "#185054";
|
|
94
|
+
export const colorDarkSequentialTeal6 = "#164148";
|
|
95
|
+
export const colorDarkSequentialTeal7 = "#11383e";
|
|
96
|
+
export const colorDarkSequentialTeal8 = "#0e2f35";
|
|
97
|
+
export const colorLightSequentialBlue1 = "#4d75d0";
|
|
98
|
+
export const colorLightSequentialBlue2 = "#5388e0";
|
|
99
|
+
export const colorLightSequentialBlue3 = "#71a5f2";
|
|
100
|
+
export const colorLightSequentialBlue4 = "#82b5f6";
|
|
101
|
+
export const colorLightSequentialBlue5 = "#abceff";
|
|
102
|
+
export const colorLightSequentialBlue6 = "#c0dbff";
|
|
103
|
+
export const colorLightSequentialBlue7 = "#d6e6fe";
|
|
104
|
+
export const colorLightSequentialBlue8 = "#e5f0fe";
|
|
105
|
+
export const colorLightSequentialCyan1 = "#2482a2";
|
|
106
|
+
export const colorLightSequentialCyan2 = "#3492b9";
|
|
107
|
+
export const colorLightSequentialCyan3 = "#51b1d7";
|
|
108
|
+
export const colorLightSequentialCyan4 = "#5ebee1";
|
|
109
|
+
export const colorLightSequentialCyan5 = "#8ad4f3";
|
|
110
|
+
export const colorLightSequentialCyan6 = "#a9e1f6";
|
|
111
|
+
export const colorLightSequentialCyan7 = "#c7ebfa";
|
|
112
|
+
export const colorLightSequentialCyan8 = "#def5ff";
|
|
113
|
+
export const colorLightSequentialFuchsia1 = "#c648a0";
|
|
114
|
+
export const colorLightSequentialFuchsia2 = "#da55b4";
|
|
115
|
+
export const colorLightSequentialFuchsia3 = "#f278ca";
|
|
116
|
+
export const colorLightSequentialFuchsia4 = "#f68ed3";
|
|
117
|
+
export const colorLightSequentialFuchsia5 = "#fdb1e4";
|
|
118
|
+
export const colorLightSequentialFuchsia6 = "#fdc7f1";
|
|
119
|
+
export const colorLightSequentialFuchsia7 = "#ffdafa";
|
|
120
|
+
export const colorLightSequentialFuchsia8 = "#ffe9fc";
|
|
121
|
+
export const colorLightSequentialGreen1 = "#358d43";
|
|
122
|
+
export const colorLightSequentialGreen2 = "#3b9e4d";
|
|
123
|
+
export const colorLightSequentialGreen3 = "#5abd69";
|
|
124
|
+
export const colorLightSequentialGreen4 = "#6aca7a";
|
|
125
|
+
export const colorLightSequentialGreen5 = "#8ee29c";
|
|
126
|
+
export const colorLightSequentialGreen6 = "#a8ecb5";
|
|
127
|
+
export const colorLightSequentialGreen7 = "#c2f3cc";
|
|
128
|
+
export const colorLightSequentialGreen8 = "#dafae2";
|
|
129
|
+
export const colorLightSequentialIndigo1 = "#7b64d3";
|
|
130
|
+
export const colorLightSequentialIndigo2 = "#8376e3";
|
|
131
|
+
export const colorLightSequentialIndigo3 = "#9b95f2";
|
|
132
|
+
export const colorLightSequentialIndigo4 = "#a7a7f7";
|
|
133
|
+
export const colorLightSequentialIndigo5 = "#bfc4fe";
|
|
134
|
+
export const colorLightSequentialIndigo6 = "#ccd5ff";
|
|
135
|
+
export const colorLightSequentialIndigo7 = "#e1e4ff";
|
|
136
|
+
export const colorLightSequentialIndigo8 = "#eeedff";
|
|
137
|
+
export const colorLightSequentialJungle1 = "#228c68";
|
|
138
|
+
export const colorLightSequentialJungle2 = "#2a9d74";
|
|
139
|
+
export const colorLightSequentialJungle3 = "#40ba93";
|
|
140
|
+
export const colorLightSequentialJungle4 = "#53c9a4";
|
|
141
|
+
export const colorLightSequentialJungle5 = "#7de1c0";
|
|
142
|
+
export const colorLightSequentialJungle6 = "#9becd3";
|
|
143
|
+
export const colorLightSequentialJungle7 = "#b8f3e2";
|
|
144
|
+
export const colorLightSequentialJungle8 = "#d5fbee";
|
|
145
|
+
export const colorLightSequentialMagenta1 = "#cf4773";
|
|
146
|
+
export const colorLightSequentialMagenta2 = "#e35583";
|
|
147
|
+
export const colorLightSequentialMagenta3 = "#f8789e";
|
|
148
|
+
export const colorLightSequentialMagenta4 = "#fc8fb0";
|
|
149
|
+
export const colorLightSequentialMagenta5 = "#fcb2c6";
|
|
150
|
+
export const colorLightSequentialMagenta6 = "#ffc9dc";
|
|
151
|
+
export const colorLightSequentialMagenta7 = "#ffdce5";
|
|
152
|
+
export const colorLightSequentialMagenta8 = "#ffeaee";
|
|
153
|
+
export const colorLightSequentialOrange1 = "#c97126";
|
|
154
|
+
export const colorLightSequentialOrange2 = "#db8127";
|
|
155
|
+
export const colorLightSequentialOrange3 = "#f29b3e";
|
|
156
|
+
export const colorLightSequentialOrange4 = "#f6a850";
|
|
157
|
+
export const colorLightSequentialOrange5 = "#fdc17a";
|
|
158
|
+
export const colorLightSequentialOrange6 = "#fdd39a";
|
|
159
|
+
export const colorLightSequentialOrange7 = "#ffe3bc";
|
|
160
|
+
export const colorLightSequentialOrange8 = "#ffefd9";
|
|
161
|
+
export const colorLightSequentialPistachio1 = "#66881f";
|
|
162
|
+
export const colorLightSequentialPistachio2 = "#739823";
|
|
163
|
+
export const colorLightSequentialPistachio3 = "#8eb43c";
|
|
164
|
+
export const colorLightSequentialPistachio4 = "#9cc350";
|
|
165
|
+
export const colorLightSequentialPistachio5 = "#b6db76";
|
|
166
|
+
export const colorLightSequentialPistachio6 = "#c7e793";
|
|
167
|
+
export const colorLightSequentialPistachio7 = "#d7f0b1";
|
|
168
|
+
export const colorLightSequentialPistachio8 = "#e5f9ce";
|
|
169
|
+
export const colorLightSequentialPurple1 = "#aa52c1";
|
|
170
|
+
export const colorLightSequentialPurple2 = "#ba63d6";
|
|
171
|
+
export const colorLightSequentialPurple3 = "#d086ec";
|
|
172
|
+
export const colorLightSequentialPurple4 = "#d899f0";
|
|
173
|
+
export const colorLightSequentialPurple5 = "#e5bcfa";
|
|
174
|
+
export const colorLightSequentialPurple6 = "#e9cdfd";
|
|
175
|
+
export const colorLightSequentialPurple7 = "#f1dfff";
|
|
176
|
+
export const colorLightSequentialPurple8 = "#faebff";
|
|
177
|
+
export const colorLightSequentialRed1 = "#db4933";
|
|
178
|
+
export const colorLightSequentialRed2 = "#ec5742";
|
|
179
|
+
export const colorLightSequentialRed3 = "#fe7961";
|
|
180
|
+
export const colorLightSequentialRed4 = "#fc8e7b";
|
|
181
|
+
export const colorLightSequentialRed5 = "#fcb1a7";
|
|
182
|
+
export const colorLightSequentialRed6 = "#ffc8c4";
|
|
183
|
+
export const colorLightSequentialRed7 = "#ffdad9";
|
|
184
|
+
export const colorLightSequentialRed8 = "#ffebeb";
|
|
185
|
+
export const colorLightSequentialTeal1 = "#158886";
|
|
186
|
+
export const colorLightSequentialTeal2 = "#139c99";
|
|
187
|
+
export const colorLightSequentialTeal3 = "#37b9bb";
|
|
188
|
+
export const colorLightSequentialTeal4 = "#4ac5c7";
|
|
189
|
+
export const colorLightSequentialTeal5 = "#75dddf";
|
|
190
|
+
export const colorLightSequentialTeal6 = "#98e9e9";
|
|
191
|
+
export const colorLightSequentialTeal7 = "#b9f1f3";
|
|
192
|
+
export const colorLightSequentialTeal8 = "#d6f8f9";
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
export const colorDynamicNulled: "rgba(0, 0, 0, 0)";
|
|
2
|
+
export const colorDynamicPrimaryDark: "rgba(0, 0, 0, 0.8)";
|
|
3
|
+
export const colorDynamicPrimaryLight: "rgba(255, 255, 255, 0.8)";
|
|
4
|
+
export const colorDynamicQuaternaryDark: "rgba(0, 0, 0, 0.32)";
|
|
5
|
+
export const colorDynamicQuaternaryLight: "rgba(255, 255, 255, 0.32)";
|
|
6
|
+
export const colorDynamicQuinaryDark: "rgba(0, 0, 0, 0.16)";
|
|
7
|
+
export const colorDynamicQuinaryLight: "rgba(255, 255, 255, 0.16)";
|
|
8
|
+
export const colorDynamicSecondaryDark: "rgba(0, 0, 0, 0.64)";
|
|
9
|
+
export const colorDynamicSecondaryLight: "rgba(255, 255, 255, 0.64)";
|
|
10
|
+
export const colorDynamicSenaryDark: "rgba(0, 0, 0, 0.12)";
|
|
11
|
+
export const colorDynamicSenaryLight: "rgba(255, 255, 255, 0.12)";
|
|
12
|
+
export const colorDynamicTertiaryDark: "rgba(0, 0, 0, 0.48)";
|
|
13
|
+
export const colorDynamicTertiaryLight: "rgba(255, 255, 255, 0.48)";
|
|
14
|
+
export const colorStaticNulled: "rgba(0, 0, 0, 0)";
|
|
15
|
+
export const colorStaticPrimaryDark: "rgba(0, 0, 0, 0.8)";
|
|
16
|
+
export const colorStaticPrimaryLight: "rgba(255, 255, 255, 0.8)";
|
|
17
|
+
export const colorStaticQuaternaryDark: "rgba(0, 0, 0, 0.32)";
|
|
18
|
+
export const colorStaticQuaternaryLight: "rgba(255, 255, 255, 0.32)";
|
|
19
|
+
export const colorStaticQuinaryDark: "rgba(0, 0, 0, 0.16)";
|
|
20
|
+
export const colorStaticQuinaryLight: "rgba(255, 255, 255, 0.16)";
|
|
21
|
+
export const colorStaticSecondaryDark: "rgba(0, 0, 0, 0.64)";
|
|
22
|
+
export const colorStaticSecondaryLight: "rgba(255, 255, 255, 0.64)";
|
|
23
|
+
export const colorStaticSenaryDark: "rgba(0, 0, 0, 0.12)";
|
|
24
|
+
export const colorStaticSenaryLight: "rgba(255, 255, 255, 0.12)";
|
|
25
|
+
export const colorStaticTertiaryDark: "rgba(0, 0, 0, 0.48)";
|
|
26
|
+
export const colorStaticTertiaryLight: "rgba(255, 255, 255, 0.48)";
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
export const colorDynamicNulled = "rgba(0, 0, 0, 0)";
|
|
2
|
+
export const colorDynamicPrimaryDark = "rgba(0, 0, 0, 0.8)";
|
|
3
|
+
export const colorDynamicPrimaryLight = "rgba(255, 255, 255, 0.8)";
|
|
4
|
+
export const colorDynamicQuaternaryDark = "rgba(0, 0, 0, 0.32)";
|
|
5
|
+
export const colorDynamicQuaternaryLight = "rgba(255, 255, 255, 0.32)";
|
|
6
|
+
export const colorDynamicQuinaryDark = "rgba(0, 0, 0, 0.16)";
|
|
7
|
+
export const colorDynamicQuinaryLight = "rgba(255, 255, 255, 0.16)";
|
|
8
|
+
export const colorDynamicSecondaryDark = "rgba(0, 0, 0, 0.64)";
|
|
9
|
+
export const colorDynamicSecondaryLight = "rgba(255, 255, 255, 0.64)";
|
|
10
|
+
export const colorDynamicSenaryDark = "rgba(0, 0, 0, 0.12)";
|
|
11
|
+
export const colorDynamicSenaryLight = "rgba(255, 255, 255, 0.12)";
|
|
12
|
+
export const colorDynamicTertiaryDark = "rgba(0, 0, 0, 0.48)";
|
|
13
|
+
export const colorDynamicTertiaryLight = "rgba(255, 255, 255, 0.48)";
|
|
14
|
+
export const colorStaticNulled = "rgba(0, 0, 0, 0)";
|
|
15
|
+
export const colorStaticPrimaryDark = "rgba(0, 0, 0, 0.8)";
|
|
16
|
+
export const colorStaticPrimaryLight = "rgba(255, 255, 255, 0.8)";
|
|
17
|
+
export const colorStaticQuaternaryDark = "rgba(0, 0, 0, 0.32)";
|
|
18
|
+
export const colorStaticQuaternaryLight = "rgba(255, 255, 255, 0.32)";
|
|
19
|
+
export const colorStaticQuinaryDark = "rgba(0, 0, 0, 0.16)";
|
|
20
|
+
export const colorStaticQuinaryLight = "rgba(255, 255, 255, 0.16)";
|
|
21
|
+
export const colorStaticSecondaryDark = "rgba(0, 0, 0, 0.64)";
|
|
22
|
+
export const colorStaticSecondaryLight = "rgba(255, 255, 255, 0.64)";
|
|
23
|
+
export const colorStaticSenaryDark = "rgba(0, 0, 0, 0.12)";
|
|
24
|
+
export const colorStaticSenaryLight = "rgba(255, 255, 255, 0.12)";
|
|
25
|
+
export const colorStaticTertiaryDark = "rgba(0, 0, 0, 0.48)";
|
|
26
|
+
export const colorStaticTertiaryLight = "rgba(255, 255, 255, 0.48)";
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
export const colorDarkIndigo: "#0b1f35";
|
|
2
|
+
export const colorDarkIndigo60: "rgba(11, 31, 53, 0.6)";
|
|
3
|
+
export const colorDarkIndigo30: "rgba(11, 31, 53, 0.3)";
|
|
4
|
+
export const colorDarkIndigo15: "rgba(11, 31, 53, 0.15)";
|
|
5
|
+
export const colorDarkIndigo10: "rgba(11, 31, 53, 0.1)";
|
|
6
|
+
export const colorDarkIndigo07: "rgba(11, 31, 53, 0.07)";
|
|
7
|
+
export const colorDarkIndigo05: "rgba(11, 31, 53, 0.05)";
|
|
8
|
+
export const colorDarkIndigo60Flat: "#6d7986";
|
|
9
|
+
export const colorDarkIndigo30Flat: "#b6bcc3";
|
|
10
|
+
export const colorDarkIndigo15Flat: "#dbdee1";
|
|
11
|
+
export const colorDarkIndigo10Flat: "#e7e9eb";
|
|
12
|
+
export const colorDarkIndigo07Flat: "#eeeff1";
|
|
13
|
+
export const colorDarkIndigo05Flat: "#f3f4f5";
|
|
14
|
+
export const colorRedBrand: "#ef3124";
|
|
15
|
+
export const colorRedBrand85: "rgba(239, 49, 36, 0.85)";
|
|
16
|
+
export const colorRedBrand70: "rgba(239, 49, 36, 0.7)";
|
|
17
|
+
export const colorRedBrand50: "rgba(239, 49, 36, 0.5)";
|
|
18
|
+
export const colorRedBrand30: "rgba(239, 49, 36, 0.3)";
|
|
19
|
+
export const colorRedBrand20: "rgba(239, 49, 36, 0.2)";
|
|
20
|
+
export const colorRedBrand10: "rgba(239, 49, 36, 0.1)";
|
|
21
|
+
export const colorRedBrand85Flat: "#f15045";
|
|
22
|
+
export const colorRedBrand70Flat: "#f46f66";
|
|
23
|
+
export const colorRedBrand50Flat: "#f69791";
|
|
24
|
+
export const colorRedBrand30Flat: "#fbc2bd";
|
|
25
|
+
export const colorRedBrand20Flat: "#fcd6d3";
|
|
26
|
+
export const colorRedBrand10Flat: "#feebea";
|
|
27
|
+
export const colorRedBrand05Flat: "#fef5f4";
|
|
28
|
+
export const colorRedDark: "#d91d0b";
|
|
29
|
+
export const colorRedError: "#ff5c5c";
|
|
30
|
+
export const colorGreenText: "#13a463";
|
|
31
|
+
export const colorGreenText60: "rgba(19, 164, 99, 0.6)";
|
|
32
|
+
export const colorGreenText60Flat: "#71c8a1";
|
|
33
|
+
export const colorGreenDone: "#2fc26e";
|
|
34
|
+
export const colorGreenDone20: "rgba(47, 194, 110, 0.2)";
|
|
35
|
+
export const colorGreenDone10: "rgba(47, 194, 110, 0.1)";
|
|
36
|
+
export const colorGreenDone05: "rgba(47, 194, 110, 0.05)";
|
|
37
|
+
export const colorGreenDone20Flat: "#d5f3e2";
|
|
38
|
+
export const colorGreenDone10Flat: "#ebf9f1";
|
|
39
|
+
export const colorGreenDone05Flat: "#f4fcf7";
|
|
40
|
+
export const colorBlueAction: "#0e60b9";
|
|
41
|
+
export const colorBlueSwipeA: "#2670c6";
|
|
42
|
+
export const colorBlueSwipeB: "#3781d8";
|
|
43
|
+
export const colorBlueSwipeC: "#4a90e2";
|
|
44
|
+
export const colorBlueLinkMobile: "#007aff";
|
|
45
|
+
export const colorBlueLinkMobile10: "rgba(0, 122, 255, 0.1)";
|
|
46
|
+
export const colorBlueLinkMobile10Flat: "#e6f2ff";
|
|
47
|
+
export const colorBlueLinkWeb: "#0f62fe";
|
|
48
|
+
export const colorSand: "#f6bf65";
|
|
49
|
+
export const colorLavender: "#8888ad";
|
|
50
|
+
export const colorAmethyst: "#a489aa";
|
|
51
|
+
export const colorBlack: "#000";
|
|
52
|
+
export const colorBlack60: "rgba(0, 0, 0, 0.6)";
|
|
53
|
+
export const colorBlack30: "rgba(0, 0, 0, 0.3)";
|
|
54
|
+
export const colorBlack10: "rgba(0, 0, 0, 0.1)";
|
|
55
|
+
export const colorBlack60Flat: "#666";
|
|
56
|
+
export const colorBlack30Flat: "#b3b3b3";
|
|
57
|
+
export const colorBlack10Flat: "#e6e6e6";
|
|
58
|
+
export const colorWhite: "#fff";
|
|
59
|
+
export const colorWhite60: "rgba(255, 255, 255, 0.6)";
|
|
60
|
+
export const colorWhite30: "rgba(255, 255, 255, 0.3)";
|
|
61
|
+
export const colorWhite10: "rgba(255, 255, 255, 0.1)";
|
|
62
|
+
export const colorBgCorporate: "#212a33";
|
|
63
|
+
export const colorBgCorporate90: "rgba(33, 42, 51, 0.9)";
|
|
64
|
+
export const colorBgCorporate60: "rgba(33, 42, 51, 0.6)";
|
|
65
|
+
export const colorBgCorporate30: "rgba(33, 42, 51, 0.3)";
|
|
66
|
+
export const colorBgCorporate90Flat: "#384048";
|
|
67
|
+
export const colorBgCorporate60Flat: "#7a7f85";
|
|
68
|
+
export const colorBgCorporate30Flat: "#bdc0c2";
|
|
69
|
+
export const colorLightBlue: "#f5f7f9";
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
export const colorDarkIndigo = "#0b1f35";
|
|
2
|
+
export const colorDarkIndigo60 = "rgba(11, 31, 53, 0.6)";
|
|
3
|
+
export const colorDarkIndigo30 = "rgba(11, 31, 53, 0.3)";
|
|
4
|
+
export const colorDarkIndigo15 = "rgba(11, 31, 53, 0.15)";
|
|
5
|
+
export const colorDarkIndigo10 = "rgba(11, 31, 53, 0.1)";
|
|
6
|
+
export const colorDarkIndigo07 = "rgba(11, 31, 53, 0.07)";
|
|
7
|
+
export const colorDarkIndigo05 = "rgba(11, 31, 53, 0.05)";
|
|
8
|
+
export const colorDarkIndigo60Flat = "#6d7986";
|
|
9
|
+
export const colorDarkIndigo30Flat = "#b6bcc3";
|
|
10
|
+
export const colorDarkIndigo15Flat = "#dbdee1";
|
|
11
|
+
export const colorDarkIndigo10Flat = "#e7e9eb";
|
|
12
|
+
export const colorDarkIndigo07Flat = "#eeeff1";
|
|
13
|
+
export const colorDarkIndigo05Flat = "#f3f4f5";
|
|
14
|
+
export const colorRedBrand = "#ef3124";
|
|
15
|
+
export const colorRedBrand85 = "rgba(239, 49, 36, 0.85)";
|
|
16
|
+
export const colorRedBrand70 = "rgba(239, 49, 36, 0.7)";
|
|
17
|
+
export const colorRedBrand50 = "rgba(239, 49, 36, 0.5)";
|
|
18
|
+
export const colorRedBrand30 = "rgba(239, 49, 36, 0.3)";
|
|
19
|
+
export const colorRedBrand20 = "rgba(239, 49, 36, 0.2)";
|
|
20
|
+
export const colorRedBrand10 = "rgba(239, 49, 36, 0.1)";
|
|
21
|
+
export const colorRedBrand85Flat = "#f15045";
|
|
22
|
+
export const colorRedBrand70Flat = "#f46f66";
|
|
23
|
+
export const colorRedBrand50Flat = "#f69791";
|
|
24
|
+
export const colorRedBrand30Flat = "#fbc2bd";
|
|
25
|
+
export const colorRedBrand20Flat = "#fcd6d3";
|
|
26
|
+
export const colorRedBrand10Flat = "#feebea";
|
|
27
|
+
export const colorRedBrand05Flat = "#fef5f4";
|
|
28
|
+
export const colorRedDark = "#d91d0b";
|
|
29
|
+
export const colorRedError = "#ff5c5c";
|
|
30
|
+
export const colorGreenText = "#13a463";
|
|
31
|
+
export const colorGreenText60 = "rgba(19, 164, 99, 0.6)";
|
|
32
|
+
export const colorGreenText60Flat = "#71c8a1";
|
|
33
|
+
export const colorGreenDone = "#2fc26e";
|
|
34
|
+
export const colorGreenDone20 = "rgba(47, 194, 110, 0.2)";
|
|
35
|
+
export const colorGreenDone10 = "rgba(47, 194, 110, 0.1)";
|
|
36
|
+
export const colorGreenDone05 = "rgba(47, 194, 110, 0.05)";
|
|
37
|
+
export const colorGreenDone20Flat = "#d5f3e2";
|
|
38
|
+
export const colorGreenDone10Flat = "#ebf9f1";
|
|
39
|
+
export const colorGreenDone05Flat = "#f4fcf7";
|
|
40
|
+
export const colorBlueAction = "#0e60b9";
|
|
41
|
+
export const colorBlueSwipeA = "#2670c6";
|
|
42
|
+
export const colorBlueSwipeB = "#3781d8";
|
|
43
|
+
export const colorBlueSwipeC = "#4a90e2";
|
|
44
|
+
export const colorBlueLinkMobile = "#007aff";
|
|
45
|
+
export const colorBlueLinkMobile10 = "rgba(0, 122, 255, 0.1)";
|
|
46
|
+
export const colorBlueLinkMobile10Flat = "#e6f2ff";
|
|
47
|
+
export const colorBlueLinkWeb = "#0f62fe";
|
|
48
|
+
export const colorSand = "#f6bf65";
|
|
49
|
+
export const colorLavender = "#8888ad";
|
|
50
|
+
export const colorAmethyst = "#a489aa";
|
|
51
|
+
export const colorBlack = "#000";
|
|
52
|
+
export const colorBlack60 = "rgba(0, 0, 0, 0.6)";
|
|
53
|
+
export const colorBlack30 = "rgba(0, 0, 0, 0.3)";
|
|
54
|
+
export const colorBlack10 = "rgba(0, 0, 0, 0.1)";
|
|
55
|
+
export const colorBlack60Flat = "#666";
|
|
56
|
+
export const colorBlack30Flat = "#b3b3b3";
|
|
57
|
+
export const colorBlack10Flat = "#e6e6e6";
|
|
58
|
+
export const colorWhite = "#fff";
|
|
59
|
+
export const colorWhite60 = "rgba(255, 255, 255, 0.6)";
|
|
60
|
+
export const colorWhite30 = "rgba(255, 255, 255, 0.3)";
|
|
61
|
+
export const colorWhite10 = "rgba(255, 255, 255, 0.1)";
|
|
62
|
+
export const colorBgCorporate = "#212a33";
|
|
63
|
+
export const colorBgCorporate90 = "rgba(33, 42, 51, 0.9)";
|
|
64
|
+
export const colorBgCorporate60 = "rgba(33, 42, 51, 0.6)";
|
|
65
|
+
export const colorBgCorporate30 = "rgba(33, 42, 51, 0.3)";
|
|
66
|
+
export const colorBgCorporate90Flat = "#384048";
|
|
67
|
+
export const colorBgCorporate60Flat = "#7a7f85";
|
|
68
|
+
export const colorBgCorporate30Flat = "#bdc0c2";
|
|
69
|
+
export const colorLightBlue = "#f5f7f9";
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
export const shadowXs: "0 4px 8px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04)";
|
|
2
|
+
export const shadowS: "0 12px 16px rgba(0, 0, 0, 0.04), 0 4px 8px rgba(0, 0, 0, 0.04),\n 0 0 1px rgba(0, 0, 0, 0.04)";
|
|
3
|
+
export const shadowM: "0 20px 24px rgba(0, 0, 0, 0.08), 0 12px 16px rgba(0, 0, 0, 0.04),\n 0 4px 8px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04)";
|
|
4
|
+
export const shadowL: "0 24px 32px rgba(0, 0, 0, 0.08), 0 20px 24px rgba(0, 0, 0, 0.08),\n 0 12px 16px rgba(0, 0, 0, 0.04), 0 4px 8px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04)";
|
|
5
|
+
export const shadowXl: "0 32px 40px rgba(0, 0, 0, 0.08), 0 24px 32px rgba(0, 0, 0, 0.08),\n 0 20px 24px rgba(0, 0, 0, 0.08), 0 12px 16px rgba(0, 0, 0, 0.04),\n 0 4px 8px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04)";
|
|
6
|
+
export const shadowXsHard: "0 4px 8px rgba(0, 0, 0, 0.16), 0 0 1px rgba(0, 0, 0, 0.16)";
|
|
7
|
+
export const shadowSHard: "0 12px 16px rgba(0, 0, 0, 0.16), 0 4px 8px rgba(0, 0, 0, 0.16),\n 0 0 1px rgba(0, 0, 0, 0.16)";
|
|
8
|
+
export const shadowMHard: "0 20px 24px rgba(0, 0, 0, 0.2), 0 12px 16px rgba(0, 0, 0, 0.16),\n 0 4px 8px rgba(0, 0, 0, 0.16), 0 0 1px rgba(0, 0, 0, 0.16)";
|
|
9
|
+
export const shadowLHard: "0 24px 32px rgba(0, 0, 0, 0.2), 0 20px 24px rgba(0, 0, 0, 0.2),\n 0 12px 16px rgba(0, 0, 0, 0.16), 0 4px 8px rgba(0, 0, 0, 0.16), 0 0 1px rgba(0, 0, 0, 0.16)";
|
|
10
|
+
export const shadowXlHard: "0 32px 40px rgba(0, 0, 0, 0.2), 0 24px 32px rgba(0, 0, 0, 0.2),\n 0 20px 24px rgba(0, 0, 0, 0.2), 0 12px 16px rgba(0, 0, 0, 0.16),\n 0 4px 8px rgba(0, 0, 0, 0.16), 0 0 1px rgba(0, 0, 0, 0.16)";
|
|
11
|
+
export const shadowXsUp: "0 0 4px rgba(0, 0, 0, 0.02), 0 -2px 4px rgba(0, 0, 0, 0.04)";
|
|
12
|
+
export const shadowSUp: "0 0 8px rgba(0, 0, 0, 0.04), 0 -4px 8px rgba(0, 0, 0, 0.08)";
|
|
13
|
+
export const shadowMUp: "0 0 16px rgba(0, 0, 0, 0.08), 0 -8px 16px rgba(0, 0, 0, 0.16)";
|
|
14
|
+
export const shadowLUp: "0 0 24px rgba(0, 0, 0, 0.12), 0 -12px 24px rgba(0, 0, 0, 0.24)";
|
|
15
|
+
export const shadowXlUp: "0 0 32px rgba(0, 0, 0, 0.16), 0 -16px 32px rgba(0, 0, 0, 0.32)";
|
|
16
|
+
export const shadowXsHardUp: "0 0 4px rgba(0, 0, 0, 0.02), 0 -2px 4px rgba(0, 0, 0, 0.04),\n 0 -2px 4px rgba(0, 0, 0, 0.16)";
|
|
17
|
+
export const shadowSHardUp: "0 0 8px rgba(0, 0, 0, 0.04), 0 -4px 8px rgba(0, 0, 0, 0.08),\n 0 -4px 8px rgba(0, 0, 0, 0.16)";
|
|
18
|
+
export const shadowMHardUp: "0 0 16px rgba(0, 0, 0, 0.08), 0 -8px 16px rgba(0, 0, 0, 0.16),\n 0 -8px 16px rgba(0, 0, 0, 0.16)";
|
|
19
|
+
export const shadowLHardUp: "0 0 24px rgba(0, 0, 0, 0.12), 0 -12px 24px rgba(0, 0, 0, 0.24),\n 0 -12px 24px rgba(0, 0, 0, 0.16)";
|
|
20
|
+
export const shadowXlHardUp: "0 0 32px rgba(0, 0, 0, 0.16), 0 -16px 32px rgba(0, 0, 0, 0.32),\n 0 -16px 32px rgba(0, 0, 0, 0.16)";
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
export const shadowXs = "0 4px 8px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04)";
|
|
2
|
+
export const shadowS = "0 12px 16px rgba(0, 0, 0, 0.04), 0 4px 8px rgba(0, 0, 0, 0.04),\n 0 0 1px rgba(0, 0, 0, 0.04)";
|
|
3
|
+
export const shadowM = "0 20px 24px rgba(0, 0, 0, 0.08), 0 12px 16px rgba(0, 0, 0, 0.04),\n 0 4px 8px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04)";
|
|
4
|
+
export const shadowL = "0 24px 32px rgba(0, 0, 0, 0.08), 0 20px 24px rgba(0, 0, 0, 0.08),\n 0 12px 16px rgba(0, 0, 0, 0.04), 0 4px 8px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04)";
|
|
5
|
+
export const shadowXl = "0 32px 40px rgba(0, 0, 0, 0.08), 0 24px 32px rgba(0, 0, 0, 0.08),\n 0 20px 24px rgba(0, 0, 0, 0.08), 0 12px 16px rgba(0, 0, 0, 0.04),\n 0 4px 8px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04)";
|
|
6
|
+
export const shadowXsHard = "0 4px 8px rgba(0, 0, 0, 0.16), 0 0 1px rgba(0, 0, 0, 0.16)";
|
|
7
|
+
export const shadowSHard = "0 12px 16px rgba(0, 0, 0, 0.16), 0 4px 8px rgba(0, 0, 0, 0.16),\n 0 0 1px rgba(0, 0, 0, 0.16)";
|
|
8
|
+
export const shadowMHard = "0 20px 24px rgba(0, 0, 0, 0.2), 0 12px 16px rgba(0, 0, 0, 0.16),\n 0 4px 8px rgba(0, 0, 0, 0.16), 0 0 1px rgba(0, 0, 0, 0.16)";
|
|
9
|
+
export const shadowLHard = "0 24px 32px rgba(0, 0, 0, 0.2), 0 20px 24px rgba(0, 0, 0, 0.2),\n 0 12px 16px rgba(0, 0, 0, 0.16), 0 4px 8px rgba(0, 0, 0, 0.16), 0 0 1px rgba(0, 0, 0, 0.16)";
|
|
10
|
+
export const shadowXlHard = "0 32px 40px rgba(0, 0, 0, 0.2), 0 24px 32px rgba(0, 0, 0, 0.2),\n 0 20px 24px rgba(0, 0, 0, 0.2), 0 12px 16px rgba(0, 0, 0, 0.16),\n 0 4px 8px rgba(0, 0, 0, 0.16), 0 0 1px rgba(0, 0, 0, 0.16)";
|
|
11
|
+
export const shadowXsUp = "0 0 4px rgba(0, 0, 0, 0.02), 0 -2px 4px rgba(0, 0, 0, 0.04)";
|
|
12
|
+
export const shadowSUp = "0 0 8px rgba(0, 0, 0, 0.04), 0 -4px 8px rgba(0, 0, 0, 0.08)";
|
|
13
|
+
export const shadowMUp = "0 0 16px rgba(0, 0, 0, 0.08), 0 -8px 16px rgba(0, 0, 0, 0.16)";
|
|
14
|
+
export const shadowLUp = "0 0 24px rgba(0, 0, 0, 0.12), 0 -12px 24px rgba(0, 0, 0, 0.24)";
|
|
15
|
+
export const shadowXlUp = "0 0 32px rgba(0, 0, 0, 0.16), 0 -16px 32px rgba(0, 0, 0, 0.32)";
|
|
16
|
+
export const shadowXsHardUp = "0 0 4px rgba(0, 0, 0, 0.02), 0 -2px 4px rgba(0, 0, 0, 0.04),\n 0 -2px 4px rgba(0, 0, 0, 0.16)";
|
|
17
|
+
export const shadowSHardUp = "0 0 8px rgba(0, 0, 0, 0.04), 0 -4px 8px rgba(0, 0, 0, 0.08),\n 0 -4px 8px rgba(0, 0, 0, 0.16)";
|
|
18
|
+
export const shadowMHardUp = "0 0 16px rgba(0, 0, 0, 0.08), 0 -8px 16px rgba(0, 0, 0, 0.16),\n 0 -8px 16px rgba(0, 0, 0, 0.16)";
|
|
19
|
+
export const shadowLHardUp = "0 0 24px rgba(0, 0, 0, 0.12), 0 -12px 24px rgba(0, 0, 0, 0.24),\n 0 -12px 24px rgba(0, 0, 0, 0.16)";
|
|
20
|
+
export const shadowXlHardUp = "0 0 32px rgba(0, 0, 0, 0.16), 0 -16px 32px rgba(0, 0, 0, 0.32),\n 0 -16px 32px rgba(0, 0, 0, 0.16)";
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
export const shadowXs: "0 0 4px rgba(11, 31, 53, 0.02), 0 2px 4px rgba(11, 31, 53, 0.04)";
|
|
2
|
+
export const shadowS: "0 0 8px rgba(11, 31, 53, 0.04), 0 4px 8px rgba(11, 31, 53, 0.08)";
|
|
3
|
+
export const shadowM: "0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16)";
|
|
4
|
+
export const shadowL: "0 0 24px rgba(11, 31, 53, 0.12), 0 12px 24px rgba(11, 31, 53, 0.24)";
|
|
5
|
+
export const shadowXl: "0 0 32px rgba(11, 31, 53, 0.16), 0 16px 32px rgba(11, 31, 53, 0.32)";
|
|
6
|
+
export const shadowXsHard: "0 0 4px rgba(11, 31, 53, 0.02), 0 2px 4px rgba(11, 31, 53, 0.04),\n 0 2px 4px rgba(11, 31, 53, 0.16)";
|
|
7
|
+
export const shadowSHard: "0 0 8px rgba(11, 31, 53, 0.04), 0 4px 8px rgba(11, 31, 53, 0.08),\n 0 4px 8px rgba(11, 31, 53, 0.16)";
|
|
8
|
+
export const shadowMHard: "0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16),\n 0 8px 16px rgba(11, 31, 53, 0.16)";
|
|
9
|
+
export const shadowLHard: "0 0 24px rgba(11, 31, 53, 0.12), 0 12px 24px rgba(11, 31, 53, 0.24),\n 0 12px 24px rgba(11, 31, 53, 0.16)";
|
|
10
|
+
export const shadowXlHard: "0 0 32px rgba(11, 31, 53, 0.16), 0 16px 32px rgba(11, 31, 53, 0.32),\n 0 16px 32px rgba(11, 31, 53, 0.16)";
|
|
11
|
+
export const shadowXsUp: "0 0 4px rgba(11, 31, 53, 0.02), 0 -2px 4px rgba(11, 31, 53, 0.04)";
|
|
12
|
+
export const shadowSUp: "0 0 8px rgba(11, 31, 53, 0.04), 0 -4px 8px rgba(11, 31, 53, 0.08)";
|
|
13
|
+
export const shadowMUp: "0 0 16px rgba(11, 31, 53, 0.08), 0 -8px 16px rgba(11, 31, 53, 0.16)";
|
|
14
|
+
export const shadowLUp: "0 0 24px rgba(11, 31, 53, 0.12), 0 -12px 24px rgba(11, 31, 53, 0.24)";
|
|
15
|
+
export const shadowXlUp: "0 0 32px rgba(11, 31, 53, 0.16), 0 -16px 32px rgba(11, 31, 53, 0.32)";
|
|
16
|
+
export const shadowXsHardUp: "0 0 4px rgba(11, 31, 53, 0.02), 0 -2px 4px rgba(11, 31, 53, 0.04),\n 0 -2px 4px rgba(11, 31, 53, 0.16)";
|
|
17
|
+
export const shadowSHardUp: "0 0 8px rgba(11, 31, 53, 0.04), 0 -4px 8px rgba(11, 31, 53, 0.08),\n 0 -4px 8px rgba(11, 31, 53, 0.16)";
|
|
18
|
+
export const shadowMHardUp: "0 0 16px rgba(11, 31, 53, 0.08), 0 -8px 16px rgba(11, 31, 53, 0.16),\n 0 -8px 16px rgba(11, 31, 53, 0.16)";
|
|
19
|
+
export const shadowLHardUp: "0 0 24px rgba(11, 31, 53, 0.12), 0 -12px 24px rgba(11, 31, 53, 0.24),\n 0 -12px 24px rgba(11, 31, 53, 0.16)";
|
|
20
|
+
export const shadowXlHardUp: "0 0 32px rgba(11, 31, 53, 0.16), 0 -16px 32px rgba(11, 31, 53, 0.32),\n 0 -16px 32px rgba(11, 31, 53, 0.16)";
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
export const shadowXs = "0 0 4px rgba(11, 31, 53, 0.02), 0 2px 4px rgba(11, 31, 53, 0.04)";
|
|
2
|
+
export const shadowS = "0 0 8px rgba(11, 31, 53, 0.04), 0 4px 8px rgba(11, 31, 53, 0.08)";
|
|
3
|
+
export const shadowM = "0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16)";
|
|
4
|
+
export const shadowL = "0 0 24px rgba(11, 31, 53, 0.12), 0 12px 24px rgba(11, 31, 53, 0.24)";
|
|
5
|
+
export const shadowXl = "0 0 32px rgba(11, 31, 53, 0.16), 0 16px 32px rgba(11, 31, 53, 0.32)";
|
|
6
|
+
export const shadowXsHard = "0 0 4px rgba(11, 31, 53, 0.02), 0 2px 4px rgba(11, 31, 53, 0.04),\n 0 2px 4px rgba(11, 31, 53, 0.16)";
|
|
7
|
+
export const shadowSHard = "0 0 8px rgba(11, 31, 53, 0.04), 0 4px 8px rgba(11, 31, 53, 0.08),\n 0 4px 8px rgba(11, 31, 53, 0.16)";
|
|
8
|
+
export const shadowMHard = "0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16),\n 0 8px 16px rgba(11, 31, 53, 0.16)";
|
|
9
|
+
export const shadowLHard = "0 0 24px rgba(11, 31, 53, 0.12), 0 12px 24px rgba(11, 31, 53, 0.24),\n 0 12px 24px rgba(11, 31, 53, 0.16)";
|
|
10
|
+
export const shadowXlHard = "0 0 32px rgba(11, 31, 53, 0.16), 0 16px 32px rgba(11, 31, 53, 0.32),\n 0 16px 32px rgba(11, 31, 53, 0.16)";
|
|
11
|
+
export const shadowXsUp = "0 0 4px rgba(11, 31, 53, 0.02), 0 -2px 4px rgba(11, 31, 53, 0.04)";
|
|
12
|
+
export const shadowSUp = "0 0 8px rgba(11, 31, 53, 0.04), 0 -4px 8px rgba(11, 31, 53, 0.08)";
|
|
13
|
+
export const shadowMUp = "0 0 16px rgba(11, 31, 53, 0.08), 0 -8px 16px rgba(11, 31, 53, 0.16)";
|
|
14
|
+
export const shadowLUp = "0 0 24px rgba(11, 31, 53, 0.12), 0 -12px 24px rgba(11, 31, 53, 0.24)";
|
|
15
|
+
export const shadowXlUp = "0 0 32px rgba(11, 31, 53, 0.16), 0 -16px 32px rgba(11, 31, 53, 0.32)";
|
|
16
|
+
export const shadowXsHardUp = "0 0 4px rgba(11, 31, 53, 0.02), 0 -2px 4px rgba(11, 31, 53, 0.04),\n 0 -2px 4px rgba(11, 31, 53, 0.16)";
|
|
17
|
+
export const shadowSHardUp = "0 0 8px rgba(11, 31, 53, 0.04), 0 -4px 8px rgba(11, 31, 53, 0.08),\n 0 -4px 8px rgba(11, 31, 53, 0.16)";
|
|
18
|
+
export const shadowMHardUp = "0 0 16px rgba(11, 31, 53, 0.08), 0 -8px 16px rgba(11, 31, 53, 0.16),\n 0 -8px 16px rgba(11, 31, 53, 0.16)";
|
|
19
|
+
export const shadowLHardUp = "0 0 24px rgba(11, 31, 53, 0.12), 0 -12px 24px rgba(11, 31, 53, 0.24),\n 0 -12px 24px rgba(11, 31, 53, 0.16)";
|
|
20
|
+
export const shadowXlHardUp = "0 0 32px rgba(11, 31, 53, 0.16), 0 -16px 32px rgba(11, 31, 53, 0.32),\n 0 -16px 32px rgba(11, 31, 53, 0.16)";
|
package/mixins.css
CHANGED
|
@@ -84,10 +84,16 @@
|
|
|
84
84
|
}
|
|
85
85
|
}
|
|
86
86
|
|
|
87
|
+
/* сбрасывает синюю подсветку при нажатии */
|
|
88
|
+
@define-mixin reset-tap-highlight-color {
|
|
89
|
+
-webkit-tap-highlight-color: transparent;
|
|
90
|
+
}
|
|
91
|
+
|
|
87
92
|
@define-mixin button-reset {
|
|
93
|
+
@mixin reset-tap-highlight-color;
|
|
94
|
+
|
|
88
95
|
box-sizing: border-box;
|
|
89
96
|
background-color: transparent;
|
|
90
|
-
-webkit-tap-highlight-color: transparent;
|
|
91
97
|
outline: none;
|
|
92
98
|
border: 0;
|
|
93
99
|
margin: var(--gap-0);
|
|
@@ -0,0 +1,125 @@
|
|
|
1
|
+
export const colorStaticCorpbgNeutral: "#bdc0c2";
|
|
2
|
+
export const colorStaticCorpbgPrimary: "#212a33";
|
|
3
|
+
export const colorStaticCorpbgSecondary: "#384048";
|
|
4
|
+
export const colorStaticCorpbgTertiary: "#7a7f85";
|
|
5
|
+
export const colorStaticGraphicAmethyst: "#a489aa";
|
|
6
|
+
export const colorStaticGraphicBlackberry: "#bfafc6";
|
|
7
|
+
export const colorStaticGraphicBlueChill: "#0f9c8c";
|
|
8
|
+
export const colorStaticGraphicBlueMaya: "#7eb3ff";
|
|
9
|
+
export const colorStaticGraphicBlueMoody: "#7879cf";
|
|
10
|
+
export const colorStaticGraphicBlueSteel: "#4f84ba";
|
|
11
|
+
export const colorStaticGraphicBotticelli: "#cee5e5";
|
|
12
|
+
export const colorStaticGraphicBoulder: "#7a7a7a";
|
|
13
|
+
export const colorStaticGraphicBrinkPink: "#fc617c";
|
|
14
|
+
export const colorStaticGraphicBurntSienna: "#eb7a58";
|
|
15
|
+
export const colorStaticGraphicCarrot: "#e8bba3";
|
|
16
|
+
export const colorStaticGraphicChatelle: "#bfafc6";
|
|
17
|
+
export const colorStaticGraphicChathamsBlue: "#155966";
|
|
18
|
+
export const colorStaticGraphicChick: "#f2db9e";
|
|
19
|
+
export const colorStaticGraphicCrete: "#847128";
|
|
20
|
+
export const colorStaticGraphicCuriousBlue: "#2381db";
|
|
21
|
+
export const colorStaticGraphicCuriousBlueLight: "#3b99d9";
|
|
22
|
+
export const colorStaticGraphicEasternBlue: "#269cb3";
|
|
23
|
+
export const colorStaticGraphicFrenchLilac: "#d3baed";
|
|
24
|
+
export const colorStaticGraphicFuelYellow: "#f29d32";
|
|
25
|
+
export const colorStaticGraphicFunBlue: "#1d6ab5";
|
|
26
|
+
export const colorStaticGraphicGallery: "#eee";
|
|
27
|
+
export const colorStaticGraphicGreenJungle: "#2fc26e";
|
|
28
|
+
export const colorStaticGraphicHippieBlue: "#5aa4b0";
|
|
29
|
+
export const colorStaticGraphicJaffa: "#f07134";
|
|
30
|
+
export const colorStaticGraphicJaffaLight: "#f18836";
|
|
31
|
+
export const colorStaticGraphicJava: "#15c0e0";
|
|
32
|
+
export const colorStaticGraphicJungleGreen: "#2ab79a";
|
|
33
|
+
export const colorStaticGraphicLavender: "#8888ad";
|
|
34
|
+
export const colorStaticGraphicMantis: "#63cd4f";
|
|
35
|
+
export const colorStaticGraphicMatisse: "#16548f";
|
|
36
|
+
export const colorStaticGraphicMilanoRed: "#cd1501";
|
|
37
|
+
export const colorStaticGraphicMirage: "#1d2434";
|
|
38
|
+
export const colorStaticGraphicMoonRaker: "#e9dbf7";
|
|
39
|
+
export const colorStaticGraphicMossGreen: "#a6d29c";
|
|
40
|
+
export const colorStaticGraphicNevada: "#626b75";
|
|
41
|
+
export const colorStaticGraphicOlive: "#bfd3c9";
|
|
42
|
+
export const colorStaticGraphicOlivine: "#87b965";
|
|
43
|
+
export const colorStaticGraphicPeach: "#fcc99b";
|
|
44
|
+
export const colorStaticGraphicPersimmon: "#ff5c5c";
|
|
45
|
+
export const colorStaticGraphicPewter: "#96a5a5";
|
|
46
|
+
export const colorStaticGraphicPickledBluewood: "#2d3f50";
|
|
47
|
+
export const colorStaticGraphicPorsche: "#e7b965";
|
|
48
|
+
export const colorStaticGraphicRaspberry: "#dfb2bb";
|
|
49
|
+
export const colorStaticGraphicRedDamask: "#da713c";
|
|
50
|
+
export const colorStaticGraphicSaffron: "#f0c330";
|
|
51
|
+
export const colorStaticGraphicSalomie: "#fee984";
|
|
52
|
+
export const colorStaticGraphicSand: "#f6bf65";
|
|
53
|
+
export const colorStaticGraphicSandyBrown: "#f38f6f";
|
|
54
|
+
export const colorStaticGraphicSeawater: "#aecfd9";
|
|
55
|
+
export const colorStaticGraphicSerenade: "#fff0e3";
|
|
56
|
+
export const colorStaticGraphicSky: "#a6c0db";
|
|
57
|
+
export const colorStaticGraphicSoftPeach: "#f3eaeb";
|
|
58
|
+
export const colorStaticGraphicSolitude: "#e8f2fe";
|
|
59
|
+
export const colorStaticGraphicStrawberry: "#f8b6a9";
|
|
60
|
+
export const colorStaticGraphicSundust: "#d9d6ce";
|
|
61
|
+
export const colorStaticGraphicTurkishRose: "#b56a6b";
|
|
62
|
+
export const colorStaticGraphicTurquoiseBlue: "#6bd3e6";
|
|
63
|
+
export const colorStaticGraphicValencia: "#d8463b";
|
|
64
|
+
export const colorStaticGraphicWaikawaGray: "#5b6d9c";
|
|
65
|
+
export const colorStaticGraphicWhisper: "#f2eff6";
|
|
66
|
+
export const colorStaticGraphicZanah: "#e1f0de";
|
|
67
|
+
export const colorStaticLocalLightBlue: "#f5f7f9";
|
|
68
|
+
export const colorStaticOverlayBlackHigh: "rgba(0, 0, 0, 0.32)";
|
|
69
|
+
export const colorStaticOverlayBlackLow: "rgba(0, 0, 0, 0.16)";
|
|
70
|
+
export const colorStaticOverlayBlackNormal: "rgba(0, 0, 0, 0.24)";
|
|
71
|
+
export const colorStaticOverlayBlackXhigh: "rgba(0, 0, 0, 0.4)";
|
|
72
|
+
export const colorStaticOverlayBlackXlow: "rgba(0, 0, 0, 0.08)";
|
|
73
|
+
export const colorStaticOverlayIndigoHigh: "rgba(11, 31, 53, 0.32)";
|
|
74
|
+
export const colorStaticOverlayIndigoLow: "rgba(11, 31, 53, 0.16)";
|
|
75
|
+
export const colorStaticOverlayIndigoNormal: "rgba(11, 31, 53, 0.24)";
|
|
76
|
+
export const colorStaticOverlayIndigoXhigh: "rgba(11, 31, 53, 0.4)";
|
|
77
|
+
export const colorStaticOverlayIndigoXlow: "rgba(11, 31, 53, 0.08)";
|
|
78
|
+
export const colorStaticOverlayWhiteHigh: "rgba(255, 255, 255, 0.32)";
|
|
79
|
+
export const colorStaticOverlayWhiteLow: "rgba(255, 255, 255, 0.16)";
|
|
80
|
+
export const colorStaticOverlayWhiteNormal: "rgba(255, 255, 255, 0.24)";
|
|
81
|
+
export const colorStaticOverlayWhiteXhigh: "rgba(255, 255, 255, 0.4)";
|
|
82
|
+
export const colorStaticOverlayWhiteXlow: "rgba(255, 255, 255, 0.08)";
|
|
83
|
+
export const colorStaticStatusBlue: "#007aff";
|
|
84
|
+
export const colorStaticStatusGreen: "#13a463";
|
|
85
|
+
export const colorStaticStatusGrey: "#6d7986";
|
|
86
|
+
export const colorStaticStatusOrange: "#de6a00";
|
|
87
|
+
export const colorStaticStatusPurple: "#673ab7";
|
|
88
|
+
export const colorStaticStatusRed: "#d91d0b";
|
|
89
|
+
export const colorStaticStatusTeal: "#219187";
|
|
90
|
+
export const colorStaticGraphicBlueChillOld: "#0f9c8c";
|
|
91
|
+
export const colorStaticGraphicBoulderOld: "#7a7a7a";
|
|
92
|
+
export const colorStaticGraphicBrinkPinkOld: "#fc617c";
|
|
93
|
+
export const colorStaticGraphicBurntSiennaOld: "#eb7a58";
|
|
94
|
+
export const colorStaticGraphicChatelleOld: "#bfafc6";
|
|
95
|
+
export const colorStaticGraphicChathamsBlueOld: "#155966";
|
|
96
|
+
export const colorStaticGraphicCuriousBlueLightOld: "#3b99d9";
|
|
97
|
+
export const colorStaticGraphicFunBlueOld: "#1d6ab5";
|
|
98
|
+
export const colorStaticGraphicHippieBlueOld: "#5aa4b0";
|
|
99
|
+
export const colorStaticGraphicJaffaLightOld: "#f18836";
|
|
100
|
+
export const colorStaticGraphicJavaOld: "#15c0e0";
|
|
101
|
+
export const colorStaticGraphicMantisOld: "#63cd4f";
|
|
102
|
+
export const colorStaticGraphicMatisseOld: "#16548f";
|
|
103
|
+
export const colorStaticGraphicMaya: "#7eb3ff";
|
|
104
|
+
export const colorStaticGraphicMilanoRedOld: "#cd1501";
|
|
105
|
+
export const colorStaticGraphicMirageOld: "#1d2434";
|
|
106
|
+
export const colorStaticGraphicNevadaOld: "#626b75";
|
|
107
|
+
export const colorStaticGraphicOlivineOld: "#87b965";
|
|
108
|
+
export const colorStaticGraphicPermission: "#ff5c5c";
|
|
109
|
+
export const colorStaticGraphicPewterOld: "#96a5a5";
|
|
110
|
+
export const colorStaticGraphicPickledBluewoodOld: "#2d3f50";
|
|
111
|
+
export const colorStaticGraphicPorscheOld: "#e7b965";
|
|
112
|
+
export const colorStaticGraphicRedDamaskOld: "#da713c";
|
|
113
|
+
export const colorStaticGraphicSaffronOld: "#f0c330";
|
|
114
|
+
export const colorStaticGraphicSandybrownOld: "#f38f6f";
|
|
115
|
+
export const colorStaticGraphicTurkishRoseOld: "#b56a6b";
|
|
116
|
+
export const colorStaticGraphicTurquoiseBlueOld: "#6bd3e6";
|
|
117
|
+
export const colorStaticGraphicValenciaOld: "#d8463b";
|
|
118
|
+
export const colorStaticGraphicWaikawaGrayOld: "#5b6d9c";
|
|
119
|
+
export const colorStaticStatusBlueAlpha10: "rgba(0, 122, 255, 0.1)";
|
|
120
|
+
export const colorStaticStatusGreenAlpha10: "rgba(19, 164, 99, 0.1)";
|
|
121
|
+
export const colorStaticStatusGreyAlpha10: "rgba(109, 121, 134, 0.1)";
|
|
122
|
+
export const colorStaticStatusOrangeAlpha10: "rgba(222, 106, 0, 0.1)";
|
|
123
|
+
export const colorStaticStatusPurpleAlpha10: "rgba(103, 58, 183, 0.1)";
|
|
124
|
+
export const colorStaticStatusRedAlpha10: "rgba(217, 29, 11, 0.1)";
|
|
125
|
+
export const colorStaticStatusTealAlpha10: "rgba(33, 145, 135, 0.1)";
|