@novalabsxyz/tokens 2.0.0-y.29 → 2.0.0-y.31
Sign up to get free protection for your applications and to get access to all the features.
- package/build/json/textStyles.json +628 -0
- package/build/json/tokens-dark.json +4170 -0
- package/build/json/tokens-light.json +4143 -0
- package/package.json +3 -3
@@ -0,0 +1,4170 @@
|
|
1
|
+
{
|
2
|
+
"global": {
|
3
|
+
"Base": {
|
4
|
+
"White": { "value": "#ffffff", "type": "color" },
|
5
|
+
"Black": { "value": "#000000", "type": "color" }
|
6
|
+
},
|
7
|
+
"Gray (light mode)": {
|
8
|
+
"25": { "value": "#fcfcfd", "type": "color" },
|
9
|
+
"50": { "value": "#fafafa", "type": "color" },
|
10
|
+
"100": { "value": "#f4f4f5", "type": "color" },
|
11
|
+
"200": { "value": "#e4e4e7", "type": "color" },
|
12
|
+
"300": { "value": "#d1d1d6", "type": "color" },
|
13
|
+
"400": { "value": "#a0a0ab", "type": "color" },
|
14
|
+
"500": { "value": "#70707b", "type": "color" },
|
15
|
+
"600": { "value": "#51525c", "type": "color" },
|
16
|
+
"700": { "value": "#3f3f46", "type": "color" },
|
17
|
+
"800": { "value": "#26272b", "type": "color" },
|
18
|
+
"900": { "value": "#1a1a1e", "type": "color" },
|
19
|
+
"950": { "value": "#131316", "type": "color" }
|
20
|
+
},
|
21
|
+
"Gray (dark mode)": {
|
22
|
+
"25": { "value": "#fcfcfd", "type": "color" },
|
23
|
+
"50": { "value": "#fafafa", "type": "color" },
|
24
|
+
"100": { "value": "#f4f4f5", "type": "color" },
|
25
|
+
"200": { "value": "#e4e4e7", "type": "color" },
|
26
|
+
"300": { "value": "#d1d1d6", "type": "color" },
|
27
|
+
"400": { "value": "#a0a0ab", "type": "color" },
|
28
|
+
"500": { "value": "#70707b", "type": "color" },
|
29
|
+
"600": { "value": "#51525c", "type": "color" },
|
30
|
+
"700": { "value": "#3f3f46", "type": "color" },
|
31
|
+
"800": { "value": "#26272b", "type": "color" },
|
32
|
+
"900": { "value": "#1a1a1e", "type": "color" },
|
33
|
+
"950": { "value": "#131316", "type": "color" }
|
34
|
+
},
|
35
|
+
"Brand": {
|
36
|
+
"25": { "value": "#f5fbff", "type": "color" },
|
37
|
+
"50": { "value": "#f0f9ff", "type": "color" },
|
38
|
+
"100": { "value": "#e0f2fe", "type": "color" },
|
39
|
+
"200": { "value": "#b9e6fe", "type": "color" },
|
40
|
+
"300": { "value": "#7cd4fd", "type": "color" },
|
41
|
+
"400": { "value": "#36bffa", "type": "color" },
|
42
|
+
"500": { "value": "#0ba5ec", "type": "color" },
|
43
|
+
"600": { "value": "#0086c9", "type": "color" },
|
44
|
+
"700": { "value": "#026aa2", "type": "color" },
|
45
|
+
"800": { "value": "#065986", "type": "color" },
|
46
|
+
"900": { "value": "#0b4a6f", "type": "color" },
|
47
|
+
"950": { "value": "#062c41", "type": "color" }
|
48
|
+
},
|
49
|
+
"Error": {
|
50
|
+
"25": { "value": "#fffbfa", "type": "color" },
|
51
|
+
"50": { "value": "#fef3f2", "type": "color" },
|
52
|
+
"100": { "value": "#fee4e2", "type": "color" },
|
53
|
+
"200": { "value": "#fecdca", "type": "color" },
|
54
|
+
"300": { "value": "#fda29b", "type": "color" },
|
55
|
+
"400": { "value": "#f97066", "type": "color" },
|
56
|
+
"500": { "value": "#f04438", "type": "color" },
|
57
|
+
"600": { "value": "#d92d20", "type": "color" },
|
58
|
+
"700": { "value": "#b42318", "type": "color" },
|
59
|
+
"800": { "value": "#912018", "type": "color" },
|
60
|
+
"900": { "value": "#7a271a", "type": "color" },
|
61
|
+
"950": { "value": "#55160c", "type": "color" }
|
62
|
+
},
|
63
|
+
"Warning": {
|
64
|
+
"25": { "value": "#fffcf5", "type": "color" },
|
65
|
+
"50": { "value": "#fffaeb", "type": "color" },
|
66
|
+
"100": { "value": "#fef0c7", "type": "color" },
|
67
|
+
"200": { "value": "#fedf89", "type": "color" },
|
68
|
+
"300": { "value": "#fec84b", "type": "color" },
|
69
|
+
"400": { "value": "#fdb022", "type": "color" },
|
70
|
+
"500": { "value": "#f79009", "type": "color" },
|
71
|
+
"600": { "value": "#dc6803", "type": "color" },
|
72
|
+
"700": { "value": "#b54708", "type": "color" },
|
73
|
+
"800": { "value": "#93370d", "type": "color" },
|
74
|
+
"900": { "value": "#7a2e0e", "type": "color" },
|
75
|
+
"950": { "value": "#4e1d09", "type": "color" }
|
76
|
+
},
|
77
|
+
"Success": {
|
78
|
+
"25": { "value": "#f6fef9", "type": "color" },
|
79
|
+
"50": { "value": "#ecfdf3", "type": "color" },
|
80
|
+
"100": { "value": "#dcfae6", "type": "color" },
|
81
|
+
"200": { "value": "#abefc6", "type": "color" },
|
82
|
+
"300": { "value": "#75e0a7", "type": "color" },
|
83
|
+
"400": { "value": "#47cd89", "type": "color" },
|
84
|
+
"500": { "value": "#17b26a", "type": "color" },
|
85
|
+
"600": { "value": "#079455", "type": "color" },
|
86
|
+
"700": { "value": "#067647", "type": "color" },
|
87
|
+
"800": { "value": "#085d3a", "type": "color" },
|
88
|
+
"900": { "value": "#074d31", "type": "color" },
|
89
|
+
"950": { "value": "#053321", "type": "color" }
|
90
|
+
},
|
91
|
+
"Gray blue": {
|
92
|
+
"25": { "value": "#fcfcfd", "type": "color" },
|
93
|
+
"50": { "value": "#f8f9fc", "type": "color" },
|
94
|
+
"100": { "value": "#eaecf5", "type": "color" },
|
95
|
+
"200": { "value": "#d5d9eb", "type": "color" },
|
96
|
+
"300": { "value": "#b3b8db", "type": "color" },
|
97
|
+
"400": { "value": "#717bbc", "type": "color" },
|
98
|
+
"500": { "value": "#4e5ba6", "type": "color" },
|
99
|
+
"600": { "value": "#3e4784", "type": "color" },
|
100
|
+
"700": { "value": "#363f72", "type": "color" },
|
101
|
+
"800": { "value": "#293056", "type": "color" },
|
102
|
+
"900": { "value": "#101323", "type": "color" },
|
103
|
+
"950": { "value": "#0d0f1c", "type": "color" }
|
104
|
+
},
|
105
|
+
"Gray cool": {
|
106
|
+
"25": { "value": "#fcfcfd", "type": "color" },
|
107
|
+
"50": { "value": "#f9f9fb", "type": "color" },
|
108
|
+
"100": { "value": "#eff1f5", "type": "color" },
|
109
|
+
"200": { "value": "#dcdfea", "type": "color" },
|
110
|
+
"300": { "value": "#b9c0d4", "type": "color" },
|
111
|
+
"400": { "value": "#7d89b0", "type": "color" },
|
112
|
+
"500": { "value": "#5d6b98", "type": "color" },
|
113
|
+
"600": { "value": "#4a5578", "type": "color" },
|
114
|
+
"700": { "value": "#404968", "type": "color" },
|
115
|
+
"800": { "value": "#30374f", "type": "color" },
|
116
|
+
"900": { "value": "#111322", "type": "color" },
|
117
|
+
"950": { "value": "#0e101b", "type": "color" }
|
118
|
+
},
|
119
|
+
"Gray modern": {
|
120
|
+
"25": { "value": "#fcfcfd", "type": "color" },
|
121
|
+
"50": { "value": "#f8fafc", "type": "color" },
|
122
|
+
"100": { "value": "#eef2f6", "type": "color" },
|
123
|
+
"200": { "value": "#e3e8ef", "type": "color" },
|
124
|
+
"300": { "value": "#cdd5df", "type": "color" },
|
125
|
+
"400": { "value": "#9aa4b2", "type": "color" },
|
126
|
+
"500": { "value": "#697586", "type": "color" },
|
127
|
+
"600": { "value": "#4b5565", "type": "color" },
|
128
|
+
"700": { "value": "#364152", "type": "color" },
|
129
|
+
"800": { "value": "#202939", "type": "color" },
|
130
|
+
"900": { "value": "#121926", "type": "color" },
|
131
|
+
"950": { "value": "#0d121c", "type": "color" }
|
132
|
+
},
|
133
|
+
"Gray neutral": {
|
134
|
+
"25": { "value": "#fcfcfd", "type": "color" },
|
135
|
+
"50": { "value": "#f9fafb", "type": "color" },
|
136
|
+
"100": { "value": "#f3f4f6", "type": "color" },
|
137
|
+
"200": { "value": "#e5e7eb", "type": "color" },
|
138
|
+
"300": { "value": "#d2d6db", "type": "color" },
|
139
|
+
"400": { "value": "#9da4ae", "type": "color" },
|
140
|
+
"500": { "value": "#6c737f", "type": "color" },
|
141
|
+
"600": { "value": "#4d5761", "type": "color" },
|
142
|
+
"700": { "value": "#384250", "type": "color" },
|
143
|
+
"800": { "value": "#1f2a37", "type": "color" },
|
144
|
+
"900": { "value": "#111927", "type": "color" },
|
145
|
+
"950": { "value": "#0d121c", "type": "color" }
|
146
|
+
},
|
147
|
+
"Gray iron": {
|
148
|
+
"25": { "value": "#fcfcfc", "type": "color" },
|
149
|
+
"50": { "value": "#fafafa", "type": "color" },
|
150
|
+
"100": { "value": "#f4f4f5", "type": "color" },
|
151
|
+
"200": { "value": "#e4e4e7", "type": "color" },
|
152
|
+
"300": { "value": "#d1d1d6", "type": "color" },
|
153
|
+
"400": { "value": "#a0a0ab", "type": "color" },
|
154
|
+
"500": { "value": "#70707b", "type": "color" },
|
155
|
+
"600": { "value": "#51525c", "type": "color" },
|
156
|
+
"700": { "value": "#3f3f46", "type": "color" },
|
157
|
+
"800": { "value": "#26272b", "type": "color" },
|
158
|
+
"900": { "value": "#1a1a1e", "type": "color" },
|
159
|
+
"950": { "value": "#131316", "type": "color" }
|
160
|
+
},
|
161
|
+
"Gray true": {
|
162
|
+
"25": { "value": "#fcfcfc", "type": "color" },
|
163
|
+
"50": { "value": "#fafafa", "type": "color" },
|
164
|
+
"100": { "value": "#f5f5f5", "type": "color" },
|
165
|
+
"200": { "value": "#e5e5e5", "type": "color" },
|
166
|
+
"300": { "value": "#d6d6d6", "type": "color" },
|
167
|
+
"400": { "value": "#a3a3a3", "type": "color" },
|
168
|
+
"500": { "value": "#737373", "type": "color" },
|
169
|
+
"600": { "value": "#525252", "type": "color" },
|
170
|
+
"700": { "value": "#424242", "type": "color" },
|
171
|
+
"800": { "value": "#292929", "type": "color" },
|
172
|
+
"900": { "value": "#141414", "type": "color" },
|
173
|
+
"950": { "value": "#0f0f0f", "type": "color" }
|
174
|
+
},
|
175
|
+
"Gray warm": {
|
176
|
+
"25": { "value": "#fdfdfc", "type": "color" },
|
177
|
+
"50": { "value": "#fafaf9", "type": "color" },
|
178
|
+
"100": { "value": "#f5f5f4", "type": "color" },
|
179
|
+
"200": { "value": "#e7e5e4", "type": "color" },
|
180
|
+
"300": { "value": "#d7d3d0", "type": "color" },
|
181
|
+
"400": { "value": "#a9a29d", "type": "color" },
|
182
|
+
"500": { "value": "#79716b", "type": "color" },
|
183
|
+
"600": { "value": "#57534e", "type": "color" },
|
184
|
+
"700": { "value": "#44403c", "type": "color" },
|
185
|
+
"800": { "value": "#292524", "type": "color" },
|
186
|
+
"900": { "value": "#1c1917", "type": "color" },
|
187
|
+
"950": { "value": "#171412", "type": "color" }
|
188
|
+
},
|
189
|
+
"Moss": {
|
190
|
+
"25": { "value": "#fafdf7", "type": "color" },
|
191
|
+
"50": { "value": "#f5fbee", "type": "color" },
|
192
|
+
"100": { "value": "#e6f4d7", "type": "color" },
|
193
|
+
"200": { "value": "#ceeab0", "type": "color" },
|
194
|
+
"300": { "value": "#acdc79", "type": "color" },
|
195
|
+
"400": { "value": "#86cb3c", "type": "color" },
|
196
|
+
"500": { "value": "#669f2a", "type": "color" },
|
197
|
+
"600": { "value": "#4f7a21", "type": "color" },
|
198
|
+
"700": { "value": "#3f621a", "type": "color" },
|
199
|
+
"800": { "value": "#335015", "type": "color" },
|
200
|
+
"900": { "value": "#2b4212", "type": "color" },
|
201
|
+
"950": { "value": "#1a280b", "type": "color" }
|
202
|
+
},
|
203
|
+
"Green light": {
|
204
|
+
"25": { "value": "#fafef5", "type": "color" },
|
205
|
+
"50": { "value": "#f3fee7", "type": "color" },
|
206
|
+
"100": { "value": "#e3fbcc", "type": "color" },
|
207
|
+
"200": { "value": "#d0f8ab", "type": "color" },
|
208
|
+
"300": { "value": "#a6ef67", "type": "color" },
|
209
|
+
"400": { "value": "#85e13a", "type": "color" },
|
210
|
+
"500": { "value": "#66c61c", "type": "color" },
|
211
|
+
"600": { "value": "#4ca30d", "type": "color" },
|
212
|
+
"700": { "value": "#3b7c0f", "type": "color" },
|
213
|
+
"800": { "value": "#326212", "type": "color" },
|
214
|
+
"900": { "value": "#2b5314", "type": "color" },
|
215
|
+
"950": { "value": "#15290a", "type": "color" }
|
216
|
+
},
|
217
|
+
"Green": {
|
218
|
+
"25": { "value": "#f6fef9", "type": "color" },
|
219
|
+
"50": { "value": "#edfcf2", "type": "color" },
|
220
|
+
"100": { "value": "#d3f8df", "type": "color" },
|
221
|
+
"200": { "value": "#aaf0c4", "type": "color" },
|
222
|
+
"300": { "value": "#73e2a3", "type": "color" },
|
223
|
+
"400": { "value": "#3ccb7f", "type": "color" },
|
224
|
+
"500": { "value": "#16b364", "type": "color" },
|
225
|
+
"600": { "value": "#099250", "type": "color" },
|
226
|
+
"700": { "value": "#087443", "type": "color" },
|
227
|
+
"800": { "value": "#095c37", "type": "color" },
|
228
|
+
"900": { "value": "#084c2e", "type": "color" },
|
229
|
+
"950": { "value": "#052e1c", "type": "color" }
|
230
|
+
},
|
231
|
+
"Teal": {
|
232
|
+
"25": { "value": "#f6fefc", "type": "color" },
|
233
|
+
"50": { "value": "#f0fdf9", "type": "color" },
|
234
|
+
"100": { "value": "#ccfbef", "type": "color" },
|
235
|
+
"200": { "value": "#99f6e0", "type": "color" },
|
236
|
+
"300": { "value": "#5fe9d0", "type": "color" },
|
237
|
+
"400": { "value": "#2ed3b7", "type": "color" },
|
238
|
+
"500": { "value": "#15b79e", "type": "color" },
|
239
|
+
"600": { "value": "#0e9384", "type": "color" },
|
240
|
+
"700": { "value": "#107569", "type": "color" },
|
241
|
+
"800": { "value": "#125d56", "type": "color" },
|
242
|
+
"900": { "value": "#134e48", "type": "color" },
|
243
|
+
"950": { "value": "#0a2926", "type": "color" }
|
244
|
+
},
|
245
|
+
"Cyan": {
|
246
|
+
"25": { "value": "#f5feff", "type": "color" },
|
247
|
+
"50": { "value": "#ecfdff", "type": "color" },
|
248
|
+
"100": { "value": "#cff9fe", "type": "color" },
|
249
|
+
"200": { "value": "#a5f0fc", "type": "color" },
|
250
|
+
"300": { "value": "#67e3f9", "type": "color" },
|
251
|
+
"400": { "value": "#22ccee", "type": "color" },
|
252
|
+
"500": { "value": "#06aed4", "type": "color" },
|
253
|
+
"600": { "value": "#088ab2", "type": "color" },
|
254
|
+
"700": { "value": "#0e7090", "type": "color" },
|
255
|
+
"800": { "value": "#155b75", "type": "color" },
|
256
|
+
"900": { "value": "#164c63", "type": "color" },
|
257
|
+
"950": { "value": "#0d2d3a", "type": "color" }
|
258
|
+
},
|
259
|
+
"Blue light": {
|
260
|
+
"25": { "value": "#f5fbff", "type": "color" },
|
261
|
+
"50": { "value": "#f0f9ff", "type": "color" },
|
262
|
+
"100": { "value": "#e0f2fe", "type": "color" },
|
263
|
+
"200": { "value": "#b9e6fe", "type": "color" },
|
264
|
+
"300": { "value": "#7cd4fd", "type": "color" },
|
265
|
+
"400": { "value": "#36bffa", "type": "color" },
|
266
|
+
"500": { "value": "#0ba5ec", "type": "color" },
|
267
|
+
"600": { "value": "#0086c9", "type": "color" },
|
268
|
+
"700": { "value": "#026aa2", "type": "color" },
|
269
|
+
"800": { "value": "#065986", "type": "color" },
|
270
|
+
"900": { "value": "#0b4a6f", "type": "color" },
|
271
|
+
"950": { "value": "#062c41", "type": "color" }
|
272
|
+
},
|
273
|
+
"Blue": {
|
274
|
+
"25": { "value": "#f5faff", "type": "color" },
|
275
|
+
"50": { "value": "#eff8ff", "type": "color" },
|
276
|
+
"100": { "value": "#d1e9ff", "type": "color" },
|
277
|
+
"200": { "value": "#b2ddff", "type": "color" },
|
278
|
+
"300": { "value": "#84caff", "type": "color" },
|
279
|
+
"400": { "value": "#53b1fd", "type": "color" },
|
280
|
+
"500": { "value": "#2e90fa", "type": "color" },
|
281
|
+
"600": { "value": "#1570ef", "type": "color" },
|
282
|
+
"700": { "value": "#175cd3", "type": "color" },
|
283
|
+
"800": { "value": "#1849a9", "type": "color" },
|
284
|
+
"900": { "value": "#194185", "type": "color" },
|
285
|
+
"950": { "value": "#102a56", "type": "color" }
|
286
|
+
},
|
287
|
+
"Blue dark": {
|
288
|
+
"25": { "value": "#f5f8ff", "type": "color" },
|
289
|
+
"50": { "value": "#eff4ff", "type": "color" },
|
290
|
+
"100": { "value": "#d1e0ff", "type": "color" },
|
291
|
+
"200": { "value": "#b2ccff", "type": "color" },
|
292
|
+
"300": { "value": "#84adff", "type": "color" },
|
293
|
+
"400": { "value": "#528bff", "type": "color" },
|
294
|
+
"500": { "value": "#2970ff", "type": "color" },
|
295
|
+
"600": { "value": "#155eef", "type": "color" },
|
296
|
+
"700": { "value": "#004eeb", "type": "color" },
|
297
|
+
"800": { "value": "#0040c1", "type": "color" },
|
298
|
+
"900": { "value": "#00359e", "type": "color" },
|
299
|
+
"950": { "value": "#002266", "type": "color" }
|
300
|
+
},
|
301
|
+
"Indigo": {
|
302
|
+
"25": { "value": "#f5f8ff", "type": "color" },
|
303
|
+
"50": { "value": "#eef4ff", "type": "color" },
|
304
|
+
"100": { "value": "#e0eaff", "type": "color" },
|
305
|
+
"200": { "value": "#c7d7fe", "type": "color" },
|
306
|
+
"300": { "value": "#a4bcfd", "type": "color" },
|
307
|
+
"400": { "value": "#8098f9", "type": "color" },
|
308
|
+
"500": { "value": "#6172f3", "type": "color" },
|
309
|
+
"600": { "value": "#444ce7", "type": "color" },
|
310
|
+
"700": { "value": "#3538cd", "type": "color" },
|
311
|
+
"800": { "value": "#2d31a6", "type": "color" },
|
312
|
+
"900": { "value": "#2d3282", "type": "color" },
|
313
|
+
"950": { "value": "#1f235b", "type": "color" }
|
314
|
+
},
|
315
|
+
"Violet": {
|
316
|
+
"25": { "value": "#fbfaff", "type": "color" },
|
317
|
+
"50": { "value": "#f5f3ff", "type": "color" },
|
318
|
+
"100": { "value": "#ece9fe", "type": "color" },
|
319
|
+
"200": { "value": "#ddd6fe", "type": "color" },
|
320
|
+
"300": { "value": "#c3b5fd", "type": "color" },
|
321
|
+
"400": { "value": "#a48afb", "type": "color" },
|
322
|
+
"500": { "value": "#875bf7", "type": "color" },
|
323
|
+
"600": { "value": "#7839ee", "type": "color" },
|
324
|
+
"700": { "value": "#6927da", "type": "color" },
|
325
|
+
"800": { "value": "#5720b7", "type": "color" },
|
326
|
+
"900": { "value": "#491c96", "type": "color" },
|
327
|
+
"950": { "value": "#2e125e", "type": "color" }
|
328
|
+
},
|
329
|
+
"Purple": {
|
330
|
+
"25": { "value": "#fafaff", "type": "color" },
|
331
|
+
"50": { "value": "#f4f3ff", "type": "color" },
|
332
|
+
"100": { "value": "#ebe9fe", "type": "color" },
|
333
|
+
"200": { "value": "#d9d6fe", "type": "color" },
|
334
|
+
"300": { "value": "#bdb4fe", "type": "color" },
|
335
|
+
"400": { "value": "#9b8afb", "type": "color" },
|
336
|
+
"500": { "value": "#7a5af8", "type": "color" },
|
337
|
+
"600": { "value": "#6938ef", "type": "color" },
|
338
|
+
"700": { "value": "#5925dc", "type": "color" },
|
339
|
+
"800": { "value": "#4a1fb8", "type": "color" },
|
340
|
+
"900": { "value": "#3e1c96", "type": "color" },
|
341
|
+
"950": { "value": "#27115f", "type": "color" }
|
342
|
+
},
|
343
|
+
"Fuchsia": {
|
344
|
+
"25": { "value": "#fefaff", "type": "color" },
|
345
|
+
"50": { "value": "#fdf4ff", "type": "color" },
|
346
|
+
"100": { "value": "#fbe8ff", "type": "color" },
|
347
|
+
"200": { "value": "#f6d0fe", "type": "color" },
|
348
|
+
"300": { "value": "#eeaafd", "type": "color" },
|
349
|
+
"400": { "value": "#e478fa", "type": "color" },
|
350
|
+
"500": { "value": "#d444f1", "type": "color" },
|
351
|
+
"600": { "value": "#ba24d5", "type": "color" },
|
352
|
+
"700": { "value": "#9f1ab1", "type": "color" },
|
353
|
+
"800": { "value": "#821890", "type": "color" },
|
354
|
+
"900": { "value": "#6f1877", "type": "color" },
|
355
|
+
"950": { "value": "#47104c", "type": "color" }
|
356
|
+
},
|
357
|
+
"Pink": {
|
358
|
+
"25": { "value": "#fef6fb", "type": "color" },
|
359
|
+
"50": { "value": "#fdf2fa", "type": "color" },
|
360
|
+
"100": { "value": "#fce7f6", "type": "color" },
|
361
|
+
"200": { "value": "#fcceee", "type": "color" },
|
362
|
+
"300": { "value": "#faa7e0", "type": "color" },
|
363
|
+
"400": { "value": "#f670c7", "type": "color" },
|
364
|
+
"500": { "value": "#ee46bc", "type": "color" },
|
365
|
+
"600": { "value": "#dd2590", "type": "color" },
|
366
|
+
"700": { "value": "#c11574", "type": "color" },
|
367
|
+
"800": { "value": "#9e165f", "type": "color" },
|
368
|
+
"900": { "value": "#851651", "type": "color" },
|
369
|
+
"950": { "value": "#4e0d30", "type": "color" }
|
370
|
+
},
|
371
|
+
"Rosé": {
|
372
|
+
"25": { "value": "#fff5f6", "type": "color" },
|
373
|
+
"50": { "value": "#fff1f3", "type": "color" },
|
374
|
+
"100": { "value": "#ffe4e8", "type": "color" },
|
375
|
+
"200": { "value": "#fecdd6", "type": "color" },
|
376
|
+
"300": { "value": "#fea3b4", "type": "color" },
|
377
|
+
"400": { "value": "#fd6f8e", "type": "color" },
|
378
|
+
"500": { "value": "#f63d68", "type": "color" },
|
379
|
+
"600": { "value": "#e31b54", "type": "color" },
|
380
|
+
"700": { "value": "#c01048", "type": "color" },
|
381
|
+
"800": { "value": "#a11043", "type": "color" },
|
382
|
+
"900": { "value": "#89123e", "type": "color" },
|
383
|
+
"950": { "value": "#510b24", "type": "color" }
|
384
|
+
},
|
385
|
+
"Orange dark": {
|
386
|
+
"25": { "value": "#fff9f5", "type": "color" },
|
387
|
+
"50": { "value": "#fff4ed", "type": "color" },
|
388
|
+
"100": { "value": "#ffe6d5", "type": "color" },
|
389
|
+
"200": { "value": "#ffd6ae", "type": "color" },
|
390
|
+
"300": { "value": "#ff9c66", "type": "color" },
|
391
|
+
"400": { "value": "#ff692e", "type": "color" },
|
392
|
+
"500": { "value": "#ff4405", "type": "color" },
|
393
|
+
"600": { "value": "#e62e05", "type": "color" },
|
394
|
+
"700": { "value": "#bc1b06", "type": "color" },
|
395
|
+
"800": { "value": "#97180c", "type": "color" },
|
396
|
+
"900": { "value": "#771a0d", "type": "color" },
|
397
|
+
"950": { "value": "#57130a", "type": "color" }
|
398
|
+
},
|
399
|
+
"Orange": {
|
400
|
+
"25": { "value": "#fefaf5", "type": "color" },
|
401
|
+
"50": { "value": "#fef6ee", "type": "color" },
|
402
|
+
"100": { "value": "#fdead7", "type": "color" },
|
403
|
+
"200": { "value": "#f9dbaf", "type": "color" },
|
404
|
+
"300": { "value": "#f7b27a", "type": "color" },
|
405
|
+
"400": { "value": "#f38744", "type": "color" },
|
406
|
+
"500": { "value": "#ef6820", "type": "color" },
|
407
|
+
"600": { "value": "#e04f16", "type": "color" },
|
408
|
+
"700": { "value": "#b93815", "type": "color" },
|
409
|
+
"800": { "value": "#932f19", "type": "color" },
|
410
|
+
"900": { "value": "#772917", "type": "color" },
|
411
|
+
"950": { "value": "#511c10", "type": "color" }
|
412
|
+
},
|
413
|
+
"Yellow": {
|
414
|
+
"25": { "value": "#fefdf0", "type": "color" },
|
415
|
+
"50": { "value": "#fefbe8", "type": "color" },
|
416
|
+
"100": { "value": "#fef7c3", "type": "color" },
|
417
|
+
"200": { "value": "#feee95", "type": "color" },
|
418
|
+
"300": { "value": "#fde272", "type": "color" },
|
419
|
+
"400": { "value": "#fac515", "type": "color" },
|
420
|
+
"500": { "value": "#eaaa08", "type": "color" },
|
421
|
+
"600": { "value": "#ca8504", "type": "color" },
|
422
|
+
"700": { "value": "#a15c07", "type": "color" },
|
423
|
+
"800": { "value": "#854a0e", "type": "color" },
|
424
|
+
"900": { "value": "#713b12", "type": "color" },
|
425
|
+
"950": { "value": "#542c0d", "type": "color" }
|
426
|
+
},
|
427
|
+
"Gradient": {
|
428
|
+
"Gray": {
|
429
|
+
"600 -> 500 (90deg)": {
|
430
|
+
"value": "linear-gradient(90deg, #475467 0%, #667085 100%)",
|
431
|
+
"type": "color"
|
432
|
+
},
|
433
|
+
"700 -> 600 (45deg)": {
|
434
|
+
"value": "linear-gradient(45deg, #344054 0%, #475467 100%)",
|
435
|
+
"type": "color"
|
436
|
+
},
|
437
|
+
"800 -> 600 (45deg)": {
|
438
|
+
"value": "linear-gradient(45deg, #182230 0%, #475467 100%)",
|
439
|
+
"type": "color"
|
440
|
+
},
|
441
|
+
"800 -> 600 (90deg)": {
|
442
|
+
"value": "linear-gradient(90deg, #182230 0%, #475467 100%)",
|
443
|
+
"type": "color"
|
444
|
+
},
|
445
|
+
"800 -> 700 (26": {
|
446
|
+
"5deg)": {
|
447
|
+
"value": "linear-gradient(27deg, #182230 0%, #344054 100%)",
|
448
|
+
"type": "color"
|
449
|
+
}
|
450
|
+
},
|
451
|
+
"900 -> 600 (45deg)": {
|
452
|
+
"value": "linear-gradient(45deg, #101828 0%, #475467 100%)",
|
453
|
+
"type": "color"
|
454
|
+
}
|
455
|
+
},
|
456
|
+
"Brand": {
|
457
|
+
"600 -> 500 (90deg)": {
|
458
|
+
"value": "linear-gradient(90deg, #7f56d9 0%, #9e77ed 100%)",
|
459
|
+
"type": "color"
|
460
|
+
},
|
461
|
+
"700 -> 600 (45deg)": {
|
462
|
+
"value": "linear-gradient(45deg, #6941c6 0%, #7f56d9 100%)",
|
463
|
+
"type": "color"
|
464
|
+
},
|
465
|
+
"800 -> 600 (45deg)": {
|
466
|
+
"value": "linear-gradient(45deg, #53389e 0%, #7f56d9 100%)",
|
467
|
+
"type": "color"
|
468
|
+
},
|
469
|
+
"800 -> 600 (90deg)": {
|
470
|
+
"value": "linear-gradient(90deg, #53389e 0%, #7f56d9 100%)",
|
471
|
+
"type": "color"
|
472
|
+
},
|
473
|
+
"800 -> 700 (26": {
|
474
|
+
"5deg)": {
|
475
|
+
"value": "linear-gradient(27deg, #53389e 0%, #6941c6 100%)",
|
476
|
+
"type": "color"
|
477
|
+
}
|
478
|
+
},
|
479
|
+
"900 -> 600 (45deg)": {
|
480
|
+
"value": "linear-gradient(45deg, #42307d 0%, #7f56d9 100%)",
|
481
|
+
"type": "color"
|
482
|
+
}
|
483
|
+
},
|
484
|
+
"Linear": {
|
485
|
+
"Gray neutral": {
|
486
|
+
"01": {
|
487
|
+
"value": "linear-gradient(180deg, #ffffff 0%, #f3f5f7 100%)",
|
488
|
+
"type": "color"
|
489
|
+
},
|
490
|
+
"02": {
|
491
|
+
"value": "linear-gradient(180deg, #f9fafb 0%, #edf0f3 100%)",
|
492
|
+
"type": "color"
|
493
|
+
},
|
494
|
+
"03": {
|
495
|
+
"value": "linear-gradient(180deg, #f9fafb 0%, #e7ebef 100%)",
|
496
|
+
"type": "color"
|
497
|
+
},
|
498
|
+
"04": {
|
499
|
+
"value": "linear-gradient(180deg, #f3f5f7 0%, #e0e5eb 100%)",
|
500
|
+
"type": "color"
|
501
|
+
},
|
502
|
+
"05": {
|
503
|
+
"value": "linear-gradient(180deg, #edf0f3 0%, #d4dbe2 100%)",
|
504
|
+
"type": "color"
|
505
|
+
},
|
506
|
+
"06": {
|
507
|
+
"value": "linear-gradient(180deg, #e7ebef 0%, #c8d1da 100%)",
|
508
|
+
"type": "color"
|
509
|
+
},
|
510
|
+
"07": {
|
511
|
+
"value": "linear-gradient(180deg, #e0e5eb 0%, #b6c2ce 100%)",
|
512
|
+
"type": "color"
|
513
|
+
}
|
514
|
+
},
|
515
|
+
"Gray true": {
|
516
|
+
"01": {
|
517
|
+
"value": "linear-gradient(180deg, #ffffff 0%, #f5f5f5 100%)",
|
518
|
+
"type": "color"
|
519
|
+
},
|
520
|
+
"02": {
|
521
|
+
"value": "linear-gradient(180deg, #fafafa 0%, #f0f0f0 100%)",
|
522
|
+
"type": "color"
|
523
|
+
},
|
524
|
+
"03": {
|
525
|
+
"value": "linear-gradient(180deg, #fafafa 0%, #ebebeb 100%)",
|
526
|
+
"type": "color"
|
527
|
+
},
|
528
|
+
"04": {
|
529
|
+
"value": "linear-gradient(180deg, #f5f5f5 0%, #e5e5e5 100%)",
|
530
|
+
"type": "color"
|
531
|
+
},
|
532
|
+
"05": {
|
533
|
+
"value": "linear-gradient(180deg, #f0f0f0 0%, #dbdbdb 100%)",
|
534
|
+
"type": "color"
|
535
|
+
},
|
536
|
+
"06": {
|
537
|
+
"value": "linear-gradient(180deg, #ebebeb 0%, #d1d1d1 100%)",
|
538
|
+
"type": "color"
|
539
|
+
},
|
540
|
+
"07": {
|
541
|
+
"value": "linear-gradient(180deg, #e5e5e5 0%, #c2c2c2 100%)",
|
542
|
+
"type": "color"
|
543
|
+
}
|
544
|
+
},
|
545
|
+
"Color": {
|
546
|
+
"10": {
|
547
|
+
"value": "linear-gradient(0deg, #cfc7f8 0%, #ebbba7 100%)",
|
548
|
+
"type": "color"
|
549
|
+
},
|
550
|
+
"11": {
|
551
|
+
"value": "linear-gradient(135deg, #fccb90 0%, #d57eeb 100%)",
|
552
|
+
"type": "color"
|
553
|
+
},
|
554
|
+
"12": {
|
555
|
+
"value": "linear-gradient(45deg, #7b6ae0 0%, #ffbb89 100%)",
|
556
|
+
"type": "color"
|
557
|
+
},
|
558
|
+
"13": {
|
559
|
+
"value": "linear-gradient(135deg, #e0c3fc 0%, #8ec5fc 100%)",
|
560
|
+
"type": "color"
|
561
|
+
},
|
562
|
+
"14": {
|
563
|
+
"value": "linear-gradient(0deg, #fed6e3 0%, #a8edea 100%)",
|
564
|
+
"type": "color"
|
565
|
+
},
|
566
|
+
"15": {
|
567
|
+
"value": "linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%)",
|
568
|
+
"type": "color"
|
569
|
+
},
|
570
|
+
"16": {
|
571
|
+
"value": "linear-gradient(45deg, #dfd1c5 0%, #fff6eb 100%)",
|
572
|
+
"type": "color"
|
573
|
+
},
|
574
|
+
"17": {
|
575
|
+
"value": "linear-gradient(135deg, #fff6b7 0%, #fb758a 100%)",
|
576
|
+
"type": "color"
|
577
|
+
},
|
578
|
+
"18": {
|
579
|
+
"value": "linear-gradient(45deg, #ff7ec7 0%, #ffed46 100%)",
|
580
|
+
"type": "color"
|
581
|
+
},
|
582
|
+
"19": {
|
583
|
+
"value": "linear-gradient(0deg, #feafa8 0%, #f5efef 100%)",
|
584
|
+
"type": "color"
|
585
|
+
},
|
586
|
+
"20": {
|
587
|
+
"value": "linear-gradient(45deg, #e9defa 0%, #fff6eb 100%)",
|
588
|
+
"type": "color"
|
589
|
+
},
|
590
|
+
"21": {
|
591
|
+
"value": "linear-gradient(0deg, #fff1eb 0%, #ace0f9 100%)",
|
592
|
+
"type": "color"
|
593
|
+
},
|
594
|
+
"22": {
|
595
|
+
"value": "linear-gradient(0deg, #c1dfc4 0%, #deecdd 100%)",
|
596
|
+
"type": "color"
|
597
|
+
},
|
598
|
+
"24": {
|
599
|
+
"value": "linear-gradient(0deg, #accbee 0%, #e7f0fd 100%)",
|
600
|
+
"type": "color"
|
601
|
+
},
|
602
|
+
"25": {
|
603
|
+
"value": "linear-gradient(0deg, #84fab0 0%, #accbee 100%)",
|
604
|
+
"type": "color"
|
605
|
+
},
|
606
|
+
"26": {
|
607
|
+
"value": "linear-gradient(45deg, #39a0ff 0%, #8fff85 100%)",
|
608
|
+
"type": "color"
|
609
|
+
},
|
610
|
+
"27": {
|
611
|
+
"value": "linear-gradient(270deg, #74ebd5 0%, #9face6 100%)",
|
612
|
+
"type": "color"
|
613
|
+
},
|
614
|
+
"29": {
|
615
|
+
"value": "linear-gradient(0deg, #9890e3 0%, #b1f4cf 100%)",
|
616
|
+
"type": "color"
|
617
|
+
},
|
618
|
+
"30": {
|
619
|
+
"value": "linear-gradient(45deg, #7cdada 0%, #f697aa 100%)",
|
620
|
+
"type": "color"
|
621
|
+
},
|
622
|
+
"31": {
|
623
|
+
"value": "linear-gradient(45deg, #b1ff96 0%, #ffadf7 100%)",
|
624
|
+
"type": "color"
|
625
|
+
},
|
626
|
+
"32": {
|
627
|
+
"value": "linear-gradient(0deg, #96fbc4 0%, #f9f586 100%)",
|
628
|
+
"type": "color"
|
629
|
+
},
|
630
|
+
"33": {
|
631
|
+
"value": "linear-gradient(45deg, #4def8e 0%, #ffeb3a 100%)",
|
632
|
+
"type": "color"
|
633
|
+
},
|
634
|
+
"34": {
|
635
|
+
"value": "linear-gradient(135deg, #f0ff00 0%, #58cffb 100%)",
|
636
|
+
"type": "color"
|
637
|
+
},
|
638
|
+
"35": {
|
639
|
+
"value": "linear-gradient(0deg, #d1fdff 0%, #fddb92 100%)",
|
640
|
+
"type": "color"
|
641
|
+
},
|
642
|
+
"36": {
|
643
|
+
"value": "linear-gradient(0deg, #ebc0fd 0%, #d9ded8 100%)",
|
644
|
+
"type": "color"
|
645
|
+
},
|
646
|
+
"37": {
|
647
|
+
"value": "linear-gradient(45deg, #ffa4f6 0%, #b7dcff 100%)",
|
648
|
+
"type": "color"
|
649
|
+
},
|
650
|
+
"38": {
|
651
|
+
"value": "linear-gradient(0deg, #cd9cf2 0%, #f6f3ff 100%)",
|
652
|
+
"type": "color"
|
653
|
+
},
|
654
|
+
"39": {
|
655
|
+
"value": "linear-gradient(-45deg, #f5c8f5 0%, #daddfa 83.85%)",
|
656
|
+
"type": "color"
|
657
|
+
},
|
658
|
+
"40": {
|
659
|
+
"value": "linear-gradient(0deg, #e6dee9 0%, #bdc2e8 100%)",
|
660
|
+
"type": "color"
|
661
|
+
},
|
662
|
+
"41": {
|
663
|
+
"value": "linear-gradient(0deg, #6a85b6 0%, #bac8e0 100%)",
|
664
|
+
"type": "color"
|
665
|
+
},
|
666
|
+
"42": {
|
667
|
+
"value": "linear-gradient(45deg, #8b8b8b 0%, #eaeaea 100%)",
|
668
|
+
"type": "color"
|
669
|
+
},
|
670
|
+
"43": {
|
671
|
+
"value": "linear-gradient(135deg, #e2b0ff 0%, #9f44d3 100%)",
|
672
|
+
"type": "color"
|
673
|
+
},
|
674
|
+
"44": {
|
675
|
+
"value": "linear-gradient(135deg, #ce9ffc 0%, #7367f0 100%)",
|
676
|
+
"type": "color"
|
677
|
+
},
|
678
|
+
"45": {
|
679
|
+
"value": "linear-gradient(135deg, #72edf2 0%, #5151e5 100%)",
|
680
|
+
"type": "color"
|
681
|
+
},
|
682
|
+
"46": {
|
683
|
+
"value": "linear-gradient(0deg, #a3bded 0%, #6991c7 100%)",
|
684
|
+
"type": "color"
|
685
|
+
},
|
686
|
+
"47": {
|
687
|
+
"value": "linear-gradient(0deg, #fbc8d4 0%, #9795f0 100%)",
|
688
|
+
"type": "color"
|
689
|
+
},
|
690
|
+
"48": {
|
691
|
+
"value": "linear-gradient(0deg, #a7a6cb 0%, #8989ba 100%)",
|
692
|
+
"type": "color"
|
693
|
+
},
|
694
|
+
"49": {
|
695
|
+
"value": "linear-gradient(0deg, #d9afd9 0%, #97d9e1 100%)",
|
696
|
+
"type": "color"
|
697
|
+
},
|
698
|
+
"50": {
|
699
|
+
"value": "linear-gradient(135deg, #81ffef 0%, #f067b4 100%)",
|
700
|
+
"type": "color"
|
701
|
+
},
|
702
|
+
"51": {
|
703
|
+
"value": "linear-gradient(135deg, #dcb0ed 0%, #9999cc 100%)",
|
704
|
+
"type": "color"
|
705
|
+
},
|
706
|
+
"52": {
|
707
|
+
"value": "linear-gradient(135deg, #fff5c3 0%, #9452a5 100%)",
|
708
|
+
"type": "color"
|
709
|
+
},
|
710
|
+
"53": {
|
711
|
+
"value": "linear-gradient(135deg, #f1ca74 0%, #a64db6 100%)",
|
712
|
+
"type": "color"
|
713
|
+
},
|
714
|
+
"54": {
|
715
|
+
"value": "linear-gradient(45deg, #4d6ad0 0%, #ff9d7e 100%)",
|
716
|
+
"type": "color"
|
717
|
+
},
|
718
|
+
"55": {
|
719
|
+
"value": "linear-gradient(135deg, #ffcf71 0%, #2376dd 100%)",
|
720
|
+
"type": "color"
|
721
|
+
},
|
722
|
+
"56": {
|
723
|
+
"value": "linear-gradient(135deg, #e8d07a 0%, #5312d6 100%)",
|
724
|
+
"type": "color"
|
725
|
+
},
|
726
|
+
"57": {
|
727
|
+
"value": "linear-gradient(180deg, #bfd9fe 0%, #df89b5 100%)",
|
728
|
+
"type": "color"
|
729
|
+
},
|
730
|
+
"58": {
|
731
|
+
"value": "linear-gradient(0deg, #fa71cd 0%, #c471f5 100%)",
|
732
|
+
"type": "color"
|
733
|
+
},
|
734
|
+
"59": {
|
735
|
+
"value": "linear-gradient(135deg, #43cbff 0%, #9708cc 100%)",
|
736
|
+
"type": "color"
|
737
|
+
},
|
738
|
+
"60": {
|
739
|
+
"value": "linear-gradient(180deg, #7579ff 0%, #b224ef 100%)",
|
740
|
+
"type": "color"
|
741
|
+
},
|
742
|
+
"61": {
|
743
|
+
"value": "linear-gradient(45deg, #ad00fe 0%, #00e0ee 100%)",
|
744
|
+
"type": "color"
|
745
|
+
},
|
746
|
+
"62": {
|
747
|
+
"value": "linear-gradient(135deg, #89f7fe 0%, #66a6ff 100%)",
|
748
|
+
"type": "color"
|
749
|
+
},
|
750
|
+
"63": {
|
751
|
+
"value": "linear-gradient(0deg, #009efd 0%, #2af598 100%)",
|
752
|
+
"type": "color"
|
753
|
+
},
|
754
|
+
"64": {
|
755
|
+
"value": "linear-gradient(45deg, #ffb800 0%, #fff500 100%)",
|
756
|
+
"type": "color"
|
757
|
+
},
|
758
|
+
"65": {
|
759
|
+
"value": "linear-gradient(135deg, #ffa8a8 0%, #fcff00 100%)",
|
760
|
+
"type": "color"
|
761
|
+
},
|
762
|
+
"66": {
|
763
|
+
"value": "linear-gradient(45deg, #ff7a00 0%, #ffd439 100%)",
|
764
|
+
"type": "color"
|
765
|
+
},
|
766
|
+
"67": {
|
767
|
+
"value": "linear-gradient(135deg, #ffd3a5 0%, #fd6585 100%)",
|
768
|
+
"type": "color"
|
769
|
+
},
|
770
|
+
"68": {
|
771
|
+
"value": "linear-gradient(180deg, #f9d423 0%, #e14fad 100%)",
|
772
|
+
"type": "color"
|
773
|
+
},
|
774
|
+
"69": {
|
775
|
+
"value": "linear-gradient(135deg, #f74fac 0%, #fcb24f 100%)",
|
776
|
+
"type": "color"
|
777
|
+
},
|
778
|
+
"70": {
|
779
|
+
"value": "linear-gradient(135deg, #f49062 0%, #fd371f 100%)",
|
780
|
+
"type": "color"
|
781
|
+
},
|
782
|
+
"71": {
|
783
|
+
"value": "linear-gradient(45deg, #ff6c6c 0%, #dd7bff 100%)",
|
784
|
+
"type": "color"
|
785
|
+
},
|
786
|
+
"72": {
|
787
|
+
"value": "linear-gradient(135deg, #f97794 0%, #623aa2 100%)",
|
788
|
+
"type": "color"
|
789
|
+
},
|
790
|
+
"73": {
|
791
|
+
"value": "linear-gradient(180deg, #c569cf 0%, #ee609c 100%)",
|
792
|
+
"type": "color"
|
793
|
+
},
|
794
|
+
"74": {
|
795
|
+
"value": "linear-gradient(0deg, #c7eafd 0%, #e8198b 100%)",
|
796
|
+
"type": "color"
|
797
|
+
},
|
798
|
+
"75": {
|
799
|
+
"value": "linear-gradient(135deg, #f093fb 0%, #f5576c 100%)",
|
800
|
+
"type": "color"
|
801
|
+
},
|
802
|
+
"76": {
|
803
|
+
"value": "linear-gradient(135deg, #f6ceec 0%, #d939cd 100%)",
|
804
|
+
"type": "color"
|
805
|
+
},
|
806
|
+
"77": {
|
807
|
+
"value": "linear-gradient(135deg, #ee9ae5 0%, #5961f9 100%)",
|
808
|
+
"type": "color"
|
809
|
+
},
|
810
|
+
"78": {
|
811
|
+
"value": "linear-gradient(270deg, #6a11cb 0%, #2575fc 100%)",
|
812
|
+
"type": "color"
|
813
|
+
},
|
814
|
+
"79": {
|
815
|
+
"value": "linear-gradient(45deg, #0017e4 0%, #3793ff 100%)",
|
816
|
+
"type": "color"
|
817
|
+
},
|
818
|
+
"80": {
|
819
|
+
"value": "linear-gradient(0deg, #75d8ff 0%, #23a4db 100%)",
|
820
|
+
"type": "color"
|
821
|
+
},
|
822
|
+
"81": {
|
823
|
+
"value": "linear-gradient(45deg, #4b73ff 0%, #7cf7ff 100%)",
|
824
|
+
"type": "color"
|
825
|
+
},
|
826
|
+
"82": {
|
827
|
+
"value": "linear-gradient(135deg, #5efce8 0%, #736efe 100%)",
|
828
|
+
"type": "color"
|
829
|
+
},
|
830
|
+
"83": {
|
831
|
+
"value": "linear-gradient(0deg, #7028e4 0%, #e5b2ca 100%)",
|
832
|
+
"type": "color"
|
833
|
+
},
|
834
|
+
"84": {
|
835
|
+
"value": "linear-gradient(90deg, #7873f5 0%, #ec77ab 100%)",
|
836
|
+
"type": "color"
|
837
|
+
},
|
838
|
+
"85": {
|
839
|
+
"value": "linear-gradient(135deg, #b01eff 0%, #e1467c 100%)",
|
840
|
+
"type": "color"
|
841
|
+
},
|
842
|
+
"86": {
|
843
|
+
"value": "linear-gradient(45deg, #d079ee 0%, #8a88fb 100%)",
|
844
|
+
"type": "color"
|
845
|
+
},
|
846
|
+
"87": {
|
847
|
+
"value": "linear-gradient(135deg, #c99fff 0%, #981ed2 100%)",
|
848
|
+
"type": "color"
|
849
|
+
},
|
850
|
+
"88": {
|
851
|
+
"value": "linear-gradient(0deg, #9b23ea 0%, #5f72bd 100%)",
|
852
|
+
"type": "color"
|
853
|
+
},
|
854
|
+
"89": {
|
855
|
+
"value": "linear-gradient(135deg, #b39fff 0%, #6a1ed2 100%)",
|
856
|
+
"type": "color"
|
857
|
+
},
|
858
|
+
"90": {
|
859
|
+
"value": "linear-gradient(45deg, #4300b1 0%, #a531dc 100%)",
|
860
|
+
"type": "color"
|
861
|
+
},
|
862
|
+
"91": {
|
863
|
+
"value": "linear-gradient(-45deg, #764ba2 0%, #667eea 100%)",
|
864
|
+
"type": "color"
|
865
|
+
},
|
866
|
+
"01": {
|
867
|
+
"value": "linear-gradient(180deg, #a5c0ee 0%, #fbc5ec 100%)",
|
868
|
+
"type": "color"
|
869
|
+
},
|
870
|
+
"02": {
|
871
|
+
"value": "linear-gradient(180deg, #fbc2eb 0%, #a18cd1 100%)",
|
872
|
+
"type": "color"
|
873
|
+
},
|
874
|
+
"03": {
|
875
|
+
"value": "linear-gradient(180deg, #ffd1ff 0%, #fad0c4 100%)",
|
876
|
+
"type": "color"
|
877
|
+
},
|
878
|
+
"04": {
|
879
|
+
"value": "linear-gradient(225deg, #fad0c4 0%, #ff9a9e 100%)",
|
880
|
+
"type": "color"
|
881
|
+
},
|
882
|
+
"05": {
|
883
|
+
"value": "linear-gradient(270deg, #fcb69f 0%, #ffecd2 100%)",
|
884
|
+
"type": "color"
|
885
|
+
},
|
886
|
+
"06": {
|
887
|
+
"value": "linear-gradient(180deg, #fecfef 0%, #ff989c 100%)",
|
888
|
+
"type": "color"
|
889
|
+
},
|
890
|
+
"07": {
|
891
|
+
"value": "linear-gradient(45deg, #ff9de4 0%, #ffeaf6 100%)",
|
892
|
+
"type": "color"
|
893
|
+
},
|
894
|
+
"08": {
|
895
|
+
"value": "linear-gradient(180deg, #e6dee9 0%, #fdcaf1 100%)",
|
896
|
+
"type": "color"
|
897
|
+
},
|
898
|
+
"09": {
|
899
|
+
"value": "linear-gradient(45deg, #a6c0fe 0%, #ffeaf6 100%)",
|
900
|
+
"type": "color"
|
901
|
+
}
|
902
|
+
}
|
903
|
+
}
|
904
|
+
},
|
905
|
+
"Focus rings": {
|
906
|
+
"ring-brand": {
|
907
|
+
"value": {
|
908
|
+
"color": "#9e77ed3d",
|
909
|
+
"type": "dropShadow",
|
910
|
+
"x": 0,
|
911
|
+
"y": 0,
|
912
|
+
"blur": 0,
|
913
|
+
"spread": 4
|
914
|
+
},
|
915
|
+
"type": "boxShadow",
|
916
|
+
"description": "Used for focus states. For example, buttons and input fields."
|
917
|
+
},
|
918
|
+
"ring-brand-shadow-xs": {
|
919
|
+
"value": [
|
920
|
+
{
|
921
|
+
"color": "#9e77ed3d",
|
922
|
+
"type": "dropShadow",
|
923
|
+
"x": 0,
|
924
|
+
"y": 0,
|
925
|
+
"blur": 0,
|
926
|
+
"spread": 4
|
927
|
+
},
|
928
|
+
{
|
929
|
+
"color": "#1018280d",
|
930
|
+
"type": "dropShadow",
|
931
|
+
"x": 0,
|
932
|
+
"y": 1,
|
933
|
+
"blur": 2,
|
934
|
+
"spread": 0
|
935
|
+
}
|
936
|
+
],
|
937
|
+
"type": "boxShadow"
|
938
|
+
},
|
939
|
+
"ring-brand-shadow-sm": {
|
940
|
+
"value": [
|
941
|
+
{
|
942
|
+
"color": "#9e77ed3d",
|
943
|
+
"type": "dropShadow",
|
944
|
+
"x": 0,
|
945
|
+
"y": 0,
|
946
|
+
"blur": 0,
|
947
|
+
"spread": 4
|
948
|
+
},
|
949
|
+
{
|
950
|
+
"color": "#1018280f",
|
951
|
+
"type": "dropShadow",
|
952
|
+
"x": 0,
|
953
|
+
"y": 1,
|
954
|
+
"blur": 2,
|
955
|
+
"spread": 0
|
956
|
+
},
|
957
|
+
{
|
958
|
+
"color": "#1018281a",
|
959
|
+
"type": "dropShadow",
|
960
|
+
"x": 0,
|
961
|
+
"y": 1,
|
962
|
+
"blur": 3,
|
963
|
+
"spread": 0
|
964
|
+
}
|
965
|
+
],
|
966
|
+
"type": "boxShadow"
|
967
|
+
},
|
968
|
+
"ring-gray": {
|
969
|
+
"value": {
|
970
|
+
"color": "#98a2b324",
|
971
|
+
"type": "dropShadow",
|
972
|
+
"x": 0,
|
973
|
+
"y": 0,
|
974
|
+
"blur": 0,
|
975
|
+
"spread": 4
|
976
|
+
},
|
977
|
+
"type": "boxShadow",
|
978
|
+
"description": "Used for focus states. For example, buttons and input fields."
|
979
|
+
},
|
980
|
+
"ring-gray-shadow-xs": {
|
981
|
+
"value": [
|
982
|
+
{
|
983
|
+
"color": "#98a2b324",
|
984
|
+
"type": "dropShadow",
|
985
|
+
"x": 0,
|
986
|
+
"y": 0,
|
987
|
+
"blur": 0,
|
988
|
+
"spread": 4
|
989
|
+
},
|
990
|
+
{
|
991
|
+
"color": "#1018280d",
|
992
|
+
"type": "dropShadow",
|
993
|
+
"x": 0,
|
994
|
+
"y": 1,
|
995
|
+
"blur": 2,
|
996
|
+
"spread": 0
|
997
|
+
}
|
998
|
+
],
|
999
|
+
"type": "boxShadow"
|
1000
|
+
},
|
1001
|
+
"ring-gray-shadow-sm": {
|
1002
|
+
"value": [
|
1003
|
+
{
|
1004
|
+
"color": "#98a2b324",
|
1005
|
+
"type": "dropShadow",
|
1006
|
+
"x": 0,
|
1007
|
+
"y": 0,
|
1008
|
+
"blur": 0,
|
1009
|
+
"spread": 4
|
1010
|
+
},
|
1011
|
+
{
|
1012
|
+
"color": "#1018280f",
|
1013
|
+
"type": "dropShadow",
|
1014
|
+
"x": 0,
|
1015
|
+
"y": 1,
|
1016
|
+
"blur": 2,
|
1017
|
+
"spread": 0
|
1018
|
+
},
|
1019
|
+
{
|
1020
|
+
"color": "#1018281a",
|
1021
|
+
"type": "dropShadow",
|
1022
|
+
"x": 0,
|
1023
|
+
"y": 1,
|
1024
|
+
"blur": 3,
|
1025
|
+
"spread": 0
|
1026
|
+
}
|
1027
|
+
],
|
1028
|
+
"type": "boxShadow"
|
1029
|
+
},
|
1030
|
+
"ring-gray-secondary": {
|
1031
|
+
"value": {
|
1032
|
+
"color": "#98a2b333",
|
1033
|
+
"type": "dropShadow",
|
1034
|
+
"x": 0,
|
1035
|
+
"y": 0,
|
1036
|
+
"blur": 0,
|
1037
|
+
"spread": 4
|
1038
|
+
},
|
1039
|
+
"type": "boxShadow",
|
1040
|
+
"description": "Used for focus states. For example, buttons and input fields."
|
1041
|
+
},
|
1042
|
+
"ring-error": {
|
1043
|
+
"value": {
|
1044
|
+
"color": "#f044383d",
|
1045
|
+
"type": "dropShadow",
|
1046
|
+
"x": 0,
|
1047
|
+
"y": 0,
|
1048
|
+
"blur": 0,
|
1049
|
+
"spread": 4
|
1050
|
+
},
|
1051
|
+
"type": "boxShadow",
|
1052
|
+
"description": "Used for destructive and error focus states. For example, buttons and input fields."
|
1053
|
+
},
|
1054
|
+
"ring-error-shadow-xs": {
|
1055
|
+
"value": [
|
1056
|
+
{
|
1057
|
+
"color": "#f044383d",
|
1058
|
+
"type": "dropShadow",
|
1059
|
+
"x": 0,
|
1060
|
+
"y": 0,
|
1061
|
+
"blur": 0,
|
1062
|
+
"spread": 4
|
1063
|
+
},
|
1064
|
+
{
|
1065
|
+
"color": "#1018280d",
|
1066
|
+
"type": "dropShadow",
|
1067
|
+
"x": 0,
|
1068
|
+
"y": 1,
|
1069
|
+
"blur": 2,
|
1070
|
+
"spread": 0
|
1071
|
+
}
|
1072
|
+
],
|
1073
|
+
"type": "boxShadow",
|
1074
|
+
"description": "Used for destructive and error focus states. For example, buttons and input fields."
|
1075
|
+
}
|
1076
|
+
},
|
1077
|
+
"Shadows": {
|
1078
|
+
"shadow-xs": {
|
1079
|
+
"value": {
|
1080
|
+
"color": "#1018280d",
|
1081
|
+
"type": "dropShadow",
|
1082
|
+
"x": 0,
|
1083
|
+
"y": 1,
|
1084
|
+
"blur": 2,
|
1085
|
+
"spread": 0
|
1086
|
+
},
|
1087
|
+
"type": "boxShadow"
|
1088
|
+
},
|
1089
|
+
"shadow-sm": {
|
1090
|
+
"value": [
|
1091
|
+
{
|
1092
|
+
"color": "#1018280f",
|
1093
|
+
"type": "dropShadow",
|
1094
|
+
"x": 0,
|
1095
|
+
"y": 1,
|
1096
|
+
"blur": 2,
|
1097
|
+
"spread": 0
|
1098
|
+
},
|
1099
|
+
{
|
1100
|
+
"color": "#1018281a",
|
1101
|
+
"type": "dropShadow",
|
1102
|
+
"x": 0,
|
1103
|
+
"y": 1,
|
1104
|
+
"blur": 3,
|
1105
|
+
"spread": 0
|
1106
|
+
}
|
1107
|
+
],
|
1108
|
+
"type": "boxShadow"
|
1109
|
+
},
|
1110
|
+
"shadow-md": {
|
1111
|
+
"value": [
|
1112
|
+
{
|
1113
|
+
"color": "#1018280f",
|
1114
|
+
"type": "dropShadow",
|
1115
|
+
"x": 0,
|
1116
|
+
"y": 2,
|
1117
|
+
"blur": 4,
|
1118
|
+
"spread": -2
|
1119
|
+
},
|
1120
|
+
{
|
1121
|
+
"color": "#1018281a",
|
1122
|
+
"type": "dropShadow",
|
1123
|
+
"x": 0,
|
1124
|
+
"y": 4,
|
1125
|
+
"blur": 8,
|
1126
|
+
"spread": -2
|
1127
|
+
}
|
1128
|
+
],
|
1129
|
+
"type": "boxShadow"
|
1130
|
+
},
|
1131
|
+
"shadow-lg": {
|
1132
|
+
"value": [
|
1133
|
+
{
|
1134
|
+
"color": "#10182808",
|
1135
|
+
"type": "dropShadow",
|
1136
|
+
"x": 0,
|
1137
|
+
"y": 4,
|
1138
|
+
"blur": 6,
|
1139
|
+
"spread": -2
|
1140
|
+
},
|
1141
|
+
{
|
1142
|
+
"color": "#10182814",
|
1143
|
+
"type": "dropShadow",
|
1144
|
+
"x": 0,
|
1145
|
+
"y": 12,
|
1146
|
+
"blur": 16,
|
1147
|
+
"spread": -4
|
1148
|
+
}
|
1149
|
+
],
|
1150
|
+
"type": "boxShadow"
|
1151
|
+
},
|
1152
|
+
"shadow-xl": {
|
1153
|
+
"value": [
|
1154
|
+
{
|
1155
|
+
"color": "#10182808",
|
1156
|
+
"type": "dropShadow",
|
1157
|
+
"x": 0,
|
1158
|
+
"y": 8,
|
1159
|
+
"blur": 8,
|
1160
|
+
"spread": -4
|
1161
|
+
},
|
1162
|
+
{
|
1163
|
+
"color": "#10182814",
|
1164
|
+
"type": "dropShadow",
|
1165
|
+
"x": 0,
|
1166
|
+
"y": 20,
|
1167
|
+
"blur": 24,
|
1168
|
+
"spread": -4
|
1169
|
+
}
|
1170
|
+
],
|
1171
|
+
"type": "boxShadow"
|
1172
|
+
},
|
1173
|
+
"shadow-2xl": {
|
1174
|
+
"value": {
|
1175
|
+
"color": "#1018282e",
|
1176
|
+
"type": "dropShadow",
|
1177
|
+
"x": 0,
|
1178
|
+
"y": 24,
|
1179
|
+
"blur": 48,
|
1180
|
+
"spread": -12
|
1181
|
+
},
|
1182
|
+
"type": "boxShadow"
|
1183
|
+
},
|
1184
|
+
"shadow-3xl": {
|
1185
|
+
"value": {
|
1186
|
+
"color": "#10182824",
|
1187
|
+
"type": "dropShadow",
|
1188
|
+
"x": 0,
|
1189
|
+
"y": 32,
|
1190
|
+
"blur": 64,
|
1191
|
+
"spread": -12
|
1192
|
+
},
|
1193
|
+
"type": "boxShadow"
|
1194
|
+
},
|
1195
|
+
"Portfolio mockup shadows": {
|
1196
|
+
"shadow-main-centre-md": {
|
1197
|
+
"value": {
|
1198
|
+
"color": "#34405424",
|
1199
|
+
"type": "dropShadow",
|
1200
|
+
"x": 0,
|
1201
|
+
"y": 75,
|
1202
|
+
"blur": 150,
|
1203
|
+
"spread": 0
|
1204
|
+
},
|
1205
|
+
"type": "boxShadow",
|
1206
|
+
"description": "Used for portfolio mockup layouts."
|
1207
|
+
},
|
1208
|
+
"shadow-main-centre-lg": {
|
1209
|
+
"value": {
|
1210
|
+
"color": "#3440542e",
|
1211
|
+
"type": "dropShadow",
|
1212
|
+
"x": 0,
|
1213
|
+
"y": 100,
|
1214
|
+
"blur": 200,
|
1215
|
+
"spread": 0
|
1216
|
+
},
|
1217
|
+
"type": "boxShadow",
|
1218
|
+
"description": "Used for portfolio mockup layouts."
|
1219
|
+
},
|
1220
|
+
"shadow-overlay-right-lg": {
|
1221
|
+
"value": {
|
1222
|
+
"color": "#3440541f",
|
1223
|
+
"type": "dropShadow",
|
1224
|
+
"x": -40,
|
1225
|
+
"y": 40,
|
1226
|
+
"blur": 72,
|
1227
|
+
"spread": 0
|
1228
|
+
},
|
1229
|
+
"type": "boxShadow",
|
1230
|
+
"description": "Used for portfolio mockup layouts."
|
1231
|
+
},
|
1232
|
+
"shadow-overlay-left-lg": {
|
1233
|
+
"value": {
|
1234
|
+
"color": "#3440541f",
|
1235
|
+
"type": "dropShadow",
|
1236
|
+
"x": 100,
|
1237
|
+
"y": 100,
|
1238
|
+
"blur": 150,
|
1239
|
+
"spread": 0
|
1240
|
+
},
|
1241
|
+
"type": "boxShadow",
|
1242
|
+
"description": "Used for portfolio mockup layouts."
|
1243
|
+
},
|
1244
|
+
"shadow-grid-md": {
|
1245
|
+
"value": {
|
1246
|
+
"color": "#34405414",
|
1247
|
+
"type": "dropShadow",
|
1248
|
+
"x": 32,
|
1249
|
+
"y": 32,
|
1250
|
+
"blur": 64,
|
1251
|
+
"spread": 0
|
1252
|
+
},
|
1253
|
+
"type": "boxShadow",
|
1254
|
+
"description": "Used for portfolio mockup layouts."
|
1255
|
+
}
|
1256
|
+
}
|
1257
|
+
},
|
1258
|
+
"fontFamilies": {
|
1259
|
+
"figtree": { "value": "Figtree", "type": "fontFamilies" },
|
1260
|
+
"inter": { "value": "Inter", "type": "fontFamilies" }
|
1261
|
+
},
|
1262
|
+
"lineHeights": {
|
1263
|
+
"0": { "value": "100%", "type": "lineHeights" },
|
1264
|
+
"1": { "value": "30", "type": "lineHeights" },
|
1265
|
+
"2": { "value": "120%", "type": "lineHeights" },
|
1266
|
+
"3": { "value": "110%", "type": "lineHeights" },
|
1267
|
+
"4": { "value": "24", "type": "lineHeights" }
|
1268
|
+
},
|
1269
|
+
"fontWeights": {
|
1270
|
+
"figtree-0": { "value": "Regular", "type": "fontWeights" },
|
1271
|
+
"figtree-1": { "value": "Medium", "type": "fontWeights" },
|
1272
|
+
"figtree-2": { "value": "SemiBold", "type": "fontWeights" },
|
1273
|
+
"figtree-3": { "value": "Bold", "type": "fontWeights" },
|
1274
|
+
"inter-4": { "value": "Medium Italic", "type": "fontWeights" },
|
1275
|
+
"inter-5": { "value": "Italic", "type": "fontWeights" },
|
1276
|
+
"inter-6": { "value": "Semi Bold Italic", "type": "fontWeights" },
|
1277
|
+
"inter-7": { "value": "Bold Italic", "type": "fontWeights" },
|
1278
|
+
"inter-8": { "value": "Regular", "type": "fontWeights" },
|
1279
|
+
"inter-9": { "value": "Medium", "type": "fontWeights" },
|
1280
|
+
"inter-10": { "value": "Semi Bold", "type": "fontWeights" }
|
1281
|
+
},
|
1282
|
+
"fontSize": {
|
1283
|
+
"0": { "value": "12", "type": "fontSizes" },
|
1284
|
+
"1": { "value": "14", "type": "fontSizes" },
|
1285
|
+
"2": { "value": "16", "type": "fontSizes" },
|
1286
|
+
"3": { "value": "18", "type": "fontSizes" },
|
1287
|
+
"4": { "value": "20", "type": "fontSizes" },
|
1288
|
+
"5": { "value": "24", "type": "fontSizes" },
|
1289
|
+
"6": { "value": "30", "type": "fontSizes" },
|
1290
|
+
"7": { "value": "36", "type": "fontSizes" },
|
1291
|
+
"8": { "value": "48", "type": "fontSizes" },
|
1292
|
+
"9": { "value": "60", "type": "fontSizes" },
|
1293
|
+
"10": { "value": "72", "type": "fontSizes" }
|
1294
|
+
},
|
1295
|
+
"letterSpacing": {
|
1296
|
+
"0": { "value": "-2%", "type": "letterSpacing" },
|
1297
|
+
"1": { "value": "0%", "type": "letterSpacing" }
|
1298
|
+
},
|
1299
|
+
"paragraphSpacing": {
|
1300
|
+
"0": { "value": "0", "type": "paragraphSpacing" },
|
1301
|
+
"1": { "value": "12", "type": "paragraphSpacing" },
|
1302
|
+
"2": { "value": "14", "type": "paragraphSpacing" },
|
1303
|
+
"3": { "value": "16", "type": "paragraphSpacing" },
|
1304
|
+
"4": { "value": "18", "type": "paragraphSpacing" },
|
1305
|
+
"5": { "value": "20", "type": "paragraphSpacing" },
|
1306
|
+
"6": { "value": "24", "type": "paragraphSpacing" },
|
1307
|
+
"7": { "value": "32", "type": "paragraphSpacing" },
|
1308
|
+
"8": { "value": "36", "type": "paragraphSpacing" },
|
1309
|
+
"9": { "value": "38", "type": "paragraphSpacing" },
|
1310
|
+
"10": { "value": "48", "type": "paragraphSpacing" },
|
1311
|
+
"11": { "value": "60", "type": "paragraphSpacing" },
|
1312
|
+
"12": { "value": "72", "type": "paragraphSpacing" }
|
1313
|
+
},
|
1314
|
+
"Display 2xl": {
|
1315
|
+
"Regular": {
|
1316
|
+
"value": {
|
1317
|
+
"fontFamily": "{fontFamilies.figtree}",
|
1318
|
+
"fontWeight": "{fontWeights.figtree-0}",
|
1319
|
+
"lineHeight": "{lineHeights.0}",
|
1320
|
+
"fontSize": "{fontSize.10}",
|
1321
|
+
"letterSpacing": "{letterSpacing.0}",
|
1322
|
+
"paragraphSpacing": "{paragraphSpacing.12}",
|
1323
|
+
"paragraphIndent": "{paragraphIndent.0}",
|
1324
|
+
"textCase": "{textCase.none}",
|
1325
|
+
"textDecoration": "{textDecoration.none}"
|
1326
|
+
},
|
1327
|
+
"type": "typography"
|
1328
|
+
},
|
1329
|
+
"Medium": {
|
1330
|
+
"value": {
|
1331
|
+
"fontFamily": "{fontFamilies.figtree}",
|
1332
|
+
"fontWeight": "{fontWeights.figtree-1}",
|
1333
|
+
"lineHeight": "{lineHeights.0}",
|
1334
|
+
"fontSize": "{fontSize.10}",
|
1335
|
+
"letterSpacing": "{letterSpacing.0}",
|
1336
|
+
"paragraphSpacing": "{paragraphSpacing.12}",
|
1337
|
+
"paragraphIndent": "{paragraphIndent.0}",
|
1338
|
+
"textCase": "{textCase.none}",
|
1339
|
+
"textDecoration": "{textDecoration.none}"
|
1340
|
+
},
|
1341
|
+
"type": "typography"
|
1342
|
+
},
|
1343
|
+
"Semibold": {
|
1344
|
+
"value": {
|
1345
|
+
"fontFamily": "{fontFamilies.figtree}",
|
1346
|
+
"fontWeight": "{fontWeights.figtree-2}",
|
1347
|
+
"lineHeight": "{lineHeights.0}",
|
1348
|
+
"fontSize": "{fontSize.10}",
|
1349
|
+
"letterSpacing": "{letterSpacing.0}",
|
1350
|
+
"paragraphSpacing": "{paragraphSpacing.12}",
|
1351
|
+
"paragraphIndent": "{paragraphIndent.0}",
|
1352
|
+
"textCase": "{textCase.none}",
|
1353
|
+
"textDecoration": "{textDecoration.none}"
|
1354
|
+
},
|
1355
|
+
"type": "typography"
|
1356
|
+
},
|
1357
|
+
"Bold": {
|
1358
|
+
"value": {
|
1359
|
+
"fontFamily": "{fontFamilies.figtree}",
|
1360
|
+
"fontWeight": "{fontWeights.figtree-3}",
|
1361
|
+
"lineHeight": "{lineHeights.0}",
|
1362
|
+
"fontSize": "{fontSize.10}",
|
1363
|
+
"letterSpacing": "{letterSpacing.0}",
|
1364
|
+
"paragraphSpacing": "{paragraphSpacing.12}",
|
1365
|
+
"paragraphIndent": "{paragraphIndent.0}",
|
1366
|
+
"textCase": "{textCase.none}",
|
1367
|
+
"textDecoration": "{textDecoration.none}"
|
1368
|
+
},
|
1369
|
+
"type": "typography"
|
1370
|
+
}
|
1371
|
+
},
|
1372
|
+
"Display xl": {
|
1373
|
+
"Regular": {
|
1374
|
+
"value": {
|
1375
|
+
"fontFamily": "{fontFamilies.figtree}",
|
1376
|
+
"fontWeight": "{fontWeights.figtree-0}",
|
1377
|
+
"lineHeight": "{lineHeights.0}",
|
1378
|
+
"fontSize": "{fontSize.9}",
|
1379
|
+
"letterSpacing": "{letterSpacing.0}",
|
1380
|
+
"paragraphSpacing": "{paragraphSpacing.11}",
|
1381
|
+
"paragraphIndent": "{paragraphIndent.0}",
|
1382
|
+
"textCase": "{textCase.none}",
|
1383
|
+
"textDecoration": "{textDecoration.none}"
|
1384
|
+
},
|
1385
|
+
"type": "typography"
|
1386
|
+
},
|
1387
|
+
"Medium": {
|
1388
|
+
"value": {
|
1389
|
+
"fontFamily": "{fontFamilies.figtree}",
|
1390
|
+
"fontWeight": "{fontWeights.figtree-1}",
|
1391
|
+
"lineHeight": "{lineHeights.0}",
|
1392
|
+
"fontSize": "{fontSize.9}",
|
1393
|
+
"letterSpacing": "{letterSpacing.0}",
|
1394
|
+
"paragraphSpacing": "{paragraphSpacing.11}",
|
1395
|
+
"paragraphIndent": "{paragraphIndent.0}",
|
1396
|
+
"textCase": "{textCase.none}",
|
1397
|
+
"textDecoration": "{textDecoration.none}"
|
1398
|
+
},
|
1399
|
+
"type": "typography"
|
1400
|
+
},
|
1401
|
+
"Semibold": {
|
1402
|
+
"value": {
|
1403
|
+
"fontFamily": "{fontFamilies.figtree}",
|
1404
|
+
"fontWeight": "{fontWeights.figtree-2}",
|
1405
|
+
"lineHeight": "{lineHeights.0}",
|
1406
|
+
"fontSize": "{fontSize.9}",
|
1407
|
+
"letterSpacing": "{letterSpacing.0}",
|
1408
|
+
"paragraphSpacing": "{paragraphSpacing.11}",
|
1409
|
+
"paragraphIndent": "{paragraphIndent.0}",
|
1410
|
+
"textCase": "{textCase.none}",
|
1411
|
+
"textDecoration": "{textDecoration.none}"
|
1412
|
+
},
|
1413
|
+
"type": "typography"
|
1414
|
+
},
|
1415
|
+
"Bold": {
|
1416
|
+
"value": {
|
1417
|
+
"fontFamily": "{fontFamilies.figtree}",
|
1418
|
+
"fontWeight": "{fontWeights.figtree-3}",
|
1419
|
+
"lineHeight": "{lineHeights.0}",
|
1420
|
+
"fontSize": "{fontSize.9}",
|
1421
|
+
"letterSpacing": "{letterSpacing.0}",
|
1422
|
+
"paragraphSpacing": "{paragraphSpacing.11}",
|
1423
|
+
"paragraphIndent": "{paragraphIndent.0}",
|
1424
|
+
"textCase": "{textCase.none}",
|
1425
|
+
"textDecoration": "{textDecoration.none}"
|
1426
|
+
},
|
1427
|
+
"type": "typography"
|
1428
|
+
}
|
1429
|
+
},
|
1430
|
+
"Display lg": {
|
1431
|
+
"Regular": {
|
1432
|
+
"value": {
|
1433
|
+
"fontFamily": "{fontFamilies.figtree}",
|
1434
|
+
"fontWeight": "{fontWeights.figtree-0}",
|
1435
|
+
"lineHeight": "{lineHeights.0}",
|
1436
|
+
"fontSize": "{fontSize.8}",
|
1437
|
+
"letterSpacing": "{letterSpacing.0}",
|
1438
|
+
"paragraphSpacing": "{paragraphSpacing.10}",
|
1439
|
+
"paragraphIndent": "{paragraphIndent.0}",
|
1440
|
+
"textCase": "{textCase.none}",
|
1441
|
+
"textDecoration": "{textDecoration.none}"
|
1442
|
+
},
|
1443
|
+
"type": "typography"
|
1444
|
+
},
|
1445
|
+
"Medium": {
|
1446
|
+
"value": {
|
1447
|
+
"fontFamily": "{fontFamilies.figtree}",
|
1448
|
+
"fontWeight": "{fontWeights.figtree-1}",
|
1449
|
+
"lineHeight": "{lineHeights.0}",
|
1450
|
+
"fontSize": "{fontSize.8}",
|
1451
|
+
"letterSpacing": "{letterSpacing.0}",
|
1452
|
+
"paragraphSpacing": "{paragraphSpacing.10}",
|
1453
|
+
"paragraphIndent": "{paragraphIndent.0}",
|
1454
|
+
"textCase": "{textCase.none}",
|
1455
|
+
"textDecoration": "{textDecoration.none}"
|
1456
|
+
},
|
1457
|
+
"type": "typography"
|
1458
|
+
},
|
1459
|
+
"Semibold": {
|
1460
|
+
"value": {
|
1461
|
+
"fontFamily": "{fontFamilies.figtree}",
|
1462
|
+
"fontWeight": "{fontWeights.figtree-2}",
|
1463
|
+
"lineHeight": "{lineHeights.0}",
|
1464
|
+
"fontSize": "{fontSize.8}",
|
1465
|
+
"letterSpacing": "{letterSpacing.0}",
|
1466
|
+
"paragraphSpacing": "{paragraphSpacing.10}",
|
1467
|
+
"paragraphIndent": "{paragraphIndent.0}",
|
1468
|
+
"textCase": "{textCase.none}",
|
1469
|
+
"textDecoration": "{textDecoration.none}"
|
1470
|
+
},
|
1471
|
+
"type": "typography"
|
1472
|
+
},
|
1473
|
+
"Bold": {
|
1474
|
+
"value": {
|
1475
|
+
"fontFamily": "{fontFamilies.figtree}",
|
1476
|
+
"fontWeight": "{fontWeights.figtree-3}",
|
1477
|
+
"lineHeight": "{lineHeights.0}",
|
1478
|
+
"fontSize": "{fontSize.8}",
|
1479
|
+
"letterSpacing": "{letterSpacing.0}",
|
1480
|
+
"paragraphSpacing": "{paragraphSpacing.10}",
|
1481
|
+
"paragraphIndent": "{paragraphIndent.0}",
|
1482
|
+
"textCase": "{textCase.none}",
|
1483
|
+
"textDecoration": "{textDecoration.none}"
|
1484
|
+
},
|
1485
|
+
"type": "typography"
|
1486
|
+
}
|
1487
|
+
},
|
1488
|
+
"Display md": {
|
1489
|
+
"Regular": {
|
1490
|
+
"value": {
|
1491
|
+
"fontFamily": "{fontFamilies.figtree}",
|
1492
|
+
"fontWeight": "{fontWeights.figtree-0}",
|
1493
|
+
"lineHeight": "{lineHeights.0}",
|
1494
|
+
"fontSize": "{fontSize.7}",
|
1495
|
+
"letterSpacing": "{letterSpacing.0}",
|
1496
|
+
"paragraphSpacing": "{paragraphSpacing.8}",
|
1497
|
+
"paragraphIndent": "{paragraphIndent.0}",
|
1498
|
+
"textCase": "{textCase.none}",
|
1499
|
+
"textDecoration": "{textDecoration.none}"
|
1500
|
+
},
|
1501
|
+
"type": "typography"
|
1502
|
+
},
|
1503
|
+
"Medium": {
|
1504
|
+
"value": {
|
1505
|
+
"fontFamily": "{fontFamilies.figtree}",
|
1506
|
+
"fontWeight": "{fontWeights.figtree-1}",
|
1507
|
+
"lineHeight": "{lineHeights.0}",
|
1508
|
+
"fontSize": "{fontSize.7}",
|
1509
|
+
"letterSpacing": "{letterSpacing.0}",
|
1510
|
+
"paragraphSpacing": "{paragraphSpacing.8}",
|
1511
|
+
"paragraphIndent": "{paragraphIndent.0}",
|
1512
|
+
"textCase": "{textCase.none}",
|
1513
|
+
"textDecoration": "{textDecoration.none}"
|
1514
|
+
},
|
1515
|
+
"type": "typography"
|
1516
|
+
},
|
1517
|
+
"Semibold": {
|
1518
|
+
"value": {
|
1519
|
+
"fontFamily": "{fontFamilies.figtree}",
|
1520
|
+
"fontWeight": "{fontWeights.figtree-2}",
|
1521
|
+
"lineHeight": "{lineHeights.0}",
|
1522
|
+
"fontSize": "{fontSize.7}",
|
1523
|
+
"letterSpacing": "{letterSpacing.0}",
|
1524
|
+
"paragraphSpacing": "{paragraphSpacing.8}",
|
1525
|
+
"paragraphIndent": "{paragraphIndent.0}",
|
1526
|
+
"textCase": "{textCase.none}",
|
1527
|
+
"textDecoration": "{textDecoration.none}"
|
1528
|
+
},
|
1529
|
+
"type": "typography"
|
1530
|
+
},
|
1531
|
+
"Bold": {
|
1532
|
+
"value": {
|
1533
|
+
"fontFamily": "{fontFamilies.figtree}",
|
1534
|
+
"fontWeight": "{fontWeights.figtree-3}",
|
1535
|
+
"lineHeight": "{lineHeights.0}",
|
1536
|
+
"fontSize": "{fontSize.7}",
|
1537
|
+
"letterSpacing": "{letterSpacing.0}",
|
1538
|
+
"paragraphSpacing": "{paragraphSpacing.8}",
|
1539
|
+
"paragraphIndent": "{paragraphIndent.0}",
|
1540
|
+
"textCase": "{textCase.none}",
|
1541
|
+
"textDecoration": "{textDecoration.none}"
|
1542
|
+
},
|
1543
|
+
"type": "typography"
|
1544
|
+
}
|
1545
|
+
},
|
1546
|
+
"Display sm": {
|
1547
|
+
"Regular": {
|
1548
|
+
"value": {
|
1549
|
+
"fontFamily": "{fontFamilies.figtree}",
|
1550
|
+
"fontWeight": "{fontWeights.figtree-0}",
|
1551
|
+
"lineHeight": "{lineHeights.0}",
|
1552
|
+
"fontSize": "{fontSize.6}",
|
1553
|
+
"letterSpacing": "{letterSpacing.1}",
|
1554
|
+
"paragraphSpacing": "{paragraphSpacing.5}",
|
1555
|
+
"paragraphIndent": "{paragraphIndent.0}",
|
1556
|
+
"textCase": "{textCase.none}",
|
1557
|
+
"textDecoration": "{textDecoration.none}"
|
1558
|
+
},
|
1559
|
+
"type": "typography"
|
1560
|
+
},
|
1561
|
+
"Medium": {
|
1562
|
+
"value": {
|
1563
|
+
"fontFamily": "{fontFamilies.figtree}",
|
1564
|
+
"fontWeight": "{fontWeights.figtree-1}",
|
1565
|
+
"lineHeight": "{lineHeights.0}",
|
1566
|
+
"fontSize": "{fontSize.6}",
|
1567
|
+
"letterSpacing": "{letterSpacing.1}",
|
1568
|
+
"paragraphSpacing": "{paragraphSpacing.5}",
|
1569
|
+
"paragraphIndent": "{paragraphIndent.0}",
|
1570
|
+
"textCase": "{textCase.none}",
|
1571
|
+
"textDecoration": "{textDecoration.none}"
|
1572
|
+
},
|
1573
|
+
"type": "typography"
|
1574
|
+
},
|
1575
|
+
"Semibold": {
|
1576
|
+
"value": {
|
1577
|
+
"fontFamily": "{fontFamilies.figtree}",
|
1578
|
+
"fontWeight": "{fontWeights.figtree-2}",
|
1579
|
+
"lineHeight": "{lineHeights.0}",
|
1580
|
+
"fontSize": "{fontSize.6}",
|
1581
|
+
"letterSpacing": "{letterSpacing.1}",
|
1582
|
+
"paragraphSpacing": "{paragraphSpacing.5}",
|
1583
|
+
"paragraphIndent": "{paragraphIndent.0}",
|
1584
|
+
"textCase": "{textCase.none}",
|
1585
|
+
"textDecoration": "{textDecoration.none}"
|
1586
|
+
},
|
1587
|
+
"type": "typography"
|
1588
|
+
},
|
1589
|
+
"Bold": {
|
1590
|
+
"value": {
|
1591
|
+
"fontFamily": "{fontFamilies.figtree}",
|
1592
|
+
"fontWeight": "{fontWeights.figtree-3}",
|
1593
|
+
"lineHeight": "{lineHeights.0}",
|
1594
|
+
"fontSize": "{fontSize.6}",
|
1595
|
+
"letterSpacing": "{letterSpacing.1}",
|
1596
|
+
"paragraphSpacing": "{paragraphSpacing.5}",
|
1597
|
+
"paragraphIndent": "{paragraphIndent.0}",
|
1598
|
+
"textCase": "{textCase.none}",
|
1599
|
+
"textDecoration": "{textDecoration.none}"
|
1600
|
+
},
|
1601
|
+
"type": "typography"
|
1602
|
+
},
|
1603
|
+
"Medium italic": {
|
1604
|
+
"value": {
|
1605
|
+
"fontFamily": "{fontFamilies.inter}",
|
1606
|
+
"fontWeight": "{fontWeights.inter-4}",
|
1607
|
+
"lineHeight": "{lineHeights.0}",
|
1608
|
+
"fontSize": "{fontSize.6}",
|
1609
|
+
"letterSpacing": "{letterSpacing.1}",
|
1610
|
+
"paragraphSpacing": "{paragraphSpacing.9}",
|
1611
|
+
"paragraphIndent": "{paragraphIndent.0}",
|
1612
|
+
"textCase": "{textCase.none}",
|
1613
|
+
"textDecoration": "{textDecoration.none}"
|
1614
|
+
},
|
1615
|
+
"type": "typography"
|
1616
|
+
}
|
1617
|
+
},
|
1618
|
+
"Display xs": {
|
1619
|
+
"Regular": {
|
1620
|
+
"value": {
|
1621
|
+
"fontFamily": "{fontFamilies.figtree}",
|
1622
|
+
"fontWeight": "{fontWeights.figtree-0}",
|
1623
|
+
"lineHeight": "{lineHeights.0}",
|
1624
|
+
"fontSize": "{fontSize.5}",
|
1625
|
+
"letterSpacing": "{letterSpacing.1}",
|
1626
|
+
"paragraphSpacing": "{paragraphSpacing.6}",
|
1627
|
+
"paragraphIndent": "{paragraphIndent.0}",
|
1628
|
+
"textCase": "{textCase.none}",
|
1629
|
+
"textDecoration": "{textDecoration.none}"
|
1630
|
+
},
|
1631
|
+
"type": "typography"
|
1632
|
+
},
|
1633
|
+
"Medium": {
|
1634
|
+
"value": {
|
1635
|
+
"fontFamily": "{fontFamilies.figtree}",
|
1636
|
+
"fontWeight": "{fontWeights.figtree-1}",
|
1637
|
+
"lineHeight": "{lineHeights.0}",
|
1638
|
+
"fontSize": "{fontSize.5}",
|
1639
|
+
"letterSpacing": "{letterSpacing.1}",
|
1640
|
+
"paragraphSpacing": "{paragraphSpacing.6}",
|
1641
|
+
"paragraphIndent": "{paragraphIndent.0}",
|
1642
|
+
"textCase": "{textCase.none}",
|
1643
|
+
"textDecoration": "{textDecoration.none}"
|
1644
|
+
},
|
1645
|
+
"type": "typography"
|
1646
|
+
},
|
1647
|
+
"Semibold": {
|
1648
|
+
"value": {
|
1649
|
+
"fontFamily": "{fontFamilies.figtree}",
|
1650
|
+
"fontWeight": "{fontWeights.figtree-2}",
|
1651
|
+
"lineHeight": "{lineHeights.0}",
|
1652
|
+
"fontSize": "{fontSize.5}",
|
1653
|
+
"letterSpacing": "{letterSpacing.1}",
|
1654
|
+
"paragraphSpacing": "{paragraphSpacing.6}",
|
1655
|
+
"paragraphIndent": "{paragraphIndent.0}",
|
1656
|
+
"textCase": "{textCase.none}",
|
1657
|
+
"textDecoration": "{textDecoration.none}"
|
1658
|
+
},
|
1659
|
+
"type": "typography"
|
1660
|
+
},
|
1661
|
+
"Bold": {
|
1662
|
+
"value": {
|
1663
|
+
"fontFamily": "{fontFamilies.figtree}",
|
1664
|
+
"fontWeight": "{fontWeights.figtree-3}",
|
1665
|
+
"lineHeight": "{lineHeights.0}",
|
1666
|
+
"fontSize": "{fontSize.5}",
|
1667
|
+
"letterSpacing": "{letterSpacing.1}",
|
1668
|
+
"paragraphSpacing": "{paragraphSpacing.6}",
|
1669
|
+
"paragraphIndent": "{paragraphIndent.0}",
|
1670
|
+
"textCase": "{textCase.none}",
|
1671
|
+
"textDecoration": "{textDecoration.none}"
|
1672
|
+
},
|
1673
|
+
"type": "typography"
|
1674
|
+
},
|
1675
|
+
"Medium italic": {
|
1676
|
+
"value": {
|
1677
|
+
"fontFamily": "{fontFamilies.inter}",
|
1678
|
+
"fontWeight": "{fontWeights.inter-4}",
|
1679
|
+
"lineHeight": "{lineHeights.0}",
|
1680
|
+
"fontSize": "{fontSize.5}",
|
1681
|
+
"letterSpacing": "{letterSpacing.1}",
|
1682
|
+
"paragraphSpacing": "{paragraphSpacing.7}",
|
1683
|
+
"paragraphIndent": "{paragraphIndent.0}",
|
1684
|
+
"textCase": "{textCase.none}",
|
1685
|
+
"textDecoration": "{textDecoration.none}"
|
1686
|
+
},
|
1687
|
+
"type": "typography"
|
1688
|
+
}
|
1689
|
+
},
|
1690
|
+
"Text xl": {
|
1691
|
+
"Regular": {
|
1692
|
+
"value": {
|
1693
|
+
"fontFamily": "{fontFamilies.figtree}",
|
1694
|
+
"fontWeight": "{fontWeights.figtree-0}",
|
1695
|
+
"lineHeight": "{lineHeights.0}",
|
1696
|
+
"fontSize": "{fontSize.4}",
|
1697
|
+
"letterSpacing": "{letterSpacing.1}",
|
1698
|
+
"paragraphSpacing": "{paragraphSpacing.5}",
|
1699
|
+
"paragraphIndent": "{paragraphIndent.0}",
|
1700
|
+
"textCase": "{textCase.none}",
|
1701
|
+
"textDecoration": "{textDecoration.none}"
|
1702
|
+
},
|
1703
|
+
"type": "typography"
|
1704
|
+
},
|
1705
|
+
"Medium": {
|
1706
|
+
"value": {
|
1707
|
+
"fontFamily": "{fontFamilies.figtree}",
|
1708
|
+
"fontWeight": "{fontWeights.figtree-1}",
|
1709
|
+
"lineHeight": "{lineHeights.0}",
|
1710
|
+
"fontSize": "{fontSize.4}",
|
1711
|
+
"letterSpacing": "{letterSpacing.1}",
|
1712
|
+
"paragraphSpacing": "{paragraphSpacing.5}",
|
1713
|
+
"paragraphIndent": "{paragraphIndent.0}",
|
1714
|
+
"textCase": "{textCase.none}",
|
1715
|
+
"textDecoration": "{textDecoration.none}"
|
1716
|
+
},
|
1717
|
+
"type": "typography"
|
1718
|
+
},
|
1719
|
+
"Semibold": {
|
1720
|
+
"value": {
|
1721
|
+
"fontFamily": "{fontFamilies.figtree}",
|
1722
|
+
"fontWeight": "{fontWeights.figtree-2}",
|
1723
|
+
"lineHeight": "{lineHeights.0}",
|
1724
|
+
"fontSize": "{fontSize.4}",
|
1725
|
+
"letterSpacing": "{letterSpacing.1}",
|
1726
|
+
"paragraphSpacing": "{paragraphSpacing.5}",
|
1727
|
+
"paragraphIndent": "{paragraphIndent.0}",
|
1728
|
+
"textCase": "{textCase.none}",
|
1729
|
+
"textDecoration": "{textDecoration.none}"
|
1730
|
+
},
|
1731
|
+
"type": "typography"
|
1732
|
+
},
|
1733
|
+
"Bold": {
|
1734
|
+
"value": {
|
1735
|
+
"fontFamily": "{fontFamilies.figtree}",
|
1736
|
+
"fontWeight": "{fontWeights.figtree-3}",
|
1737
|
+
"lineHeight": "{lineHeights.0}",
|
1738
|
+
"fontSize": "{fontSize.4}",
|
1739
|
+
"letterSpacing": "{letterSpacing.1}",
|
1740
|
+
"paragraphSpacing": "{paragraphSpacing.5}",
|
1741
|
+
"paragraphIndent": "{paragraphIndent.0}",
|
1742
|
+
"textCase": "{textCase.none}",
|
1743
|
+
"textDecoration": "{textDecoration.none}"
|
1744
|
+
},
|
1745
|
+
"type": "typography"
|
1746
|
+
},
|
1747
|
+
"Regular italic": {
|
1748
|
+
"value": {
|
1749
|
+
"fontFamily": "{fontFamilies.inter}",
|
1750
|
+
"fontWeight": "{fontWeights.inter-5}",
|
1751
|
+
"lineHeight": "{lineHeights.0}",
|
1752
|
+
"fontSize": "{fontSize.4}",
|
1753
|
+
"letterSpacing": "{letterSpacing.1}",
|
1754
|
+
"paragraphSpacing": "{paragraphSpacing.5}",
|
1755
|
+
"paragraphIndent": "{paragraphIndent.0}",
|
1756
|
+
"textCase": "{textCase.none}",
|
1757
|
+
"textDecoration": "{textDecoration.none}"
|
1758
|
+
},
|
1759
|
+
"type": "typography"
|
1760
|
+
},
|
1761
|
+
"Medium italic": {
|
1762
|
+
"value": {
|
1763
|
+
"fontFamily": "{fontFamilies.inter}",
|
1764
|
+
"fontWeight": "{fontWeights.inter-4}",
|
1765
|
+
"lineHeight": "{lineHeights.0}",
|
1766
|
+
"fontSize": "{fontSize.4}",
|
1767
|
+
"letterSpacing": "{letterSpacing.1}",
|
1768
|
+
"paragraphSpacing": "{paragraphSpacing.5}",
|
1769
|
+
"paragraphIndent": "{paragraphIndent.0}",
|
1770
|
+
"textCase": "{textCase.none}",
|
1771
|
+
"textDecoration": "{textDecoration.none}"
|
1772
|
+
},
|
1773
|
+
"type": "typography"
|
1774
|
+
},
|
1775
|
+
"Semibold italic": {
|
1776
|
+
"value": {
|
1777
|
+
"fontFamily": "{fontFamilies.inter}",
|
1778
|
+
"fontWeight": "{fontWeights.inter-6}",
|
1779
|
+
"lineHeight": "{lineHeights.0}",
|
1780
|
+
"fontSize": "{fontSize.4}",
|
1781
|
+
"letterSpacing": "{letterSpacing.1}",
|
1782
|
+
"paragraphSpacing": "{paragraphSpacing.5}",
|
1783
|
+
"paragraphIndent": "{paragraphIndent.0}",
|
1784
|
+
"textCase": "{textCase.none}",
|
1785
|
+
"textDecoration": "{textDecoration.none}"
|
1786
|
+
},
|
1787
|
+
"type": "typography"
|
1788
|
+
},
|
1789
|
+
"Bold italic": {
|
1790
|
+
"value": {
|
1791
|
+
"fontFamily": "{fontFamilies.inter}",
|
1792
|
+
"fontWeight": "{fontWeights.inter-7}",
|
1793
|
+
"lineHeight": "{lineHeights.1}",
|
1794
|
+
"fontSize": "{fontSize.4}",
|
1795
|
+
"letterSpacing": "{letterSpacing.1}",
|
1796
|
+
"paragraphSpacing": "{paragraphSpacing.5}",
|
1797
|
+
"paragraphIndent": "{paragraphIndent.0}",
|
1798
|
+
"textCase": "{textCase.none}",
|
1799
|
+
"textDecoration": "{textDecoration.none}"
|
1800
|
+
},
|
1801
|
+
"type": "typography"
|
1802
|
+
},
|
1803
|
+
"Regular underlined": {
|
1804
|
+
"value": {
|
1805
|
+
"fontFamily": "{fontFamilies.inter}",
|
1806
|
+
"fontWeight": "{fontWeights.inter-8}",
|
1807
|
+
"lineHeight": "{lineHeights.0}",
|
1808
|
+
"fontSize": "{fontSize.4}",
|
1809
|
+
"letterSpacing": "{letterSpacing.1}",
|
1810
|
+
"paragraphSpacing": "{paragraphSpacing.0}",
|
1811
|
+
"paragraphIndent": "{paragraphIndent.0}",
|
1812
|
+
"textCase": "{textCase.none}",
|
1813
|
+
"textDecoration": "{textDecoration.underline}"
|
1814
|
+
},
|
1815
|
+
"type": "typography"
|
1816
|
+
}
|
1817
|
+
},
|
1818
|
+
"Text lg": {
|
1819
|
+
"Regular": {
|
1820
|
+
"value": {
|
1821
|
+
"fontFamily": "{fontFamilies.figtree}",
|
1822
|
+
"fontWeight": "{fontWeights.figtree-0}",
|
1823
|
+
"lineHeight": "{lineHeights.2}",
|
1824
|
+
"fontSize": "{fontSize.3}",
|
1825
|
+
"letterSpacing": "{letterSpacing.1}",
|
1826
|
+
"paragraphSpacing": "{paragraphSpacing.4}",
|
1827
|
+
"paragraphIndent": "{paragraphIndent.0}",
|
1828
|
+
"textCase": "{textCase.none}",
|
1829
|
+
"textDecoration": "{textDecoration.none}"
|
1830
|
+
},
|
1831
|
+
"type": "typography"
|
1832
|
+
},
|
1833
|
+
"Medium": {
|
1834
|
+
"value": {
|
1835
|
+
"fontFamily": "{fontFamilies.figtree}",
|
1836
|
+
"fontWeight": "{fontWeights.figtree-1}",
|
1837
|
+
"lineHeight": "{lineHeights.2}",
|
1838
|
+
"fontSize": "{fontSize.3}",
|
1839
|
+
"letterSpacing": "{letterSpacing.1}",
|
1840
|
+
"paragraphSpacing": "{paragraphSpacing.4}",
|
1841
|
+
"paragraphIndent": "{paragraphIndent.0}",
|
1842
|
+
"textCase": "{textCase.none}",
|
1843
|
+
"textDecoration": "{textDecoration.none}"
|
1844
|
+
},
|
1845
|
+
"type": "typography"
|
1846
|
+
},
|
1847
|
+
"Semibold": {
|
1848
|
+
"value": {
|
1849
|
+
"fontFamily": "{fontFamilies.figtree}",
|
1850
|
+
"fontWeight": "{fontWeights.figtree-2}",
|
1851
|
+
"lineHeight": "{lineHeights.2}",
|
1852
|
+
"fontSize": "{fontSize.3}",
|
1853
|
+
"letterSpacing": "{letterSpacing.1}",
|
1854
|
+
"paragraphSpacing": "{paragraphSpacing.4}",
|
1855
|
+
"paragraphIndent": "{paragraphIndent.0}",
|
1856
|
+
"textCase": "{textCase.none}",
|
1857
|
+
"textDecoration": "{textDecoration.none}"
|
1858
|
+
},
|
1859
|
+
"type": "typography"
|
1860
|
+
},
|
1861
|
+
"Bold": {
|
1862
|
+
"value": {
|
1863
|
+
"fontFamily": "{fontFamilies.figtree}",
|
1864
|
+
"fontWeight": "{fontWeights.figtree-3}",
|
1865
|
+
"lineHeight": "{lineHeights.2}",
|
1866
|
+
"fontSize": "{fontSize.3}",
|
1867
|
+
"letterSpacing": "{letterSpacing.1}",
|
1868
|
+
"paragraphSpacing": "{paragraphSpacing.4}",
|
1869
|
+
"paragraphIndent": "{paragraphIndent.0}",
|
1870
|
+
"textCase": "{textCase.none}",
|
1871
|
+
"textDecoration": "{textDecoration.none}"
|
1872
|
+
},
|
1873
|
+
"type": "typography"
|
1874
|
+
},
|
1875
|
+
"Regular italic": {
|
1876
|
+
"value": {
|
1877
|
+
"fontFamily": "{fontFamilies.inter}",
|
1878
|
+
"fontWeight": "{fontWeights.inter-5}",
|
1879
|
+
"lineHeight": "{lineHeights.0}",
|
1880
|
+
"fontSize": "{fontSize.3}",
|
1881
|
+
"letterSpacing": "{letterSpacing.1}",
|
1882
|
+
"paragraphSpacing": "{paragraphSpacing.4}",
|
1883
|
+
"paragraphIndent": "{paragraphIndent.0}",
|
1884
|
+
"textCase": "{textCase.none}",
|
1885
|
+
"textDecoration": "{textDecoration.none}"
|
1886
|
+
},
|
1887
|
+
"type": "typography"
|
1888
|
+
},
|
1889
|
+
"Medium italic": {
|
1890
|
+
"value": {
|
1891
|
+
"fontFamily": "{fontFamilies.inter}",
|
1892
|
+
"fontWeight": "{fontWeights.inter-4}",
|
1893
|
+
"lineHeight": "{lineHeights.0}",
|
1894
|
+
"fontSize": "{fontSize.3}",
|
1895
|
+
"letterSpacing": "{letterSpacing.1}",
|
1896
|
+
"paragraphSpacing": "{paragraphSpacing.4}",
|
1897
|
+
"paragraphIndent": "{paragraphIndent.0}",
|
1898
|
+
"textCase": "{textCase.none}",
|
1899
|
+
"textDecoration": "{textDecoration.none}"
|
1900
|
+
},
|
1901
|
+
"type": "typography"
|
1902
|
+
},
|
1903
|
+
"Semibold italic": {
|
1904
|
+
"value": {
|
1905
|
+
"fontFamily": "{fontFamilies.inter}",
|
1906
|
+
"fontWeight": "{fontWeights.inter-6}",
|
1907
|
+
"lineHeight": "{lineHeights.0}",
|
1908
|
+
"fontSize": "{fontSize.3}",
|
1909
|
+
"letterSpacing": "{letterSpacing.1}",
|
1910
|
+
"paragraphSpacing": "{paragraphSpacing.4}",
|
1911
|
+
"paragraphIndent": "{paragraphIndent.0}",
|
1912
|
+
"textCase": "{textCase.none}",
|
1913
|
+
"textDecoration": "{textDecoration.none}"
|
1914
|
+
},
|
1915
|
+
"type": "typography"
|
1916
|
+
},
|
1917
|
+
"Bold italic": {
|
1918
|
+
"value": {
|
1919
|
+
"fontFamily": "{fontFamilies.inter}",
|
1920
|
+
"fontWeight": "{fontWeights.inter-7}",
|
1921
|
+
"lineHeight": "{lineHeights.0}",
|
1922
|
+
"fontSize": "{fontSize.3}",
|
1923
|
+
"letterSpacing": "{letterSpacing.1}",
|
1924
|
+
"paragraphSpacing": "{paragraphSpacing.4}",
|
1925
|
+
"paragraphIndent": "{paragraphIndent.0}",
|
1926
|
+
"textCase": "{textCase.none}",
|
1927
|
+
"textDecoration": "{textDecoration.none}"
|
1928
|
+
},
|
1929
|
+
"type": "typography"
|
1930
|
+
},
|
1931
|
+
"Regular underlined": {
|
1932
|
+
"value": {
|
1933
|
+
"fontFamily": "{fontFamilies.inter}",
|
1934
|
+
"fontWeight": "{fontWeights.inter-8}",
|
1935
|
+
"lineHeight": "{lineHeights.0}",
|
1936
|
+
"fontSize": "{fontSize.3}",
|
1937
|
+
"letterSpacing": "{letterSpacing.1}",
|
1938
|
+
"paragraphSpacing": "{paragraphSpacing.4}",
|
1939
|
+
"paragraphIndent": "{paragraphIndent.0}",
|
1940
|
+
"textCase": "{textCase.none}",
|
1941
|
+
"textDecoration": "{textDecoration.underline}"
|
1942
|
+
},
|
1943
|
+
"type": "typography"
|
1944
|
+
},
|
1945
|
+
"Medium underlined": {
|
1946
|
+
"value": {
|
1947
|
+
"fontFamily": "{fontFamilies.inter}",
|
1948
|
+
"fontWeight": "{fontWeights.inter-9}",
|
1949
|
+
"lineHeight": "{lineHeights.0}",
|
1950
|
+
"fontSize": "{fontSize.3}",
|
1951
|
+
"letterSpacing": "{letterSpacing.1}",
|
1952
|
+
"paragraphSpacing": "{paragraphSpacing.4}",
|
1953
|
+
"paragraphIndent": "{paragraphIndent.0}",
|
1954
|
+
"textCase": "{textCase.none}",
|
1955
|
+
"textDecoration": "{textDecoration.underline}"
|
1956
|
+
},
|
1957
|
+
"type": "typography"
|
1958
|
+
},
|
1959
|
+
"Semibold underlined": {
|
1960
|
+
"value": {
|
1961
|
+
"fontFamily": "{fontFamilies.inter}",
|
1962
|
+
"fontWeight": "{fontWeights.inter-10}",
|
1963
|
+
"lineHeight": "{lineHeights.0}",
|
1964
|
+
"fontSize": "{fontSize.3}",
|
1965
|
+
"letterSpacing": "{letterSpacing.1}",
|
1966
|
+
"paragraphSpacing": "{paragraphSpacing.4}",
|
1967
|
+
"paragraphIndent": "{paragraphIndent.0}",
|
1968
|
+
"textCase": "{textCase.none}",
|
1969
|
+
"textDecoration": "{textDecoration.underline}"
|
1970
|
+
},
|
1971
|
+
"type": "typography"
|
1972
|
+
}
|
1973
|
+
},
|
1974
|
+
"Text md": {
|
1975
|
+
"Regular": {
|
1976
|
+
"value": {
|
1977
|
+
"fontFamily": "{fontFamilies.figtree}",
|
1978
|
+
"fontWeight": "{fontWeights.figtree-0}",
|
1979
|
+
"lineHeight": "{lineHeights.2}",
|
1980
|
+
"fontSize": "{fontSize.2}",
|
1981
|
+
"letterSpacing": "{letterSpacing.1}",
|
1982
|
+
"paragraphSpacing": "{paragraphSpacing.3}",
|
1983
|
+
"paragraphIndent": "{paragraphIndent.0}",
|
1984
|
+
"textCase": "{textCase.none}",
|
1985
|
+
"textDecoration": "{textDecoration.none}"
|
1986
|
+
},
|
1987
|
+
"type": "typography"
|
1988
|
+
},
|
1989
|
+
"Medium": {
|
1990
|
+
"value": {
|
1991
|
+
"fontFamily": "{fontFamilies.figtree}",
|
1992
|
+
"fontWeight": "{fontWeights.figtree-1}",
|
1993
|
+
"lineHeight": "{lineHeights.2}",
|
1994
|
+
"fontSize": "{fontSize.2}",
|
1995
|
+
"letterSpacing": "{letterSpacing.1}",
|
1996
|
+
"paragraphSpacing": "{paragraphSpacing.3}",
|
1997
|
+
"paragraphIndent": "{paragraphIndent.0}",
|
1998
|
+
"textCase": "{textCase.none}",
|
1999
|
+
"textDecoration": "{textDecoration.none}"
|
2000
|
+
},
|
2001
|
+
"type": "typography"
|
2002
|
+
},
|
2003
|
+
"Semibold": {
|
2004
|
+
"value": {
|
2005
|
+
"fontFamily": "{fontFamilies.figtree}",
|
2006
|
+
"fontWeight": "{fontWeights.figtree-2}",
|
2007
|
+
"lineHeight": "{lineHeights.2}",
|
2008
|
+
"fontSize": "{fontSize.2}",
|
2009
|
+
"letterSpacing": "{letterSpacing.1}",
|
2010
|
+
"paragraphSpacing": "{paragraphSpacing.3}",
|
2011
|
+
"paragraphIndent": "{paragraphIndent.0}",
|
2012
|
+
"textCase": "{textCase.none}",
|
2013
|
+
"textDecoration": "{textDecoration.none}"
|
2014
|
+
},
|
2015
|
+
"type": "typography"
|
2016
|
+
},
|
2017
|
+
"Bold": {
|
2018
|
+
"value": {
|
2019
|
+
"fontFamily": "{fontFamilies.figtree}",
|
2020
|
+
"fontWeight": "{fontWeights.figtree-3}",
|
2021
|
+
"lineHeight": "{lineHeights.3}",
|
2022
|
+
"fontSize": "{fontSize.2}",
|
2023
|
+
"letterSpacing": "{letterSpacing.1}",
|
2024
|
+
"paragraphSpacing": "{paragraphSpacing.3}",
|
2025
|
+
"paragraphIndent": "{paragraphIndent.0}",
|
2026
|
+
"textCase": "{textCase.none}",
|
2027
|
+
"textDecoration": "{textDecoration.none}"
|
2028
|
+
},
|
2029
|
+
"type": "typography"
|
2030
|
+
},
|
2031
|
+
"Regular italic": {
|
2032
|
+
"value": {
|
2033
|
+
"fontFamily": "{fontFamilies.inter}",
|
2034
|
+
"fontWeight": "{fontWeights.inter-5}",
|
2035
|
+
"lineHeight": "{lineHeights.0}",
|
2036
|
+
"fontSize": "{fontSize.2}",
|
2037
|
+
"letterSpacing": "{letterSpacing.1}",
|
2038
|
+
"paragraphSpacing": "{paragraphSpacing.3}",
|
2039
|
+
"paragraphIndent": "{paragraphIndent.0}",
|
2040
|
+
"textCase": "{textCase.none}",
|
2041
|
+
"textDecoration": "{textDecoration.none}"
|
2042
|
+
},
|
2043
|
+
"type": "typography"
|
2044
|
+
},
|
2045
|
+
"Medium italic": {
|
2046
|
+
"value": {
|
2047
|
+
"fontFamily": "{fontFamilies.inter}",
|
2048
|
+
"fontWeight": "{fontWeights.inter-4}",
|
2049
|
+
"lineHeight": "{lineHeights.4}",
|
2050
|
+
"fontSize": "{fontSize.2}",
|
2051
|
+
"letterSpacing": "{letterSpacing.1}",
|
2052
|
+
"paragraphSpacing": "{paragraphSpacing.3}",
|
2053
|
+
"paragraphIndent": "{paragraphIndent.0}",
|
2054
|
+
"textCase": "{textCase.none}",
|
2055
|
+
"textDecoration": "{textDecoration.none}"
|
2056
|
+
},
|
2057
|
+
"type": "typography"
|
2058
|
+
},
|
2059
|
+
"Semibold italic": {
|
2060
|
+
"value": {
|
2061
|
+
"fontFamily": "{fontFamilies.inter}",
|
2062
|
+
"fontWeight": "{fontWeights.inter-6}",
|
2063
|
+
"lineHeight": "{lineHeights.4}",
|
2064
|
+
"fontSize": "{fontSize.2}",
|
2065
|
+
"letterSpacing": "{letterSpacing.1}",
|
2066
|
+
"paragraphSpacing": "{paragraphSpacing.3}",
|
2067
|
+
"paragraphIndent": "{paragraphIndent.0}",
|
2068
|
+
"textCase": "{textCase.none}",
|
2069
|
+
"textDecoration": "{textDecoration.none}"
|
2070
|
+
},
|
2071
|
+
"type": "typography"
|
2072
|
+
},
|
2073
|
+
"Bold italic": {
|
2074
|
+
"value": {
|
2075
|
+
"fontFamily": "{fontFamilies.inter}",
|
2076
|
+
"fontWeight": "{fontWeights.inter-7}",
|
2077
|
+
"lineHeight": "{lineHeights.4}",
|
2078
|
+
"fontSize": "{fontSize.2}",
|
2079
|
+
"letterSpacing": "{letterSpacing.1}",
|
2080
|
+
"paragraphSpacing": "{paragraphSpacing.3}",
|
2081
|
+
"paragraphIndent": "{paragraphIndent.0}",
|
2082
|
+
"textCase": "{textCase.none}",
|
2083
|
+
"textDecoration": "{textDecoration.none}"
|
2084
|
+
},
|
2085
|
+
"type": "typography"
|
2086
|
+
},
|
2087
|
+
"Regular underlined": {
|
2088
|
+
"value": {
|
2089
|
+
"fontFamily": "{fontFamilies.inter}",
|
2090
|
+
"fontWeight": "{fontWeights.inter-8}",
|
2091
|
+
"lineHeight": "{lineHeights.4}",
|
2092
|
+
"fontSize": "{fontSize.2}",
|
2093
|
+
"letterSpacing": "{letterSpacing.1}",
|
2094
|
+
"paragraphSpacing": "{paragraphSpacing.6}",
|
2095
|
+
"paragraphIndent": "{paragraphIndent.0}",
|
2096
|
+
"textCase": "{textCase.none}",
|
2097
|
+
"textDecoration": "{textDecoration.underline}"
|
2098
|
+
},
|
2099
|
+
"type": "typography"
|
2100
|
+
},
|
2101
|
+
"Medium underlined": {
|
2102
|
+
"value": {
|
2103
|
+
"fontFamily": "{fontFamilies.inter}",
|
2104
|
+
"fontWeight": "{fontWeights.inter-9}",
|
2105
|
+
"lineHeight": "{lineHeights.4}",
|
2106
|
+
"fontSize": "{fontSize.2}",
|
2107
|
+
"letterSpacing": "{letterSpacing.1}",
|
2108
|
+
"paragraphSpacing": "{paragraphSpacing.6}",
|
2109
|
+
"paragraphIndent": "{paragraphIndent.0}",
|
2110
|
+
"textCase": "{textCase.none}",
|
2111
|
+
"textDecoration": "{textDecoration.underline}"
|
2112
|
+
},
|
2113
|
+
"type": "typography"
|
2114
|
+
},
|
2115
|
+
"Semibold underlined": {
|
2116
|
+
"value": {
|
2117
|
+
"fontFamily": "{fontFamilies.inter}",
|
2118
|
+
"fontWeight": "{fontWeights.inter-10}",
|
2119
|
+
"lineHeight": "{lineHeights.4}",
|
2120
|
+
"fontSize": "{fontSize.2}",
|
2121
|
+
"letterSpacing": "{letterSpacing.1}",
|
2122
|
+
"paragraphSpacing": "{paragraphSpacing.3}",
|
2123
|
+
"paragraphIndent": "{paragraphIndent.0}",
|
2124
|
+
"textCase": "{textCase.none}",
|
2125
|
+
"textDecoration": "{textDecoration.underline}"
|
2126
|
+
},
|
2127
|
+
"type": "typography"
|
2128
|
+
}
|
2129
|
+
},
|
2130
|
+
"Text sm": {
|
2131
|
+
"Regular": {
|
2132
|
+
"value": {
|
2133
|
+
"fontFamily": "{fontFamilies.figtree}",
|
2134
|
+
"fontWeight": "{fontWeights.figtree-0}",
|
2135
|
+
"lineHeight": "{lineHeights.3}",
|
2136
|
+
"fontSize": "{fontSize.1}",
|
2137
|
+
"letterSpacing": "{letterSpacing.1}",
|
2138
|
+
"paragraphSpacing": "{paragraphSpacing.2}",
|
2139
|
+
"paragraphIndent": "{paragraphIndent.0}",
|
2140
|
+
"textCase": "{textCase.none}",
|
2141
|
+
"textDecoration": "{textDecoration.none}"
|
2142
|
+
},
|
2143
|
+
"type": "typography"
|
2144
|
+
},
|
2145
|
+
"Medium": {
|
2146
|
+
"value": {
|
2147
|
+
"fontFamily": "{fontFamilies.figtree}",
|
2148
|
+
"fontWeight": "{fontWeights.figtree-1}",
|
2149
|
+
"lineHeight": "{lineHeights.3}",
|
2150
|
+
"fontSize": "{fontSize.1}",
|
2151
|
+
"letterSpacing": "{letterSpacing.1}",
|
2152
|
+
"paragraphSpacing": "{paragraphSpacing.2}",
|
2153
|
+
"paragraphIndent": "{paragraphIndent.0}",
|
2154
|
+
"textCase": "{textCase.none}",
|
2155
|
+
"textDecoration": "{textDecoration.none}"
|
2156
|
+
},
|
2157
|
+
"type": "typography"
|
2158
|
+
},
|
2159
|
+
"Semibold": {
|
2160
|
+
"value": {
|
2161
|
+
"fontFamily": "{fontFamilies.figtree}",
|
2162
|
+
"fontWeight": "{fontWeights.figtree-2}",
|
2163
|
+
"lineHeight": "{lineHeights.3}",
|
2164
|
+
"fontSize": "{fontSize.1}",
|
2165
|
+
"letterSpacing": "{letterSpacing.1}",
|
2166
|
+
"paragraphSpacing": "{paragraphSpacing.2}",
|
2167
|
+
"paragraphIndent": "{paragraphIndent.0}",
|
2168
|
+
"textCase": "{textCase.none}",
|
2169
|
+
"textDecoration": "{textDecoration.none}"
|
2170
|
+
},
|
2171
|
+
"type": "typography"
|
2172
|
+
},
|
2173
|
+
"Bold": {
|
2174
|
+
"value": {
|
2175
|
+
"fontFamily": "{fontFamilies.figtree}",
|
2176
|
+
"fontWeight": "{fontWeights.figtree-3}",
|
2177
|
+
"lineHeight": "{lineHeights.3}",
|
2178
|
+
"fontSize": "{fontSize.1}",
|
2179
|
+
"letterSpacing": "{letterSpacing.1}",
|
2180
|
+
"paragraphSpacing": "{paragraphSpacing.2}",
|
2181
|
+
"paragraphIndent": "{paragraphIndent.0}",
|
2182
|
+
"textCase": "{textCase.none}",
|
2183
|
+
"textDecoration": "{textDecoration.none}"
|
2184
|
+
},
|
2185
|
+
"type": "typography"
|
2186
|
+
},
|
2187
|
+
"Regular underlined": {
|
2188
|
+
"value": {
|
2189
|
+
"fontFamily": "{fontFamilies.inter}",
|
2190
|
+
"fontWeight": "{fontWeights.inter-8}",
|
2191
|
+
"lineHeight": "{lineHeights.0}",
|
2192
|
+
"fontSize": "{fontSize.1}",
|
2193
|
+
"letterSpacing": "{letterSpacing.1}",
|
2194
|
+
"paragraphSpacing": "{paragraphSpacing.2}",
|
2195
|
+
"paragraphIndent": "{paragraphIndent.0}",
|
2196
|
+
"textCase": "{textCase.none}",
|
2197
|
+
"textDecoration": "{textDecoration.underline}"
|
2198
|
+
},
|
2199
|
+
"type": "typography"
|
2200
|
+
},
|
2201
|
+
"Medium underlined": {
|
2202
|
+
"value": {
|
2203
|
+
"fontFamily": "{fontFamilies.inter}",
|
2204
|
+
"fontWeight": "{fontWeights.inter-9}",
|
2205
|
+
"lineHeight": "{lineHeights.0}",
|
2206
|
+
"fontSize": "{fontSize.1}",
|
2207
|
+
"letterSpacing": "{letterSpacing.1}",
|
2208
|
+
"paragraphSpacing": "{paragraphSpacing.2}",
|
2209
|
+
"paragraphIndent": "{paragraphIndent.0}",
|
2210
|
+
"textCase": "{textCase.none}",
|
2211
|
+
"textDecoration": "{textDecoration.underline}"
|
2212
|
+
},
|
2213
|
+
"type": "typography"
|
2214
|
+
},
|
2215
|
+
"Semibold underlined": {
|
2216
|
+
"value": {
|
2217
|
+
"fontFamily": "{fontFamilies.inter}",
|
2218
|
+
"fontWeight": "{fontWeights.inter-10}",
|
2219
|
+
"lineHeight": "{lineHeights.0}",
|
2220
|
+
"fontSize": "{fontSize.1}",
|
2221
|
+
"letterSpacing": "{letterSpacing.1}",
|
2222
|
+
"paragraphSpacing": "{paragraphSpacing.2}",
|
2223
|
+
"paragraphIndent": "{paragraphIndent.0}",
|
2224
|
+
"textCase": "{textCase.none}",
|
2225
|
+
"textDecoration": "{textDecoration.underline}"
|
2226
|
+
},
|
2227
|
+
"type": "typography"
|
2228
|
+
}
|
2229
|
+
},
|
2230
|
+
"Text xs": {
|
2231
|
+
"Regular": {
|
2232
|
+
"value": {
|
2233
|
+
"fontFamily": "{fontFamilies.figtree}",
|
2234
|
+
"fontWeight": "{fontWeights.figtree-0}",
|
2235
|
+
"lineHeight": "{lineHeights.3}",
|
2236
|
+
"fontSize": "{fontSize.0}",
|
2237
|
+
"letterSpacing": "{letterSpacing.1}",
|
2238
|
+
"paragraphSpacing": "{paragraphSpacing.1}",
|
2239
|
+
"paragraphIndent": "{paragraphIndent.0}",
|
2240
|
+
"textCase": "{textCase.none}",
|
2241
|
+
"textDecoration": "{textDecoration.none}"
|
2242
|
+
},
|
2243
|
+
"type": "typography"
|
2244
|
+
},
|
2245
|
+
"Medium": {
|
2246
|
+
"value": {
|
2247
|
+
"fontFamily": "{fontFamilies.figtree}",
|
2248
|
+
"fontWeight": "{fontWeights.figtree-1}",
|
2249
|
+
"lineHeight": "{lineHeights.3}",
|
2250
|
+
"fontSize": "{fontSize.0}",
|
2251
|
+
"letterSpacing": "{letterSpacing.1}",
|
2252
|
+
"paragraphSpacing": "{paragraphSpacing.1}",
|
2253
|
+
"paragraphIndent": "{paragraphIndent.0}",
|
2254
|
+
"textCase": "{textCase.none}",
|
2255
|
+
"textDecoration": "{textDecoration.none}"
|
2256
|
+
},
|
2257
|
+
"type": "typography"
|
2258
|
+
},
|
2259
|
+
"Semibold": {
|
2260
|
+
"value": {
|
2261
|
+
"fontFamily": "{fontFamilies.figtree}",
|
2262
|
+
"fontWeight": "{fontWeights.figtree-2}",
|
2263
|
+
"lineHeight": "{lineHeights.3}",
|
2264
|
+
"fontSize": "{fontSize.0}",
|
2265
|
+
"letterSpacing": "{letterSpacing.1}",
|
2266
|
+
"paragraphSpacing": "{paragraphSpacing.1}",
|
2267
|
+
"paragraphIndent": "{paragraphIndent.0}",
|
2268
|
+
"textCase": "{textCase.none}",
|
2269
|
+
"textDecoration": "{textDecoration.none}"
|
2270
|
+
},
|
2271
|
+
"type": "typography"
|
2272
|
+
},
|
2273
|
+
"Bold": {
|
2274
|
+
"value": {
|
2275
|
+
"fontFamily": "{fontFamilies.figtree}",
|
2276
|
+
"fontWeight": "{fontWeights.figtree-3}",
|
2277
|
+
"lineHeight": "{lineHeights.3}",
|
2278
|
+
"fontSize": "{fontSize.0}",
|
2279
|
+
"letterSpacing": "{letterSpacing.1}",
|
2280
|
+
"paragraphSpacing": "{paragraphSpacing.1}",
|
2281
|
+
"paragraphIndent": "{paragraphIndent.0}",
|
2282
|
+
"textCase": "{textCase.none}",
|
2283
|
+
"textDecoration": "{textDecoration.none}"
|
2284
|
+
},
|
2285
|
+
"type": "typography"
|
2286
|
+
}
|
2287
|
+
},
|
2288
|
+
"textCase": { "none": { "value": "none", "type": "textCase" } },
|
2289
|
+
"textDecoration": {
|
2290
|
+
"none": { "value": "none", "type": "textDecoration" },
|
2291
|
+
"underline": { "value": "underline", "type": "textDecoration" }
|
2292
|
+
},
|
2293
|
+
"paragraphIndent": { "0": { "value": "0px", "type": "dimension" } }
|
2294
|
+
},
|
2295
|
+
"_Primitives/Style": {
|
2296
|
+
"Colors": {
|
2297
|
+
"Base": {
|
2298
|
+
"white": { "value": "#ffffff", "type": "color" },
|
2299
|
+
"black": { "value": "#000000", "type": "color" },
|
2300
|
+
"transparent": { "value": "#ffffff00", "type": "color" }
|
2301
|
+
},
|
2302
|
+
"Gray (light mode)": {
|
2303
|
+
"25": { "value": "#fcfcfd", "type": "color" },
|
2304
|
+
"50": { "value": "#fafafa", "type": "color" },
|
2305
|
+
"100": { "value": "#f4f4f5", "type": "color" },
|
2306
|
+
"200": { "value": "#e4e4e7", "type": "color" },
|
2307
|
+
"300": { "value": "#d1d1d6", "type": "color" },
|
2308
|
+
"400": { "value": "#a0a0ab", "type": "color" },
|
2309
|
+
"500": { "value": "#70707b", "type": "color" },
|
2310
|
+
"600": { "value": "#51525c", "type": "color" },
|
2311
|
+
"700": { "value": "#3f3f46", "type": "color" },
|
2312
|
+
"800": { "value": "#26272b", "type": "color" },
|
2313
|
+
"900": { "value": "#1a1a1e", "type": "color" },
|
2314
|
+
"950": { "value": "#131316", "type": "color" }
|
2315
|
+
},
|
2316
|
+
"Gray blue": {
|
2317
|
+
"25": { "value": "#fcfcfd", "type": "color" },
|
2318
|
+
"50": { "value": "#f8f9fc", "type": "color" },
|
2319
|
+
"100": { "value": "#eaecf5", "type": "color" },
|
2320
|
+
"200": { "value": "#d5d9eb", "type": "color" },
|
2321
|
+
"300": { "value": "#b3b8db", "type": "color" },
|
2322
|
+
"400": { "value": "#717bbc", "type": "color" },
|
2323
|
+
"500": { "value": "#4e5ba6", "type": "color" },
|
2324
|
+
"600": { "value": "#3e4784", "type": "color" },
|
2325
|
+
"700": { "value": "#363f72", "type": "color" },
|
2326
|
+
"800": { "value": "#293056", "type": "color" },
|
2327
|
+
"900": { "value": "#101323", "type": "color" },
|
2328
|
+
"950": { "value": "#0d0f1c", "type": "color" }
|
2329
|
+
},
|
2330
|
+
"Gray cool": {
|
2331
|
+
"25": { "value": "#fcfcfd", "type": "color" },
|
2332
|
+
"50": { "value": "#f9f9fb", "type": "color" },
|
2333
|
+
"100": { "value": "#eff1f5", "type": "color" },
|
2334
|
+
"200": { "value": "#dcdfea", "type": "color" },
|
2335
|
+
"300": { "value": "#b9c0d4", "type": "color" },
|
2336
|
+
"400": { "value": "#7d89b0", "type": "color" },
|
2337
|
+
"500": { "value": "#5d6b98", "type": "color" },
|
2338
|
+
"600": { "value": "#4a5578", "type": "color" },
|
2339
|
+
"700": { "value": "#404968", "type": "color" },
|
2340
|
+
"800": { "value": "#30374f", "type": "color" },
|
2341
|
+
"900": { "value": "#111322", "type": "color" },
|
2342
|
+
"950": { "value": "#0e101b", "type": "color" }
|
2343
|
+
},
|
2344
|
+
"Gray modern": {
|
2345
|
+
"25": { "value": "#fcfcfd", "type": "color" },
|
2346
|
+
"50": { "value": "#f8fafc", "type": "color" },
|
2347
|
+
"100": { "value": "#eef2f6", "type": "color" },
|
2348
|
+
"200": { "value": "#e3e8ef", "type": "color" },
|
2349
|
+
"300": { "value": "#cdd5df", "type": "color" },
|
2350
|
+
"400": { "value": "#9aa4b2", "type": "color" },
|
2351
|
+
"500": { "value": "#697586", "type": "color" },
|
2352
|
+
"600": { "value": "#4b5565", "type": "color" },
|
2353
|
+
"700": { "value": "#364152", "type": "color" },
|
2354
|
+
"800": { "value": "#202939", "type": "color" },
|
2355
|
+
"900": { "value": "#121926", "type": "color" },
|
2356
|
+
"950": { "value": "#0d121c", "type": "color" }
|
2357
|
+
},
|
2358
|
+
"Gray neutral": {
|
2359
|
+
"25": { "value": "#fcfcfd", "type": "color" },
|
2360
|
+
"50": { "value": "#f9fafb", "type": "color" },
|
2361
|
+
"100": { "value": "#f3f4f6", "type": "color" },
|
2362
|
+
"200": { "value": "#e5e7eb", "type": "color" },
|
2363
|
+
"300": { "value": "#d2d6db", "type": "color" },
|
2364
|
+
"400": { "value": "#9da4ae", "type": "color" },
|
2365
|
+
"500": { "value": "#6c737f", "type": "color" },
|
2366
|
+
"600": { "value": "#4d5761", "type": "color" },
|
2367
|
+
"700": { "value": "#384250", "type": "color" },
|
2368
|
+
"800": { "value": "#1f2a37", "type": "color" },
|
2369
|
+
"900": { "value": "#111927", "type": "color" },
|
2370
|
+
"950": { "value": "#0d121c", "type": "color" }
|
2371
|
+
},
|
2372
|
+
"Brand": {
|
2373
|
+
"25": { "value": "#f5fbff", "type": "color" },
|
2374
|
+
"50": { "value": "#f0f9ff", "type": "color" },
|
2375
|
+
"100": { "value": "#e0f2fe", "type": "color" },
|
2376
|
+
"200": { "value": "#b9e6fe", "type": "color" },
|
2377
|
+
"300": { "value": "#7cd4fd", "type": "color" },
|
2378
|
+
"400": { "value": "#36bffa", "type": "color" },
|
2379
|
+
"500": { "value": "#0ba5ec", "type": "color" },
|
2380
|
+
"600": { "value": "#0086c9", "type": "color" },
|
2381
|
+
"700": { "value": "#026aa2", "type": "color" },
|
2382
|
+
"800": { "value": "#065986", "type": "color" },
|
2383
|
+
"900": { "value": "#0b4a6f", "type": "color" },
|
2384
|
+
"950": { "value": "#062c41", "type": "color" }
|
2385
|
+
},
|
2386
|
+
"Error": {
|
2387
|
+
"25": { "value": "#fffbfa", "type": "color" },
|
2388
|
+
"50": { "value": "#fef3f2", "type": "color" },
|
2389
|
+
"100": { "value": "#fee4e2", "type": "color" },
|
2390
|
+
"200": { "value": "#fecdca", "type": "color" },
|
2391
|
+
"300": { "value": "#fda29b", "type": "color" },
|
2392
|
+
"400": { "value": "#f97066", "type": "color" },
|
2393
|
+
"500": { "value": "#f04438", "type": "color" },
|
2394
|
+
"600": { "value": "#d92d20", "type": "color" },
|
2395
|
+
"700": { "value": "#b42318", "type": "color" },
|
2396
|
+
"800": { "value": "#912018", "type": "color" },
|
2397
|
+
"900": { "value": "#7a271a", "type": "color" },
|
2398
|
+
"950": { "value": "#55160c", "type": "color" }
|
2399
|
+
},
|
2400
|
+
"Warning": {
|
2401
|
+
"25": { "value": "#fffcf5", "type": "color" },
|
2402
|
+
"50": { "value": "#fffaeb", "type": "color" },
|
2403
|
+
"100": { "value": "#fef0c7", "type": "color" },
|
2404
|
+
"200": { "value": "#fedf89", "type": "color" },
|
2405
|
+
"300": { "value": "#fec84b", "type": "color" },
|
2406
|
+
"400": { "value": "#fdb022", "type": "color" },
|
2407
|
+
"500": { "value": "#f79009", "type": "color" },
|
2408
|
+
"600": { "value": "#dc6803", "type": "color" },
|
2409
|
+
"700": { "value": "#b54708", "type": "color" },
|
2410
|
+
"800": { "value": "#93370d", "type": "color" },
|
2411
|
+
"900": { "value": "#7a2e0e", "type": "color" },
|
2412
|
+
"950": { "value": "#4e1d09", "type": "color" }
|
2413
|
+
},
|
2414
|
+
"Success": {
|
2415
|
+
"25": { "value": "#f6fef9", "type": "color" },
|
2416
|
+
"50": { "value": "#ecfdf3", "type": "color" },
|
2417
|
+
"100": { "value": "#dcfae6", "type": "color" },
|
2418
|
+
"200": { "value": "#abefc6", "type": "color" },
|
2419
|
+
"300": { "value": "#75e0a7", "type": "color" },
|
2420
|
+
"400": { "value": "#47cd89", "type": "color" },
|
2421
|
+
"500": { "value": "#17b26a", "type": "color" },
|
2422
|
+
"600": { "value": "#079455", "type": "color" },
|
2423
|
+
"700": { "value": "#067647", "type": "color" },
|
2424
|
+
"800": { "value": "#085d3a", "type": "color" },
|
2425
|
+
"900": { "value": "#074d31", "type": "color" },
|
2426
|
+
"950": { "value": "#053321", "type": "color" }
|
2427
|
+
},
|
2428
|
+
"Green": {
|
2429
|
+
"25": { "value": "#f6fef9", "type": "color" },
|
2430
|
+
"50": { "value": "#edfcf2", "type": "color" },
|
2431
|
+
"100": { "value": "#d3f8df", "type": "color" },
|
2432
|
+
"200": { "value": "#aaf0c4", "type": "color" },
|
2433
|
+
"300": { "value": "#73e2a3", "type": "color" },
|
2434
|
+
"400": { "value": "#3ccb7f", "type": "color" },
|
2435
|
+
"500": { "value": "#16b364", "type": "color" },
|
2436
|
+
"600": { "value": "#099250", "type": "color" },
|
2437
|
+
"700": { "value": "#087443", "type": "color" },
|
2438
|
+
"800": { "value": "#095c37", "type": "color" },
|
2439
|
+
"900": { "value": "#084c2e", "type": "color" },
|
2440
|
+
"950": { "value": "#052e1c", "type": "color" }
|
2441
|
+
},
|
2442
|
+
"Gray iron": {
|
2443
|
+
"25": { "value": "#fcfcfc", "type": "color" },
|
2444
|
+
"50": { "value": "#fafafa", "type": "color" },
|
2445
|
+
"100": { "value": "#f4f4f5", "type": "color" },
|
2446
|
+
"200": { "value": "#e4e4e7", "type": "color" },
|
2447
|
+
"300": { "value": "#d1d1d6", "type": "color" },
|
2448
|
+
"400": { "value": "#a0a0ab", "type": "color" },
|
2449
|
+
"500": { "value": "#70707b", "type": "color" },
|
2450
|
+
"600": { "value": "#51525c", "type": "color" },
|
2451
|
+
"700": { "value": "#3f3f46", "type": "color" },
|
2452
|
+
"800": { "value": "#26272b", "type": "color" },
|
2453
|
+
"900": { "value": "#1a1a1e", "type": "color" },
|
2454
|
+
"950": { "value": "#131316", "type": "color" }
|
2455
|
+
},
|
2456
|
+
"Gray true": {
|
2457
|
+
"25": { "value": "#fcfcfc", "type": "color" },
|
2458
|
+
"50": { "value": "#fafafa", "type": "color" },
|
2459
|
+
"100": { "value": "#f5f5f5", "type": "color" },
|
2460
|
+
"200": { "value": "#e5e5e5", "type": "color" },
|
2461
|
+
"300": { "value": "#d6d6d6", "type": "color" },
|
2462
|
+
"400": { "value": "#a3a3a3", "type": "color" },
|
2463
|
+
"500": { "value": "#737373", "type": "color" },
|
2464
|
+
"600": { "value": "#525252", "type": "color" },
|
2465
|
+
"700": { "value": "#424242", "type": "color" },
|
2466
|
+
"800": { "value": "#292929", "type": "color" },
|
2467
|
+
"900": { "value": "#141414", "type": "color" },
|
2468
|
+
"950": { "value": "#0f0f0f", "type": "color" }
|
2469
|
+
},
|
2470
|
+
"Gray warm": {
|
2471
|
+
"25": { "value": "#fdfdfc", "type": "color" },
|
2472
|
+
"50": { "value": "#fafaf9", "type": "color" },
|
2473
|
+
"100": { "value": "#f5f5f4", "type": "color" },
|
2474
|
+
"200": { "value": "#e7e5e4", "type": "color" },
|
2475
|
+
"300": { "value": "#d7d3d0", "type": "color" },
|
2476
|
+
"400": { "value": "#a9a29d", "type": "color" },
|
2477
|
+
"500": { "value": "#79716b", "type": "color" },
|
2478
|
+
"600": { "value": "#57534e", "type": "color" },
|
2479
|
+
"700": { "value": "#44403c", "type": "color" },
|
2480
|
+
"800": { "value": "#292524", "type": "color" },
|
2481
|
+
"900": { "value": "#1c1917", "type": "color" },
|
2482
|
+
"950": { "value": "#171412", "type": "color" }
|
2483
|
+
},
|
2484
|
+
"Moss": {
|
2485
|
+
"25": { "value": "#fafdf7", "type": "color" },
|
2486
|
+
"50": { "value": "#f5fbee", "type": "color" },
|
2487
|
+
"100": { "value": "#e6f4d7", "type": "color" },
|
2488
|
+
"200": { "value": "#ceeab0", "type": "color" },
|
2489
|
+
"300": { "value": "#acdc79", "type": "color" },
|
2490
|
+
"400": { "value": "#86cb3c", "type": "color" },
|
2491
|
+
"500": { "value": "#669f2a", "type": "color" },
|
2492
|
+
"600": { "value": "#4f7a21", "type": "color" },
|
2493
|
+
"700": { "value": "#3f621a", "type": "color" },
|
2494
|
+
"800": { "value": "#335015", "type": "color" },
|
2495
|
+
"900": { "value": "#2b4212", "type": "color" },
|
2496
|
+
"950": { "value": "#1a280b", "type": "color" }
|
2497
|
+
},
|
2498
|
+
"Green light": {
|
2499
|
+
"25": { "value": "#fafef5", "type": "color" },
|
2500
|
+
"50": { "value": "#f3fee7", "type": "color" },
|
2501
|
+
"100": { "value": "#e3fbcc", "type": "color" },
|
2502
|
+
"200": { "value": "#d0f8ab", "type": "color" },
|
2503
|
+
"300": { "value": "#a6ef67", "type": "color" },
|
2504
|
+
"400": { "value": "#85e13a", "type": "color" },
|
2505
|
+
"500": { "value": "#66c61c", "type": "color" },
|
2506
|
+
"600": { "value": "#4ca30d", "type": "color" },
|
2507
|
+
"700": { "value": "#3b7c0f", "type": "color" },
|
2508
|
+
"800": { "value": "#326212", "type": "color" },
|
2509
|
+
"900": { "value": "#2b5314", "type": "color" },
|
2510
|
+
"950": { "value": "#15290a", "type": "color" }
|
2511
|
+
},
|
2512
|
+
"Teal": {
|
2513
|
+
"25": { "value": "#f6fefc", "type": "color" },
|
2514
|
+
"50": { "value": "#f0fdf9", "type": "color" },
|
2515
|
+
"100": { "value": "#ccfbef", "type": "color" },
|
2516
|
+
"200": { "value": "#99f6e0", "type": "color" },
|
2517
|
+
"300": { "value": "#5fe9d0", "type": "color" },
|
2518
|
+
"400": { "value": "#2ed3b7", "type": "color" },
|
2519
|
+
"500": { "value": "#15b79e", "type": "color" },
|
2520
|
+
"600": { "value": "#0e9384", "type": "color" },
|
2521
|
+
"700": { "value": "#107569", "type": "color" },
|
2522
|
+
"800": { "value": "#125d56", "type": "color" },
|
2523
|
+
"900": { "value": "#134e48", "type": "color" },
|
2524
|
+
"950": { "value": "#0a2926", "type": "color" }
|
2525
|
+
},
|
2526
|
+
"Cyan": {
|
2527
|
+
"25": { "value": "#f5feff", "type": "color" },
|
2528
|
+
"50": { "value": "#ecfdff", "type": "color" },
|
2529
|
+
"100": { "value": "#cff9fe", "type": "color" },
|
2530
|
+
"200": { "value": "#a5f0fc", "type": "color" },
|
2531
|
+
"300": { "value": "#67e3f9", "type": "color" },
|
2532
|
+
"400": { "value": "#22ccee", "type": "color" },
|
2533
|
+
"500": { "value": "#06aed4", "type": "color" },
|
2534
|
+
"600": { "value": "#088ab2", "type": "color" },
|
2535
|
+
"700": { "value": "#0e7090", "type": "color" },
|
2536
|
+
"800": { "value": "#155b75", "type": "color" },
|
2537
|
+
"900": { "value": "#164c63", "type": "color" },
|
2538
|
+
"950": { "value": "#0d2d3a", "type": "color" }
|
2539
|
+
},
|
2540
|
+
"Blue light": {
|
2541
|
+
"25": { "value": "#f5fbff", "type": "color" },
|
2542
|
+
"50": { "value": "#f0f9ff", "type": "color" },
|
2543
|
+
"100": { "value": "#e0f2fe", "type": "color" },
|
2544
|
+
"200": { "value": "#b9e6fe", "type": "color" },
|
2545
|
+
"300": { "value": "#7cd4fd", "type": "color" },
|
2546
|
+
"400": { "value": "#36bffa", "type": "color" },
|
2547
|
+
"500": { "value": "#0ba5ec", "type": "color" },
|
2548
|
+
"600": { "value": "#0086c9", "type": "color" },
|
2549
|
+
"700": { "value": "#026aa2", "type": "color" },
|
2550
|
+
"800": { "value": "#065986", "type": "color" },
|
2551
|
+
"900": { "value": "#0b4a6f", "type": "color" },
|
2552
|
+
"950": { "value": "#062c41", "type": "color" }
|
2553
|
+
},
|
2554
|
+
"Blue": {
|
2555
|
+
"25": { "value": "#f5faff", "type": "color" },
|
2556
|
+
"50": { "value": "#eff8ff", "type": "color" },
|
2557
|
+
"100": { "value": "#d1e9ff", "type": "color" },
|
2558
|
+
"200": { "value": "#b2ddff", "type": "color" },
|
2559
|
+
"300": { "value": "#84caff", "type": "color" },
|
2560
|
+
"400": { "value": "#53b1fd", "type": "color" },
|
2561
|
+
"500": { "value": "#2e90fa", "type": "color" },
|
2562
|
+
"600": { "value": "#1570ef", "type": "color" },
|
2563
|
+
"700": { "value": "#175cd3", "type": "color" },
|
2564
|
+
"800": { "value": "#1849a9", "type": "color" },
|
2565
|
+
"900": { "value": "#194185", "type": "color" },
|
2566
|
+
"950": { "value": "#102a56", "type": "color" }
|
2567
|
+
},
|
2568
|
+
"Blue dark": {
|
2569
|
+
"25": { "value": "#f5f8ff", "type": "color" },
|
2570
|
+
"50": { "value": "#eff4ff", "type": "color" },
|
2571
|
+
"100": { "value": "#d1e0ff", "type": "color" },
|
2572
|
+
"200": { "value": "#b2ccff", "type": "color" },
|
2573
|
+
"300": { "value": "#84adff", "type": "color" },
|
2574
|
+
"400": { "value": "#528bff", "type": "color" },
|
2575
|
+
"500": { "value": "#2970ff", "type": "color" },
|
2576
|
+
"600": { "value": "#155eef", "type": "color" },
|
2577
|
+
"700": { "value": "#004eeb", "type": "color" },
|
2578
|
+
"800": { "value": "#0040c1", "type": "color" },
|
2579
|
+
"900": { "value": "#00359e", "type": "color" },
|
2580
|
+
"950": { "value": "#002266", "type": "color" }
|
2581
|
+
},
|
2582
|
+
"Indigo": {
|
2583
|
+
"25": { "value": "#f5f8ff", "type": "color" },
|
2584
|
+
"50": { "value": "#eef4ff", "type": "color" },
|
2585
|
+
"100": { "value": "#e0eaff", "type": "color" },
|
2586
|
+
"200": { "value": "#c7d7fe", "type": "color" },
|
2587
|
+
"300": { "value": "#a4bcfd", "type": "color" },
|
2588
|
+
"400": { "value": "#8098f9", "type": "color" },
|
2589
|
+
"500": { "value": "#6172f3", "type": "color" },
|
2590
|
+
"600": { "value": "#444ce7", "type": "color" },
|
2591
|
+
"700": { "value": "#3538cd", "type": "color" },
|
2592
|
+
"800": { "value": "#2d31a6", "type": "color" },
|
2593
|
+
"900": { "value": "#2d3282", "type": "color" },
|
2594
|
+
"950": { "value": "#1f235b", "type": "color" }
|
2595
|
+
},
|
2596
|
+
"Violet": {
|
2597
|
+
"25": { "value": "#fbfaff", "type": "color" },
|
2598
|
+
"50": { "value": "#f5f3ff", "type": "color" },
|
2599
|
+
"100": { "value": "#ece9fe", "type": "color" },
|
2600
|
+
"200": { "value": "#ddd6fe", "type": "color" },
|
2601
|
+
"300": { "value": "#c3b5fd", "type": "color" },
|
2602
|
+
"400": { "value": "#a48afb", "type": "color" },
|
2603
|
+
"500": { "value": "#875bf7", "type": "color" },
|
2604
|
+
"600": { "value": "#7839ee", "type": "color" },
|
2605
|
+
"700": { "value": "#6927da", "type": "color" },
|
2606
|
+
"800": { "value": "#5720b7", "type": "color" },
|
2607
|
+
"900": { "value": "#491c96", "type": "color" },
|
2608
|
+
"950": { "value": "#2e125e", "type": "color" }
|
2609
|
+
},
|
2610
|
+
"Purple": {
|
2611
|
+
"25": { "value": "#fafaff", "type": "color" },
|
2612
|
+
"50": { "value": "#f4f3ff", "type": "color" },
|
2613
|
+
"100": { "value": "#ebe9fe", "type": "color" },
|
2614
|
+
"200": { "value": "#d9d6fe", "type": "color" },
|
2615
|
+
"300": { "value": "#bdb4fe", "type": "color" },
|
2616
|
+
"400": { "value": "#9b8afb", "type": "color" },
|
2617
|
+
"500": { "value": "#7a5af8", "type": "color" },
|
2618
|
+
"600": { "value": "#6938ef", "type": "color" },
|
2619
|
+
"700": { "value": "#5925dc", "type": "color" },
|
2620
|
+
"800": { "value": "#4a1fb8", "type": "color" },
|
2621
|
+
"900": { "value": "#3e1c96", "type": "color" },
|
2622
|
+
"950": { "value": "#27115f", "type": "color" }
|
2623
|
+
},
|
2624
|
+
"Fuchsia": {
|
2625
|
+
"25": { "value": "#fefaff", "type": "color" },
|
2626
|
+
"50": { "value": "#fdf4ff", "type": "color" },
|
2627
|
+
"100": { "value": "#fbe8ff", "type": "color" },
|
2628
|
+
"200": { "value": "#f6d0fe", "type": "color" },
|
2629
|
+
"300": { "value": "#eeaafd", "type": "color" },
|
2630
|
+
"400": { "value": "#e478fa", "type": "color" },
|
2631
|
+
"500": { "value": "#d444f1", "type": "color" },
|
2632
|
+
"600": { "value": "#ba24d5", "type": "color" },
|
2633
|
+
"700": { "value": "#9f1ab1", "type": "color" },
|
2634
|
+
"800": { "value": "#821890", "type": "color" },
|
2635
|
+
"900": { "value": "#6f1877", "type": "color" },
|
2636
|
+
"950": { "value": "#47104c", "type": "color" }
|
2637
|
+
},
|
2638
|
+
"Pink": {
|
2639
|
+
"25": { "value": "#fef6fb", "type": "color" },
|
2640
|
+
"50": { "value": "#fdf2fa", "type": "color" },
|
2641
|
+
"100": { "value": "#fce7f6", "type": "color" },
|
2642
|
+
"200": { "value": "#fcceee", "type": "color" },
|
2643
|
+
"300": { "value": "#faa7e0", "type": "color" },
|
2644
|
+
"400": { "value": "#f670c7", "type": "color" },
|
2645
|
+
"500": { "value": "#ee46bc", "type": "color" },
|
2646
|
+
"600": { "value": "#dd2590", "type": "color" },
|
2647
|
+
"700": { "value": "#c11574", "type": "color" },
|
2648
|
+
"800": { "value": "#9e165f", "type": "color" },
|
2649
|
+
"900": { "value": "#851651", "type": "color" },
|
2650
|
+
"950": { "value": "#4e0d30", "type": "color" }
|
2651
|
+
},
|
2652
|
+
"Rosé": {
|
2653
|
+
"25": { "value": "#fff5f6", "type": "color" },
|
2654
|
+
"50": { "value": "#fff1f3", "type": "color" },
|
2655
|
+
"100": { "value": "#ffe4e8", "type": "color" },
|
2656
|
+
"200": { "value": "#fecdd6", "type": "color" },
|
2657
|
+
"300": { "value": "#fea3b4", "type": "color" },
|
2658
|
+
"400": { "value": "#fd6f8e", "type": "color" },
|
2659
|
+
"500": { "value": "#f63d68", "type": "color" },
|
2660
|
+
"600": { "value": "#e31b54", "type": "color" },
|
2661
|
+
"700": { "value": "#c01048", "type": "color" },
|
2662
|
+
"800": { "value": "#a11043", "type": "color" },
|
2663
|
+
"900": { "value": "#89123e", "type": "color" },
|
2664
|
+
"950": { "value": "#510b24", "type": "color" }
|
2665
|
+
},
|
2666
|
+
"Orange dark": {
|
2667
|
+
"25": { "value": "#fff9f5", "type": "color" },
|
2668
|
+
"50": { "value": "#fff4ed", "type": "color" },
|
2669
|
+
"100": { "value": "#ffe6d5", "type": "color" },
|
2670
|
+
"200": { "value": "#ffd6ae", "type": "color" },
|
2671
|
+
"300": { "value": "#ff9c66", "type": "color" },
|
2672
|
+
"400": { "value": "#ff692e", "type": "color" },
|
2673
|
+
"500": { "value": "#ff4405", "type": "color" },
|
2674
|
+
"600": { "value": "#e62e05", "type": "color" },
|
2675
|
+
"700": { "value": "#bc1b06", "type": "color" },
|
2676
|
+
"800": { "value": "#97180c", "type": "color" },
|
2677
|
+
"900": { "value": "#771a0d", "type": "color" },
|
2678
|
+
"950": { "value": "#57130a", "type": "color" }
|
2679
|
+
},
|
2680
|
+
"Orange": {
|
2681
|
+
"25": { "value": "#fefaf5", "type": "color" },
|
2682
|
+
"50": { "value": "#fef6ee", "type": "color" },
|
2683
|
+
"100": { "value": "#fdead7", "type": "color" },
|
2684
|
+
"200": { "value": "#f9dbaf", "type": "color" },
|
2685
|
+
"300": { "value": "#f7b27a", "type": "color" },
|
2686
|
+
"400": { "value": "#f38744", "type": "color" },
|
2687
|
+
"500": { "value": "#ef6820", "type": "color" },
|
2688
|
+
"600": { "value": "#e04f16", "type": "color" },
|
2689
|
+
"700": { "value": "#b93815", "type": "color" },
|
2690
|
+
"800": { "value": "#932f19", "type": "color" },
|
2691
|
+
"900": { "value": "#772917", "type": "color" },
|
2692
|
+
"950": { "value": "#511c10", "type": "color" }
|
2693
|
+
},
|
2694
|
+
"Yellow": {
|
2695
|
+
"25": { "value": "#fefdf0", "type": "color" },
|
2696
|
+
"50": { "value": "#fefbe8", "type": "color" },
|
2697
|
+
"100": { "value": "#fef7c3", "type": "color" },
|
2698
|
+
"200": { "value": "#feee95", "type": "color" },
|
2699
|
+
"300": { "value": "#fde272", "type": "color" },
|
2700
|
+
"400": { "value": "#fac515", "type": "color" },
|
2701
|
+
"500": { "value": "#eaaa08", "type": "color" },
|
2702
|
+
"600": { "value": "#ca8504", "type": "color" },
|
2703
|
+
"700": { "value": "#a15c07", "type": "color" },
|
2704
|
+
"800": { "value": "#854a0e", "type": "color" },
|
2705
|
+
"900": { "value": "#713b12", "type": "color" },
|
2706
|
+
"950": { "value": "#542c0d", "type": "color" }
|
2707
|
+
},
|
2708
|
+
"Gray (dark mode alpha)": {
|
2709
|
+
"25": { "value": "#fffffffa", "type": "color" },
|
2710
|
+
"50": { "value": "#fffffff5", "type": "color" },
|
2711
|
+
"100": { "value": "#fffffff0", "type": "color" },
|
2712
|
+
"200": { "value": "#ffffffeb", "type": "color" },
|
2713
|
+
"300": { "value": "#ffffffcc", "type": "color" },
|
2714
|
+
"400": { "value": "#ffffff8f", "type": "color" },
|
2715
|
+
"500": { "value": "#ffffff80", "type": "color" },
|
2716
|
+
"600": { "value": "#ffffff59", "type": "color" },
|
2717
|
+
"700": { "value": "#ffffff29", "type": "color" },
|
2718
|
+
"800": { "value": "#ffffff14", "type": "color" },
|
2719
|
+
"900": { "value": "#ffffff0a", "type": "color" },
|
2720
|
+
"950": { "value": "#ffffff00", "type": "color" }
|
2721
|
+
},
|
2722
|
+
"Gray (dark mode)": {
|
2723
|
+
"25": { "value": "#fcfcfd", "type": "color" },
|
2724
|
+
"50": { "value": "#fafafa", "type": "color" },
|
2725
|
+
"100": { "value": "#f4f4f5", "type": "color" },
|
2726
|
+
"200": { "value": "#e4e4e7", "type": "color" },
|
2727
|
+
"300": { "value": "#d1d1d6", "type": "color" },
|
2728
|
+
"400": { "value": "#a0a0ab", "type": "color" },
|
2729
|
+
"500": { "value": "#70707b", "type": "color" },
|
2730
|
+
"600": { "value": "#51525c", "type": "color" },
|
2731
|
+
"700": { "value": "#3f3f46", "type": "color" },
|
2732
|
+
"800": { "value": "#26272b", "type": "color" },
|
2733
|
+
"900": { "value": "#1a1a1e", "type": "color" },
|
2734
|
+
"950": { "value": "#131316", "type": "color" }
|
2735
|
+
}
|
2736
|
+
},
|
2737
|
+
"Spacing": {
|
2738
|
+
"0 (0px)": { "value": "0rem", "type": "dimension" },
|
2739
|
+
"0․5 (2px)": { "value": "0.125rem", "type": "dimension" },
|
2740
|
+
"1 (4px)": { "value": "0.25rem", "type": "dimension" },
|
2741
|
+
"2 (8px)": { "value": "0.5rem", "type": "dimension" },
|
2742
|
+
"3 (12px)": { "value": "0.75rem", "type": "dimension" },
|
2743
|
+
"4 (16px)": { "value": "1rem", "type": "dimension" },
|
2744
|
+
"5 (20px)": { "value": "1.25rem", "type": "dimension" },
|
2745
|
+
"6 (24px)": { "value": "1.5rem", "type": "dimension" },
|
2746
|
+
"8 (32px)": { "value": "2rem", "type": "dimension" },
|
2747
|
+
"10 (40px)": { "value": "2.5rem", "type": "dimension" },
|
2748
|
+
"12 (48px)": { "value": "3rem", "type": "dimension" },
|
2749
|
+
"16 (64px)": { "value": "4rem", "type": "dimension" },
|
2750
|
+
"20 (80px)": { "value": "5rem", "type": "dimension" },
|
2751
|
+
"24 (96px)": { "value": "6rem", "type": "dimension" },
|
2752
|
+
"32 (128px)": { "value": "8rem", "type": "dimension" },
|
2753
|
+
"40 (160px)": { "value": "10rem", "type": "dimension" },
|
2754
|
+
"48 (192px)": { "value": "12rem", "type": "dimension" },
|
2755
|
+
"56 (224px)": { "value": "14rem", "type": "dimension" },
|
2756
|
+
"64 (256px)": { "value": "16rem", "type": "dimension" },
|
2757
|
+
"96 (384px)": { "value": "24rem", "type": "dimension" },
|
2758
|
+
"80 (320px)": { "value": "20rem", "type": "dimension" },
|
2759
|
+
"120 (480px)": { "value": "30rem", "type": "dimension" },
|
2760
|
+
"160 (640px)": { "value": "40rem", "type": "dimension" },
|
2761
|
+
"192 (768px)": { "value": "48rem", "type": "dimension" },
|
2762
|
+
"256 (1,024px)": { "value": "64rem", "type": "dimension" },
|
2763
|
+
"320 (1,280px)": { "value": "80rem", "type": "dimension" },
|
2764
|
+
"360 (1,440px)": { "value": "90rem", "type": "dimension" },
|
2765
|
+
"400 (1,600px)": { "value": "100rem", "type": "dimension" },
|
2766
|
+
"480 (1,920px)": { "value": "120rem", "type": "dimension" },
|
2767
|
+
"1․5 (6px)": { "value": "0.375rem", "type": "dimension" },
|
2768
|
+
"140 (560px)": { "value": "35rem", "type": "dimension" },
|
2769
|
+
"180 (720px)": { "value": "45rem", "type": "dimension" }
|
2770
|
+
}
|
2771
|
+
},
|
2772
|
+
"1. Color modes/Dark mode": {
|
2773
|
+
"Colors": {
|
2774
|
+
"Text": {
|
2775
|
+
"text-primary (900)": {
|
2776
|
+
"value": "{Colors.Gray (dark mode).50}",
|
2777
|
+
"type": "color"
|
2778
|
+
},
|
2779
|
+
"text-tertiary (600)": {
|
2780
|
+
"value": "{Colors.Gray (dark mode).400}",
|
2781
|
+
"type": "color"
|
2782
|
+
},
|
2783
|
+
"text-error-primary (600)": {
|
2784
|
+
"value": "{Colors.Error.400}",
|
2785
|
+
"type": "color"
|
2786
|
+
},
|
2787
|
+
"text-warning-primary (600)": {
|
2788
|
+
"value": "{Colors.Warning.400}",
|
2789
|
+
"type": "color"
|
2790
|
+
},
|
2791
|
+
"text-success-primary (600)": {
|
2792
|
+
"value": "{Colors.Success.400}",
|
2793
|
+
"type": "color"
|
2794
|
+
},
|
2795
|
+
"text-white": { "value": "{Colors.Base.white}", "type": "color" },
|
2796
|
+
"text-secondary (700)": {
|
2797
|
+
"value": "{Colors.Gray (dark mode).300}",
|
2798
|
+
"type": "color"
|
2799
|
+
},
|
2800
|
+
"text-disabled": {
|
2801
|
+
"value": "{Colors.Gray (dark mode).500}",
|
2802
|
+
"type": "color"
|
2803
|
+
},
|
2804
|
+
"text-secondary_hover": {
|
2805
|
+
"value": "{Colors.Gray (dark mode).200}",
|
2806
|
+
"type": "color"
|
2807
|
+
},
|
2808
|
+
"text-tertiary_hover": {
|
2809
|
+
"value": "{Colors.Gray (dark mode).300}",
|
2810
|
+
"type": "color"
|
2811
|
+
},
|
2812
|
+
"text-brand-secondary (700)": {
|
2813
|
+
"value": "{Colors.Gray (dark mode).300}",
|
2814
|
+
"type": "color"
|
2815
|
+
},
|
2816
|
+
"text-placeholder": {
|
2817
|
+
"value": "{Colors.Gray (dark mode).500}",
|
2818
|
+
"type": "color"
|
2819
|
+
},
|
2820
|
+
"text-placeholder_subtle": {
|
2821
|
+
"value": "{Colors.Gray (dark mode).700}",
|
2822
|
+
"type": "color"
|
2823
|
+
},
|
2824
|
+
"text-brand-tertiary (600)": {
|
2825
|
+
"value": "{Colors.Gray (dark mode).400}",
|
2826
|
+
"type": "color"
|
2827
|
+
},
|
2828
|
+
"text-quaternary (500)": {
|
2829
|
+
"value": "{Colors.Gray (dark mode).400}",
|
2830
|
+
"type": "color"
|
2831
|
+
},
|
2832
|
+
"text-brand-primary (900)": {
|
2833
|
+
"value": "{Colors.Gray (dark mode).50}",
|
2834
|
+
"type": "color"
|
2835
|
+
},
|
2836
|
+
"text-primary_on-brand": {
|
2837
|
+
"value": "{Colors.Gray (dark mode).50}",
|
2838
|
+
"type": "color"
|
2839
|
+
},
|
2840
|
+
"text-secondary_on-brand": {
|
2841
|
+
"value": "{Colors.Gray (dark mode).300}",
|
2842
|
+
"type": "color"
|
2843
|
+
},
|
2844
|
+
"text-tertiary_on-brand": {
|
2845
|
+
"value": "{Colors.Gray (dark mode).400}",
|
2846
|
+
"type": "color"
|
2847
|
+
},
|
2848
|
+
"text-quaternary_on-brand": {
|
2849
|
+
"value": "{Colors.Gray (dark mode).400}",
|
2850
|
+
"type": "color"
|
2851
|
+
},
|
2852
|
+
"text-brand-tertiary_alt": {
|
2853
|
+
"value": "{Colors.Gray (dark mode).50}",
|
2854
|
+
"type": "color"
|
2855
|
+
}
|
2856
|
+
},
|
2857
|
+
"Border": {
|
2858
|
+
"border-secondary": {
|
2859
|
+
"value": "{Colors.Gray (dark mode).800}",
|
2860
|
+
"type": "color"
|
2861
|
+
},
|
2862
|
+
"border-error": { "value": "{Colors.Error.400}", "type": "color" },
|
2863
|
+
"border-primary": {
|
2864
|
+
"value": "{Colors.Gray (dark mode).700}",
|
2865
|
+
"type": "color"
|
2866
|
+
},
|
2867
|
+
"border-brand": { "value": "{Colors.Brand.400}", "type": "color" },
|
2868
|
+
"border-brand-solid": {
|
2869
|
+
"value": "{Colors.Brand.500}",
|
2870
|
+
"type": "color"
|
2871
|
+
},
|
2872
|
+
"border-disabled": {
|
2873
|
+
"value": "{Colors.Gray (dark mode).700}",
|
2874
|
+
"type": "color"
|
2875
|
+
},
|
2876
|
+
"border-error-solid": {
|
2877
|
+
"value": "{Colors.Error.500}",
|
2878
|
+
"type": "color"
|
2879
|
+
},
|
2880
|
+
"border-disabled_subtle": {
|
2881
|
+
"value": "{Colors.Gray (dark mode).800}",
|
2882
|
+
"type": "color"
|
2883
|
+
},
|
2884
|
+
"border-tertiary": {
|
2885
|
+
"value": "{Colors.Gray (dark mode).800}",
|
2886
|
+
"type": "color"
|
2887
|
+
},
|
2888
|
+
"border-brand-solid_alt": {
|
2889
|
+
"value": "{Colors.Gray (dark mode).700}",
|
2890
|
+
"type": "color"
|
2891
|
+
}
|
2892
|
+
},
|
2893
|
+
"Background": {
|
2894
|
+
"bg-primary": {
|
2895
|
+
"value": "{Colors.Gray (dark mode).950}",
|
2896
|
+
"type": "color"
|
2897
|
+
},
|
2898
|
+
"bg-tertiary": {
|
2899
|
+
"value": "{Colors.Gray (dark mode).800}",
|
2900
|
+
"type": "color"
|
2901
|
+
},
|
2902
|
+
"bg-brand-primary": { "value": "{Colors.Brand.500}", "type": "color" },
|
2903
|
+
"bg-error-secondary": {
|
2904
|
+
"value": "{Colors.Error.600}",
|
2905
|
+
"type": "color"
|
2906
|
+
},
|
2907
|
+
"bg-warning-primary": {
|
2908
|
+
"value": "{Colors.Warning.500}",
|
2909
|
+
"type": "color"
|
2910
|
+
},
|
2911
|
+
"bg-warning-secondary": {
|
2912
|
+
"value": "{Colors.Warning.600}",
|
2913
|
+
"type": "color"
|
2914
|
+
},
|
2915
|
+
"bg-success-primary": {
|
2916
|
+
"value": "{Colors.Success.500}",
|
2917
|
+
"type": "color"
|
2918
|
+
},
|
2919
|
+
"bg-success-secondary": {
|
2920
|
+
"value": "{Colors.Success.600}",
|
2921
|
+
"type": "color"
|
2922
|
+
},
|
2923
|
+
"bg-brand-solid": { "value": "{Colors.Brand.600}", "type": "color" },
|
2924
|
+
"bg-secondary-solid": {
|
2925
|
+
"value": "{Colors.Gray (dark mode).600}",
|
2926
|
+
"type": "color"
|
2927
|
+
},
|
2928
|
+
"bg-error-solid": { "value": "{Colors.Error.600}", "type": "color" },
|
2929
|
+
"bg-warning-solid": {
|
2930
|
+
"value": "{Colors.Warning.600}",
|
2931
|
+
"type": "color"
|
2932
|
+
},
|
2933
|
+
"bg-success-solid": {
|
2934
|
+
"value": "{Colors.Success.600}",
|
2935
|
+
"type": "color"
|
2936
|
+
},
|
2937
|
+
"bg-secondary_hover": {
|
2938
|
+
"value": "{Colors.Gray (dark mode).800}",
|
2939
|
+
"type": "color"
|
2940
|
+
},
|
2941
|
+
"bg-primary_hover": {
|
2942
|
+
"value": "{Colors.Gray (dark mode).800}",
|
2943
|
+
"type": "color"
|
2944
|
+
},
|
2945
|
+
"bg-disabled": {
|
2946
|
+
"value": "{Colors.Gray (dark mode).800}",
|
2947
|
+
"type": "color"
|
2948
|
+
},
|
2949
|
+
"bg-active": {
|
2950
|
+
"value": "{Colors.Gray (dark mode).800}",
|
2951
|
+
"type": "color"
|
2952
|
+
},
|
2953
|
+
"bg-brand-solid_hover": {
|
2954
|
+
"value": "{Colors.Brand.500}",
|
2955
|
+
"type": "color"
|
2956
|
+
},
|
2957
|
+
"bg-error-primary": { "value": "{Colors.Error.500}", "type": "color" },
|
2958
|
+
"bg-brand-secondary": {
|
2959
|
+
"value": "{Colors.Brand.600}",
|
2960
|
+
"type": "color"
|
2961
|
+
},
|
2962
|
+
"bg-secondary": {
|
2963
|
+
"value": "{Colors.Gray (dark mode).900}",
|
2964
|
+
"type": "color"
|
2965
|
+
},
|
2966
|
+
"bg-disabled_subtle": {
|
2967
|
+
"value": "{Colors.Gray (dark mode).900}",
|
2968
|
+
"type": "color"
|
2969
|
+
},
|
2970
|
+
"bg-quaternary": {
|
2971
|
+
"value": "{Colors.Gray (dark mode).700}",
|
2972
|
+
"type": "color"
|
2973
|
+
},
|
2974
|
+
"bg-primary_alt": {
|
2975
|
+
"value": "{Colors.Background.bg-secondary}",
|
2976
|
+
"type": "color"
|
2977
|
+
},
|
2978
|
+
"bg-brand-primary_alt": {
|
2979
|
+
"value": "{Colors.Background.bg-secondary}",
|
2980
|
+
"type": "color"
|
2981
|
+
},
|
2982
|
+
"bg-secondary_alt": {
|
2983
|
+
"value": "{Colors.Background.bg-primary}",
|
2984
|
+
"type": "color"
|
2985
|
+
},
|
2986
|
+
"bg-overlay": {
|
2987
|
+
"value": "{Colors.Gray (dark mode).800}",
|
2988
|
+
"type": "color"
|
2989
|
+
},
|
2990
|
+
"bg-secondary_subtle": {
|
2991
|
+
"value": "{Colors.Gray (dark mode).900}",
|
2992
|
+
"type": "color"
|
2993
|
+
},
|
2994
|
+
"bg-brand-section": {
|
2995
|
+
"value": "{Colors.Background.bg-secondary}",
|
2996
|
+
"type": "color"
|
2997
|
+
},
|
2998
|
+
"bg-brand-section_subtle": {
|
2999
|
+
"value": "{Colors.Background.bg-primary}",
|
3000
|
+
"type": "color"
|
3001
|
+
},
|
3002
|
+
"bg-primary-solid": {
|
3003
|
+
"value": "{Colors.Background.bg-secondary}",
|
3004
|
+
"type": "color"
|
3005
|
+
}
|
3006
|
+
},
|
3007
|
+
"Foreground": {
|
3008
|
+
"fg-secondary (700)": {
|
3009
|
+
"value": "{Colors.Gray (dark mode).300}",
|
3010
|
+
"type": "color"
|
3011
|
+
},
|
3012
|
+
"fg-warning-primary": {
|
3013
|
+
"value": "{Colors.Warning.500}",
|
3014
|
+
"type": "color"
|
3015
|
+
},
|
3016
|
+
"fg-success-primary": {
|
3017
|
+
"value": "{Colors.Success.500}",
|
3018
|
+
"type": "color"
|
3019
|
+
},
|
3020
|
+
"fg-white": { "value": "{Colors.Base.white}", "type": "color" },
|
3021
|
+
"fg-success-secondary": {
|
3022
|
+
"value": "{Colors.Success.400}",
|
3023
|
+
"type": "color"
|
3024
|
+
},
|
3025
|
+
"fg-secondary_hover": {
|
3026
|
+
"value": "{Colors.Gray (dark mode).200}",
|
3027
|
+
"type": "color"
|
3028
|
+
},
|
3029
|
+
"fg-primary (900)": { "value": "{Colors.Base.white}", "type": "color" },
|
3030
|
+
"fg-disabled": {
|
3031
|
+
"value": "{Colors.Gray (dark mode).500}",
|
3032
|
+
"type": "color"
|
3033
|
+
},
|
3034
|
+
"fg-quaternary (500)": {
|
3035
|
+
"value": "{Colors.Gray (dark mode).400}",
|
3036
|
+
"type": "color"
|
3037
|
+
},
|
3038
|
+
"fg-quaternary_hover": {
|
3039
|
+
"value": "{Colors.Gray (dark mode).300}",
|
3040
|
+
"type": "color"
|
3041
|
+
},
|
3042
|
+
"fg-brand-secondary (500)": {
|
3043
|
+
"value": "{Colors.Brand.500}",
|
3044
|
+
"type": "color"
|
3045
|
+
},
|
3046
|
+
"fg-brand-primary (600)": {
|
3047
|
+
"value": "{Colors.Brand.500}",
|
3048
|
+
"type": "color"
|
3049
|
+
},
|
3050
|
+
"fg-quinary (400)": {
|
3051
|
+
"value": "{Colors.Gray (dark mode).500}",
|
3052
|
+
"type": "color"
|
3053
|
+
},
|
3054
|
+
"fg-quinary_hover": {
|
3055
|
+
"value": "{Colors.Gray (dark mode).400}",
|
3056
|
+
"type": "color"
|
3057
|
+
},
|
3058
|
+
"fg-error-primary": { "value": "{Colors.Error.500}", "type": "color" },
|
3059
|
+
"fg-disabled_subtle": {
|
3060
|
+
"value": "{Colors.Gray (dark mode).600}",
|
3061
|
+
"type": "color"
|
3062
|
+
},
|
3063
|
+
"fg-warning-secondary": {
|
3064
|
+
"value": "{Colors.Warning.400}",
|
3065
|
+
"type": "color"
|
3066
|
+
},
|
3067
|
+
"fg-error-secondary": {
|
3068
|
+
"value": "{Colors.Error.400}",
|
3069
|
+
"type": "color"
|
3070
|
+
},
|
3071
|
+
"fg-senary (300)": {
|
3072
|
+
"value": "{Colors.Gray (dark mode).600}",
|
3073
|
+
"type": "color"
|
3074
|
+
},
|
3075
|
+
"fg-tertiary (600)": {
|
3076
|
+
"value": "{Colors.Gray (dark mode).400}",
|
3077
|
+
"type": "color"
|
3078
|
+
},
|
3079
|
+
"fg-tertiary_hover": {
|
3080
|
+
"value": "{Colors.Gray (dark mode).300}",
|
3081
|
+
"type": "color"
|
3082
|
+
},
|
3083
|
+
"fg-brand-primary_alt": {
|
3084
|
+
"value": "{Colors.Gray (dark mode).300}",
|
3085
|
+
"type": "color"
|
3086
|
+
}
|
3087
|
+
}
|
3088
|
+
},
|
3089
|
+
"Component colors": {
|
3090
|
+
"Utility": {
|
3091
|
+
"Blue": {
|
3092
|
+
"utility-blue-600": { "value": "{Colors.Blue.400}", "type": "color" },
|
3093
|
+
"utility-blue-700": { "value": "{Colors.Blue.300}", "type": "color" },
|
3094
|
+
"utility-blue-500": { "value": "{Colors.Blue.500}", "type": "color" },
|
3095
|
+
"utility-blue-200": { "value": "{Colors.Blue.800}", "type": "color" },
|
3096
|
+
"utility-blue-50": { "value": "{Colors.Blue.950}", "type": "color" },
|
3097
|
+
"utility-blue-100": { "value": "{Colors.Blue.900}", "type": "color" },
|
3098
|
+
"utility-blue-400": { "value": "{Colors.Blue.600}", "type": "color" },
|
3099
|
+
"utility-blue-300": { "value": "{Colors.Blue.700}", "type": "color" }
|
3100
|
+
},
|
3101
|
+
"Brand": {
|
3102
|
+
"utility-brand-600": {
|
3103
|
+
"value": "{Colors.Brand.400}",
|
3104
|
+
"type": "color"
|
3105
|
+
},
|
3106
|
+
"utility-brand-700": {
|
3107
|
+
"value": "{Colors.Brand.300}",
|
3108
|
+
"type": "color"
|
3109
|
+
},
|
3110
|
+
"utility-brand-500": {
|
3111
|
+
"value": "{Colors.Brand.500}",
|
3112
|
+
"type": "color"
|
3113
|
+
},
|
3114
|
+
"utility-brand-200": {
|
3115
|
+
"value": "{Colors.Brand.800}",
|
3116
|
+
"type": "color"
|
3117
|
+
},
|
3118
|
+
"utility-brand-50": {
|
3119
|
+
"value": "{Colors.Brand.950}",
|
3120
|
+
"type": "color"
|
3121
|
+
},
|
3122
|
+
"utility-brand-100": {
|
3123
|
+
"value": "{Colors.Brand.900}",
|
3124
|
+
"type": "color"
|
3125
|
+
},
|
3126
|
+
"utility-brand-400": {
|
3127
|
+
"value": "{Colors.Brand.600}",
|
3128
|
+
"type": "color"
|
3129
|
+
},
|
3130
|
+
"utility-brand-50_alt": {
|
3131
|
+
"value": "{Component colors.Utility.Gray.utility-gray-50}",
|
3132
|
+
"type": "color"
|
3133
|
+
},
|
3134
|
+
"utility-brand-100_alt": {
|
3135
|
+
"value": "{Component colors.Utility.Gray.utility-gray-100}",
|
3136
|
+
"type": "color"
|
3137
|
+
},
|
3138
|
+
"utility-brand-200_alt": {
|
3139
|
+
"value": "{Component colors.Utility.Gray.utility-gray-200}",
|
3140
|
+
"type": "color"
|
3141
|
+
},
|
3142
|
+
"utility-brand-400_alt": {
|
3143
|
+
"value": "{Component colors.Utility.Gray.utility-gray-400}",
|
3144
|
+
"type": "color"
|
3145
|
+
},
|
3146
|
+
"utility-brand-500_alt": {
|
3147
|
+
"value": "{Component colors.Utility.Gray.utility-gray-500}",
|
3148
|
+
"type": "color"
|
3149
|
+
},
|
3150
|
+
"utility-brand-600_alt": {
|
3151
|
+
"value": "{Component colors.Utility.Gray.utility-gray-600}",
|
3152
|
+
"type": "color"
|
3153
|
+
},
|
3154
|
+
"utility-brand-700_alt": {
|
3155
|
+
"value": "{Component colors.Utility.Gray.utility-gray-700}",
|
3156
|
+
"type": "color"
|
3157
|
+
},
|
3158
|
+
"utility-brand-300": {
|
3159
|
+
"value": "{Colors.Brand.700}",
|
3160
|
+
"type": "color"
|
3161
|
+
},
|
3162
|
+
"utility-brand-900": {
|
3163
|
+
"value": "{Colors.Brand.100}",
|
3164
|
+
"type": "color"
|
3165
|
+
},
|
3166
|
+
"utility-brand-800": {
|
3167
|
+
"value": "{Colors.Brand.200}",
|
3168
|
+
"type": "color"
|
3169
|
+
},
|
3170
|
+
"utility-brand-300_alt": {
|
3171
|
+
"value": "{Component colors.Utility.Gray.utility-gray-300}",
|
3172
|
+
"type": "color"
|
3173
|
+
},
|
3174
|
+
"utility-brand-800_alt": {
|
3175
|
+
"value": "{Component colors.Utility.Gray.utility-gray-800}",
|
3176
|
+
"type": "color"
|
3177
|
+
},
|
3178
|
+
"utility-brand-900_alt": {
|
3179
|
+
"value": "{Component colors.Utility.Gray.utility-gray-900}",
|
3180
|
+
"type": "color"
|
3181
|
+
}
|
3182
|
+
},
|
3183
|
+
"Gray": {
|
3184
|
+
"utility-gray-700": {
|
3185
|
+
"value": "{Colors.Gray (dark mode).300}",
|
3186
|
+
"type": "color"
|
3187
|
+
},
|
3188
|
+
"utility-gray-600": {
|
3189
|
+
"value": "{Colors.Gray (dark mode).400}",
|
3190
|
+
"type": "color"
|
3191
|
+
},
|
3192
|
+
"utility-gray-500": {
|
3193
|
+
"value": "{Colors.Gray (dark mode).500}",
|
3194
|
+
"type": "color"
|
3195
|
+
},
|
3196
|
+
"utility-gray-200": {
|
3197
|
+
"value": "{Colors.Gray (dark mode).700}",
|
3198
|
+
"type": "color"
|
3199
|
+
},
|
3200
|
+
"utility-gray-50": {
|
3201
|
+
"value": "{Colors.Gray (dark mode).900}",
|
3202
|
+
"type": "color"
|
3203
|
+
},
|
3204
|
+
"utility-gray-100": {
|
3205
|
+
"value": "{Colors.Gray (dark mode).800}",
|
3206
|
+
"type": "color"
|
3207
|
+
},
|
3208
|
+
"utility-gray-400": {
|
3209
|
+
"value": "{Colors.Gray (dark mode).600}",
|
3210
|
+
"type": "color"
|
3211
|
+
},
|
3212
|
+
"utility-gray-300": {
|
3213
|
+
"value": "{Colors.Gray (dark mode).700}",
|
3214
|
+
"type": "color"
|
3215
|
+
},
|
3216
|
+
"utility-gray-900": {
|
3217
|
+
"value": "{Colors.Gray (dark mode).100}",
|
3218
|
+
"type": "color"
|
3219
|
+
},
|
3220
|
+
"utility-gray-800": {
|
3221
|
+
"value": "{Colors.Gray (dark mode).200}",
|
3222
|
+
"type": "color"
|
3223
|
+
}
|
3224
|
+
},
|
3225
|
+
"Error": {
|
3226
|
+
"utility-error-600": {
|
3227
|
+
"value": "{Colors.Error.400}",
|
3228
|
+
"type": "color"
|
3229
|
+
},
|
3230
|
+
"utility-error-700": {
|
3231
|
+
"value": "{Colors.Error.300}",
|
3232
|
+
"type": "color"
|
3233
|
+
},
|
3234
|
+
"utility-error-500": {
|
3235
|
+
"value": "{Colors.Error.500}",
|
3236
|
+
"type": "color"
|
3237
|
+
},
|
3238
|
+
"utility-error-200": {
|
3239
|
+
"value": "{Colors.Error.800}",
|
3240
|
+
"type": "color"
|
3241
|
+
},
|
3242
|
+
"utility-error-50": {
|
3243
|
+
"value": "{Colors.Error.950}",
|
3244
|
+
"type": "color"
|
3245
|
+
},
|
3246
|
+
"utility-error-100": {
|
3247
|
+
"value": "{Colors.Error.900}",
|
3248
|
+
"type": "color"
|
3249
|
+
},
|
3250
|
+
"utility-error-400": {
|
3251
|
+
"value": "{Colors.Error.600}",
|
3252
|
+
"type": "color"
|
3253
|
+
},
|
3254
|
+
"utility-error-300": {
|
3255
|
+
"value": "{Colors.Error.700}",
|
3256
|
+
"type": "color"
|
3257
|
+
}
|
3258
|
+
},
|
3259
|
+
"Warning": {
|
3260
|
+
"utility-warning-600": {
|
3261
|
+
"value": "{Colors.Warning.400}",
|
3262
|
+
"type": "color"
|
3263
|
+
},
|
3264
|
+
"utility-warning-700": {
|
3265
|
+
"value": "{Colors.Warning.300}",
|
3266
|
+
"type": "color"
|
3267
|
+
},
|
3268
|
+
"utility-warning-500": {
|
3269
|
+
"value": "{Colors.Warning.500}",
|
3270
|
+
"type": "color"
|
3271
|
+
},
|
3272
|
+
"utility-warning-200": {
|
3273
|
+
"value": "{Colors.Warning.800}",
|
3274
|
+
"type": "color"
|
3275
|
+
},
|
3276
|
+
"utility-warning-50": {
|
3277
|
+
"value": "{Colors.Warning.950}",
|
3278
|
+
"type": "color"
|
3279
|
+
},
|
3280
|
+
"utility-warning-100": {
|
3281
|
+
"value": "{Colors.Warning.900}",
|
3282
|
+
"type": "color"
|
3283
|
+
},
|
3284
|
+
"utility-warning-400": {
|
3285
|
+
"value": "{Colors.Warning.600}",
|
3286
|
+
"type": "color"
|
3287
|
+
},
|
3288
|
+
"utility-warning-300": {
|
3289
|
+
"value": "{Colors.Warning.700}",
|
3290
|
+
"type": "color"
|
3291
|
+
}
|
3292
|
+
},
|
3293
|
+
"Success": {
|
3294
|
+
"utility-success-600": {
|
3295
|
+
"value": "{Colors.Success.400}",
|
3296
|
+
"type": "color"
|
3297
|
+
},
|
3298
|
+
"utility-success-700": {
|
3299
|
+
"value": "{Colors.Success.300}",
|
3300
|
+
"type": "color"
|
3301
|
+
},
|
3302
|
+
"utility-success-500": {
|
3303
|
+
"value": "{Colors.Success.500}",
|
3304
|
+
"type": "color"
|
3305
|
+
},
|
3306
|
+
"utility-success-200": {
|
3307
|
+
"value": "{Colors.Success.800}",
|
3308
|
+
"type": "color"
|
3309
|
+
},
|
3310
|
+
"utility-success-50": {
|
3311
|
+
"value": "{Colors.Success.950}",
|
3312
|
+
"type": "color"
|
3313
|
+
},
|
3314
|
+
"utility-success-100": {
|
3315
|
+
"value": "{Colors.Success.900}",
|
3316
|
+
"type": "color"
|
3317
|
+
},
|
3318
|
+
"utility-success-400": {
|
3319
|
+
"value": "{Colors.Success.600}",
|
3320
|
+
"type": "color"
|
3321
|
+
},
|
3322
|
+
"utility-success-300": {
|
3323
|
+
"value": "{Colors.Success.700}",
|
3324
|
+
"type": "color"
|
3325
|
+
}
|
3326
|
+
},
|
3327
|
+
"Orange": {
|
3328
|
+
"utility-orange-600": {
|
3329
|
+
"value": "{Colors.Orange.400}",
|
3330
|
+
"type": "color"
|
3331
|
+
},
|
3332
|
+
"utility-orange-700": {
|
3333
|
+
"value": "{Colors.Orange.300}",
|
3334
|
+
"type": "color"
|
3335
|
+
},
|
3336
|
+
"utility-orange-500": {
|
3337
|
+
"value": "{Colors.Orange.500}",
|
3338
|
+
"type": "color"
|
3339
|
+
},
|
3340
|
+
"utility-orange-200": {
|
3341
|
+
"value": "{Colors.Orange.800}",
|
3342
|
+
"type": "color"
|
3343
|
+
},
|
3344
|
+
"utility-orange-50": {
|
3345
|
+
"value": "{Colors.Orange.950}",
|
3346
|
+
"type": "color"
|
3347
|
+
},
|
3348
|
+
"utility-orange-100": {
|
3349
|
+
"value": "{Colors.Orange.900}",
|
3350
|
+
"type": "color"
|
3351
|
+
},
|
3352
|
+
"utility-orange-400": {
|
3353
|
+
"value": "{Colors.Orange.600}",
|
3354
|
+
"type": "color"
|
3355
|
+
},
|
3356
|
+
"utility-orange-300": {
|
3357
|
+
"value": "{Colors.Orange.700}",
|
3358
|
+
"type": "color"
|
3359
|
+
}
|
3360
|
+
},
|
3361
|
+
"Blue dark": {
|
3362
|
+
"utility-blue-dark-600": {
|
3363
|
+
"value": "{Colors.Blue dark.400}",
|
3364
|
+
"type": "color"
|
3365
|
+
},
|
3366
|
+
"utility-blue-dark-700": {
|
3367
|
+
"value": "{Colors.Blue dark.300}",
|
3368
|
+
"type": "color"
|
3369
|
+
},
|
3370
|
+
"utility-blue-dark-500": {
|
3371
|
+
"value": "{Colors.Blue dark.500}",
|
3372
|
+
"type": "color"
|
3373
|
+
},
|
3374
|
+
"utility-blue-dark-200": {
|
3375
|
+
"value": "{Colors.Blue dark.800}",
|
3376
|
+
"type": "color"
|
3377
|
+
},
|
3378
|
+
"utility-blue-dark-50": {
|
3379
|
+
"value": "{Colors.Blue dark.950}",
|
3380
|
+
"type": "color"
|
3381
|
+
},
|
3382
|
+
"utility-blue-dark-100": {
|
3383
|
+
"value": "{Colors.Blue dark.900}",
|
3384
|
+
"type": "color"
|
3385
|
+
},
|
3386
|
+
"utility-blue-dark-400": {
|
3387
|
+
"value": "{Colors.Blue dark.600}",
|
3388
|
+
"type": "color"
|
3389
|
+
},
|
3390
|
+
"utility-blue-dark-300": {
|
3391
|
+
"value": "{Colors.Blue dark.700}",
|
3392
|
+
"type": "color"
|
3393
|
+
}
|
3394
|
+
},
|
3395
|
+
"Indigo": {
|
3396
|
+
"utility-indigo-600": {
|
3397
|
+
"value": "{Colors.Indigo.400}",
|
3398
|
+
"type": "color"
|
3399
|
+
},
|
3400
|
+
"utility-indigo-700": {
|
3401
|
+
"value": "{Colors.Indigo.300}",
|
3402
|
+
"type": "color"
|
3403
|
+
},
|
3404
|
+
"utility-indigo-500": {
|
3405
|
+
"value": "{Colors.Indigo.500}",
|
3406
|
+
"type": "color"
|
3407
|
+
},
|
3408
|
+
"utility-indigo-200": {
|
3409
|
+
"value": "{Colors.Indigo.800}",
|
3410
|
+
"type": "color"
|
3411
|
+
},
|
3412
|
+
"utility-indigo-50": {
|
3413
|
+
"value": "{Colors.Indigo.950}",
|
3414
|
+
"type": "color"
|
3415
|
+
},
|
3416
|
+
"utility-indigo-100": {
|
3417
|
+
"value": "{Colors.Indigo.900}",
|
3418
|
+
"type": "color"
|
3419
|
+
},
|
3420
|
+
"utility-indigo-400": {
|
3421
|
+
"value": "{Colors.Indigo.600}",
|
3422
|
+
"type": "color"
|
3423
|
+
},
|
3424
|
+
"utility-indigo-300": {
|
3425
|
+
"value": "{Colors.Indigo.700}",
|
3426
|
+
"type": "color"
|
3427
|
+
}
|
3428
|
+
},
|
3429
|
+
"Fuchsia": {
|
3430
|
+
"utility-fuchsia-600": {
|
3431
|
+
"value": "{Colors.Fuchsia.400}",
|
3432
|
+
"type": "color"
|
3433
|
+
},
|
3434
|
+
"utility-fuchsia-700": {
|
3435
|
+
"value": "{Colors.Fuchsia.300}",
|
3436
|
+
"type": "color"
|
3437
|
+
},
|
3438
|
+
"utility-fuchsia-500": {
|
3439
|
+
"value": "{Colors.Fuchsia.500}",
|
3440
|
+
"type": "color"
|
3441
|
+
},
|
3442
|
+
"utility-fuchsia-200": {
|
3443
|
+
"value": "{Colors.Fuchsia.800}",
|
3444
|
+
"type": "color"
|
3445
|
+
},
|
3446
|
+
"utility-fuchsia-50": {
|
3447
|
+
"value": "{Colors.Fuchsia.950}",
|
3448
|
+
"type": "color"
|
3449
|
+
},
|
3450
|
+
"utility-fuchsia-100": {
|
3451
|
+
"value": "{Colors.Fuchsia.900}",
|
3452
|
+
"type": "color"
|
3453
|
+
},
|
3454
|
+
"utility-fuchsia-400": {
|
3455
|
+
"value": "{Colors.Fuchsia.600}",
|
3456
|
+
"type": "color"
|
3457
|
+
},
|
3458
|
+
"utility-fuchsia-300": {
|
3459
|
+
"value": "{Colors.Fuchsia.700}",
|
3460
|
+
"type": "color"
|
3461
|
+
}
|
3462
|
+
},
|
3463
|
+
"Pink": {
|
3464
|
+
"utility-pink-600": { "value": "{Colors.Pink.400}", "type": "color" },
|
3465
|
+
"utility-pink-700": { "value": "{Colors.Pink.300}", "type": "color" },
|
3466
|
+
"utility-pink-500": { "value": "{Colors.Pink.500}", "type": "color" },
|
3467
|
+
"utility-pink-200": { "value": "{Colors.Pink.800}", "type": "color" },
|
3468
|
+
"utility-pink-50": { "value": "{Colors.Pink.950}", "type": "color" },
|
3469
|
+
"utility-pink-100": { "value": "{Colors.Pink.900}", "type": "color" },
|
3470
|
+
"utility-pink-400": { "value": "{Colors.Pink.600}", "type": "color" },
|
3471
|
+
"utility-pink-300": { "value": "{Colors.Pink.700}", "type": "color" }
|
3472
|
+
},
|
3473
|
+
"Purple": {
|
3474
|
+
"utility-purple-600": {
|
3475
|
+
"value": "{Colors.Purple.400}",
|
3476
|
+
"type": "color"
|
3477
|
+
},
|
3478
|
+
"utility-purple-700": {
|
3479
|
+
"value": "{Colors.Purple.300}",
|
3480
|
+
"type": "color"
|
3481
|
+
},
|
3482
|
+
"utility-purple-500": {
|
3483
|
+
"value": "{Colors.Purple.500}",
|
3484
|
+
"type": "color"
|
3485
|
+
},
|
3486
|
+
"utility-purple-200": {
|
3487
|
+
"value": "{Colors.Purple.800}",
|
3488
|
+
"type": "color"
|
3489
|
+
},
|
3490
|
+
"utility-purple-50": {
|
3491
|
+
"value": "{Colors.Purple.950}",
|
3492
|
+
"type": "color"
|
3493
|
+
},
|
3494
|
+
"utility-purple-100": {
|
3495
|
+
"value": "{Colors.Purple.900}",
|
3496
|
+
"type": "color"
|
3497
|
+
},
|
3498
|
+
"utility-purple-400": {
|
3499
|
+
"value": "{Colors.Purple.600}",
|
3500
|
+
"type": "color"
|
3501
|
+
},
|
3502
|
+
"utility-purple-300": {
|
3503
|
+
"value": "{Colors.Purple.700}",
|
3504
|
+
"type": "color"
|
3505
|
+
}
|
3506
|
+
},
|
3507
|
+
"Orange dark": {
|
3508
|
+
"utility-orange-dark-600": {
|
3509
|
+
"value": "{Colors.Orange dark.400}",
|
3510
|
+
"type": "color"
|
3511
|
+
},
|
3512
|
+
"utility-orange-dark-700": {
|
3513
|
+
"value": "{Colors.Orange dark.300}",
|
3514
|
+
"type": "color"
|
3515
|
+
},
|
3516
|
+
"utility-orange-dark-500": {
|
3517
|
+
"value": "{Colors.Orange dark.500}",
|
3518
|
+
"type": "color"
|
3519
|
+
},
|
3520
|
+
"utility-orange-dark-200": {
|
3521
|
+
"value": "{Colors.Orange dark.800}",
|
3522
|
+
"type": "color"
|
3523
|
+
},
|
3524
|
+
"utility-orange-dark-50": {
|
3525
|
+
"value": "{Colors.Orange dark.950}",
|
3526
|
+
"type": "color"
|
3527
|
+
},
|
3528
|
+
"utility-orange-dark-100": {
|
3529
|
+
"value": "{Colors.Orange dark.900}",
|
3530
|
+
"type": "color"
|
3531
|
+
},
|
3532
|
+
"utility-orange-dark-400": {
|
3533
|
+
"value": "{Colors.Orange dark.600}",
|
3534
|
+
"type": "color"
|
3535
|
+
},
|
3536
|
+
"utility-orange-dark-300": {
|
3537
|
+
"value": "{Colors.Orange dark.700}",
|
3538
|
+
"type": "color"
|
3539
|
+
}
|
3540
|
+
},
|
3541
|
+
"Blue light": {
|
3542
|
+
"utility-blue-light-600": {
|
3543
|
+
"value": "{Colors.Blue light.400}",
|
3544
|
+
"type": "color"
|
3545
|
+
},
|
3546
|
+
"utility-blue-light-700": {
|
3547
|
+
"value": "{Colors.Blue light.300}",
|
3548
|
+
"type": "color"
|
3549
|
+
},
|
3550
|
+
"utility-blue-light-500": {
|
3551
|
+
"value": "{Colors.Blue light.500}",
|
3552
|
+
"type": "color"
|
3553
|
+
},
|
3554
|
+
"utility-blue-light-200": {
|
3555
|
+
"value": "{Colors.Blue light.800}",
|
3556
|
+
"type": "color"
|
3557
|
+
},
|
3558
|
+
"utility-blue-light-50": {
|
3559
|
+
"value": "{Colors.Blue light.950}",
|
3560
|
+
"type": "color"
|
3561
|
+
},
|
3562
|
+
"utility-blue-light-100": {
|
3563
|
+
"value": "{Colors.Blue light.900}",
|
3564
|
+
"type": "color"
|
3565
|
+
},
|
3566
|
+
"utility-blue-light-400": {
|
3567
|
+
"value": "{Colors.Blue light.600}",
|
3568
|
+
"type": "color"
|
3569
|
+
},
|
3570
|
+
"utility-blue-light-300": {
|
3571
|
+
"value": "{Colors.Blue light.700}",
|
3572
|
+
"type": "color"
|
3573
|
+
}
|
3574
|
+
},
|
3575
|
+
"Gray blue": {
|
3576
|
+
"utility-gray-blue-600": {
|
3577
|
+
"value": "{Colors.Gray blue.400}",
|
3578
|
+
"type": "color"
|
3579
|
+
},
|
3580
|
+
"utility-gray-blue-700": {
|
3581
|
+
"value": "{Colors.Gray blue.300}",
|
3582
|
+
"type": "color"
|
3583
|
+
},
|
3584
|
+
"utility-gray-blue-500": {
|
3585
|
+
"value": "{Colors.Gray blue.500}",
|
3586
|
+
"type": "color"
|
3587
|
+
},
|
3588
|
+
"utility-gray-blue-200": {
|
3589
|
+
"value": "{Colors.Gray blue.800}",
|
3590
|
+
"type": "color"
|
3591
|
+
},
|
3592
|
+
"utility-gray-blue-50": {
|
3593
|
+
"value": "{Colors.Gray blue.900}",
|
3594
|
+
"type": "color"
|
3595
|
+
},
|
3596
|
+
"utility-gray-blue-100": {
|
3597
|
+
"value": "{Colors.Gray blue.900}",
|
3598
|
+
"type": "color"
|
3599
|
+
},
|
3600
|
+
"utility-gray-blue-400": {
|
3601
|
+
"value": "{Colors.Gray blue.600}",
|
3602
|
+
"type": "color"
|
3603
|
+
},
|
3604
|
+
"utility-gray-blue-300": {
|
3605
|
+
"value": "{Colors.Gray blue.700}",
|
3606
|
+
"type": "color"
|
3607
|
+
}
|
3608
|
+
}
|
3609
|
+
},
|
3610
|
+
"Components": {
|
3611
|
+
"Tooltips": {
|
3612
|
+
"tooltip-supporting-text": {
|
3613
|
+
"value": "{Colors.Gray (dark mode).300}",
|
3614
|
+
"type": "color"
|
3615
|
+
}
|
3616
|
+
},
|
3617
|
+
"Buttons": {
|
3618
|
+
"Brand": {
|
3619
|
+
"button-brand-bg": {
|
3620
|
+
"value": "{Colors.Brand.600}",
|
3621
|
+
"type": "color"
|
3622
|
+
},
|
3623
|
+
"button-brand-bg_hover": {
|
3624
|
+
"value": "{Colors.Brand.700}",
|
3625
|
+
"type": "color"
|
3626
|
+
},
|
3627
|
+
"button-brand-fg": {
|
3628
|
+
"value": "{Colors.Base.white}",
|
3629
|
+
"type": "color"
|
3630
|
+
},
|
3631
|
+
"button-brand-border": {
|
3632
|
+
"value": "{Colors.Brand.600}",
|
3633
|
+
"type": "color"
|
3634
|
+
},
|
3635
|
+
"button-brand-border_hover": {
|
3636
|
+
"value": "{Colors.Brand.700}",
|
3637
|
+
"type": "color"
|
3638
|
+
},
|
3639
|
+
"button-brand-fg_hover": {
|
3640
|
+
"value": "{Colors.Base.white}",
|
3641
|
+
"type": "color"
|
3642
|
+
}
|
3643
|
+
},
|
3644
|
+
"Secondary": {
|
3645
|
+
"button-secondary-bg": {
|
3646
|
+
"value": "{Colors.Gray (dark mode).900}",
|
3647
|
+
"type": "color"
|
3648
|
+
},
|
3649
|
+
"button-secondary-bg_hover": {
|
3650
|
+
"value": "{Colors.Gray (dark mode).800}",
|
3651
|
+
"type": "color"
|
3652
|
+
},
|
3653
|
+
"button-secondary-fg": {
|
3654
|
+
"value": "{Colors.Gray (dark mode).300}",
|
3655
|
+
"type": "color"
|
3656
|
+
},
|
3657
|
+
"button-secondary-fg_hover": {
|
3658
|
+
"value": "{Colors.Gray (dark mode).100}",
|
3659
|
+
"type": "color"
|
3660
|
+
},
|
3661
|
+
"button-secondary-border": {
|
3662
|
+
"value": "{Colors.Gray (dark mode).700}",
|
3663
|
+
"type": "color"
|
3664
|
+
},
|
3665
|
+
"button-secondary-border_hover": {
|
3666
|
+
"value": "{Colors.Gray (dark mode).700}",
|
3667
|
+
"type": "color"
|
3668
|
+
}
|
3669
|
+
},
|
3670
|
+
"Secondary color": {
|
3671
|
+
"button-secondary-color-bg": {
|
3672
|
+
"value": "{Colors.Gray (dark mode).900}",
|
3673
|
+
"type": "color"
|
3674
|
+
},
|
3675
|
+
"button-secondary-color-bg_hover": {
|
3676
|
+
"value": "{Colors.Gray (dark mode).800}",
|
3677
|
+
"type": "color"
|
3678
|
+
},
|
3679
|
+
"button-secondary-color-border_hover": {
|
3680
|
+
"value": "{Colors.Gray (dark mode).700}",
|
3681
|
+
"type": "color"
|
3682
|
+
},
|
3683
|
+
"button-secondary-color-border": {
|
3684
|
+
"value": "{Colors.Gray (dark mode).700}",
|
3685
|
+
"type": "color"
|
3686
|
+
},
|
3687
|
+
"button-secondary-color-fg": {
|
3688
|
+
"value": "{Colors.Gray (dark mode).300}",
|
3689
|
+
"type": "color"
|
3690
|
+
},
|
3691
|
+
"button-secondary-color-fg_hover": {
|
3692
|
+
"value": "{Colors.Gray (dark mode).100}",
|
3693
|
+
"type": "color"
|
3694
|
+
}
|
3695
|
+
},
|
3696
|
+
"Primary error": {
|
3697
|
+
"button-primary-error-fg": {
|
3698
|
+
"value": "{Colors.Base.white}",
|
3699
|
+
"type": "color"
|
3700
|
+
},
|
3701
|
+
"button-primary-error-fg_hover": {
|
3702
|
+
"value": "{Colors.Base.white}",
|
3703
|
+
"type": "color"
|
3704
|
+
},
|
3705
|
+
"button-primary-error-bg": {
|
3706
|
+
"value": "{Colors.Error.600}",
|
3707
|
+
"type": "color"
|
3708
|
+
},
|
3709
|
+
"button-primary-error-bg_hover": {
|
3710
|
+
"value": "{Colors.Error.700}",
|
3711
|
+
"type": "color"
|
3712
|
+
},
|
3713
|
+
"button-primary-error-border": {
|
3714
|
+
"value": "{Colors.Error.600}",
|
3715
|
+
"type": "color"
|
3716
|
+
},
|
3717
|
+
"button-primary-error-border_hover": {
|
3718
|
+
"value": "{Colors.Error.700}",
|
3719
|
+
"type": "color"
|
3720
|
+
}
|
3721
|
+
},
|
3722
|
+
"Secondary error": {
|
3723
|
+
"button-secondary-error-fg": {
|
3724
|
+
"value": "{Colors.Error.200}",
|
3725
|
+
"type": "color"
|
3726
|
+
},
|
3727
|
+
"button-secondary-error-fg_hover": {
|
3728
|
+
"value": "{Colors.Error.100}",
|
3729
|
+
"type": "color"
|
3730
|
+
},
|
3731
|
+
"button-secondary-error-bg": {
|
3732
|
+
"value": "{Colors.Error.950}",
|
3733
|
+
"type": "color"
|
3734
|
+
},
|
3735
|
+
"button-secondary-error-bg_hover": {
|
3736
|
+
"value": "{Colors.Error.900}",
|
3737
|
+
"type": "color"
|
3738
|
+
},
|
3739
|
+
"button-secondary-error-border": {
|
3740
|
+
"value": "{Colors.Error.800}",
|
3741
|
+
"type": "color"
|
3742
|
+
},
|
3743
|
+
"button-secondary-error-border_hover": {
|
3744
|
+
"value": "{Colors.Error.700}",
|
3745
|
+
"type": "color"
|
3746
|
+
}
|
3747
|
+
},
|
3748
|
+
"Tertiary": {
|
3749
|
+
"button-tertiary-fg": {
|
3750
|
+
"value": "{Colors.Gray (dark mode).400}",
|
3751
|
+
"type": "color"
|
3752
|
+
},
|
3753
|
+
"button-tertiary-fg_hover": {
|
3754
|
+
"value": "{Colors.Gray (dark mode).200}",
|
3755
|
+
"type": "color"
|
3756
|
+
},
|
3757
|
+
"button-tertiary-bg_hover": {
|
3758
|
+
"value": "{Colors.Gray (dark mode).800}",
|
3759
|
+
"type": "color"
|
3760
|
+
}
|
3761
|
+
},
|
3762
|
+
"Tertiary color": {
|
3763
|
+
"button-tertiary-color-fg": {
|
3764
|
+
"value": "{Colors.Gray (dark mode).300}",
|
3765
|
+
"type": "color"
|
3766
|
+
},
|
3767
|
+
"button-tertiary-color-fg_hover": {
|
3768
|
+
"value": "{Colors.Gray (dark mode).100}",
|
3769
|
+
"type": "color"
|
3770
|
+
},
|
3771
|
+
"button-tertiary-color-bg_hover": {
|
3772
|
+
"value": "{Colors.Gray (dark mode).800}",
|
3773
|
+
"type": "color"
|
3774
|
+
}
|
3775
|
+
},
|
3776
|
+
"Tertiary error": {
|
3777
|
+
"button-tertiary-error-fg": {
|
3778
|
+
"value": "{Colors.Error.300}",
|
3779
|
+
"type": "color"
|
3780
|
+
},
|
3781
|
+
"button-tertiary-error-fg_hover": {
|
3782
|
+
"value": "{Colors.Error.200}",
|
3783
|
+
"type": "color"
|
3784
|
+
},
|
3785
|
+
"button-tertiary-error-bg_hover": {
|
3786
|
+
"value": "{Colors.Error.900}",
|
3787
|
+
"type": "color"
|
3788
|
+
}
|
3789
|
+
},
|
3790
|
+
"Primary": {
|
3791
|
+
"button-primary-fg": {
|
3792
|
+
"value": "{Colors.Gray (light mode).700}",
|
3793
|
+
"type": "color"
|
3794
|
+
},
|
3795
|
+
"button-primary-fg_hover": {
|
3796
|
+
"value": "{Colors.Gray (light mode).800}",
|
3797
|
+
"type": "color"
|
3798
|
+
},
|
3799
|
+
"button-primary-bg": {
|
3800
|
+
"value": "{Colors.Base.white}",
|
3801
|
+
"type": "color"
|
3802
|
+
},
|
3803
|
+
"button-primary-bg_hover": {
|
3804
|
+
"value": "{Colors.Gray (dark mode).50}",
|
3805
|
+
"type": "color"
|
3806
|
+
},
|
3807
|
+
"button-primary-border": {
|
3808
|
+
"value": "{Colors.Gray (light mode).300}",
|
3809
|
+
"type": "color"
|
3810
|
+
},
|
3811
|
+
"button-primary-border_hover": {
|
3812
|
+
"value": "{Colors.Gray (light mode).300}",
|
3813
|
+
"type": "color"
|
3814
|
+
}
|
3815
|
+
},
|
3816
|
+
"Ghost": {
|
3817
|
+
"button-ghost-fg": {
|
3818
|
+
"value": "{Colors.Gray (dark mode).300}",
|
3819
|
+
"type": "color"
|
3820
|
+
},
|
3821
|
+
"button-ghost-fg_hover": {
|
3822
|
+
"value": "{Colors.Gray (dark mode).100}",
|
3823
|
+
"type": "color"
|
3824
|
+
},
|
3825
|
+
"button-ghost-bg": {
|
3826
|
+
"value": "{Colors.Base.transparent}",
|
3827
|
+
"type": "color"
|
3828
|
+
},
|
3829
|
+
"button-ghost-bg_hover": {
|
3830
|
+
"value": "{Colors.Gray (dark mode).800}",
|
3831
|
+
"type": "color"
|
3832
|
+
},
|
3833
|
+
"button-ghost-border": {
|
3834
|
+
"value": "{Colors.Base.transparent}",
|
3835
|
+
"type": "color"
|
3836
|
+
},
|
3837
|
+
"button-ghost-border_hover": {
|
3838
|
+
"value": "{Colors.Base.transparent}",
|
3839
|
+
"type": "color"
|
3840
|
+
}
|
3841
|
+
}
|
3842
|
+
},
|
3843
|
+
"WYSIWYG editor": {
|
3844
|
+
"wysiwyg-editor-icon-fg": {
|
3845
|
+
"value": "{Colors.Gray (dark mode).400}",
|
3846
|
+
"type": "color"
|
3847
|
+
},
|
3848
|
+
"wysiwyg-editor-icon-fg_active": {
|
3849
|
+
"value": "{Colors.Base.white}",
|
3850
|
+
"type": "color"
|
3851
|
+
}
|
3852
|
+
},
|
3853
|
+
"Avatars": {
|
3854
|
+
"avatar-contrast-border": { "value": "#ffffff1f", "type": "color" },
|
3855
|
+
"avatar-profile-photo-border": {
|
3856
|
+
"value": "{Colors.Gray (dark mode).950}",
|
3857
|
+
"type": "color"
|
3858
|
+
},
|
3859
|
+
"avatar-bg": {
|
3860
|
+
"value": "{Colors.Gray (dark mode).800}",
|
3861
|
+
"type": "color"
|
3862
|
+
},
|
3863
|
+
"avatar-focus-border": { "value": "#98a2b324", "type": "color" }
|
3864
|
+
},
|
3865
|
+
"Breadcrumbs": {
|
3866
|
+
"breadcrumb-fg": {
|
3867
|
+
"value": "{Colors.Gray (dark mode).300}",
|
3868
|
+
"type": "color"
|
3869
|
+
},
|
3870
|
+
"breadcrumb-fg_hover": {
|
3871
|
+
"value": "{Colors.Base.white}",
|
3872
|
+
"type": "color"
|
3873
|
+
},
|
3874
|
+
"breadcrumb-bg_hover": {
|
3875
|
+
"value": "{Colors.Gray (dark mode).800}",
|
3876
|
+
"type": "color"
|
3877
|
+
},
|
3878
|
+
"breadcrumb-brand-bg_hover": {
|
3879
|
+
"value": "{Colors.Gray (dark mode).800}",
|
3880
|
+
"type": "color"
|
3881
|
+
},
|
3882
|
+
"breadcrumb-brand-fg_hover": {
|
3883
|
+
"value": "{Colors.Base.white}",
|
3884
|
+
"type": "color"
|
3885
|
+
},
|
3886
|
+
"breadcrumb-icon-fg": {
|
3887
|
+
"value": "{Colors.Gray (dark mode).400}",
|
3888
|
+
"type": "color"
|
3889
|
+
},
|
3890
|
+
"breadcrumb-icon-fg_hover": {
|
3891
|
+
"value": "{Colors.Base.white}",
|
3892
|
+
"type": "color"
|
3893
|
+
},
|
3894
|
+
"breadcrumb-brand-icon-fg_hover": {
|
3895
|
+
"value": "{Colors.Base.white}",
|
3896
|
+
"type": "color"
|
3897
|
+
}
|
3898
|
+
},
|
3899
|
+
"Icons": {
|
3900
|
+
"Featured icons": {
|
3901
|
+
"Modern": {
|
3902
|
+
"featured-icon-modern-border": {
|
3903
|
+
"value": "{Colors.Gray (dark mode).700}",
|
3904
|
+
"type": "color"
|
3905
|
+
}
|
3906
|
+
},
|
3907
|
+
"Light": {
|
3908
|
+
"featured-icon-light-fg-brand": {
|
3909
|
+
"value": "{Colors.Brand.200}",
|
3910
|
+
"type": "color"
|
3911
|
+
},
|
3912
|
+
"featured-icon-light-fg-gray": {
|
3913
|
+
"value": "{Colors.Gray (dark mode).200}",
|
3914
|
+
"type": "color"
|
3915
|
+
},
|
3916
|
+
"featured-icon-light-fg-error": {
|
3917
|
+
"value": "{Colors.Error.200}",
|
3918
|
+
"type": "color"
|
3919
|
+
},
|
3920
|
+
"featured-icon-light-fg-warning": {
|
3921
|
+
"value": "{Colors.Warning.200}",
|
3922
|
+
"type": "color"
|
3923
|
+
},
|
3924
|
+
"featured-icon-light-fg-success": {
|
3925
|
+
"value": "{Colors.Success.200}",
|
3926
|
+
"type": "color"
|
3927
|
+
}
|
3928
|
+
},
|
3929
|
+
"Dark": {
|
3930
|
+
"featured-icon-dark-fg-brand": {
|
3931
|
+
"value": "{Colors.Brand.200}",
|
3932
|
+
"type": "color"
|
3933
|
+
},
|
3934
|
+
"featured-icon-dark-fg-gray": {
|
3935
|
+
"value": "{Colors.Gray (dark mode).200}",
|
3936
|
+
"type": "color"
|
3937
|
+
},
|
3938
|
+
"featured-icon-dark-fg-error": {
|
3939
|
+
"value": "{Colors.Error.200}",
|
3940
|
+
"type": "color"
|
3941
|
+
},
|
3942
|
+
"featured-icon-dark-fg-warning": {
|
3943
|
+
"value": "{Colors.Warning.200}",
|
3944
|
+
"type": "color"
|
3945
|
+
},
|
3946
|
+
"featured-icon-dark-fg-success": {
|
3947
|
+
"value": "{Colors.Success.200}",
|
3948
|
+
"type": "color"
|
3949
|
+
}
|
3950
|
+
}
|
3951
|
+
},
|
3952
|
+
"Icons": {
|
3953
|
+
"icon-fg-brand": {
|
3954
|
+
"value": "{Colors.Gray (dark mode).400}",
|
3955
|
+
"type": "color"
|
3956
|
+
},
|
3957
|
+
"icon-fg-brand_on-brand": {
|
3958
|
+
"value": "{Colors.Gray (dark mode).400}",
|
3959
|
+
"type": "color"
|
3960
|
+
}
|
3961
|
+
},
|
3962
|
+
"Social icons": {
|
3963
|
+
"social-icon-fg-x": {
|
3964
|
+
"value": "{Colors.Base.white}",
|
3965
|
+
"type": "color"
|
3966
|
+
},
|
3967
|
+
"social-icon-fg-apple": {
|
3968
|
+
"value": "{Colors.Base.white}",
|
3969
|
+
"type": "color"
|
3970
|
+
},
|
3971
|
+
"social-icon-fg-github": {
|
3972
|
+
"value": "{Colors.Base.white}",
|
3973
|
+
"type": "color"
|
3974
|
+
},
|
3975
|
+
"social-icon-fg-angellist": {
|
3976
|
+
"value": "{Colors.Base.white}",
|
3977
|
+
"type": "color"
|
3978
|
+
},
|
3979
|
+
"social-icon-fg-tumblr": {
|
3980
|
+
"value": "{Colors.Base.white}",
|
3981
|
+
"type": "color"
|
3982
|
+
},
|
3983
|
+
"social-icon-fg-instagram": {
|
3984
|
+
"value": "{Colors.Base.white}",
|
3985
|
+
"type": "color"
|
3986
|
+
}
|
3987
|
+
}
|
3988
|
+
},
|
3989
|
+
"Application navigation": {
|
3990
|
+
"nav-item-icon-fg": {
|
3991
|
+
"value": "{Colors.Gray (dark mode).400}",
|
3992
|
+
"type": "color"
|
3993
|
+
},
|
3994
|
+
"nav-item-icon-fg_active": {
|
3995
|
+
"value": "{Colors.Gray (dark mode).200}",
|
3996
|
+
"type": "color"
|
3997
|
+
},
|
3998
|
+
"nav-item-button-icon-fg": {
|
3999
|
+
"value": "{Colors.Gray (dark mode).400}",
|
4000
|
+
"type": "color"
|
4001
|
+
},
|
4002
|
+
"nav-item-button-icon-fg_active": {
|
4003
|
+
"value": "{Colors.Gray (dark mode).200}",
|
4004
|
+
"type": "color"
|
4005
|
+
}
|
4006
|
+
},
|
4007
|
+
"Sliders": {
|
4008
|
+
"slider-handle-border": {
|
4009
|
+
"value": "{Colors.Background.bg-primary}",
|
4010
|
+
"type": "color"
|
4011
|
+
},
|
4012
|
+
"slider-handle-bg": {
|
4013
|
+
"value": "{Colors.Foreground.fg-brand-primary (600)}",
|
4014
|
+
"type": "color"
|
4015
|
+
}
|
4016
|
+
},
|
4017
|
+
"Header sections": {
|
4018
|
+
"header-abstract-50-bg": {
|
4019
|
+
"value": "{Colors.Gray (dark mode).900}",
|
4020
|
+
"type": "color"
|
4021
|
+
},
|
4022
|
+
"header-abstract-100-bg": {
|
4023
|
+
"value": "{Colors.Gray (dark mode).800}",
|
4024
|
+
"type": "color"
|
4025
|
+
},
|
4026
|
+
"header-abstract-200-bg": {
|
4027
|
+
"value": "{Colors.Gray (dark mode).700}",
|
4028
|
+
"type": "color"
|
4029
|
+
},
|
4030
|
+
"header-abstract-300-bg": {
|
4031
|
+
"value": "{Colors.Gray (dark mode).600}",
|
4032
|
+
"type": "color"
|
4033
|
+
}
|
4034
|
+
},
|
4035
|
+
"Mockups": {
|
4036
|
+
"screen-mockup-border": {
|
4037
|
+
"value": "{Colors.Gray (dark mode).700}",
|
4038
|
+
"type": "color"
|
4039
|
+
}
|
4040
|
+
},
|
4041
|
+
"Footers": {
|
4042
|
+
"footer-button-fg": {
|
4043
|
+
"value": "{Colors.Gray (dark mode).300}",
|
4044
|
+
"type": "color"
|
4045
|
+
},
|
4046
|
+
"footer-button-fg_hover": {
|
4047
|
+
"value": "{Colors.Gray (dark mode).100}",
|
4048
|
+
"type": "color"
|
4049
|
+
},
|
4050
|
+
"footer-badge-fg": {
|
4051
|
+
"value": "{Colors.Base.white}",
|
4052
|
+
"type": "color"
|
4053
|
+
},
|
4054
|
+
"footer-badge-border": { "value": "#ffffff4d", "type": "color" },
|
4055
|
+
"footer-badge-bg": { "value": "#ffffff1a", "type": "color" }
|
4056
|
+
},
|
4057
|
+
"App store badges": {
|
4058
|
+
"app-store-badge-border": {
|
4059
|
+
"value": "{Colors.Base.white}",
|
4060
|
+
"type": "color"
|
4061
|
+
}
|
4062
|
+
},
|
4063
|
+
"Thumbnail": {
|
4064
|
+
"thumbnail-badge-brand-fg": {
|
4065
|
+
"value": "{Colors.Gray (dark mode).300}",
|
4066
|
+
"type": "color"
|
4067
|
+
},
|
4068
|
+
"thumbnail-badge-success-fg": {
|
4069
|
+
"value": "{Colors.Gray (dark mode).300}",
|
4070
|
+
"type": "color"
|
4071
|
+
}
|
4072
|
+
},
|
4073
|
+
"Toggles": {
|
4074
|
+
"toggle-button-fg_disabled": {
|
4075
|
+
"value": "{Colors.Gray (dark mode).600}",
|
4076
|
+
"type": "color"
|
4077
|
+
}
|
4078
|
+
}
|
4079
|
+
},
|
4080
|
+
"Alpha": {
|
4081
|
+
"alpha-white-90": { "value": "#0c111de6", "type": "color" },
|
4082
|
+
"alpha-white-80": { "value": "#0c111dcc", "type": "color" },
|
4083
|
+
"alpha-white-70": { "value": "#0c111db3", "type": "color" },
|
4084
|
+
"alpha-white-60": { "value": "#0c111d99", "type": "color" },
|
4085
|
+
"alpha-white-50": { "value": "#0c111d80", "type": "color" },
|
4086
|
+
"alpha-white-40": { "value": "#0c111d66", "type": "color" },
|
4087
|
+
"alpha-white-30": { "value": "#0c111d4d", "type": "color" },
|
4088
|
+
"alpha-white-20": { "value": "#0c111d33", "type": "color" },
|
4089
|
+
"alpha-white-10": { "value": "#0c111d1a", "type": "color" },
|
4090
|
+
"alpha-black-10": { "value": "#ffffff1a", "type": "color" },
|
4091
|
+
"alpha-black-20": { "value": "#ffffff33", "type": "color" },
|
4092
|
+
"alpha-black-30": { "value": "#ffffff4d", "type": "color" },
|
4093
|
+
"alpha-black-40": { "value": "#ffffff66", "type": "color" },
|
4094
|
+
"alpha-black-50": { "value": "#ffffff80", "type": "color" },
|
4095
|
+
"alpha-black-60": { "value": "#ffffff99", "type": "color" },
|
4096
|
+
"alpha-black-70": { "value": "#ffffffb3", "type": "color" },
|
4097
|
+
"alpha-black-80": { "value": "#ffffffcc", "type": "color" },
|
4098
|
+
"alpha-black-90": { "value": "#ffffffe6", "type": "color" },
|
4099
|
+
"alpha-black-100": { "value": "#ffffff", "type": "color" },
|
4100
|
+
"alpha-white-100": {
|
4101
|
+
"value": "{Colors.Gray (dark mode).950}",
|
4102
|
+
"type": "color"
|
4103
|
+
}
|
4104
|
+
}
|
4105
|
+
}
|
4106
|
+
},
|
4107
|
+
"5. Containers/Value": {
|
4108
|
+
"container-max-width-desktop": {
|
4109
|
+
"value": "{Spacing.320 (1,280px)}",
|
4110
|
+
"type": "dimension"
|
4111
|
+
},
|
4112
|
+
"container-padding-desktop": {
|
4113
|
+
"value": "{Spacing.8 (32px)}",
|
4114
|
+
"type": "dimension"
|
4115
|
+
},
|
4116
|
+
"container-padding-mobile": {
|
4117
|
+
"value": "{Spacing.4 (16px)}",
|
4118
|
+
"type": "dimension"
|
4119
|
+
}
|
4120
|
+
},
|
4121
|
+
"4. Widths/Mode 1": {
|
4122
|
+
"width-xxs": { "value": "{Spacing.80 (320px)}", "type": "dimension" },
|
4123
|
+
"width-sm": { "value": "{Spacing.120 (480px)}", "type": "dimension" },
|
4124
|
+
"width-lg": { "value": "{Spacing.160 (640px)}", "type": "dimension" },
|
4125
|
+
"width-xl": { "value": "{Spacing.192 (768px)}", "type": "dimension" },
|
4126
|
+
"width-2xl": { "value": "{Spacing.256 (1,024px)}", "type": "dimension" },
|
4127
|
+
"width-3xl": { "value": "{Spacing.320 (1,280px)}", "type": "dimension" },
|
4128
|
+
"width-4xl": { "value": "{Spacing.360 (1,440px)}", "type": "dimension" },
|
4129
|
+
"width-5xl": { "value": "{Spacing.400 (1,600px)}", "type": "dimension" },
|
4130
|
+
"width-6xl": { "value": "{Spacing.480 (1,920px)}", "type": "dimension" },
|
4131
|
+
"width-md": { "value": "{Spacing.140 (560px)}", "type": "dimension" },
|
4132
|
+
"paragraph-max-width": {
|
4133
|
+
"value": "{Spacing.180 (720px)}",
|
4134
|
+
"type": "dimension"
|
4135
|
+
},
|
4136
|
+
"width-xs": { "value": "{Spacing.96 (384px)}", "type": "dimension" }
|
4137
|
+
},
|
4138
|
+
"3. Spacing/Mode 1": {
|
4139
|
+
"spacing-none": { "value": "{Spacing.0 (0px)}", "type": "dimension" },
|
4140
|
+
"spacing-xxs": { "value": "{Spacing.0․5 (2px)}", "type": "dimension" },
|
4141
|
+
"spacing-xs": { "value": "{Spacing.1 (4px)}", "type": "dimension" },
|
4142
|
+
"spacing-md": { "value": "{Spacing.2 (8px)}", "type": "dimension" },
|
4143
|
+
"spacing-lg": { "value": "{Spacing.3 (12px)}", "type": "dimension" },
|
4144
|
+
"spacing-xl": { "value": "{Spacing.4 (16px)}", "type": "dimension" },
|
4145
|
+
"spacing-2xl": { "value": "{Spacing.5 (20px)}", "type": "dimension" },
|
4146
|
+
"spacing-3xl": { "value": "{Spacing.6 (24px)}", "type": "dimension" },
|
4147
|
+
"spacing-4xl": { "value": "{Spacing.8 (32px)}", "type": "dimension" },
|
4148
|
+
"spacing-6xl": { "value": "{Spacing.12 (48px)}", "type": "dimension" },
|
4149
|
+
"spacing-7xl": { "value": "{Spacing.16 (64px)}", "type": "dimension" },
|
4150
|
+
"spacing-8xl": { "value": "{Spacing.20 (80px)}", "type": "dimension" },
|
4151
|
+
"spacing-9xl": { "value": "{Spacing.24 (96px)}", "type": "dimension" },
|
4152
|
+
"spacing-10xl": { "value": "{Spacing.32 (128px)}", "type": "dimension" },
|
4153
|
+
"spacing-11xl": { "value": "{Spacing.40 (160px)}", "type": "dimension" },
|
4154
|
+
"spacing-sm": { "value": "{Spacing.1․5 (6px)}", "type": "dimension" },
|
4155
|
+
"spacing-5xl": { "value": "{Spacing.10 (40px)}", "type": "dimension" }
|
4156
|
+
},
|
4157
|
+
"2. Radius/Mode 1": {
|
4158
|
+
"radius-none": { "value": "0rem", "type": "dimension" },
|
4159
|
+
"radius-xxs": { "value": "0.125rem", "type": "dimension" },
|
4160
|
+
"radius-xs": { "value": "0.25rem", "type": "dimension" },
|
4161
|
+
"radius-sm": { "value": "0.375rem", "type": "dimension" },
|
4162
|
+
"radius-md": { "value": "0.5rem", "type": "dimension" },
|
4163
|
+
"radius-xl": { "value": "0.75rem", "type": "dimension" },
|
4164
|
+
"radius-2xl": { "value": "1rem", "type": "dimension" },
|
4165
|
+
"radius-4xl": { "value": "1.5rem", "type": "dimension" },
|
4166
|
+
"radius-full": { "value": "624.9375rem", "type": "dimension" },
|
4167
|
+
"radius-lg": { "value": "0.625rem", "type": "dimension" },
|
4168
|
+
"radius-3xl": { "value": "1.25rem", "type": "dimension" }
|
4169
|
+
}
|
4170
|
+
}
|