UNPKG

15.4 kBTypeScriptView Raw
1export declare const borderRadius0 = "0";
2export declare const borderRadius10 = "3px";
3export declare const borderRadius20 = "4px";
4export declare const borderRadius30 = "8px";
5export declare const borderRadiusCircle = "50%";
6export declare const borderWidth0 = "0";
7export declare const borderWidth10 = "1px";
8export declare const borderWidth20 = "2px";
9export declare const colorBackground = "#f3f4f6";
10export declare const colorBackgroundBody = "#ffffff";
11export declare const colorBackgroundBrand = "#233659";
12export declare const colorBackgroundBrandHighlight = "#f22f46";
13export declare const colorBackgroundDestructive = "#ce241a";
14export declare const colorBackgroundDestructiveDark = "#700600";
15export declare const colorBackgroundDestructiveDarker = "#470500";
16export declare const colorBackgroundDestructiveLight = "#ff8c85";
17export declare const colorBackgroundDestructiveLighter = "#ffb9b3";
18export declare const colorBackgroundDestructiveLightest = "#ffe9e7";
19export declare const colorBackgroundError = "#ac1e16";
20export declare const colorBackgroundErrorLightest = "#ffe9e7";
21export declare const colorBackgroundInverse = "#08152c";
22export declare const colorBackgroundNeutralLightest = "#f5f8ff";
23export declare const colorBackgroundPrimary = "#3368fa";
24export declare const colorBackgroundPrimaryDark = "#002ca6";
25export declare const colorBackgroundPrimaryDarker = "#001f75";
26export declare const colorBackgroundPrimaryLight = "#baccff";
27export declare const colorBackgroundPrimaryLighter = "#dbe6ff";
28export declare const colorBackgroundPrimaryLightest = "#f5f8ff";
29export declare const colorBackgroundRequired = "#e8534a";
30export declare const colorBackgroundRowStriped = "#f9fafb";
31export declare const colorBackgroundSuccess = "#00994a";
32export declare const colorBackgroundSuccessLightest = "#e0ffef";
33export declare const colorBackgroundWarning = "#e46216";
34export declare const colorBackgroundWarningLightest = "#ffecd8";
35export declare const colorBorder = "#b6bfce";
36export declare const colorBorderDark = "#9ca7ba";
37export declare const colorBorderDestructive = "#ce241a";
38export declare const colorBorderDestructiveDark = "#700600";
39export declare const colorBorderDestructiveDarker = "#470500";
40export declare const colorBorderDestructiveLight = "#ff8c85";
41export declare const colorBorderDestructiveLighter = "#ffb9b3";
42export declare const colorBorderError = "#ac1e16";
43export declare const colorBorderErrorLight = "#e8534a";
44export declare const colorBorderErrorLightest = "#ffe9e7";
45export declare const colorBorderInput = "#8894aa";
46export declare const colorBorderInputFocus = "#003adb";
47export declare const colorBorderInputHover = "#003adb";
48export declare const colorBorderLight = "#ccd2dc";
49export declare const colorBorderNeutralLight = "#b6bfce";
50export declare const colorBorderPrimary = "#3368fa";
51export declare const colorBorderPrimaryDark = "#002ca6";
52export declare const colorBorderPrimaryDarker = "#001f75";
53export declare const colorBorderPrimaryLight = "#baccff";
54export declare const colorBorderPrimaryLighter = "#dbe6ff";
55export declare const colorBorderSuccess = "#00994a";
56export declare const colorBorderSuccessLightest = "#e0ffef";
57export declare const colorBorderWarning = "#e46216";
58export declare const colorBorderWarningLight = "#fa9c66";
59export declare const colorBorderWarningLightest = "#ffecd8";
60export declare const colorBrand = "#08152c";
61export declare const colorBrandHighlight = "#3368fa";
62export declare const colorGray0 = "#ffffff";
63export declare const colorGray10 = "#f9fafb";
64export declare const colorGray100 = "#08152c";
65export declare const colorGray20 = "#f3f4f6";
66export declare const colorGray30 = "#e5e7ec";
67export declare const colorGray40 = "#ccd2dc";
68export declare const colorGray50 = "#b6bfce";
69export declare const colorGray60 = "#9ca7ba";
70export declare const colorGray70 = "#8894aa";
71export declare const colorGray80 = "#475672";
72export declare const colorGray90 = "#1d2944";
73export declare const colorText = "#08152c";
74export declare const colorTextBrandHighlight = "#f22f46";
75export declare const colorTextBrandInverse = "#ffffff";
76export declare const colorTextError = "#ac1e16";
77export declare const colorTextErrorDark = "#940800";
78export declare const colorTextIcon = "#8894aa";
79export declare const colorTextInverse = "#ffffff";
80export declare const colorTextInverseWeak = "#9ca7ba";
81export declare const colorTextLabel = "#08152c";
82export declare const colorTextLink = "#003adb";
83export declare const colorTextLinkDark = "#002ca6";
84export declare const colorTextLinkDarker = "#001f75";
85export declare const colorTextLinkDestructive = "#ce241a";
86export declare const colorTextLinkDestructiveDark = "#700600";
87export declare const colorTextLinkDestructiveDarker = "#470500";
88export declare const colorTextLinkDestructiveLight = "#e8534a";
89export declare const colorTextLinkLight = "#85a5ff";
90export declare const colorTextPlaceholder = "#8894aa";
91export declare const colorTextSuccess = "#00994a";
92export declare const colorTextWarning = "#e46216";
93export declare const colorTextWarningDark = "#a83e00";
94export declare const colorTextWeak = "#475672";
95export declare const fontFamilyCode = "'Fira Mono', 'Courier New', Courier, monospace";
96export declare const fontFamilyText = "'Colfax', Helvetica, Arial, sans-serif";
97export declare const fontSize10 = "0.625rem";
98export declare const fontSize100 = "2.5rem";
99export declare const fontSize110 = "3rem";
100export declare const fontSize20 = "0.75rem";
101export declare const fontSize30 = "0.875rem";
102export declare const fontSize40 = "1rem";
103export declare const fontSize50 = "1.125rem";
104export declare const fontSize60 = "1.25rem";
105export declare const fontSize70 = "1.5rem";
106export declare const fontSize80 = "1.75rem";
107export declare const fontSize90 = "2rem";
108export declare const fontWeightBold = "700";
109export declare const fontWeightLight = "300";
110export declare const fontWeightMedium = "500";
111export declare const fontWeightNormal = "400";
112export declare const fontWeightSemibold = "600";
113export declare const lineHeight10 = "1rem";
114export declare const lineHeight100 = "3.25rem";
115export declare const lineHeight110 = "3.75rem";
116export declare const lineHeight20 = "1.25rem";
117export declare const lineHeight30 = "1.5rem";
118export declare const lineHeight40 = "1.75rem";
119export declare const lineHeight50 = "1.75rem";
120export declare const lineHeight60 = "1.75rem";
121export declare const lineHeight70 = "2rem";
122export declare const lineHeight80 = "2.25rem";
123export declare const lineHeight90 = "2.5rem";
124export declare const shadowBorderInput = "0 0 0 1px #8894aa";
125export declare const shadowBorderInputDisabled = "0 0 0 1px #ccd2dc";
126export declare const shadowBorderInputError = "0 0 0 1px #d61f1f";
127export declare const shadowBorderInputErrorHover = "0 0 0 1px #940800";
128export declare const shadowBorderInputHover = "0 0 0 1px #001f75";
129export declare const shadowCard = "0 2px 4px 0 rgba(18, 28, 45, 0.3)";
130export declare const shadowFocus = "0 0 0 4px rgba(51, 104, 250, 0.8)";
131export declare const size0 = "0";
132export declare const size10 = "5.5rem";
133export declare const size100 = "64rem";
134export declare const size110 = "70.5rem";
135export declare const size120 = "77rem";
136export declare const size20 = "12rem";
137export declare const size30 = "18.5rem";
138export declare const size40 = "25rem";
139export declare const size50 = "31.5rem";
140export declare const size60 = "38rem";
141export declare const size70 = "44.5rem";
142export declare const size80 = "51rem";
143export declare const size90 = "57.5rem";
144export declare const sizeIcon10 = "1rem";
145export declare const sizeIcon100 = "3.25rem";
146export declare const sizeIcon110 = "3.75rem";
147export declare const sizeIcon20 = "1.25rem";
148export declare const sizeIcon30 = "1.5rem";
149export declare const sizeIcon40 = "1.75rem";
150export declare const sizeIcon50 = "1.75rem";
151export declare const sizeIcon60 = "1.75rem";
152export declare const sizeIcon70 = "2rem";
153export declare const sizeIcon80 = "2.25rem";
154export declare const sizeIcon90 = "2.5rem";
155export declare const space0 = "0";
156export declare const space10 = "0.125rem";
157export declare const space100 = "2.25rem";
158export declare const space110 = "2.5rem";
159export declare const space120 = "2.75rem";
160export declare const space130 = "3rem";
161export declare const space140 = "3.25rem";
162export declare const space150 = "3.5rem";
163export declare const space160 = "3.75rem";
164export declare const space170 = "4rem";
165export declare const space180 = "4.25rem";
166export declare const space190 = "4.5rem";
167export declare const space20 = "0.25rem";
168export declare const space200 = "4.75rem";
169export declare const space30 = "0.5rem";
170export declare const space40 = "0.75rem";
171export declare const space50 = "1rem";
172export declare const space60 = "1.25rem";
173export declare const space70 = "1.5rem";
174export declare const space80 = "1.75rem";
175export declare const space90 = "2rem";
176export declare const zIndex0 = "0";
177export declare const zIndex10 = "10";
178export declare const zIndex20 = "20";
179export declare const zIndex30 = "30";
180export declare const zIndex40 = "40";
181export declare const zIndex50 = "50";
182export declare const zIndex60 = "60";
183export declare const zIndex70 = "70";
184export declare const zIndex80 = "80";
185export declare const zIndex90 = "90";
186export declare const backgroundColors: {
187 colorBackground: "#f3f4f6";
188 colorBackgroundBody: "#ffffff";
189 colorBackgroundBrand: "#233659";
190 colorBackgroundBrandHighlight: "#f22f46";
191 colorBackgroundDestructive: "#ce241a";
192 colorBackgroundDestructiveDark: "#700600";
193 colorBackgroundDestructiveDarker: "#470500";
194 colorBackgroundDestructiveLight: "#ff8c85";
195 colorBackgroundDestructiveLighter: "#ffb9b3";
196 colorBackgroundDestructiveLightest: "#ffe9e7";
197 colorBackgroundError: "#ac1e16";
198 colorBackgroundErrorLightest: "#ffe9e7";
199 colorBackgroundInverse: "#08152c";
200 colorBackgroundNeutralLightest: "#f5f8ff";
201 colorBackgroundPrimary: "#3368fa";
202 colorBackgroundPrimaryDark: "#002ca6";
203 colorBackgroundPrimaryDarker: "#001f75";
204 colorBackgroundPrimaryLight: "#baccff";
205 colorBackgroundPrimaryLighter: "#dbe6ff";
206 colorBackgroundPrimaryLightest: "#f5f8ff";
207 colorBackgroundRequired: "#e8534a";
208 colorBackgroundRowStriped: "#f9fafb";
209 colorBackgroundSuccess: "#00994a";
210 colorBackgroundSuccessLightest: "#e0ffef";
211 colorBackgroundWarning: "#e46216";
212 colorBackgroundWarningLightest: "#ffecd8";
213};
214export declare const borderColors: {
215 colorBorder: "#b6bfce";
216 colorBorderDark: "#9ca7ba";
217 colorBorderDestructive: "#ce241a";
218 colorBorderDestructiveDark: "#700600";
219 colorBorderDestructiveDarker: "#470500";
220 colorBorderDestructiveLight: "#ff8c85";
221 colorBorderDestructiveLighter: "#ffb9b3";
222 colorBorderError: "#ac1e16";
223 colorBorderErrorLight: "#e8534a";
224 colorBorderErrorLightest: "#ffe9e7";
225 colorBorderInput: "#8894aa";
226 colorBorderInputFocus: "#003adb";
227 colorBorderInputHover: "#003adb";
228 colorBorderLight: "#ccd2dc";
229 colorBorderNeutralLight: "#b6bfce";
230 colorBorderPrimary: "#3368fa";
231 colorBorderPrimaryDark: "#002ca6";
232 colorBorderPrimaryDarker: "#001f75";
233 colorBorderPrimaryLight: "#baccff";
234 colorBorderPrimaryLighter: "#dbe6ff";
235 colorBorderSuccess: "#00994a";
236 colorBorderSuccessLightest: "#e0ffef";
237 colorBorderWarning: "#e46216";
238 colorBorderWarningLight: "#fa9c66";
239 colorBorderWarningLightest: "#ffecd8";
240};
241export declare const borderWidths: {
242 borderWidth0: 0;
243 borderWidth10: "1px";
244 borderWidth20: "2px";
245};
246export declare const boxShadows: {
247 shadowBorderInput: "0 0 0 1px #8894aa";
248 shadowBorderInputDisabled: "0 0 0 1px #ccd2dc";
249 shadowBorderInputError: "0 0 0 1px #d61f1f";
250 shadowBorderInputErrorHover: "0 0 0 1px #940800";
251 shadowBorderInputHover: "0 0 0 1px #001f75";
252 shadowCard: "0 2px 4px 0 rgba(18, 28, 45, 0.3)";
253 shadowFocus: "0 0 0 4px rgba(51, 104, 250, 0.8)";
254};
255export declare const colors: {
256 colorBrand: "#08152c";
257 colorBrandHighlight: "#3368fa";
258 colorGray0: "#ffffff";
259 colorGray10: "#f9fafb";
260 colorGray100: "#08152c";
261 colorGray20: "#f3f4f6";
262 colorGray30: "#e5e7ec";
263 colorGray40: "#ccd2dc";
264 colorGray50: "#b6bfce";
265 colorGray60: "#9ca7ba";
266 colorGray70: "#8894aa";
267 colorGray80: "#475672";
268 colorGray90: "#1d2944";
269};
270export declare const fonts: {
271 fontFamilyCode: "'Fira Mono', 'Courier New', Courier, monospace";
272 fontFamilyText: "'Colfax', Helvetica, Arial, sans-serif";
273};
274export declare const fontSizes: {
275 fontSize10: "0.625rem";
276 fontSize100: "2.5rem";
277 fontSize110: "3rem";
278 fontSize20: "0.75rem";
279 fontSize30: "0.875rem";
280 fontSize40: "1rem";
281 fontSize50: "1.125rem";
282 fontSize60: "1.25rem";
283 fontSize70: "1.5rem";
284 fontSize80: "1.75rem";
285 fontSize90: "2rem";
286};
287export declare const fontWeights: {
288 fontWeightBold: 700;
289 fontWeightLight: 300;
290 fontWeightMedium: 500;
291 fontWeightNormal: 400;
292 fontWeightSemibold: 600;
293};
294export declare const lineHeights: {
295 lineHeight10: "1rem";
296 lineHeight100: "3.25rem";
297 lineHeight110: "3.75rem";
298 lineHeight20: "1.25rem";
299 lineHeight30: "1.5rem";
300 lineHeight40: "1.75rem";
301 lineHeight50: "1.75rem";
302 lineHeight60: "1.75rem";
303 lineHeight70: "2rem";
304 lineHeight80: "2.25rem";
305 lineHeight90: "2.5rem";
306};
307export declare const radii: {
308 borderRadius0: 0;
309 borderRadius10: "3px";
310 borderRadius20: "4px";
311 borderRadius30: "8px";
312 borderRadiusCircle: "50%";
313};
314export declare const sizings: {
315 size0: 0;
316 size10: "5.5rem";
317 size100: "64rem";
318 size110: "70.5rem";
319 size120: "77rem";
320 size20: "12rem";
321 size30: "18.5rem";
322 size40: "25rem";
323 size50: "31.5rem";
324 size60: "38rem";
325 size70: "44.5rem";
326 size80: "51rem";
327 size90: "57.5rem";
328 sizeIcon10: "1rem";
329 sizeIcon100: "3.25rem";
330 sizeIcon110: "3.75rem";
331 sizeIcon20: "1.25rem";
332 sizeIcon30: "1.5rem";
333 sizeIcon40: "1.75rem";
334 sizeIcon50: "1.75rem";
335 sizeIcon60: "1.75rem";
336 sizeIcon70: "2rem";
337 sizeIcon80: "2.25rem";
338 sizeIcon90: "2.5rem";
339};
340export declare const spacings: {
341 space0: 0;
342 space10: "0.125rem";
343 space100: "2.25rem";
344 space110: "2.5rem";
345 space120: "2.75rem";
346 space130: "3rem";
347 space140: "3.25rem";
348 space150: "3.5rem";
349 space160: "3.75rem";
350 space170: "4rem";
351 space180: "4.25rem";
352 space190: "4.5rem";
353 space20: "0.25rem";
354 space200: "4.75rem";
355 space30: "0.5rem";
356 space40: "0.75rem";
357 space50: "1rem";
358 space60: "1.25rem";
359 space70: "1.5rem";
360 space80: "1.75rem";
361 space90: "2rem";
362};
363export declare const textColors: {
364 colorText: "#08152c";
365 colorTextBrandHighlight: "#f22f46";
366 colorTextBrandInverse: "#ffffff";
367 colorTextError: "#ac1e16";
368 colorTextErrorDark: "#940800";
369 colorTextIcon: "#8894aa";
370 colorTextInverse: "#ffffff";
371 colorTextInverseWeak: "#9ca7ba";
372 colorTextLabel: "#08152c";
373 colorTextLink: "#003adb";
374 colorTextLinkDark: "#002ca6";
375 colorTextLinkDarker: "#001f75";
376 colorTextLinkDestructive: "#ce241a";
377 colorTextLinkDestructiveDark: "#700600";
378 colorTextLinkDestructiveDarker: "#470500";
379 colorTextLinkDestructiveLight: "#e8534a";
380 colorTextLinkLight: "#85a5ff";
381 colorTextPlaceholder: "#8894aa";
382 colorTextSuccess: "#00994a";
383 colorTextWarning: "#e46216";
384 colorTextWarningDark: "#a83e00";
385 colorTextWeak: "#475672";
386};
387export declare const zIndices: {
388 zIndex0: 0;
389 zIndex10: 10;
390 zIndex20: 20;
391 zIndex30: 30;
392 zIndex40: 40;
393 zIndex50: 50;
394 zIndex60: 60;
395 zIndex70: 70;
396 zIndex80: 80;
397 zIndex90: 90;
398};
\No newline at end of file