@nysds/tokens 1.0.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/css.scss +3 -0
- package/dist/tokens.css +465 -0
- package/package.json +40 -0
- package/src/tokens.json +768 -0
package/css.scss
ADDED
package/dist/tokens.css
ADDED
|
@@ -0,0 +1,465 @@
|
|
|
1
|
+
/* -------------------------------------------
|
|
2
|
+
* Autogenerated by ⛋ Terrazzo. DO NOT EDIT!
|
|
3
|
+
* ------------------------------------------- */
|
|
4
|
+
|
|
5
|
+
:root {
|
|
6
|
+
--nys-border-width-lg: 4px;
|
|
7
|
+
--nys-border-width-md: 2px;
|
|
8
|
+
--nys-border-width-sm: 1px;
|
|
9
|
+
--nys-color-accent: var(--nys-color-yellow-400);
|
|
10
|
+
--nys-color-admin-orange-10: #fcf4ef;
|
|
11
|
+
--nys-color-admin-orange-50: #f9e9e0;
|
|
12
|
+
--nys-color-admin-orange-100: #f3d3c1;
|
|
13
|
+
--nys-color-admin-orange-200: #e7b59c;
|
|
14
|
+
--nys-color-admin-orange-300: #db9778;
|
|
15
|
+
--nys-color-admin-orange-400: #d07954;
|
|
16
|
+
--nys-color-admin-orange-500: #c0623b;
|
|
17
|
+
--nys-color-admin-orange-600: #b14b22;
|
|
18
|
+
--nys-color-admin-orange-700: #a2350a;
|
|
19
|
+
--nys-color-admin-orange-800: #752607;
|
|
20
|
+
--nys-color-admin-orange-900: #481704;
|
|
21
|
+
--nys-color-base: var(--nys-color-neutral-600);
|
|
22
|
+
--nys-color-base-weak: var(--nys-color-neutral-10);
|
|
23
|
+
--nys-color-black: #000000;
|
|
24
|
+
--nys-color-black-transparent-50: #00000003;
|
|
25
|
+
--nys-color-black-transparent-100: #0000001a;
|
|
26
|
+
--nys-color-black-transparent-200: #00000033;
|
|
27
|
+
--nys-color-black-transparent-300: #0000004d;
|
|
28
|
+
--nys-color-black-transparent-400: #00000066;
|
|
29
|
+
--nys-color-black-transparent-500: #00000080;
|
|
30
|
+
--nys-color-black-transparent-600: #00000099;
|
|
31
|
+
--nys-color-black-transparent-700: #000000b3;
|
|
32
|
+
--nys-color-black-transparent-800: #000000cc;
|
|
33
|
+
--nys-color-black-transparent-900: #000000e6;
|
|
34
|
+
--nys-color-blue-10: #f2f7fc;
|
|
35
|
+
--nys-color-blue-50: #e5effa;
|
|
36
|
+
--nys-color-blue-100: #cce0f6;
|
|
37
|
+
--nys-color-blue-200: #a3c2ee;
|
|
38
|
+
--nys-color-blue-300: #7aa5e7;
|
|
39
|
+
--nys-color-blue-400: #5187df;
|
|
40
|
+
--nys-color-blue-500: #286ad8;
|
|
41
|
+
--nys-color-blue-600: #004dd1;
|
|
42
|
+
--nys-color-blue-700: #003ba1;
|
|
43
|
+
--nys-color-blue-800: #002971;
|
|
44
|
+
--nys-color-blue-900: #001842;
|
|
45
|
+
--nys-color-business-teal-10: #f2f6f6;
|
|
46
|
+
--nys-color-business-teal-50: #e5eded;
|
|
47
|
+
--nys-color-business-teal-100: #c5d8d9;
|
|
48
|
+
--nys-color-business-teal-200: #a5c3c5;
|
|
49
|
+
--nys-color-business-teal-300: #85aeb1;
|
|
50
|
+
--nys-color-business-teal-400: #65999e;
|
|
51
|
+
--nys-color-business-teal-500: #387b82;
|
|
52
|
+
--nys-color-business-teal-600: #0b5d66;
|
|
53
|
+
--nys-color-business-teal-700: #084b52;
|
|
54
|
+
--nys-color-business-teal-800: #05393f;
|
|
55
|
+
--nys-color-business-teal-900: #02272c;
|
|
56
|
+
--nys-color-danger: var(--nys-color-red-600);
|
|
57
|
+
--nys-color-danger-strong: var(--nys-color-red-800);
|
|
58
|
+
--nys-color-danger-weak: var(--nys-color-red-50);
|
|
59
|
+
--nys-color-emergency: var(--nys-color-red-800);
|
|
60
|
+
--nys-color-emergency-weak: var(--nys-color-red-300);
|
|
61
|
+
--nys-color-environment-green-10: #f5f7f6;
|
|
62
|
+
--nys-color-environment-green-50: #ecf0ee;
|
|
63
|
+
--nys-color-environment-green-100: #d9e1dd;
|
|
64
|
+
--nys-color-environment-green-200: #bac6bf;
|
|
65
|
+
--nys-color-environment-green-300: #9caba1;
|
|
66
|
+
--nys-color-environment-green-400: #7e9084;
|
|
67
|
+
--nys-color-environment-green-500: #5f7566;
|
|
68
|
+
--nys-color-environment-green-600: #415a48;
|
|
69
|
+
--nys-color-environment-green-700: #233f2b;
|
|
70
|
+
--nys-color-environment-green-800: #172a1c;
|
|
71
|
+
--nys-color-environment-green-900: #0b150e;
|
|
72
|
+
--nys-color-focus: var(--nys-color-blue-600);
|
|
73
|
+
--nys-color-green-10: #f3f8f4;
|
|
74
|
+
--nys-color-green-50: #e8f1ea;
|
|
75
|
+
--nys-color-green-100: #d2e3d5;
|
|
76
|
+
--nys-color-green-200: #aecdb3;
|
|
77
|
+
--nys-color-green-300: #8ab792;
|
|
78
|
+
--nys-color-green-400: #66a170;
|
|
79
|
+
--nys-color-green-500: #428b4f;
|
|
80
|
+
--nys-color-green-600: #1e752e;
|
|
81
|
+
--nys-color-green-700: #165923;
|
|
82
|
+
--nys-color-green-800: #0f3d18;
|
|
83
|
+
--nys-color-green-900: #08210d;
|
|
84
|
+
--nys-color-health-purple-10: #f4f4f8;
|
|
85
|
+
--nys-color-health-purple-50: #e9eaf1;
|
|
86
|
+
--nys-color-health-purple-100: #d3d5e3;
|
|
87
|
+
--nys-color-health-purple-200: #bbb8cc;
|
|
88
|
+
--nys-color-health-purple-300: #a39bb6;
|
|
89
|
+
--nys-color-health-purple-400: #8b7fa0;
|
|
90
|
+
--nys-color-health-purple-500: #736289;
|
|
91
|
+
--nys-color-health-purple-600: #5b4573;
|
|
92
|
+
--nys-color-health-purple-700: #43285d;
|
|
93
|
+
--nys-color-health-purple-800: #2c1a3e;
|
|
94
|
+
--nys-color-health-purple-900: #160d1f;
|
|
95
|
+
--nys-color-info: var(--nys-color-blue-600);
|
|
96
|
+
--nys-color-info-strong: var(--nys-color-blue-800);
|
|
97
|
+
--nys-color-info-weak: var(--nys-color-blue-50);
|
|
98
|
+
--nys-color-ink: var(--nys-color-neutral-900);
|
|
99
|
+
--nys-color-ink-reverse: var(--nys-color-white);
|
|
100
|
+
--nys-color-link: var(--nys-color-blue-600);
|
|
101
|
+
--nys-color-link-neutral: var(--nys-color-neutral-900);
|
|
102
|
+
--nys-color-link-reverse: var(--nys-color-neutral-300);
|
|
103
|
+
--nys-color-link-reverse-neutral: var(--nys-color-white);
|
|
104
|
+
--nys-color-link-reverse-strong: var(--nys-color-neutral-50);
|
|
105
|
+
--nys-color-link-reverse-strongest: var(--nys-color-white);
|
|
106
|
+
--nys-color-link-strong: var(--nys-color-blue-700);
|
|
107
|
+
--nys-color-link-strongest: var(--nys-color-blue-800);
|
|
108
|
+
--nys-color-local-brown-10: #f6f5f4;
|
|
109
|
+
--nys-color-local-brown-50: #eeebe9;
|
|
110
|
+
--nys-color-local-brown-100: #ddd7d3;
|
|
111
|
+
--nys-color-local-brown-200: #c3b9b3;
|
|
112
|
+
--nys-color-local-brown-300: #a99b94;
|
|
113
|
+
--nys-color-local-brown-400: #8f7d75;
|
|
114
|
+
--nys-color-local-brown-500: #745e55;
|
|
115
|
+
--nys-color-local-brown-600: #5a4036;
|
|
116
|
+
--nys-color-local-brown-700: #402217;
|
|
117
|
+
--nys-color-local-brown-800: #2a160f;
|
|
118
|
+
--nys-color-local-brown-900: #150b07;
|
|
119
|
+
--nys-color-neutral-10: #f6f6f6;
|
|
120
|
+
--nys-color-neutral-50: #ededed;
|
|
121
|
+
--nys-color-neutral-100: #d0d0ce;
|
|
122
|
+
--nys-color-neutral-200: #bec0c1;
|
|
123
|
+
--nys-color-neutral-300: #a7a9ab;
|
|
124
|
+
--nys-color-neutral-400: #909395;
|
|
125
|
+
--nys-color-neutral-500: #797c7f;
|
|
126
|
+
--nys-color-neutral-600: #62666a;
|
|
127
|
+
--nys-color-neutral-700: #4a4d4f;
|
|
128
|
+
--nys-color-neutral-800: #323435;
|
|
129
|
+
--nys-color-neutral-900: #1b1b1b;
|
|
130
|
+
--nys-color-red-10: #fbf4f4;
|
|
131
|
+
--nys-color-red-50: #f7eaea;
|
|
132
|
+
--nys-color-red-100: #f0d5d5;
|
|
133
|
+
--nys-color-red-200: #e4b3b3;
|
|
134
|
+
--nys-color-red-300: #d89191;
|
|
135
|
+
--nys-color-red-400: #cc6f6f;
|
|
136
|
+
--nys-color-red-500: #c04d4d;
|
|
137
|
+
--nys-color-red-600: #b52c2c;
|
|
138
|
+
--nys-color-red-700: #932424;
|
|
139
|
+
--nys-color-red-800: #721c1c;
|
|
140
|
+
--nys-color-red-900: #511414;
|
|
141
|
+
--nys-color-safety-gray-10: #f2f5f6;
|
|
142
|
+
--nys-color-safety-gray-50: #e5ebed;
|
|
143
|
+
--nys-color-safety-gray-100: #cdd6da;
|
|
144
|
+
--nys-color-safety-gray-200: #b5c1c8;
|
|
145
|
+
--nys-color-safety-gray-300: #9dacb5;
|
|
146
|
+
--nys-color-safety-gray-400: #8697a3;
|
|
147
|
+
--nys-color-safety-gray-500: #6f8391;
|
|
148
|
+
--nys-color-safety-gray-600: #59707f;
|
|
149
|
+
--nys-color-safety-gray-700: #435d6e;
|
|
150
|
+
--nys-color-safety-gray-800: #30424f;
|
|
151
|
+
--nys-color-safety-gray-900: #1d2830;
|
|
152
|
+
--nys-color-state-blue-10: #f7fafd;
|
|
153
|
+
--nys-color-state-blue-50: #eff6fb;
|
|
154
|
+
--nys-color-state-blue-100: #cddde9;
|
|
155
|
+
--nys-color-state-blue-200: #abc4d8;
|
|
156
|
+
--nys-color-state-blue-300: #89abc7;
|
|
157
|
+
--nys-color-state-blue-400: #6792b6;
|
|
158
|
+
--nys-color-state-blue-500: #457aa5;
|
|
159
|
+
--nys-color-state-blue-600: #2d618c;
|
|
160
|
+
--nys-color-state-blue-700: #154973;
|
|
161
|
+
--nys-color-state-blue-800: #0e324f;
|
|
162
|
+
--nys-color-state-blue-900: #081b2b;
|
|
163
|
+
--nys-color-success: var(--nys-color-green-600);
|
|
164
|
+
--nys-color-success-strong: var(--nys-color-green-800);
|
|
165
|
+
--nys-color-success-weak: var(--nys-color-green-50);
|
|
166
|
+
--nys-color-surface: var(--nys-color-white);
|
|
167
|
+
--nys-color-surface-raised: var(--nys-color-neutral-10);
|
|
168
|
+
--nys-color-surface-reverse: var(--nys-color-neutral-900);
|
|
169
|
+
--nys-color-text: var(--nys-color-neutral-900);
|
|
170
|
+
--nys-color-text-disabled: var(--nys-color-neutral-200);
|
|
171
|
+
--nys-color-text-reverse: var(--nys-color-white);
|
|
172
|
+
--nys-color-text-reverse-disabled: var(--nys-color-neutral-600);
|
|
173
|
+
--nys-color-text-reverse-weak: var(--nys-color-neutral-100);
|
|
174
|
+
--nys-color-text-reverse-weaker: var(--nys-color-neutral-200);
|
|
175
|
+
--nys-color-text-weak: var(--nys-color-neutral-700);
|
|
176
|
+
--nys-color-text-weaker: var(--nys-color-neutral-500);
|
|
177
|
+
--nys-color-text-weakest: var(--nys-color-neutral-200);
|
|
178
|
+
--nys-color-theme: var(--nys-color-state-blue-700);
|
|
179
|
+
--nys-color-theme-faint: var(--nys-color-state-blue-10);
|
|
180
|
+
--nys-color-theme-mid: var(--nys-color-state-blue-500);
|
|
181
|
+
--nys-color-theme-strong: var(--nys-color-state-blue-800);
|
|
182
|
+
--nys-color-theme-stronger: var(--nys-color-state-blue-900);
|
|
183
|
+
--nys-color-theme-weak: var(--nys-color-state-blue-100);
|
|
184
|
+
--nys-color-theme-weaker: var(--nys-color-state-blue-50);
|
|
185
|
+
--nys-color-transparent: #ffffff00;
|
|
186
|
+
--nys-color-transportation-blue-10: #f4f8fa;
|
|
187
|
+
--nys-color-transportation-blue-50: #eaf2f5;
|
|
188
|
+
--nys-color-transportation-blue-100: #d5e5eb;
|
|
189
|
+
--nys-color-transportation-blue-200: #b2ccd9;
|
|
190
|
+
--nys-color-transportation-blue-300: #90b3c7;
|
|
191
|
+
--nys-color-transportation-blue-400: #6e9ab5;
|
|
192
|
+
--nys-color-transportation-blue-500: #4d83a4;
|
|
193
|
+
--nys-color-transportation-blue-600: #2c6c93;
|
|
194
|
+
--nys-color-transportation-blue-700: #0b5583;
|
|
195
|
+
--nys-color-transportation-blue-800: #093a5c;
|
|
196
|
+
--nys-color-transportation-blue-900: #072036;
|
|
197
|
+
--nys-color-warning: var(--nys-color-yellow-400);
|
|
198
|
+
--nys-color-warning-strong: var(--nys-color-yellow-800);
|
|
199
|
+
--nys-color-warning-weak: var(--nys-color-yellow-50);
|
|
200
|
+
--nys-color-white: #ffffff;
|
|
201
|
+
--nys-color-white-transparent-50: #ffffff03;
|
|
202
|
+
--nys-color-white-transparent-100: #ffffff1a;
|
|
203
|
+
--nys-color-white-transparent-200: #ffffff33;
|
|
204
|
+
--nys-color-white-transparent-300: #ffffff4d;
|
|
205
|
+
--nys-color-white-transparent-400: #ffffff66;
|
|
206
|
+
--nys-color-white-transparent-500: #ffffff80;
|
|
207
|
+
--nys-color-white-transparent-600: #ffffff99;
|
|
208
|
+
--nys-color-white-transparent-700: #ffffffb3;
|
|
209
|
+
--nys-color-white-transparent-800: #ffffffcc;
|
|
210
|
+
--nys-color-white-transparent-900: #ffffffe6;
|
|
211
|
+
--nys-color-yellow-10: #fefcf2;
|
|
212
|
+
--nys-color-yellow-50: #fefae5;
|
|
213
|
+
--nys-color-yellow-100: #fef5cc;
|
|
214
|
+
--nys-color-yellow-200: #fce888;
|
|
215
|
+
--nys-color-yellow-300: #fbdb44;
|
|
216
|
+
--nys-color-yellow-400: #face00;
|
|
217
|
+
--nys-color-yellow-500: #d6b000;
|
|
218
|
+
--nys-color-yellow-600: #b29200;
|
|
219
|
+
--nys-color-yellow-700: #8e7500;
|
|
220
|
+
--nys-color-yellow-800: #6a5700;
|
|
221
|
+
--nys-color-yellow-900: #463a00;
|
|
222
|
+
--nys-font-family-agency: "D Sari", "Arial", sans-serif;
|
|
223
|
+
--nys-font-family-alt: "Oswald", "Arial", sans-serif;
|
|
224
|
+
--nys-font-family-body: var(--nys-font-family-sans);
|
|
225
|
+
--nys-font-family-display: var(--nys-font-family-sans);
|
|
226
|
+
--nys-font-family-heading: var(--nys-font-family-sans);
|
|
227
|
+
--nys-font-family-monospace: "Roboto Mono Web", "Bitstream Vera Sans Mono", "Consolas", "Courier", monospace;
|
|
228
|
+
--nys-font-family-sans: "Proxima Nova", -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica", "Arial", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
|
229
|
+
--nys-font-family-serif: "Noto Serif", "Georgia", "Cambria", "Times New Roman", "Times", serif;
|
|
230
|
+
--nys-font-family-ui: var(--nys-font-family-sans);
|
|
231
|
+
--nys-font-letterspacing-0: 0;
|
|
232
|
+
--nys-font-letterspacing-100: 0.001rem;
|
|
233
|
+
--nys-font-letterspacing-200: 0.001rem;
|
|
234
|
+
--nys-font-letterspacing-300: 0.002rem;
|
|
235
|
+
--nys-font-letterspacing-400: 0.003rem;
|
|
236
|
+
--nys-font-letterspacing-500: 0.003rem;
|
|
237
|
+
--nys-font-letterspacing-600: 0.004rem;
|
|
238
|
+
--nys-font-letterspacing-body-md: var(--nys-font-letterspacing-400);
|
|
239
|
+
--nys-font-letterspacing-body-sm: var(--nys-font-letterspacing-400);
|
|
240
|
+
--nys-font-letterspacing-body-xs: var(--nys-font-letterspacing-600);
|
|
241
|
+
--nys-font-letterspacing-display-lg: var(--nys-font-letterspacing-negative-100);
|
|
242
|
+
--nys-font-letterspacing-display-md: var(--nys-font-letterspacing-0);
|
|
243
|
+
--nys-font-letterspacing-display-sm: var(--nys-font-letterspacing-0);
|
|
244
|
+
--nys-font-letterspacing-display-xl: var(--nys-font-letterspacing-negative-100);
|
|
245
|
+
--nys-font-letterspacing-h1: var(--nys-font-letterspacing-0);
|
|
246
|
+
--nys-font-letterspacing-h2: var(--nys-font-letterspacing-100);
|
|
247
|
+
--nys-font-letterspacing-h3: var(--nys-font-letterspacing-100);
|
|
248
|
+
--nys-font-letterspacing-h4: var(--nys-font-letterspacing-200);
|
|
249
|
+
--nys-font-letterspacing-h5: var(--nys-font-letterspacing-200);
|
|
250
|
+
--nys-font-letterspacing-h6: var(--nys-font-letterspacing-300);
|
|
251
|
+
--nys-font-letterspacing-negative-100: -0.01rem;
|
|
252
|
+
--nys-font-letterspacing-negative-200: -0.02rem;
|
|
253
|
+
--nys-font-letterspacing-ui-lg: var(--nys-font-letterspacing-300);
|
|
254
|
+
--nys-font-letterspacing-ui-md: var(--nys-font-letterspacing-400);
|
|
255
|
+
--nys-font-letterspacing-ui-sm: var(--nys-font-letterspacing-400);
|
|
256
|
+
--nys-font-letterspacing-ui-xl: var(--nys-font-letterspacing-200);
|
|
257
|
+
--nys-font-letterspacing-ui-xs: var(--nys-font-letterspacing-600);
|
|
258
|
+
--nys-font-lineheight-2xl: 2.4375rem;
|
|
259
|
+
--nys-font-lineheight-2xs: 1.125rem;
|
|
260
|
+
--nys-font-lineheight-3xl: 2.8125rem;
|
|
261
|
+
--nys-font-lineheight-4xl: 3.5625rem;
|
|
262
|
+
--nys-font-lineheight-body-lg: 1.75rem;
|
|
263
|
+
--nys-font-lineheight-body-md: 1.5rem;
|
|
264
|
+
--nys-font-lineheight-body-sm: 1.5rem;
|
|
265
|
+
--nys-font-lineheight-body-xs: 1.25rem;
|
|
266
|
+
--nys-font-lineheight-display-lg: 3.25rem;
|
|
267
|
+
--nys-font-lineheight-display-md: 3rem;
|
|
268
|
+
--nys-font-lineheight-display-sm: 2.75rem;
|
|
269
|
+
--nys-font-lineheight-display-xl: 3.75rem;
|
|
270
|
+
--nys-font-lineheight-h1: 2.5rem;
|
|
271
|
+
--nys-font-lineheight-h2: 2.25rem;
|
|
272
|
+
--nys-font-lineheight-h3: 2rem;
|
|
273
|
+
--nys-font-lineheight-h4: 2rem;
|
|
274
|
+
--nys-font-lineheight-h5: 1.75rem;
|
|
275
|
+
--nys-font-lineheight-h6: 1.75rem;
|
|
276
|
+
--nys-font-lineheight-lg: 1.75rem;
|
|
277
|
+
--nys-font-lineheight-md: 1.5625rem;
|
|
278
|
+
--nys-font-lineheight-sm: 1.375rem;
|
|
279
|
+
--nys-font-lineheight-ui-lg: 1.75rem;
|
|
280
|
+
--nys-font-lineheight-ui-md: 1.5rem;
|
|
281
|
+
--nys-font-lineheight-ui-sm: 1.5rem;
|
|
282
|
+
--nys-font-lineheight-ui-xl: 1.75rem;
|
|
283
|
+
--nys-font-lineheight-ui-xs: 1.25rem;
|
|
284
|
+
--nys-font-lineheight-xl: 1.9375rem;
|
|
285
|
+
--nys-font-lineheight-xs: 1.3125rem;
|
|
286
|
+
--nys-font-size-2xl: 1.375rem;
|
|
287
|
+
--nys-font-size-2xs: 0.625rem;
|
|
288
|
+
--nys-font-size-3xl: 1.5rem;
|
|
289
|
+
--nys-font-size-4xl: 1.75rem;
|
|
290
|
+
--nys-font-size-5xl: 2rem;
|
|
291
|
+
--nys-font-size-6xl: 2.25rem;
|
|
292
|
+
--nys-font-size-7xl: 2.5rem;
|
|
293
|
+
--nys-font-size-8xl: 2.75rem;
|
|
294
|
+
--nys-font-size-9xl: 3.125rem;
|
|
295
|
+
--nys-font-size-agency-lg: var(--nys-font-size-lg);
|
|
296
|
+
--nys-font-size-agency-md: var(--nys-font-size-md);
|
|
297
|
+
--nys-font-size-agency-xl: var(--nys-font-size-2xl);
|
|
298
|
+
--nys-font-size-body-lg: var(--nys-font-size-lg);
|
|
299
|
+
--nys-font-size-body-md: var(--nys-font-size-md);
|
|
300
|
+
--nys-font-size-body-sm: var(--nys-font-size-sm);
|
|
301
|
+
--nys-font-size-body-xs: var(--nys-font-size-xs);
|
|
302
|
+
--nys-font-size-display-lg: var(--nys-font-size-8xl);
|
|
303
|
+
--nys-font-size-display-md: var(--nys-font-size-7xl);
|
|
304
|
+
--nys-font-size-display-sm: var(--nys-font-size-6xl);
|
|
305
|
+
--nys-font-size-display-xl: var(--nys-font-size-9xl);
|
|
306
|
+
--nys-font-size-h1: var(--nys-font-size-7xl);
|
|
307
|
+
--nys-font-size-h2: var(--nys-font-size-5xl);
|
|
308
|
+
--nys-font-size-h3: var(--nys-font-size-4xl);
|
|
309
|
+
--nys-font-size-h4: var(--nys-font-size-2xl);
|
|
310
|
+
--nys-font-size-h5: var(--nys-font-size-2xl);
|
|
311
|
+
--nys-font-size-h6: var(--nys-font-size-lg);
|
|
312
|
+
--nys-font-size-lg: 1.125rem;
|
|
313
|
+
--nys-font-size-md: 1rem;
|
|
314
|
+
--nys-font-size-sm: 0.875rem;
|
|
315
|
+
--nys-font-size-ui-lg: var(--nys-font-size-lg);
|
|
316
|
+
--nys-font-size-ui-md: var(--nys-font-size-md);
|
|
317
|
+
--nys-font-size-ui-sm: var(--nys-font-size-sm);
|
|
318
|
+
--nys-font-size-ui-xl: var(--nys-font-size-xl);
|
|
319
|
+
--nys-font-size-ui-xs: var(--nys-font-size-xs);
|
|
320
|
+
--nys-font-size-xl: 1.25rem;
|
|
321
|
+
--nys-font-size-xs: 0.75rem;
|
|
322
|
+
--nys-font-weight-black: 900;
|
|
323
|
+
--nys-font-weight-bold: 700;
|
|
324
|
+
--nys-font-weight-extrabold: 800;
|
|
325
|
+
--nys-font-weight-extralight: 200;
|
|
326
|
+
--nys-font-weight-light: 300;
|
|
327
|
+
--nys-font-weight-medium: 500;
|
|
328
|
+
--nys-font-weight-regular: 400;
|
|
329
|
+
--nys-font-weight-semibold: 600;
|
|
330
|
+
--nys-font-weight-thin: 100;
|
|
331
|
+
--nys-form-width-lg: 24rem;
|
|
332
|
+
--nys-form-width-md: 12.5rem;
|
|
333
|
+
--nys-form-width-sm: 5.5rem;
|
|
334
|
+
--nys-gutter-lg: 2rem;
|
|
335
|
+
--nys-gutter-md: 2rem;
|
|
336
|
+
--nys-gutter-sm: 1.25rem;
|
|
337
|
+
--nys-gutter-xl: 4rem;
|
|
338
|
+
--nys-gutter-xs: 1.25rem;
|
|
339
|
+
--nys-icon-size-2xl: var(--nys-font-size-2xl);
|
|
340
|
+
--nys-icon-size-3xl: var(--nys-font-size-3xl);
|
|
341
|
+
--nys-icon-size-4xl: var(--nys-font-size-4xl);
|
|
342
|
+
--nys-icon-size-5xl: var(--nys-font-size-5xl);
|
|
343
|
+
--nys-icon-size-lg: var(--nys-font-size-lg);
|
|
344
|
+
--nys-icon-size-md: var(--nys-font-size-md);
|
|
345
|
+
--nys-icon-size-sm: var(--nys-font-size-sm);
|
|
346
|
+
--nys-icon-size-xl: var(--nys-font-size-xl);
|
|
347
|
+
--nys-icon-size-xs: var(--nys-font-size-xs);
|
|
348
|
+
--nys-radius-lg: 0.5rem;
|
|
349
|
+
--nys-radius-md: 0.25rem;
|
|
350
|
+
--nys-radius-round: 1776px;
|
|
351
|
+
--nys-radius-sm: 2px;
|
|
352
|
+
--nys-radius-xl: 0.75rem;
|
|
353
|
+
--nys-radius-xs: 1px;
|
|
354
|
+
--nys-radius-xxl: 1rem;
|
|
355
|
+
--nys-shadow-overlay: 0 25px 50px -12px color(srgb 0 0 0 / 0.30196078431372547);
|
|
356
|
+
--nys-shadow-raised: 0 4px 6px -1px color(srgb 0 0 0 / 0.10196078431372549), 0 4px 6px -1px color(srgb 0 0 0 / 0.011764705882352941);
|
|
357
|
+
--nys-size-1px: 1px;
|
|
358
|
+
--nys-size-2px: 2px;
|
|
359
|
+
--nys-size-50: 0.25rem;
|
|
360
|
+
--nys-size-100: 0.5rem;
|
|
361
|
+
--nys-size-150: 0.75rem;
|
|
362
|
+
--nys-size-200: 1rem;
|
|
363
|
+
--nys-size-250: 1.25rem;
|
|
364
|
+
--nys-size-300: 1.5rem;
|
|
365
|
+
--nys-size-400: 2rem;
|
|
366
|
+
--nys-size-450: 2.25rem;
|
|
367
|
+
--nys-size-500: 2.5rem;
|
|
368
|
+
--nys-size-550: 2.75rem;
|
|
369
|
+
--nys-size-600: 3rem;
|
|
370
|
+
--nys-size-700: 3.5rem;
|
|
371
|
+
--nys-size-800: 4rem;
|
|
372
|
+
--nys-size-1200: 6rem;
|
|
373
|
+
--nys-space-1px: 1px;
|
|
374
|
+
--nys-space-2px: 2px;
|
|
375
|
+
--nys-space-50: 0.25rem;
|
|
376
|
+
--nys-space-100: 0.5rem;
|
|
377
|
+
--nys-space-150: 0.75rem;
|
|
378
|
+
--nys-space-200: 1rem;
|
|
379
|
+
--nys-space-250: 1.25rem;
|
|
380
|
+
--nys-space-300: 1.5rem;
|
|
381
|
+
--nys-space-400: 2rem;
|
|
382
|
+
--nys-space-500: 2.5rem;
|
|
383
|
+
--nys-space-600: 3rem;
|
|
384
|
+
--nys-space-700: 3.5rem;
|
|
385
|
+
--nys-space-800: 4rem;
|
|
386
|
+
--nys-space-1200: 6rem;
|
|
387
|
+
}
|
|
388
|
+
|
|
389
|
+
[data-theme="admin"],
|
|
390
|
+
.nys-theme-admin {
|
|
391
|
+
--nys-color-theme: var(--nys-color-admin-orange-700);
|
|
392
|
+
--nys-color-theme-faint: var(--nys-color-admin-orange-10);
|
|
393
|
+
--nys-color-theme-mid: var(--nys-color-admin-orange-500);
|
|
394
|
+
--nys-color-theme-strong: var(--nys-color-admin-orange-800);
|
|
395
|
+
--nys-color-theme-stronger: var(--nys-color-admin-orange-900);
|
|
396
|
+
--nys-color-theme-weak: var(--nys-color-admin-orange-100);
|
|
397
|
+
--nys-color-theme-weaker: var(--nys-color-admin-orange-50);
|
|
398
|
+
}
|
|
399
|
+
|
|
400
|
+
[data-theme="business"],
|
|
401
|
+
.nys-theme-business {
|
|
402
|
+
--nys-color-theme: var(--nys-color-business-teal-700);
|
|
403
|
+
--nys-color-theme-faint: var(--nys-color-business-teal-10);
|
|
404
|
+
--nys-color-theme-mid: var(--nys-color-business-teal-500);
|
|
405
|
+
--nys-color-theme-strong: var(--nys-color-business-teal-800);
|
|
406
|
+
--nys-color-theme-stronger: var(--nys-color-business-teal-900);
|
|
407
|
+
--nys-color-theme-weak: var(--nys-color-business-teal-100);
|
|
408
|
+
--nys-color-theme-weaker: var(--nys-color-business-teal-50);
|
|
409
|
+
}
|
|
410
|
+
|
|
411
|
+
[data-theme="environment"],
|
|
412
|
+
.nys-theme-environment {
|
|
413
|
+
--nys-color-theme: var(--nys-color-environment-green-700);
|
|
414
|
+
--nys-color-theme-faint: var(--nys-color-environment-green-10);
|
|
415
|
+
--nys-color-theme-mid: var(--nys-color-environment-green-500);
|
|
416
|
+
--nys-color-theme-strong: var(--nys-color-environment-green-800);
|
|
417
|
+
--nys-color-theme-stronger: var(--nys-color-environment-green-900);
|
|
418
|
+
--nys-color-theme-weak: var(--nys-color-environment-green-100);
|
|
419
|
+
--nys-color-theme-weaker: var(--nys-color-environment-green-50);
|
|
420
|
+
}
|
|
421
|
+
|
|
422
|
+
[data-theme="health"],
|
|
423
|
+
.nys-theme-health {
|
|
424
|
+
--nys-color-theme: var(--nys-color-health-purple-700);
|
|
425
|
+
--nys-color-theme-faint: var(--nys-color-health-purple-10);
|
|
426
|
+
--nys-color-theme-mid: var(--nys-color-health-purple-500);
|
|
427
|
+
--nys-color-theme-strong: var(--nys-color-health-purple-800);
|
|
428
|
+
--nys-color-theme-stronger: var(--nys-color-health-purple-900);
|
|
429
|
+
--nys-color-theme-weak: var(--nys-color-health-purple-100);
|
|
430
|
+
--nys-color-theme-weaker: var(--nys-color-health-purple-50);
|
|
431
|
+
}
|
|
432
|
+
|
|
433
|
+
[data-theme="local"],
|
|
434
|
+
.nys-theme-local {
|
|
435
|
+
--nys-color-theme: var(--nys-color-local-brown-700);
|
|
436
|
+
--nys-color-theme-faint: var(--nys-color-local-brown-10);
|
|
437
|
+
--nys-color-theme-mid: var(--nys-color-local-brown-500);
|
|
438
|
+
--nys-color-theme-strong: var(--nys-color-local-brown-800);
|
|
439
|
+
--nys-color-theme-stronger: var(--nys-color-local-brown-900);
|
|
440
|
+
--nys-color-theme-weak: var(--nys-color-local-brown-100);
|
|
441
|
+
--nys-color-theme-weaker: var(--nys-color-local-brown-50);
|
|
442
|
+
}
|
|
443
|
+
|
|
444
|
+
[data-theme="safety"],
|
|
445
|
+
.nys-theme-safety {
|
|
446
|
+
--nys-color-theme: var(--nys-color-safety-gray-700);
|
|
447
|
+
--nys-color-theme-faint: var(--nys-color-safety-gray-10);
|
|
448
|
+
--nys-color-theme-mid: var(--nys-color-safety-gray-500);
|
|
449
|
+
--nys-color-theme-strong: var(--nys-color-safety-gray-800);
|
|
450
|
+
--nys-color-theme-stronger: var(--nys-color-safety-gray-900);
|
|
451
|
+
--nys-color-theme-weak: var(--nys-color-safety-gray-100);
|
|
452
|
+
--nys-color-theme-weaker: var(--nys-color-safety-gray-50);
|
|
453
|
+
}
|
|
454
|
+
|
|
455
|
+
[data-theme="transportation"],
|
|
456
|
+
.nys-theme-transportation {
|
|
457
|
+
--nys-color-theme: var(--nys-color-transportation-blue-700);
|
|
458
|
+
--nys-color-theme-faint: var(--nys-color-transportation-blue-10);
|
|
459
|
+
--nys-color-theme-mid: var(--nys-color-transportation-blue-500);
|
|
460
|
+
--nys-color-theme-strong: var(--nys-color-transportation-blue-800);
|
|
461
|
+
--nys-color-theme-stronger: var(--nys-color-transportation-blue-900);
|
|
462
|
+
--nys-color-theme-weak: var(--nys-color-transportation-blue-100);
|
|
463
|
+
--nys-color-theme-weaker: var(--nys-color-transportation-blue-50);
|
|
464
|
+
}
|
|
465
|
+
|
package/package.json
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@nysds/tokens",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"description": "Design tokens for the New York State Design System in DTCG 2025.10 format",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"main": "src/tokens.json",
|
|
7
|
+
"exports": {
|
|
8
|
+
".": "./src/tokens.json",
|
|
9
|
+
"./json": "./src/tokens.json",
|
|
10
|
+
"./css": "./dist/tokens.css"
|
|
11
|
+
},
|
|
12
|
+
"files": [
|
|
13
|
+
"dist/",
|
|
14
|
+
"src/tokens.json",
|
|
15
|
+
"css.scss"
|
|
16
|
+
],
|
|
17
|
+
"scripts": {
|
|
18
|
+
"build": "tz build",
|
|
19
|
+
"dev": "tz build --watch"
|
|
20
|
+
},
|
|
21
|
+
"devDependencies": {
|
|
22
|
+
"@terrazzo/cli": "^0.5.0",
|
|
23
|
+
"@terrazzo/plugin-css": "^0.5.0"
|
|
24
|
+
},
|
|
25
|
+
"keywords": [
|
|
26
|
+
"design-tokens",
|
|
27
|
+
"dtcg",
|
|
28
|
+
"nysds",
|
|
29
|
+
"css-variables",
|
|
30
|
+
"new-york-state",
|
|
31
|
+
"design-system"
|
|
32
|
+
],
|
|
33
|
+
"author": "New York State Design System Team",
|
|
34
|
+
"license": "MIT",
|
|
35
|
+
"repository": {
|
|
36
|
+
"type": "git",
|
|
37
|
+
"url": "git+https://github.com/ITS-HCD/nysds.git",
|
|
38
|
+
"directory": "packages/tokens"
|
|
39
|
+
}
|
|
40
|
+
}
|
package/src/tokens.json
ADDED
|
@@ -0,0 +1,768 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://www.designtokens.org/schemas/2025.10/design-tokens.schema.json",
|
|
3
|
+
|
|
4
|
+
"primitive": {
|
|
5
|
+
"$description": "Raw foundational values - not for direct use in code, referenced by applied tokens",
|
|
6
|
+
"color": {
|
|
7
|
+
"$type": "color",
|
|
8
|
+
|
|
9
|
+
"neutral": {
|
|
10
|
+
"10": { "$value": "#f6f6f6" },
|
|
11
|
+
"50": { "$value": "#ededed" },
|
|
12
|
+
"100": { "$value": "#d0d0ce" },
|
|
13
|
+
"200": { "$value": "#bec0c1" },
|
|
14
|
+
"300": { "$value": "#a7a9ab" },
|
|
15
|
+
"400": { "$value": "#909395" },
|
|
16
|
+
"500": { "$value": "#797c7f" },
|
|
17
|
+
"600": { "$value": "#62666a" },
|
|
18
|
+
"700": { "$value": "#4a4d4f" },
|
|
19
|
+
"800": { "$value": "#323435" },
|
|
20
|
+
"900": { "$value": "#1b1b1b" }
|
|
21
|
+
},
|
|
22
|
+
"black": { "$value": "#000000" },
|
|
23
|
+
"white": { "$value": "#ffffff" },
|
|
24
|
+
|
|
25
|
+
"red": {
|
|
26
|
+
"10": { "$value": "#fbf4f4" },
|
|
27
|
+
"50": { "$value": "#f7eaea" },
|
|
28
|
+
"100": { "$value": "#f0d5d5" },
|
|
29
|
+
"200": { "$value": "#e4b3b3" },
|
|
30
|
+
"300": { "$value": "#d89191" },
|
|
31
|
+
"400": { "$value": "#cc6f6f" },
|
|
32
|
+
"500": { "$value": "#c04d4d" },
|
|
33
|
+
"600": { "$value": "#b52c2c" },
|
|
34
|
+
"700": { "$value": "#932424" },
|
|
35
|
+
"800": { "$value": "#721c1c" },
|
|
36
|
+
"900": { "$value": "#511414" }
|
|
37
|
+
},
|
|
38
|
+
|
|
39
|
+
"blue": {
|
|
40
|
+
"10": { "$value": "#f2f7fc" },
|
|
41
|
+
"50": { "$value": "#e5effa" },
|
|
42
|
+
"100": { "$value": "#cce0f6" },
|
|
43
|
+
"200": { "$value": "#a3c2ee" },
|
|
44
|
+
"300": { "$value": "#7aa5e7" },
|
|
45
|
+
"400": { "$value": "#5187df" },
|
|
46
|
+
"500": { "$value": "#286ad8" },
|
|
47
|
+
"600": { "$value": "#004dd1" },
|
|
48
|
+
"700": { "$value": "#003ba1" },
|
|
49
|
+
"800": { "$value": "#002971" },
|
|
50
|
+
"900": { "$value": "#001842" }
|
|
51
|
+
},
|
|
52
|
+
|
|
53
|
+
"green": {
|
|
54
|
+
"10": { "$value": "#f3f8f4" },
|
|
55
|
+
"50": { "$value": "#e8f1ea" },
|
|
56
|
+
"100": { "$value": "#d2e3d5" },
|
|
57
|
+
"200": { "$value": "#aecdb3" },
|
|
58
|
+
"300": { "$value": "#8ab792" },
|
|
59
|
+
"400": { "$value": "#66a170" },
|
|
60
|
+
"500": { "$value": "#428b4f" },
|
|
61
|
+
"600": { "$value": "#1e752e" },
|
|
62
|
+
"700": { "$value": "#165923" },
|
|
63
|
+
"800": { "$value": "#0f3d18" },
|
|
64
|
+
"900": { "$value": "#08210d" }
|
|
65
|
+
},
|
|
66
|
+
|
|
67
|
+
"yellow": {
|
|
68
|
+
"10": { "$value": "#fefcf2" },
|
|
69
|
+
"50": { "$value": "#fefae5" },
|
|
70
|
+
"100": { "$value": "#fef5cc" },
|
|
71
|
+
"200": { "$value": "#fce888" },
|
|
72
|
+
"300": { "$value": "#fbdb44" },
|
|
73
|
+
"400": { "$value": "#face00" },
|
|
74
|
+
"500": { "$value": "#d6b000" },
|
|
75
|
+
"600": { "$value": "#b29200" },
|
|
76
|
+
"700": { "$value": "#8e7500" },
|
|
77
|
+
"800": { "$value": "#6a5700" },
|
|
78
|
+
"900": { "$value": "#463a00" }
|
|
79
|
+
},
|
|
80
|
+
|
|
81
|
+
"state-blue": {
|
|
82
|
+
"$description": "Default theme palette",
|
|
83
|
+
"10": { "$value": "#f7fafd" },
|
|
84
|
+
"50": { "$value": "#eff6fb" },
|
|
85
|
+
"100": { "$value": "#cddde9" },
|
|
86
|
+
"200": { "$value": "#abc4d8" },
|
|
87
|
+
"300": { "$value": "#89abc7" },
|
|
88
|
+
"400": { "$value": "#6792b6" },
|
|
89
|
+
"500": { "$value": "#457aa5" },
|
|
90
|
+
"600": { "$value": "#2d618c" },
|
|
91
|
+
"700": { "$value": "#154973" },
|
|
92
|
+
"800": { "$value": "#0e324f" },
|
|
93
|
+
"900": { "$value": "#081b2b" }
|
|
94
|
+
},
|
|
95
|
+
|
|
96
|
+
"business-teal": {
|
|
97
|
+
"10": { "$value": "#f2f6f6" },
|
|
98
|
+
"50": { "$value": "#e5eded" },
|
|
99
|
+
"100": { "$value": "#c5d8d9" },
|
|
100
|
+
"200": { "$value": "#a5c3c5" },
|
|
101
|
+
"300": { "$value": "#85aeb1" },
|
|
102
|
+
"400": { "$value": "#65999e" },
|
|
103
|
+
"500": { "$value": "#387b82" },
|
|
104
|
+
"600": { "$value": "#0b5d66" },
|
|
105
|
+
"700": { "$value": "#084b52" },
|
|
106
|
+
"800": { "$value": "#05393f" },
|
|
107
|
+
"900": { "$value": "#02272c" }
|
|
108
|
+
},
|
|
109
|
+
|
|
110
|
+
"health-purple": {
|
|
111
|
+
"10": { "$value": "#f4f4f8" },
|
|
112
|
+
"50": { "$value": "#e9eaf1" },
|
|
113
|
+
"100": { "$value": "#d3d5e3" },
|
|
114
|
+
"200": { "$value": "#bbb8cc" },
|
|
115
|
+
"300": { "$value": "#a39bb6" },
|
|
116
|
+
"400": { "$value": "#8b7fa0" },
|
|
117
|
+
"500": { "$value": "#736289" },
|
|
118
|
+
"600": { "$value": "#5b4573" },
|
|
119
|
+
"700": { "$value": "#43285d" },
|
|
120
|
+
"800": { "$value": "#2c1a3e" },
|
|
121
|
+
"900": { "$value": "#160d1f" }
|
|
122
|
+
},
|
|
123
|
+
|
|
124
|
+
"local-brown": {
|
|
125
|
+
"10": { "$value": "#f6f5f4" },
|
|
126
|
+
"50": { "$value": "#eeebe9" },
|
|
127
|
+
"100": { "$value": "#ddd7d3" },
|
|
128
|
+
"200": { "$value": "#c3b9b3" },
|
|
129
|
+
"300": { "$value": "#a99b94" },
|
|
130
|
+
"400": { "$value": "#8f7d75" },
|
|
131
|
+
"500": { "$value": "#745e55" },
|
|
132
|
+
"600": { "$value": "#5a4036" },
|
|
133
|
+
"700": { "$value": "#402217" },
|
|
134
|
+
"800": { "$value": "#2a160f" },
|
|
135
|
+
"900": { "$value": "#150b07" }
|
|
136
|
+
},
|
|
137
|
+
|
|
138
|
+
"environment-green": {
|
|
139
|
+
"10": { "$value": "#f5f7f6" },
|
|
140
|
+
"50": { "$value": "#ecf0ee" },
|
|
141
|
+
"100": { "$value": "#d9e1dd" },
|
|
142
|
+
"200": { "$value": "#bac6bf" },
|
|
143
|
+
"300": { "$value": "#9caba1" },
|
|
144
|
+
"400": { "$value": "#7e9084" },
|
|
145
|
+
"500": { "$value": "#5f7566" },
|
|
146
|
+
"600": { "$value": "#415a48" },
|
|
147
|
+
"700": { "$value": "#233f2b" },
|
|
148
|
+
"800": { "$value": "#172a1c" },
|
|
149
|
+
"900": { "$value": "#0b150e" }
|
|
150
|
+
},
|
|
151
|
+
|
|
152
|
+
"admin-orange": {
|
|
153
|
+
"10": { "$value": "#fcf4ef" },
|
|
154
|
+
"50": { "$value": "#f9e9e0" },
|
|
155
|
+
"100": { "$value": "#f3d3c1" },
|
|
156
|
+
"200": { "$value": "#e7b59c" },
|
|
157
|
+
"300": { "$value": "#db9778" },
|
|
158
|
+
"400": { "$value": "#d07954" },
|
|
159
|
+
"500": { "$value": "#c0623b" },
|
|
160
|
+
"600": { "$value": "#b14b22" },
|
|
161
|
+
"700": { "$value": "#a2350a" },
|
|
162
|
+
"800": { "$value": "#752607" },
|
|
163
|
+
"900": { "$value": "#481704" }
|
|
164
|
+
},
|
|
165
|
+
|
|
166
|
+
"transportation-blue": {
|
|
167
|
+
"10": { "$value": "#f4f8fa" },
|
|
168
|
+
"50": { "$value": "#eaf2f5" },
|
|
169
|
+
"100": { "$value": "#d5e5eb" },
|
|
170
|
+
"200": { "$value": "#b2ccd9" },
|
|
171
|
+
"300": { "$value": "#90b3c7" },
|
|
172
|
+
"400": { "$value": "#6e9ab5" },
|
|
173
|
+
"500": { "$value": "#4d83a4" },
|
|
174
|
+
"600": { "$value": "#2c6c93" },
|
|
175
|
+
"700": { "$value": "#0b5583" },
|
|
176
|
+
"800": { "$value": "#093a5c" },
|
|
177
|
+
"900": { "$value": "#072036" }
|
|
178
|
+
},
|
|
179
|
+
|
|
180
|
+
"safety-gray": {
|
|
181
|
+
"10": { "$value": "#f2f5f6" },
|
|
182
|
+
"50": { "$value": "#e5ebed" },
|
|
183
|
+
"100": { "$value": "#cdd6da" },
|
|
184
|
+
"200": { "$value": "#b5c1c8" },
|
|
185
|
+
"300": { "$value": "#9dacb5" },
|
|
186
|
+
"400": { "$value": "#8697a3" },
|
|
187
|
+
"500": { "$value": "#6f8391" },
|
|
188
|
+
"600": { "$value": "#59707f" },
|
|
189
|
+
"700": { "$value": "#435d6e" },
|
|
190
|
+
"800": { "$value": "#30424f" },
|
|
191
|
+
"900": { "$value": "#1d2830" }
|
|
192
|
+
},
|
|
193
|
+
|
|
194
|
+
"transparent": { "$value": "#ffffff00" },
|
|
195
|
+
|
|
196
|
+
"black-transparent": {
|
|
197
|
+
"50": { "$value": "#00000003" },
|
|
198
|
+
"100": { "$value": "#0000001a" },
|
|
199
|
+
"200": { "$value": "#00000033" },
|
|
200
|
+
"300": { "$value": "#0000004d" },
|
|
201
|
+
"400": { "$value": "#00000066" },
|
|
202
|
+
"500": { "$value": "#00000080" },
|
|
203
|
+
"600": { "$value": "#00000099" },
|
|
204
|
+
"700": { "$value": "#000000b3" },
|
|
205
|
+
"800": { "$value": "#000000cc" },
|
|
206
|
+
"900": { "$value": "#000000e6" }
|
|
207
|
+
},
|
|
208
|
+
|
|
209
|
+
"white-transparent": {
|
|
210
|
+
"50": { "$value": "#ffffff03" },
|
|
211
|
+
"100": { "$value": "#ffffff1a" },
|
|
212
|
+
"200": { "$value": "#ffffff33" },
|
|
213
|
+
"300": { "$value": "#ffffff4d" },
|
|
214
|
+
"400": { "$value": "#ffffff66" },
|
|
215
|
+
"500": { "$value": "#ffffff80" },
|
|
216
|
+
"600": { "$value": "#ffffff99" },
|
|
217
|
+
"700": { "$value": "#ffffffb3" },
|
|
218
|
+
"800": { "$value": "#ffffffcc" },
|
|
219
|
+
"900": { "$value": "#ffffffe6" }
|
|
220
|
+
}
|
|
221
|
+
}
|
|
222
|
+
},
|
|
223
|
+
|
|
224
|
+
"color": {
|
|
225
|
+
"$type": "color",
|
|
226
|
+
"$description": "NYSDS color tokens",
|
|
227
|
+
|
|
228
|
+
"theme": {
|
|
229
|
+
"$description": "Theme colors with agency mode variations",
|
|
230
|
+
"faint": {
|
|
231
|
+
"$value": "{primitive.color.state-blue.10}",
|
|
232
|
+
"$extensions": {
|
|
233
|
+
"mode": {
|
|
234
|
+
"admin": "{primitive.color.admin-orange.10}",
|
|
235
|
+
"business": "{primitive.color.business-teal.10}",
|
|
236
|
+
"environment": "{primitive.color.environment-green.10}",
|
|
237
|
+
"health": "{primitive.color.health-purple.10}",
|
|
238
|
+
"local": "{primitive.color.local-brown.10}",
|
|
239
|
+
"safety": "{primitive.color.safety-gray.10}",
|
|
240
|
+
"transportation": "{primitive.color.transportation-blue.10}"
|
|
241
|
+
}
|
|
242
|
+
}
|
|
243
|
+
},
|
|
244
|
+
"weaker": {
|
|
245
|
+
"$value": "{primitive.color.state-blue.50}",
|
|
246
|
+
"$extensions": {
|
|
247
|
+
"mode": {
|
|
248
|
+
"admin": "{primitive.color.admin-orange.50}",
|
|
249
|
+
"business": "{primitive.color.business-teal.50}",
|
|
250
|
+
"environment": "{primitive.color.environment-green.50}",
|
|
251
|
+
"health": "{primitive.color.health-purple.50}",
|
|
252
|
+
"local": "{primitive.color.local-brown.50}",
|
|
253
|
+
"safety": "{primitive.color.safety-gray.50}",
|
|
254
|
+
"transportation": "{primitive.color.transportation-blue.50}"
|
|
255
|
+
}
|
|
256
|
+
}
|
|
257
|
+
},
|
|
258
|
+
"weak": {
|
|
259
|
+
"$value": "{primitive.color.state-blue.100}",
|
|
260
|
+
"$extensions": {
|
|
261
|
+
"mode": {
|
|
262
|
+
"admin": "{primitive.color.admin-orange.100}",
|
|
263
|
+
"business": "{primitive.color.business-teal.100}",
|
|
264
|
+
"environment": "{primitive.color.environment-green.100}",
|
|
265
|
+
"health": "{primitive.color.health-purple.100}",
|
|
266
|
+
"local": "{primitive.color.local-brown.100}",
|
|
267
|
+
"safety": "{primitive.color.safety-gray.100}",
|
|
268
|
+
"transportation": "{primitive.color.transportation-blue.100}"
|
|
269
|
+
}
|
|
270
|
+
}
|
|
271
|
+
},
|
|
272
|
+
"mid": {
|
|
273
|
+
"$value": "{primitive.color.state-blue.500}",
|
|
274
|
+
"$extensions": {
|
|
275
|
+
"mode": {
|
|
276
|
+
"admin": "{primitive.color.admin-orange.500}",
|
|
277
|
+
"business": "{primitive.color.business-teal.500}",
|
|
278
|
+
"environment": "{primitive.color.environment-green.500}",
|
|
279
|
+
"health": "{primitive.color.health-purple.500}",
|
|
280
|
+
"local": "{primitive.color.local-brown.500}",
|
|
281
|
+
"safety": "{primitive.color.safety-gray.500}",
|
|
282
|
+
"transportation": "{primitive.color.transportation-blue.500}"
|
|
283
|
+
}
|
|
284
|
+
}
|
|
285
|
+
},
|
|
286
|
+
"default": {
|
|
287
|
+
"$value": "{primitive.color.state-blue.700}",
|
|
288
|
+
"$extensions": {
|
|
289
|
+
"mode": {
|
|
290
|
+
"admin": "{primitive.color.admin-orange.700}",
|
|
291
|
+
"business": "{primitive.color.business-teal.700}",
|
|
292
|
+
"environment": "{primitive.color.environment-green.700}",
|
|
293
|
+
"health": "{primitive.color.health-purple.700}",
|
|
294
|
+
"local": "{primitive.color.local-brown.700}",
|
|
295
|
+
"safety": "{primitive.color.safety-gray.700}",
|
|
296
|
+
"transportation": "{primitive.color.transportation-blue.700}"
|
|
297
|
+
}
|
|
298
|
+
}
|
|
299
|
+
},
|
|
300
|
+
"strong": {
|
|
301
|
+
"$value": "{primitive.color.state-blue.800}",
|
|
302
|
+
"$extensions": {
|
|
303
|
+
"mode": {
|
|
304
|
+
"admin": "{primitive.color.admin-orange.800}",
|
|
305
|
+
"business": "{primitive.color.business-teal.800}",
|
|
306
|
+
"environment": "{primitive.color.environment-green.800}",
|
|
307
|
+
"health": "{primitive.color.health-purple.800}",
|
|
308
|
+
"local": "{primitive.color.local-brown.800}",
|
|
309
|
+
"safety": "{primitive.color.safety-gray.800}",
|
|
310
|
+
"transportation": "{primitive.color.transportation-blue.800}"
|
|
311
|
+
}
|
|
312
|
+
}
|
|
313
|
+
},
|
|
314
|
+
"stronger": {
|
|
315
|
+
"$value": "{primitive.color.state-blue.900}",
|
|
316
|
+
"$extensions": {
|
|
317
|
+
"mode": {
|
|
318
|
+
"admin": "{primitive.color.admin-orange.900}",
|
|
319
|
+
"business": "{primitive.color.business-teal.900}",
|
|
320
|
+
"environment": "{primitive.color.environment-green.900}",
|
|
321
|
+
"health": "{primitive.color.health-purple.900}",
|
|
322
|
+
"local": "{primitive.color.local-brown.900}",
|
|
323
|
+
"safety": "{primitive.color.safety-gray.900}",
|
|
324
|
+
"transportation": "{primitive.color.transportation-blue.900}"
|
|
325
|
+
}
|
|
326
|
+
}
|
|
327
|
+
}
|
|
328
|
+
}
|
|
329
|
+
},
|
|
330
|
+
|
|
331
|
+
"applied": {
|
|
332
|
+
"$description": "Semantic tokens for use in code - reference these, not primitives",
|
|
333
|
+
"color": {
|
|
334
|
+
"$type": "color",
|
|
335
|
+
|
|
336
|
+
"accent": {
|
|
337
|
+
"$value": "{primitive.color.yellow.400}",
|
|
338
|
+
"$description": "Accent color for highlights and emphasis. USE sparingly for visual interest."
|
|
339
|
+
},
|
|
340
|
+
|
|
341
|
+
"base": {
|
|
342
|
+
"default": {
|
|
343
|
+
"$value": "{primitive.color.neutral.600}",
|
|
344
|
+
"$description": "Default base color for UI elements. USE for borders and dividers."
|
|
345
|
+
},
|
|
346
|
+
"weak": {
|
|
347
|
+
"$value": "{primitive.color.neutral.10}",
|
|
348
|
+
"$description": "Subtle base color. USE for hover states and subtle backgrounds."
|
|
349
|
+
}
|
|
350
|
+
},
|
|
351
|
+
|
|
352
|
+
"success": {
|
|
353
|
+
"default": {
|
|
354
|
+
"$value": "{primitive.color.green.600}",
|
|
355
|
+
"$description": "Success state indicator. USE for confirmations and positive feedback. MUST pair with success icon."
|
|
356
|
+
},
|
|
357
|
+
"strong": {
|
|
358
|
+
"$value": "{primitive.color.green.800}",
|
|
359
|
+
"$description": "Strong success emphasis. USE for success text on light backgrounds."
|
|
360
|
+
},
|
|
361
|
+
"weak": {
|
|
362
|
+
"$value": "{primitive.color.green.50}",
|
|
363
|
+
"$description": "Success background tint. USE for success alert backgrounds."
|
|
364
|
+
}
|
|
365
|
+
},
|
|
366
|
+
|
|
367
|
+
"info": {
|
|
368
|
+
"default": {
|
|
369
|
+
"$value": "{primitive.color.blue.600}",
|
|
370
|
+
"$description": "Informational state. USE for neutral notifications and tips."
|
|
371
|
+
},
|
|
372
|
+
"strong": {
|
|
373
|
+
"$value": "{primitive.color.blue.800}",
|
|
374
|
+
"$description": "Strong info emphasis. USE for info text on light backgrounds."
|
|
375
|
+
},
|
|
376
|
+
"weak": {
|
|
377
|
+
"$value": "{primitive.color.blue.50}",
|
|
378
|
+
"$description": "Info background tint. USE for info alert backgrounds."
|
|
379
|
+
}
|
|
380
|
+
},
|
|
381
|
+
|
|
382
|
+
"warning": {
|
|
383
|
+
"default": {
|
|
384
|
+
"$value": "{primitive.color.yellow.400}",
|
|
385
|
+
"$description": "Warning state. USE for cautions that need attention. SHOULD pair with warning icon."
|
|
386
|
+
},
|
|
387
|
+
"strong": {
|
|
388
|
+
"$value": "{primitive.color.yellow.800}",
|
|
389
|
+
"$description": "Strong warning emphasis. USE for warning text on light backgrounds."
|
|
390
|
+
},
|
|
391
|
+
"weak": {
|
|
392
|
+
"$value": "{primitive.color.yellow.50}",
|
|
393
|
+
"$description": "Warning background tint. USE for warning alert backgrounds."
|
|
394
|
+
}
|
|
395
|
+
},
|
|
396
|
+
|
|
397
|
+
"danger": {
|
|
398
|
+
"default": {
|
|
399
|
+
"$value": "{primitive.color.red.600}",
|
|
400
|
+
"$description": "Danger/error state. USE for errors and destructive actions. MUST pair with error message."
|
|
401
|
+
},
|
|
402
|
+
"strong": {
|
|
403
|
+
"$value": "{primitive.color.red.800}",
|
|
404
|
+
"$description": "Strong danger emphasis. USE for error text on light backgrounds."
|
|
405
|
+
},
|
|
406
|
+
"weak": {
|
|
407
|
+
"$value": "{primitive.color.red.50}",
|
|
408
|
+
"$description": "Danger background tint. USE for error alert backgrounds."
|
|
409
|
+
}
|
|
410
|
+
},
|
|
411
|
+
|
|
412
|
+
"emergency": {
|
|
413
|
+
"default": {
|
|
414
|
+
"$value": "{primitive.color.red.800}",
|
|
415
|
+
"$description": "Emergency banner color. USE only for critical system-wide alerts."
|
|
416
|
+
},
|
|
417
|
+
"weak": {
|
|
418
|
+
"$value": "{primitive.color.red.300}",
|
|
419
|
+
"$description": "Emergency accent. USE for emergency banner highlights."
|
|
420
|
+
}
|
|
421
|
+
},
|
|
422
|
+
|
|
423
|
+
"ink": {
|
|
424
|
+
"default": {
|
|
425
|
+
"$value": "{primitive.color.neutral.900}",
|
|
426
|
+
"$description": "Primary ink color. USE for icons and graphic elements."
|
|
427
|
+
},
|
|
428
|
+
"reverse": {
|
|
429
|
+
"$value": "{primitive.color.white}",
|
|
430
|
+
"$description": "Reverse ink for dark backgrounds. USE for icons on dark surfaces."
|
|
431
|
+
}
|
|
432
|
+
},
|
|
433
|
+
|
|
434
|
+
"text": {
|
|
435
|
+
"default": {
|
|
436
|
+
"$value": "{primitive.color.neutral.900}",
|
|
437
|
+
"$description": "Primary text color. USE for body copy and headings. MUST meet WCAG 4.5:1 contrast."
|
|
438
|
+
},
|
|
439
|
+
"weak": {
|
|
440
|
+
"$value": "{primitive.color.neutral.700}",
|
|
441
|
+
"$description": "Secondary text. USE for metadata, captions, and supporting content."
|
|
442
|
+
},
|
|
443
|
+
"weaker": {
|
|
444
|
+
"$value": "{primitive.color.neutral.500}",
|
|
445
|
+
"$description": "Tertiary text. USE for placeholder text and subtle labels. AVOID for important content."
|
|
446
|
+
},
|
|
447
|
+
"weakest": {
|
|
448
|
+
"$value": "{primitive.color.neutral.200}",
|
|
449
|
+
"$description": "Decorative text only. AVOID for readable content - insufficient contrast."
|
|
450
|
+
},
|
|
451
|
+
"disabled": {
|
|
452
|
+
"$value": "{primitive.color.neutral.200}",
|
|
453
|
+
"$description": "Disabled text state. USE only for disabled form elements."
|
|
454
|
+
},
|
|
455
|
+
"reverse": {
|
|
456
|
+
"$value": "{primitive.color.white}",
|
|
457
|
+
"$description": "Primary text on dark backgrounds. MUST use with surface-reverse."
|
|
458
|
+
},
|
|
459
|
+
"reverse-weak": {
|
|
460
|
+
"$value": "{primitive.color.neutral.100}",
|
|
461
|
+
"$description": "Secondary text on dark backgrounds. USE for metadata on dark surfaces."
|
|
462
|
+
},
|
|
463
|
+
"reverse-weaker": {
|
|
464
|
+
"$value": "{primitive.color.neutral.200}",
|
|
465
|
+
"$description": "Tertiary text on dark backgrounds. USE for subtle content on dark surfaces."
|
|
466
|
+
},
|
|
467
|
+
"reverse-disabled": {
|
|
468
|
+
"$value": "{primitive.color.neutral.600}",
|
|
469
|
+
"$description": "Disabled text on dark backgrounds. USE only for disabled elements on dark surfaces."
|
|
470
|
+
}
|
|
471
|
+
},
|
|
472
|
+
|
|
473
|
+
"link": {
|
|
474
|
+
"default": {
|
|
475
|
+
"$value": "{primitive.color.blue.600}",
|
|
476
|
+
"$description": "Default link color. MUST be distinguishable from body text. USE for inline links."
|
|
477
|
+
},
|
|
478
|
+
"strong": {
|
|
479
|
+
"$value": "{primitive.color.blue.700}",
|
|
480
|
+
"$description": "Visited or hover link state. USE for :visited and :hover states."
|
|
481
|
+
},
|
|
482
|
+
"strongest": {
|
|
483
|
+
"$value": "{primitive.color.blue.800}",
|
|
484
|
+
"$description": "Active link state. USE for :active state on links."
|
|
485
|
+
},
|
|
486
|
+
"neutral": {
|
|
487
|
+
"$value": "{primitive.color.neutral.900}",
|
|
488
|
+
"$description": "Neutral link style. USE when link styling should match body text color."
|
|
489
|
+
},
|
|
490
|
+
"reverse": {
|
|
491
|
+
"$value": "{primitive.color.neutral.300}",
|
|
492
|
+
"$description": "Link on dark background. USE for links on dark surfaces."
|
|
493
|
+
},
|
|
494
|
+
"reverse-strong": {
|
|
495
|
+
"$value": "{primitive.color.neutral.50}",
|
|
496
|
+
"$description": "Hover link on dark background. USE for :hover on dark surfaces."
|
|
497
|
+
},
|
|
498
|
+
"reverse-strongest": {
|
|
499
|
+
"$value": "{primitive.color.white}",
|
|
500
|
+
"$description": "Active link on dark background. USE for :active on dark surfaces."
|
|
501
|
+
},
|
|
502
|
+
"reverse-neutral": {
|
|
503
|
+
"$value": "{primitive.color.white}",
|
|
504
|
+
"$description": "Neutral link on dark background. USE for neutral links on dark surfaces."
|
|
505
|
+
}
|
|
506
|
+
},
|
|
507
|
+
|
|
508
|
+
"surface": {
|
|
509
|
+
"default": {
|
|
510
|
+
"$value": "{primitive.color.white}",
|
|
511
|
+
"$description": "Default page background. USE for main content areas and cards."
|
|
512
|
+
},
|
|
513
|
+
"reverse": {
|
|
514
|
+
"$value": "{primitive.color.neutral.900}",
|
|
515
|
+
"$description": "Dark surface background. USE for dark mode sections and footers."
|
|
516
|
+
},
|
|
517
|
+
"raised": {
|
|
518
|
+
"$value": "{primitive.color.neutral.10}",
|
|
519
|
+
"$description": "Elevated surface background. USE for cards and raised elements."
|
|
520
|
+
}
|
|
521
|
+
},
|
|
522
|
+
|
|
523
|
+
"focus": {
|
|
524
|
+
"$value": "{primitive.color.blue.600}",
|
|
525
|
+
"$description": "Focus ring color. MUST be visible on all backgrounds. USE for :focus-visible outlines."
|
|
526
|
+
}
|
|
527
|
+
}
|
|
528
|
+
},
|
|
529
|
+
|
|
530
|
+
"space": {
|
|
531
|
+
"$type": "dimension",
|
|
532
|
+
"$description": "Spacing tokens for margins, padding, and gaps",
|
|
533
|
+
"1px": { "$value": "1px" },
|
|
534
|
+
"2px": { "$value": "2px" },
|
|
535
|
+
"50": { "$value": "0.25rem" },
|
|
536
|
+
"100": { "$value": "0.5rem" },
|
|
537
|
+
"150": { "$value": "0.75rem" },
|
|
538
|
+
"200": { "$value": "1rem" },
|
|
539
|
+
"250": { "$value": "1.25rem" },
|
|
540
|
+
"300": { "$value": "1.5rem" },
|
|
541
|
+
"400": { "$value": "2rem" },
|
|
542
|
+
"500": { "$value": "2.5rem" },
|
|
543
|
+
"600": { "$value": "3rem" },
|
|
544
|
+
"700": { "$value": "3.5rem" },
|
|
545
|
+
"800": { "$value": "4rem" },
|
|
546
|
+
"1200": { "$value": "6rem" }
|
|
547
|
+
},
|
|
548
|
+
|
|
549
|
+
"size": {
|
|
550
|
+
"$type": "dimension",
|
|
551
|
+
"$description": "Size tokens for widths, heights, and dimensions",
|
|
552
|
+
"1px": { "$value": "1px" },
|
|
553
|
+
"2px": { "$value": "2px" },
|
|
554
|
+
"50": { "$value": "0.25rem" },
|
|
555
|
+
"100": { "$value": "0.5rem" },
|
|
556
|
+
"150": { "$value": "0.75rem" },
|
|
557
|
+
"200": { "$value": "1rem" },
|
|
558
|
+
"250": { "$value": "1.25rem" },
|
|
559
|
+
"300": { "$value": "1.5rem" },
|
|
560
|
+
"400": { "$value": "2rem" },
|
|
561
|
+
"450": { "$value": "2.25rem" },
|
|
562
|
+
"500": { "$value": "2.5rem" },
|
|
563
|
+
"550": { "$value": "2.75rem" },
|
|
564
|
+
"600": { "$value": "3rem" },
|
|
565
|
+
"700": { "$value": "3.5rem" },
|
|
566
|
+
"800": { "$value": "4rem" },
|
|
567
|
+
"1200": { "$value": "6rem" }
|
|
568
|
+
},
|
|
569
|
+
|
|
570
|
+
"border": {
|
|
571
|
+
"width": {
|
|
572
|
+
"$type": "dimension",
|
|
573
|
+
"sm": { "$value": "1px" },
|
|
574
|
+
"md": { "$value": "2px" },
|
|
575
|
+
"lg": { "$value": "4px" }
|
|
576
|
+
}
|
|
577
|
+
},
|
|
578
|
+
|
|
579
|
+
"radius": {
|
|
580
|
+
"$type": "dimension",
|
|
581
|
+
"$description": "Border radius tokens",
|
|
582
|
+
"xs": { "$value": "1px" },
|
|
583
|
+
"sm": { "$value": "2px" },
|
|
584
|
+
"md": { "$value": "0.25rem" },
|
|
585
|
+
"lg": { "$value": "0.5rem" },
|
|
586
|
+
"xl": { "$value": "0.75rem" },
|
|
587
|
+
"xxl": { "$value": "1rem" },
|
|
588
|
+
"round": { "$value": "1776px", "$description": "Ever upward!" }
|
|
589
|
+
},
|
|
590
|
+
|
|
591
|
+
"form": {
|
|
592
|
+
"width": {
|
|
593
|
+
"$type": "dimension",
|
|
594
|
+
"sm": { "$value": "5.5rem" },
|
|
595
|
+
"md": { "$value": "12.5rem" },
|
|
596
|
+
"lg": { "$value": "24rem" }
|
|
597
|
+
}
|
|
598
|
+
},
|
|
599
|
+
|
|
600
|
+
"gutter": {
|
|
601
|
+
"$type": "dimension",
|
|
602
|
+
"xs": { "$value": "1.25rem" },
|
|
603
|
+
"sm": { "$value": "1.25rem" },
|
|
604
|
+
"md": { "$value": "2rem" },
|
|
605
|
+
"lg": { "$value": "2rem" },
|
|
606
|
+
"xl": { "$value": "4rem" }
|
|
607
|
+
},
|
|
608
|
+
|
|
609
|
+
"shadow": {
|
|
610
|
+
"$type": "shadow",
|
|
611
|
+
"$description": "Elevation/shadow tokens",
|
|
612
|
+
"raised": {
|
|
613
|
+
"$value": [
|
|
614
|
+
{ "offsetX": "0px", "offsetY": "4px", "blur": "6px", "spread": "-1px", "color": "#0000001a" },
|
|
615
|
+
{ "offsetX": "0px", "offsetY": "4px", "blur": "6px", "spread": "-1px", "color": "#00000003" }
|
|
616
|
+
]
|
|
617
|
+
},
|
|
618
|
+
"overlay": {
|
|
619
|
+
"$value": { "offsetX": "0px", "offsetY": "25px", "blur": "50px", "spread": "-12px", "color": "#0000004d" }
|
|
620
|
+
}
|
|
621
|
+
},
|
|
622
|
+
|
|
623
|
+
"font": {
|
|
624
|
+
"family": {
|
|
625
|
+
"$type": "fontFamily",
|
|
626
|
+
"sans": { "$value": ["Proxima Nova", "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica", "Arial", "sans-serif", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"] },
|
|
627
|
+
"serif": { "$value": ["Noto Serif", "Georgia", "Cambria", "Times New Roman", "Times", "serif"] },
|
|
628
|
+
"alt": { "$value": ["Oswald", "Arial", "sans-serif"] },
|
|
629
|
+
"monospace": { "$value": ["Roboto Mono Web", "Bitstream Vera Sans Mono", "Consolas", "Courier", "monospace"] },
|
|
630
|
+
"agency": { "$value": ["D Sari", "Arial", "sans-serif"] },
|
|
631
|
+
"body": { "$value": "{font.family.sans}" },
|
|
632
|
+
"display": { "$value": "{font.family.sans}" },
|
|
633
|
+
"ui": { "$value": "{font.family.sans}" },
|
|
634
|
+
"heading": { "$value": "{font.family.sans}" }
|
|
635
|
+
},
|
|
636
|
+
|
|
637
|
+
"size": {
|
|
638
|
+
"$type": "dimension",
|
|
639
|
+
"2xs": { "$value": "0.625rem" },
|
|
640
|
+
"xs": { "$value": "0.75rem" },
|
|
641
|
+
"sm": { "$value": "0.875rem" },
|
|
642
|
+
"md": { "$value": "1rem" },
|
|
643
|
+
"lg": { "$value": "1.125rem" },
|
|
644
|
+
"xl": { "$value": "1.25rem" },
|
|
645
|
+
"2xl": { "$value": "1.375rem" },
|
|
646
|
+
"3xl": { "$value": "1.5rem" },
|
|
647
|
+
"4xl": { "$value": "1.75rem" },
|
|
648
|
+
"5xl": { "$value": "2rem" },
|
|
649
|
+
"6xl": { "$value": "2.25rem" },
|
|
650
|
+
"7xl": { "$value": "2.5rem" },
|
|
651
|
+
"8xl": { "$value": "2.75rem" },
|
|
652
|
+
"9xl": { "$value": "3.125rem" },
|
|
653
|
+
"body-xs": { "$value": "{font.size.xs}" },
|
|
654
|
+
"body-sm": { "$value": "{font.size.sm}" },
|
|
655
|
+
"body-md": { "$value": "{font.size.md}" },
|
|
656
|
+
"body-lg": { "$value": "{font.size.lg}" },
|
|
657
|
+
"h1": { "$value": "{font.size.7xl}" },
|
|
658
|
+
"h2": { "$value": "{font.size.5xl}" },
|
|
659
|
+
"h3": { "$value": "{font.size.4xl}" },
|
|
660
|
+
"h4": { "$value": "{font.size.2xl}" },
|
|
661
|
+
"h5": { "$value": "{font.size.2xl}" },
|
|
662
|
+
"h6": { "$value": "{font.size.lg}" },
|
|
663
|
+
"ui-xs": { "$value": "{font.size.xs}" },
|
|
664
|
+
"ui-sm": { "$value": "{font.size.sm}" },
|
|
665
|
+
"ui-md": { "$value": "{font.size.md}" },
|
|
666
|
+
"ui-lg": { "$value": "{font.size.lg}" },
|
|
667
|
+
"ui-xl": { "$value": "{font.size.xl}" },
|
|
668
|
+
"display-sm": { "$value": "{font.size.6xl}" },
|
|
669
|
+
"display-md": { "$value": "{font.size.7xl}" },
|
|
670
|
+
"display-lg": { "$value": "{font.size.8xl}" },
|
|
671
|
+
"display-xl": { "$value": "{font.size.9xl}" },
|
|
672
|
+
"agency-md": { "$value": "{font.size.md}" },
|
|
673
|
+
"agency-lg": { "$value": "{font.size.lg}" },
|
|
674
|
+
"agency-xl": { "$value": "{font.size.2xl}" }
|
|
675
|
+
},
|
|
676
|
+
|
|
677
|
+
"weight": {
|
|
678
|
+
"$type": "fontWeight",
|
|
679
|
+
"thin": { "$value": 100 },
|
|
680
|
+
"extralight": { "$value": 200 },
|
|
681
|
+
"light": { "$value": 300 },
|
|
682
|
+
"regular": { "$value": 400 },
|
|
683
|
+
"medium": { "$value": 500 },
|
|
684
|
+
"semibold": { "$value": 600 },
|
|
685
|
+
"bold": { "$value": 700 },
|
|
686
|
+
"extrabold": { "$value": 800 },
|
|
687
|
+
"black": { "$value": 900 }
|
|
688
|
+
},
|
|
689
|
+
|
|
690
|
+
"lineheight": {
|
|
691
|
+
"$type": "dimension",
|
|
692
|
+
"2xs": { "$value": "1.125rem" },
|
|
693
|
+
"xs": { "$value": "1.3125rem" },
|
|
694
|
+
"sm": { "$value": "1.375rem" },
|
|
695
|
+
"md": { "$value": "1.5625rem" },
|
|
696
|
+
"lg": { "$value": "1.75rem" },
|
|
697
|
+
"xl": { "$value": "1.9375rem" },
|
|
698
|
+
"2xl": { "$value": "2.4375rem" },
|
|
699
|
+
"3xl": { "$value": "2.8125rem" },
|
|
700
|
+
"4xl": { "$value": "3.5625rem" },
|
|
701
|
+
"body-xs": { "$value": "1.25rem" },
|
|
702
|
+
"body-sm": { "$value": "1.5rem" },
|
|
703
|
+
"body-md": { "$value": "1.5rem" },
|
|
704
|
+
"body-lg": { "$value": "1.75rem" },
|
|
705
|
+
"ui-xs": { "$value": "1.25rem" },
|
|
706
|
+
"ui-sm": { "$value": "1.5rem" },
|
|
707
|
+
"ui-md": { "$value": "1.5rem" },
|
|
708
|
+
"ui-lg": { "$value": "1.75rem" },
|
|
709
|
+
"ui-xl": { "$value": "1.75rem" },
|
|
710
|
+
"display-sm": { "$value": "2.75rem" },
|
|
711
|
+
"display-md": { "$value": "3rem" },
|
|
712
|
+
"display-lg": { "$value": "3.25rem" },
|
|
713
|
+
"display-xl": { "$value": "3.75rem" },
|
|
714
|
+
"h1": { "$value": "2.5rem" },
|
|
715
|
+
"h2": { "$value": "2.25rem" },
|
|
716
|
+
"h3": { "$value": "2rem" },
|
|
717
|
+
"h4": { "$value": "2rem" },
|
|
718
|
+
"h5": { "$value": "1.75rem" },
|
|
719
|
+
"h6": { "$value": "1.75rem" }
|
|
720
|
+
},
|
|
721
|
+
|
|
722
|
+
"letterspacing": {
|
|
723
|
+
"$type": "dimension",
|
|
724
|
+
"negative-200": { "$value": "-0.02rem" },
|
|
725
|
+
"negative-100": { "$value": "-0.01rem" },
|
|
726
|
+
"0": { "$value": "0rem" },
|
|
727
|
+
"100": { "$value": "0.001rem" },
|
|
728
|
+
"200": { "$value": "0.001rem" },
|
|
729
|
+
"300": { "$value": "0.002rem" },
|
|
730
|
+
"400": { "$value": "0.003rem" },
|
|
731
|
+
"500": { "$value": "0.003rem" },
|
|
732
|
+
"600": { "$value": "0.004rem" },
|
|
733
|
+
"display-sm": { "$value": "{font.letterspacing.0}" },
|
|
734
|
+
"display-md": { "$value": "{font.letterspacing.0}" },
|
|
735
|
+
"display-lg": { "$value": "{font.letterspacing.negative-100}" },
|
|
736
|
+
"display-xl": { "$value": "{font.letterspacing.negative-100}" },
|
|
737
|
+
"ui-xs": { "$value": "{font.letterspacing.600}" },
|
|
738
|
+
"ui-sm": { "$value": "{font.letterspacing.400}" },
|
|
739
|
+
"ui-md": { "$value": "{font.letterspacing.400}" },
|
|
740
|
+
"ui-lg": { "$value": "{font.letterspacing.300}" },
|
|
741
|
+
"ui-xl": { "$value": "{font.letterspacing.200}" },
|
|
742
|
+
"body-xs": { "$value": "{font.letterspacing.600}" },
|
|
743
|
+
"body-sm": { "$value": "{font.letterspacing.400}" },
|
|
744
|
+
"body-md": { "$value": "{font.letterspacing.400}" },
|
|
745
|
+
"h1": { "$value": "{font.letterspacing.0}" },
|
|
746
|
+
"h2": { "$value": "{font.letterspacing.100}" },
|
|
747
|
+
"h3": { "$value": "{font.letterspacing.100}" },
|
|
748
|
+
"h4": { "$value": "{font.letterspacing.200}" },
|
|
749
|
+
"h5": { "$value": "{font.letterspacing.200}" },
|
|
750
|
+
"h6": { "$value": "{font.letterspacing.300}" }
|
|
751
|
+
}
|
|
752
|
+
},
|
|
753
|
+
|
|
754
|
+
"icon": {
|
|
755
|
+
"size": {
|
|
756
|
+
"$type": "dimension",
|
|
757
|
+
"xs": { "$value": "{font.size.xs}" },
|
|
758
|
+
"sm": { "$value": "{font.size.sm}" },
|
|
759
|
+
"md": { "$value": "{font.size.md}" },
|
|
760
|
+
"lg": { "$value": "{font.size.lg}" },
|
|
761
|
+
"xl": { "$value": "{font.size.xl}" },
|
|
762
|
+
"2xl": { "$value": "{font.size.2xl}" },
|
|
763
|
+
"3xl": { "$value": "{font.size.3xl}" },
|
|
764
|
+
"4xl": { "$value": "{font.size.4xl}" },
|
|
765
|
+
"5xl": { "$value": "{font.size.5xl}" }
|
|
766
|
+
}
|
|
767
|
+
}
|
|
768
|
+
}
|