UNPKG

1.24 kBTypeScriptView Raw
1export declare const color: {
2 primary: string;
3 secondary: string;
4 tertiary: string;
5 ancillary: string;
6 orange: string;
7 gold: string;
8 green: string;
9 seafoam: string;
10 purple: string;
11 ultraviolet: string;
12 lightest: string;
13 lighter: string;
14 light: string;
15 mediumlight: string;
16 medium: string;
17 mediumdark: string;
18 dark: string;
19 darker: string;
20 darkest: string;
21 border: string;
22 positive: string;
23 negative: string;
24 warning: string;
25 critical: string;
26 defaultText: string;
27 inverseText: string;
28};
29export declare const background: {
30 app: string;
31 bar: string;
32 content: string;
33 gridCellSize: number;
34 hoverable: string;
35 positive: string;
36 negative: string;
37 warning: string;
38 critical: string;
39};
40export declare const typography: {
41 fonts: {
42 base: string;
43 mono: string;
44 };
45 weight: {
46 regular: number;
47 bold: number;
48 black: number;
49 };
50 size: {
51 s1: number;
52 s2: number;
53 s3: number;
54 m1: number;
55 m2: number;
56 m3: number;
57 l1: number;
58 l2: number;
59 l3: number;
60 code: number;
61 };
62};