@cas-smartdesign/design-tokens 1.7.1

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.
@@ -0,0 +1,167 @@
1
+ module.exports = {
2
+ "color-base-red-50": "#ffeeef",
3
+ "color-base-red-100": "#ffe2e5",
4
+ "color-base-red-150": "#ffccd2",
5
+ "color-base-red-200": "#ffb7bf",
6
+ "color-base-red-300": "#ff97a3",
7
+ "color-base-red-400": "#f96778",
8
+ "color-base-red-450": "#f14558",
9
+ "color-base-red-500": "#ea2138",
10
+ "color-base-red-600": "#e2001a",
11
+ "color-base-red-700": "#cc0017",
12
+ "color-base-red-800": "#b50015",
13
+ "color-base-red-900": "#9f0012",
14
+ "color-base-orange-50": "#fff5ef",
15
+ "color-base-orange-100": "#ffefe5",
16
+ "color-base-orange-150": "#ffe3d1",
17
+ "color-base-orange-200": "#ffd7be",
18
+ "color-base-orange-300": "#ffc19b",
19
+ "color-base-orange-400": "#ffa670",
20
+ "color-base-orange-450": "#ff9250",
21
+ "color-base-orange-500": "#ff7e30",
22
+ "color-base-orange-600": "#ff6b11",
23
+ "color-base-orange-700": "#e95f0c",
24
+ "color-base-orange-800": "#d65404",
25
+ "color-base-orange-900": "#bf4800",
26
+ "color-base-yellow-50": "#fffaeb",
27
+ "color-base-yellow-100": "#fff6de",
28
+ "color-base-yellow-150": "#fff0cc",
29
+ "color-base-yellow-200": "#ffeab6",
30
+ "color-base-yellow-300": "#ffe39d",
31
+ "color-base-yellow-400": "#ffd97b",
32
+ "color-base-yellow-450": "#ffcf58",
33
+ "color-base-yellow-500": "#ffc434",
34
+ "color-base-yellow-600": "#ffbb11",
35
+ "color-base-yellow-700": "#e9aa0c",
36
+ "color-base-yellow-800": "#d69a04",
37
+ "color-base-yellow-900": "#bf8800",
38
+ "color-base-green-50": "#f6faec",
39
+ "color-base-green-100": "#f0f7df",
40
+ "color-base-green-150": "#e8f2d0",
41
+ "color-base-green-200": "#deedbc",
42
+ "color-base-green-300": "#cee49c",
43
+ "color-base-green-400": "#bedb79",
44
+ "color-base-green-450": "#add154",
45
+ "color-base-green-500": "#9bc730",
46
+ "color-base-green-600": "#8abd0c",
47
+ "color-base-green-700": "#7baa0b",
48
+ "color-base-green-800": "#6e970a",
49
+ "color-base-green-900": "#618508",
50
+ "color-base-dark-green-50": "#eaf4ec",
51
+ "color-base-dark-green-100": "#dff2e3",
52
+ "color-base-dark-green-150": "#ccecd3",
53
+ "color-base-dark-green-200": "#b1dfbb",
54
+ "color-base-dark-green-300": "#93d3a2",
55
+ "color-base-dark-green-400": "#72c584",
56
+ "color-base-dark-green-450": "#4cb563",
57
+ "color-base-dark-green-500": "#26a642",
58
+ "color-base-dark-green-600": "#009621",
59
+ "color-base-dark-green-700": "#00871e",
60
+ "color-base-dark-green-800": "#00781a",
61
+ "color-base-dark-green-900": "#006917",
62
+ "color-base-cyan-50": "#e3f0f5",
63
+ "color-base-cyan-100": "#d5eff8",
64
+ "color-base-cyan-150": "#c2e8f3",
65
+ "color-base-cyan-200": "#aee0ef",
66
+ "color-base-cyan-300": "#92d4e7",
67
+ "color-base-cyan-400": "#70c7e0",
68
+ "color-base-cyan-450": "#43b4d6",
69
+ "color-base-cyan-500": "#19a3cb",
70
+ "color-base-cyan-600": "#0099c5",
71
+ "color-base-cyan-700": "#008ab2",
72
+ "color-base-cyan-800": "#007a9e",
73
+ "color-base-cyan-900": "#006b8a",
74
+ "color-base-blue-50": "#e7f1fa",
75
+ "color-base-blue-100": "#d6eeff",
76
+ "color-base-blue-150": "#c7e7ff",
77
+ "color-base-blue-200": "#b1deff",
78
+ "color-base-blue-300": "#8ecfff",
79
+ "color-base-blue-400": "#6ac0ff",
80
+ "color-base-blue-450": "#4ab2ff",
81
+ "color-base-blue-500": "#2ba4ff",
82
+ "color-base-blue-600": "#0d98ff",
83
+ "color-base-blue-700": "#0c88e6",
84
+ "color-base-blue-800": "#0a77ca",
85
+ "color-base-blue-900": "#0968af",
86
+ "color-base-dark-blue-50": "#e1ebf6",
87
+ "color-base-dark-blue-100": "#d3e6fa",
88
+ "color-base-dark-blue-150": "#b9d7f5",
89
+ "color-base-dark-blue-200": "#9bc6f2",
90
+ "color-base-dark-blue-300": "#77afe7",
91
+ "color-base-dark-blue-400": "#5198e0",
92
+ "color-base-dark-blue-450": "#3a85d1",
93
+ "color-base-dark-blue-500": "#2576c7",
94
+ "color-base-dark-blue-600": "#1467ba",
95
+ "color-base-dark-blue-700": "#125da8",
96
+ "color-base-dark-blue-800": "#105295",
97
+ "color-base-dark-blue-900": "#0e4883",
98
+ "color-base-pink-50": "#fce6f3",
99
+ "color-base-pink-100": "#fad5eb",
100
+ "color-base-pink-150": "#f7bbdd",
101
+ "color-base-pink-200": "#f2a1cf",
102
+ "color-base-pink-300": "#ec78ba",
103
+ "color-base-pink-400": "#e755a8",
104
+ "color-base-pink-450": "#d94397",
105
+ "color-base-pink-500": "#cc2f89",
106
+ "color-base-pink-600": "#c41579",
107
+ "color-base-pink-700": "#b4136e",
108
+ "color-base-pink-800": "#a01163",
109
+ "color-base-pink-900": "#8a0f55",
110
+ "color-base-purple-50": "#f4e2f6",
111
+ "color-base-purple-100": "#eccff0",
112
+ "color-base-purple-150": "#dab2e0",
113
+ "color-base-purple-200": "#c792cf",
114
+ "color-base-purple-300": "#ab66b4",
115
+ "color-base-purple-400": "#93459e",
116
+ "color-base-purple-450": "#823591",
117
+ "color-base-purple-500": "#772386",
118
+ "color-base-purple-600": "#6c127b",
119
+ "color-base-purple-700": "#5e106b",
120
+ "color-base-purple-800": "#530d5e",
121
+ "color-base-purple-900": "#450b4f",
122
+ "color-base-brown-50": "#f2eae4",
123
+ "color-base-brown-100": "#eadcd2",
124
+ "color-base-brown-150": "#d8c4b3",
125
+ "color-base-brown-200": "#bca38d",
126
+ "color-base-brown-300": "#a08165",
127
+ "color-base-brown-400": "#8b6747",
128
+ "color-base-brown-450": "#755438",
129
+ "color-base-brown-500": "#65472b",
130
+ "color-base-brown-600": "#593b20",
131
+ "color-base-brown-700": "#4f351d",
132
+ "color-base-brown-800": "#462f1b",
133
+ "color-base-brown-900": "#3f2915",
134
+ "color-base-grey-50": "#f9f9f9",
135
+ "color-base-grey-100": "#f3f3f3",
136
+ "color-base-grey-150": "#eeeeee",
137
+ "color-base-grey-200": "#e5e5e5",
138
+ "color-base-grey-300": "#d9d9d9",
139
+ "color-base-grey-400": "#cccccc",
140
+ "color-base-grey-450": "#bbbbbb",
141
+ "color-base-grey-500": "#aaaaaa",
142
+ "color-base-grey-600": "#999999",
143
+ "color-base-grey-700": "#777777",
144
+ "color-base-grey-800": "#666666",
145
+ "color-base-grey-900": "#555555",
146
+ "color-base-white": "#ffffff",
147
+ "color-base-black": "#111111",
148
+ "color-font-base": "#111111",
149
+ "color-font-secondary": "#555555",
150
+ "color-font-tertiary": "#999999",
151
+ "color-font-warn": "#555555",
152
+ "color-font-suggest": "#bf8800",
153
+ "color-font-error": "#cc0017",
154
+ "size-font-tiny": "12px",
155
+ "size-font-small": "13px",
156
+ "size-font-medium": "16px",
157
+ "size-font-large": "20px",
158
+ "size-font-xl": "24px",
159
+ "size-font-xxl": "32px",
160
+ "size-font-xxxl": "48px",
161
+ "size-font-base": "16px",
162
+ "font-family-base": "\"Segoe UI\", Tahoma, Geneva, Verdana, sans-serif",
163
+ "time-transition-short": "275ms",
164
+ "time-transition-base": "300ms",
165
+ "time-transition-long": "600ms",
166
+ "time-transition-xl": "1000ms"
167
+ };
@@ -0,0 +1,167 @@
1
+ :root {
2
+ --color-base-red-50: #ffeeef;
3
+ --color-base-red-100: #ffe2e5;
4
+ --color-base-red-150: #ffccd2;
5
+ --color-base-red-200: #ffb7bf;
6
+ --color-base-red-300: #ff97a3;
7
+ --color-base-red-400: #f96778;
8
+ --color-base-red-450: #f14558;
9
+ --color-base-red-500: #ea2138;
10
+ --color-base-red-600: #e2001a;
11
+ --color-base-red-700: #cc0017;
12
+ --color-base-red-800: #b50015;
13
+ --color-base-red-900: #9f0012;
14
+ --color-base-orange-50: #fff5ef;
15
+ --color-base-orange-100: #ffefe5;
16
+ --color-base-orange-150: #ffe3d1;
17
+ --color-base-orange-200: #ffd7be;
18
+ --color-base-orange-300: #ffc19b;
19
+ --color-base-orange-400: #ffa670;
20
+ --color-base-orange-450: #ff9250;
21
+ --color-base-orange-500: #ff7e30;
22
+ --color-base-orange-600: #ff6b11;
23
+ --color-base-orange-700: #e95f0c;
24
+ --color-base-orange-800: #d65404;
25
+ --color-base-orange-900: #bf4800;
26
+ --color-base-yellow-50: #fffaeb;
27
+ --color-base-yellow-100: #fff6de;
28
+ --color-base-yellow-150: #fff0cc;
29
+ --color-base-yellow-200: #ffeab6;
30
+ --color-base-yellow-300: #ffe39d;
31
+ --color-base-yellow-400: #ffd97b;
32
+ --color-base-yellow-450: #ffcf58;
33
+ --color-base-yellow-500: #ffc434;
34
+ --color-base-yellow-600: #ffbb11;
35
+ --color-base-yellow-700: #e9aa0c;
36
+ --color-base-yellow-800: #d69a04;
37
+ --color-base-yellow-900: #bf8800;
38
+ --color-base-green-50: #f6faec;
39
+ --color-base-green-100: #f0f7df;
40
+ --color-base-green-150: #e8f2d0;
41
+ --color-base-green-200: #deedbc;
42
+ --color-base-green-300: #cee49c;
43
+ --color-base-green-400: #bedb79;
44
+ --color-base-green-450: #add154;
45
+ --color-base-green-500: #9bc730;
46
+ --color-base-green-600: #8abd0c;
47
+ --color-base-green-700: #7baa0b;
48
+ --color-base-green-800: #6e970a;
49
+ --color-base-green-900: #618508;
50
+ --color-base-dark-green-50: #eaf4ec;
51
+ --color-base-dark-green-100: #dff2e3;
52
+ --color-base-dark-green-150: #ccecd3;
53
+ --color-base-dark-green-200: #b1dfbb;
54
+ --color-base-dark-green-300: #93d3a2;
55
+ --color-base-dark-green-400: #72c584;
56
+ --color-base-dark-green-450: #4cb563;
57
+ --color-base-dark-green-500: #26a642;
58
+ --color-base-dark-green-600: #009621;
59
+ --color-base-dark-green-700: #00871e;
60
+ --color-base-dark-green-800: #00781a;
61
+ --color-base-dark-green-900: #006917;
62
+ --color-base-cyan-50: #e3f0f5;
63
+ --color-base-cyan-100: #d5eff8;
64
+ --color-base-cyan-150: #c2e8f3;
65
+ --color-base-cyan-200: #aee0ef;
66
+ --color-base-cyan-300: #92d4e7;
67
+ --color-base-cyan-400: #70c7e0;
68
+ --color-base-cyan-450: #43b4d6;
69
+ --color-base-cyan-500: #19a3cb;
70
+ --color-base-cyan-600: #0099c5;
71
+ --color-base-cyan-700: #008ab2;
72
+ --color-base-cyan-800: #007a9e;
73
+ --color-base-cyan-900: #006b8a;
74
+ --color-base-blue-50: #e7f1fa;
75
+ --color-base-blue-100: #d6eeff;
76
+ --color-base-blue-150: #c7e7ff;
77
+ --color-base-blue-200: #b1deff;
78
+ --color-base-blue-300: #8ecfff;
79
+ --color-base-blue-400: #6ac0ff;
80
+ --color-base-blue-450: #4ab2ff;
81
+ --color-base-blue-500: #2ba4ff;
82
+ --color-base-blue-600: #0d98ff;
83
+ --color-base-blue-700: #0c88e6;
84
+ --color-base-blue-800: #0a77ca;
85
+ --color-base-blue-900: #0968af;
86
+ --color-base-dark-blue-50: #e1ebf6;
87
+ --color-base-dark-blue-100: #d3e6fa;
88
+ --color-base-dark-blue-150: #b9d7f5;
89
+ --color-base-dark-blue-200: #9bc6f2;
90
+ --color-base-dark-blue-300: #77afe7;
91
+ --color-base-dark-blue-400: #5198e0;
92
+ --color-base-dark-blue-450: #3a85d1;
93
+ --color-base-dark-blue-500: #2576c7;
94
+ --color-base-dark-blue-600: #1467ba;
95
+ --color-base-dark-blue-700: #125da8;
96
+ --color-base-dark-blue-800: #105295;
97
+ --color-base-dark-blue-900: #0e4883;
98
+ --color-base-pink-50: #fce6f3;
99
+ --color-base-pink-100: #fad5eb;
100
+ --color-base-pink-150: #f7bbdd;
101
+ --color-base-pink-200: #f2a1cf;
102
+ --color-base-pink-300: #ec78ba;
103
+ --color-base-pink-400: #e755a8;
104
+ --color-base-pink-450: #d94397;
105
+ --color-base-pink-500: #cc2f89;
106
+ --color-base-pink-600: #c41579;
107
+ --color-base-pink-700: #b4136e;
108
+ --color-base-pink-800: #a01163;
109
+ --color-base-pink-900: #8a0f55;
110
+ --color-base-purple-50: #f4e2f6;
111
+ --color-base-purple-100: #eccff0;
112
+ --color-base-purple-150: #dab2e0;
113
+ --color-base-purple-200: #c792cf;
114
+ --color-base-purple-300: #ab66b4;
115
+ --color-base-purple-400: #93459e;
116
+ --color-base-purple-450: #823591;
117
+ --color-base-purple-500: #772386;
118
+ --color-base-purple-600: #6c127b;
119
+ --color-base-purple-700: #5e106b;
120
+ --color-base-purple-800: #530d5e;
121
+ --color-base-purple-900: #450b4f;
122
+ --color-base-brown-50: #f2eae4;
123
+ --color-base-brown-100: #eadcd2;
124
+ --color-base-brown-150: #d8c4b3;
125
+ --color-base-brown-200: #bca38d;
126
+ --color-base-brown-300: #a08165;
127
+ --color-base-brown-400: #8b6747;
128
+ --color-base-brown-450: #755438;
129
+ --color-base-brown-500: #65472b;
130
+ --color-base-brown-600: #593b20;
131
+ --color-base-brown-700: #4f351d;
132
+ --color-base-brown-800: #462f1b;
133
+ --color-base-brown-900: #3f2915;
134
+ --color-base-grey-50: #f9f9f9;
135
+ --color-base-grey-100: #f3f3f3;
136
+ --color-base-grey-150: #eeeeee;
137
+ --color-base-grey-200: #e5e5e5;
138
+ --color-base-grey-300: #d9d9d9;
139
+ --color-base-grey-400: #cccccc;
140
+ --color-base-grey-450: #bbbbbb;
141
+ --color-base-grey-500: #aaaaaa;
142
+ --color-base-grey-600: #999999;
143
+ --color-base-grey-700: #777777;
144
+ --color-base-grey-800: #666666;
145
+ --color-base-grey-900: #555555;
146
+ --color-base-white: #ffffff;
147
+ --color-base-black: #111111;
148
+ --color-font-base: #111111;
149
+ --color-font-secondary: #555555;
150
+ --color-font-tertiary: #999999;
151
+ --color-font-warn: #555555;
152
+ --color-font-suggest: #bf8800;
153
+ --color-font-error: #cc0017;
154
+ --size-font-tiny: 12px;
155
+ --size-font-small: 13px;
156
+ --size-font-medium: 16px;
157
+ --size-font-large: 20px;
158
+ --size-font-xl: 24px;
159
+ --size-font-xxl: 32px;
160
+ --size-font-xxxl: 48px;
161
+ --size-font-base: 16px;
162
+ --font-family-base: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
163
+ --time-transition-short: 275ms;
164
+ --time-transition-base: 300ms;
165
+ --time-transition-long: 600ms;
166
+ --time-transition-xl: 1000ms;
167
+ }
@@ -0,0 +1,169 @@
1
+ interface Tokens {
2
+ "color-base-red-50": string;
3
+ "color-base-red-100": string;
4
+ "color-base-red-150": string;
5
+ "color-base-red-200": string;
6
+ "color-base-red-300": string;
7
+ "color-base-red-400": string;
8
+ "color-base-red-450": string;
9
+ "color-base-red-500": string;
10
+ "color-base-red-600": string;
11
+ "color-base-red-700": string;
12
+ "color-base-red-800": string;
13
+ "color-base-red-900": string;
14
+ "color-base-orange-50": string;
15
+ "color-base-orange-100": string;
16
+ "color-base-orange-150": string;
17
+ "color-base-orange-200": string;
18
+ "color-base-orange-300": string;
19
+ "color-base-orange-400": string;
20
+ "color-base-orange-450": string;
21
+ "color-base-orange-500": string;
22
+ "color-base-orange-600": string;
23
+ "color-base-orange-700": string;
24
+ "color-base-orange-800": string;
25
+ "color-base-orange-900": string;
26
+ "color-base-yellow-50": string;
27
+ "color-base-yellow-100": string;
28
+ "color-base-yellow-150": string;
29
+ "color-base-yellow-200": string;
30
+ "color-base-yellow-300": string;
31
+ "color-base-yellow-400": string;
32
+ "color-base-yellow-450": string;
33
+ "color-base-yellow-500": string;
34
+ "color-base-yellow-600": string;
35
+ "color-base-yellow-700": string;
36
+ "color-base-yellow-800": string;
37
+ "color-base-yellow-900": string;
38
+ "color-base-green-50": string;
39
+ "color-base-green-100": string;
40
+ "color-base-green-150": string;
41
+ "color-base-green-200": string;
42
+ "color-base-green-300": string;
43
+ "color-base-green-400": string;
44
+ "color-base-green-450": string;
45
+ "color-base-green-500": string;
46
+ "color-base-green-600": string;
47
+ "color-base-green-700": string;
48
+ "color-base-green-800": string;
49
+ "color-base-green-900": string;
50
+ "color-base-dark-green-50": string;
51
+ "color-base-dark-green-100": string;
52
+ "color-base-dark-green-150": string;
53
+ "color-base-dark-green-200": string;
54
+ "color-base-dark-green-300": string;
55
+ "color-base-dark-green-400": string;
56
+ "color-base-dark-green-450": string;
57
+ "color-base-dark-green-500": string;
58
+ "color-base-dark-green-600": string;
59
+ "color-base-dark-green-700": string;
60
+ "color-base-dark-green-800": string;
61
+ "color-base-dark-green-900": string;
62
+ "color-base-cyan-50": string;
63
+ "color-base-cyan-100": string;
64
+ "color-base-cyan-150": string;
65
+ "color-base-cyan-200": string;
66
+ "color-base-cyan-300": string;
67
+ "color-base-cyan-400": string;
68
+ "color-base-cyan-450": string;
69
+ "color-base-cyan-500": string;
70
+ "color-base-cyan-600": string;
71
+ "color-base-cyan-700": string;
72
+ "color-base-cyan-800": string;
73
+ "color-base-cyan-900": string;
74
+ "color-base-blue-50": string;
75
+ "color-base-blue-100": string;
76
+ "color-base-blue-150": string;
77
+ "color-base-blue-200": string;
78
+ "color-base-blue-300": string;
79
+ "color-base-blue-400": string;
80
+ "color-base-blue-450": string;
81
+ "color-base-blue-500": string;
82
+ "color-base-blue-600": string;
83
+ "color-base-blue-700": string;
84
+ "color-base-blue-800": string;
85
+ "color-base-blue-900": string;
86
+ "color-base-dark-blue-50": string;
87
+ "color-base-dark-blue-100": string;
88
+ "color-base-dark-blue-150": string;
89
+ "color-base-dark-blue-200": string;
90
+ "color-base-dark-blue-300": string;
91
+ "color-base-dark-blue-400": string;
92
+ "color-base-dark-blue-450": string;
93
+ "color-base-dark-blue-500": string;
94
+ "color-base-dark-blue-600": string;
95
+ "color-base-dark-blue-700": string;
96
+ "color-base-dark-blue-800": string;
97
+ "color-base-dark-blue-900": string;
98
+ "color-base-pink-50": string;
99
+ "color-base-pink-100": string;
100
+ "color-base-pink-150": string;
101
+ "color-base-pink-200": string;
102
+ "color-base-pink-300": string;
103
+ "color-base-pink-400": string;
104
+ "color-base-pink-450": string;
105
+ "color-base-pink-500": string;
106
+ "color-base-pink-600": string;
107
+ "color-base-pink-700": string;
108
+ "color-base-pink-800": string;
109
+ "color-base-pink-900": string;
110
+ "color-base-purple-50": string;
111
+ "color-base-purple-100": string;
112
+ "color-base-purple-150": string;
113
+ "color-base-purple-200": string;
114
+ "color-base-purple-300": string;
115
+ "color-base-purple-400": string;
116
+ "color-base-purple-450": string;
117
+ "color-base-purple-500": string;
118
+ "color-base-purple-600": string;
119
+ "color-base-purple-700": string;
120
+ "color-base-purple-800": string;
121
+ "color-base-purple-900": string;
122
+ "color-base-brown-50": string;
123
+ "color-base-brown-100": string;
124
+ "color-base-brown-150": string;
125
+ "color-base-brown-200": string;
126
+ "color-base-brown-300": string;
127
+ "color-base-brown-400": string;
128
+ "color-base-brown-450": string;
129
+ "color-base-brown-500": string;
130
+ "color-base-brown-600": string;
131
+ "color-base-brown-700": string;
132
+ "color-base-brown-800": string;
133
+ "color-base-brown-900": string;
134
+ "color-base-grey-50": string;
135
+ "color-base-grey-100": string;
136
+ "color-base-grey-150": string;
137
+ "color-base-grey-200": string;
138
+ "color-base-grey-300": string;
139
+ "color-base-grey-400": string;
140
+ "color-base-grey-450": string;
141
+ "color-base-grey-500": string;
142
+ "color-base-grey-600": string;
143
+ "color-base-grey-700": string;
144
+ "color-base-grey-800": string;
145
+ "color-base-grey-900": string;
146
+ "color-base-white": string;
147
+ "color-base-black": string;
148
+ "color-font-base": string;
149
+ "color-font-secondary": string;
150
+ "color-font-tertiary": string;
151
+ "color-font-warn": string;
152
+ "color-font-suggest": string;
153
+ "color-font-error": string;
154
+ "size-font-tiny": string;
155
+ "size-font-small": string;
156
+ "size-font-medium": string;
157
+ "size-font-large": string;
158
+ "size-font-xl": string;
159
+ "size-font-xxl": string;
160
+ "size-font-xxxl": string;
161
+ "size-font-base": string;
162
+ "font-family-base": string;
163
+ "time-transition-short": string;
164
+ "time-transition-base": string;
165
+ "time-transition-long": string;
166
+ "time-transition-xl": string
167
+ }
168
+ declare const tokens: Tokens;
169
+ export default tokens;
@@ -0,0 +1,167 @@
1
+ export default {
2
+ "color-base-red-50": "#ffeeef",
3
+ "color-base-red-100": "#ffe2e5",
4
+ "color-base-red-150": "#ffccd2",
5
+ "color-base-red-200": "#ffb7bf",
6
+ "color-base-red-300": "#ff97a3",
7
+ "color-base-red-400": "#f96778",
8
+ "color-base-red-450": "#f14558",
9
+ "color-base-red-500": "#ea2138",
10
+ "color-base-red-600": "#e2001a",
11
+ "color-base-red-700": "#cc0017",
12
+ "color-base-red-800": "#b50015",
13
+ "color-base-red-900": "#9f0012",
14
+ "color-base-orange-50": "#fff5ef",
15
+ "color-base-orange-100": "#ffefe5",
16
+ "color-base-orange-150": "#ffe3d1",
17
+ "color-base-orange-200": "#ffd7be",
18
+ "color-base-orange-300": "#ffc19b",
19
+ "color-base-orange-400": "#ffa670",
20
+ "color-base-orange-450": "#ff9250",
21
+ "color-base-orange-500": "#ff7e30",
22
+ "color-base-orange-600": "#ff6b11",
23
+ "color-base-orange-700": "#e95f0c",
24
+ "color-base-orange-800": "#d65404",
25
+ "color-base-orange-900": "#bf4800",
26
+ "color-base-yellow-50": "#fffaeb",
27
+ "color-base-yellow-100": "#fff6de",
28
+ "color-base-yellow-150": "#fff0cc",
29
+ "color-base-yellow-200": "#ffeab6",
30
+ "color-base-yellow-300": "#ffe39d",
31
+ "color-base-yellow-400": "#ffd97b",
32
+ "color-base-yellow-450": "#ffcf58",
33
+ "color-base-yellow-500": "#ffc434",
34
+ "color-base-yellow-600": "#ffbb11",
35
+ "color-base-yellow-700": "#e9aa0c",
36
+ "color-base-yellow-800": "#d69a04",
37
+ "color-base-yellow-900": "#bf8800",
38
+ "color-base-green-50": "#f6faec",
39
+ "color-base-green-100": "#f0f7df",
40
+ "color-base-green-150": "#e8f2d0",
41
+ "color-base-green-200": "#deedbc",
42
+ "color-base-green-300": "#cee49c",
43
+ "color-base-green-400": "#bedb79",
44
+ "color-base-green-450": "#add154",
45
+ "color-base-green-500": "#9bc730",
46
+ "color-base-green-600": "#8abd0c",
47
+ "color-base-green-700": "#7baa0b",
48
+ "color-base-green-800": "#6e970a",
49
+ "color-base-green-900": "#618508",
50
+ "color-base-dark-green-50": "#eaf4ec",
51
+ "color-base-dark-green-100": "#dff2e3",
52
+ "color-base-dark-green-150": "#ccecd3",
53
+ "color-base-dark-green-200": "#b1dfbb",
54
+ "color-base-dark-green-300": "#93d3a2",
55
+ "color-base-dark-green-400": "#72c584",
56
+ "color-base-dark-green-450": "#4cb563",
57
+ "color-base-dark-green-500": "#26a642",
58
+ "color-base-dark-green-600": "#009621",
59
+ "color-base-dark-green-700": "#00871e",
60
+ "color-base-dark-green-800": "#00781a",
61
+ "color-base-dark-green-900": "#006917",
62
+ "color-base-cyan-50": "#e3f0f5",
63
+ "color-base-cyan-100": "#d5eff8",
64
+ "color-base-cyan-150": "#c2e8f3",
65
+ "color-base-cyan-200": "#aee0ef",
66
+ "color-base-cyan-300": "#92d4e7",
67
+ "color-base-cyan-400": "#70c7e0",
68
+ "color-base-cyan-450": "#43b4d6",
69
+ "color-base-cyan-500": "#19a3cb",
70
+ "color-base-cyan-600": "#0099c5",
71
+ "color-base-cyan-700": "#008ab2",
72
+ "color-base-cyan-800": "#007a9e",
73
+ "color-base-cyan-900": "#006b8a",
74
+ "color-base-blue-50": "#e7f1fa",
75
+ "color-base-blue-100": "#d6eeff",
76
+ "color-base-blue-150": "#c7e7ff",
77
+ "color-base-blue-200": "#b1deff",
78
+ "color-base-blue-300": "#8ecfff",
79
+ "color-base-blue-400": "#6ac0ff",
80
+ "color-base-blue-450": "#4ab2ff",
81
+ "color-base-blue-500": "#2ba4ff",
82
+ "color-base-blue-600": "#0d98ff",
83
+ "color-base-blue-700": "#0c88e6",
84
+ "color-base-blue-800": "#0a77ca",
85
+ "color-base-blue-900": "#0968af",
86
+ "color-base-dark-blue-50": "#e1ebf6",
87
+ "color-base-dark-blue-100": "#d3e6fa",
88
+ "color-base-dark-blue-150": "#b9d7f5",
89
+ "color-base-dark-blue-200": "#9bc6f2",
90
+ "color-base-dark-blue-300": "#77afe7",
91
+ "color-base-dark-blue-400": "#5198e0",
92
+ "color-base-dark-blue-450": "#3a85d1",
93
+ "color-base-dark-blue-500": "#2576c7",
94
+ "color-base-dark-blue-600": "#1467ba",
95
+ "color-base-dark-blue-700": "#125da8",
96
+ "color-base-dark-blue-800": "#105295",
97
+ "color-base-dark-blue-900": "#0e4883",
98
+ "color-base-pink-50": "#fce6f3",
99
+ "color-base-pink-100": "#fad5eb",
100
+ "color-base-pink-150": "#f7bbdd",
101
+ "color-base-pink-200": "#f2a1cf",
102
+ "color-base-pink-300": "#ec78ba",
103
+ "color-base-pink-400": "#e755a8",
104
+ "color-base-pink-450": "#d94397",
105
+ "color-base-pink-500": "#cc2f89",
106
+ "color-base-pink-600": "#c41579",
107
+ "color-base-pink-700": "#b4136e",
108
+ "color-base-pink-800": "#a01163",
109
+ "color-base-pink-900": "#8a0f55",
110
+ "color-base-purple-50": "#f4e2f6",
111
+ "color-base-purple-100": "#eccff0",
112
+ "color-base-purple-150": "#dab2e0",
113
+ "color-base-purple-200": "#c792cf",
114
+ "color-base-purple-300": "#ab66b4",
115
+ "color-base-purple-400": "#93459e",
116
+ "color-base-purple-450": "#823591",
117
+ "color-base-purple-500": "#772386",
118
+ "color-base-purple-600": "#6c127b",
119
+ "color-base-purple-700": "#5e106b",
120
+ "color-base-purple-800": "#530d5e",
121
+ "color-base-purple-900": "#450b4f",
122
+ "color-base-brown-50": "#f2eae4",
123
+ "color-base-brown-100": "#eadcd2",
124
+ "color-base-brown-150": "#d8c4b3",
125
+ "color-base-brown-200": "#bca38d",
126
+ "color-base-brown-300": "#a08165",
127
+ "color-base-brown-400": "#8b6747",
128
+ "color-base-brown-450": "#755438",
129
+ "color-base-brown-500": "#65472b",
130
+ "color-base-brown-600": "#593b20",
131
+ "color-base-brown-700": "#4f351d",
132
+ "color-base-brown-800": "#462f1b",
133
+ "color-base-brown-900": "#3f2915",
134
+ "color-base-grey-50": "#f9f9f9",
135
+ "color-base-grey-100": "#f3f3f3",
136
+ "color-base-grey-150": "#eeeeee",
137
+ "color-base-grey-200": "#e5e5e5",
138
+ "color-base-grey-300": "#d9d9d9",
139
+ "color-base-grey-400": "#cccccc",
140
+ "color-base-grey-450": "#bbbbbb",
141
+ "color-base-grey-500": "#aaaaaa",
142
+ "color-base-grey-600": "#999999",
143
+ "color-base-grey-700": "#777777",
144
+ "color-base-grey-800": "#666666",
145
+ "color-base-grey-900": "#555555",
146
+ "color-base-white": "#ffffff",
147
+ "color-base-black": "#111111",
148
+ "color-font-base": "#111111",
149
+ "color-font-secondary": "#555555",
150
+ "color-font-tertiary": "#999999",
151
+ "color-font-warn": "#555555",
152
+ "color-font-suggest": "#bf8800",
153
+ "color-font-error": "#cc0017",
154
+ "size-font-tiny": "12px",
155
+ "size-font-small": "13px",
156
+ "size-font-medium": "16px",
157
+ "size-font-large": "20px",
158
+ "size-font-xl": "24px",
159
+ "size-font-xxl": "32px",
160
+ "size-font-xxxl": "48px",
161
+ "size-font-base": "16px",
162
+ "font-family-base": "\"Segoe UI\", Tahoma, Geneva, Verdana, sans-serif",
163
+ "time-transition-short": "275ms",
164
+ "time-transition-base": "300ms",
165
+ "time-transition-long": "600ms",
166
+ "time-transition-xl": "1000ms"
167
+ }