@aleph-alpha/config-css 0.7.0 → 0.8.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,400 +0,0 @@
1
- {
2
- "None": {
3
- "value": "0rem",
4
- "type": "dimension"
5
- },
6
- "Default": {
7
- "value": "0.25rem",
8
- "type": "dimension"
9
- },
10
- "Modal": {
11
- "value": "0.5rem",
12
- "type": "dimension"
13
- },
14
- "Chips": {
15
- "value": "2.75rem",
16
- "type": "dimension"
17
- },
18
- "3XS": {
19
- "value": "0.25rem",
20
- "type": "dimension"
21
- },
22
- "XS": {
23
- "value": "0.5rem",
24
- "type": "dimension"
25
- },
26
- "M": {
27
- "value": "0.75rem",
28
- "type": "dimension"
29
- },
30
- "L": {
31
- "value": "1rem",
32
- "type": "dimension"
33
- },
34
- "XL": {
35
- "value": "1.25rem",
36
- "type": "dimension"
37
- },
38
- "XXL": {
39
- "value": "1.5rem",
40
- "type": "dimension"
41
- },
42
- "3XL": {
43
- "value": "2rem",
44
- "type": "dimension"
45
- },
46
- "4XL": {
47
- "value": "3rem",
48
- "type": "dimension"
49
- },
50
- "5XL": {
51
- "value": "4rem",
52
- "type": "dimension"
53
- },
54
- "4XS": {
55
- "value": "0.125rem",
56
- "type": "dimension"
57
- },
58
- "XXS": {
59
- "value": "0.25rem",
60
- "type": "dimension"
61
- },
62
- "S": {
63
- "value": "0.5rem",
64
- "type": "dimension"
65
- },
66
- "linear-gradient-top": {
67
- "value": "linear-gradient(180deg, #0f0f12 0%, #0f0f1200 100%)",
68
- "type": "color"
69
- },
70
- "linear-gradient-bottom": {
71
- "value": "linear-gradient(180deg, #0f0f1200 0%, #0f0f12 100%)",
72
- "type": "color"
73
- },
74
- "Pop-ups and Modals": {
75
- "value": {
76
- "color": "#0000001f",
77
- "type": "dropShadow",
78
- "x": 0,
79
- "y": 1,
80
- "blur": 20,
81
- "spread": 0
82
- },
83
- "type": "boxShadow"
84
- },
85
- "Dropdowns": {
86
- "value": {
87
- "color": "#0000001f",
88
- "type": "dropShadow",
89
- "x": 0,
90
- "y": 1,
91
- "blur": 6,
92
- "spread": 0
93
- },
94
- "type": "boxShadow"
95
- },
96
- "Banner and Snackbars": {
97
- "value": {
98
- "color": "#00000033",
99
- "type": "dropShadow",
100
- "x": 0,
101
- "y": 4,
102
- "blur": 24,
103
- "spread": 0
104
- },
105
- "type": "boxShadow"
106
- },
107
- "Left elevated card": {
108
- "value": {
109
- "color": "#0000001f",
110
- "type": "dropShadow",
111
- "x": 5,
112
- "y": 5,
113
- "blur": 6,
114
- "spread": 0
115
- },
116
- "type": "boxShadow",
117
- "description": "Used in case of hover state"
118
- },
119
- "Right elevated card": {
120
- "value": {
121
- "color": "#0000001f",
122
- "type": "dropShadow",
123
- "x": -5,
124
- "y": 5,
125
- "blur": 6,
126
- "spread": 0
127
- },
128
- "type": "boxShadow",
129
- "description": "Used for hover states"
130
- },
131
- "fontFamilies": {
132
- "raleway": {
133
- "value": "Raleway",
134
- "type": "fontFamilies"
135
- }
136
- },
137
- "lineHeights": {
138
- "0": {
139
- "value": "AUTO",
140
- "type": "lineHeights"
141
- },
142
- "1": {
143
- "value": 24,
144
- "type": "lineHeights"
145
- },
146
- "2": {
147
- "value": 16,
148
- "type": "lineHeights"
149
- },
150
- "3": {
151
- "value": 20,
152
- "type": "lineHeights"
153
- }
154
- },
155
- "fontWeights": {
156
- "raleway-0": {
157
- "value": "Bold",
158
- "type": "fontWeights"
159
- },
160
- "raleway-1": {
161
- "value": "SemiBold",
162
- "type": "fontWeights"
163
- },
164
- "raleway-2": {
165
- "value": "Medium",
166
- "type": "fontWeights"
167
- }
168
- },
169
- "fontSize": {
170
- "0": {
171
- "value": 12,
172
- "type": "fontSizes"
173
- },
174
- "1": {
175
- "value": 14,
176
- "type": "fontSizes"
177
- },
178
- "2": {
179
- "value": 16,
180
- "type": "fontSizes"
181
- },
182
- "3": {
183
- "value": 18,
184
- "type": "fontSizes"
185
- },
186
- "4": {
187
- "value": 20,
188
- "type": "fontSizes"
189
- },
190
- "5": {
191
- "value": 30,
192
- "type": "fontSizes"
193
- }
194
- },
195
- "letterSpacing": {
196
- "0": {
197
- "value": "0%",
198
- "type": "letterSpacing"
199
- }
200
- },
201
- "paragraphSpacing": {
202
- "0": {
203
- "value": 0,
204
- "type": "paragraphSpacing"
205
- }
206
- },
207
- "Heading": {
208
- "Heading 30": {
209
- "value": {
210
- "fontFamily": "Raleway",
211
- "fontWeight": "Bold",
212
- "lineHeight": "AUTO",
213
- "fontSize": 30,
214
- "letterSpacing": "0%",
215
- "paragraphSpacing": 0,
216
- "paragraphIndent": "0px",
217
- "textCase": "none",
218
- "textDecoration": "none"
219
- },
220
- "type": "typography"
221
- },
222
- "Heading 20": {
223
- "value": {
224
- "fontFamily": "Raleway",
225
- "fontWeight": "Bold",
226
- "lineHeight": "AUTO",
227
- "fontSize": 20,
228
- "letterSpacing": "0%",
229
- "paragraphSpacing": 0,
230
- "paragraphIndent": "0px",
231
- "textCase": "none",
232
- "textDecoration": "none"
233
- },
234
- "type": "typography"
235
- },
236
- "Heading 18": {
237
- "value": {
238
- "fontFamily": "Raleway",
239
- "fontWeight": "Bold",
240
- "lineHeight": "AUTO",
241
- "fontSize": 18,
242
- "letterSpacing": "0%",
243
- "paragraphSpacing": 0,
244
- "paragraphIndent": "0px",
245
- "textCase": "none",
246
- "textDecoration": "none"
247
- },
248
- "type": "typography"
249
- },
250
- "Heading 16": {
251
- "value": {
252
- "fontFamily": "Raleway",
253
- "fontWeight": "Bold",
254
- "lineHeight": 24,
255
- "fontSize": 16,
256
- "letterSpacing": "0%",
257
- "paragraphSpacing": 0,
258
- "paragraphIndent": "0px",
259
- "textCase": "none",
260
- "textDecoration": "none"
261
- },
262
- "type": "typography"
263
- },
264
- "Heading 14": {
265
- "value": {
266
- "fontFamily": "Raleway",
267
- "fontWeight": "SemiBold",
268
- "lineHeight": 16,
269
- "fontSize": 14,
270
- "letterSpacing": "0%",
271
- "paragraphSpacing": 0,
272
- "paragraphIndent": "0px",
273
- "textCase": "none",
274
- "textDecoration": "none"
275
- },
276
- "type": "typography"
277
- }
278
- },
279
- "Body": {
280
- "Body 16 Bold": {
281
- "value": {
282
- "fontFamily": "Raleway",
283
- "fontWeight": "Bold",
284
- "lineHeight": 24,
285
- "fontSize": 16,
286
- "letterSpacing": "0%",
287
- "paragraphSpacing": 0,
288
- "paragraphIndent": "0px",
289
- "textCase": "none",
290
- "textDecoration": "none"
291
- },
292
- "type": "typography"
293
- },
294
- "Body 16": {
295
- "value": {
296
- "fontFamily": "Raleway",
297
- "fontWeight": "Medium",
298
- "lineHeight": 24,
299
- "fontSize": 16,
300
- "letterSpacing": "0%",
301
- "paragraphSpacing": 0,
302
- "paragraphIndent": "0px",
303
- "textCase": "none",
304
- "textDecoration": "none"
305
- },
306
- "type": "typography"
307
- },
308
- "Body 16 Compact": {
309
- "value": {
310
- "fontFamily": "Raleway",
311
- "fontWeight": "Medium",
312
- "lineHeight": 20,
313
- "fontSize": 16,
314
- "letterSpacing": "0%",
315
- "paragraphSpacing": 0,
316
- "paragraphIndent": "0px",
317
- "textCase": "none",
318
- "textDecoration": "none"
319
- },
320
- "type": "typography",
321
- "description": "body text, line height 20px"
322
- }
323
- },
324
- "Label": {
325
- "Label 14 Bold": {
326
- "value": {
327
- "fontFamily": "Raleway",
328
- "fontWeight": "Bold",
329
- "lineHeight": "AUTO",
330
- "fontSize": 14,
331
- "letterSpacing": "0%",
332
- "paragraphSpacing": 0,
333
- "paragraphIndent": "0px",
334
- "textCase": "none",
335
- "textDecoration": "none"
336
- },
337
- "type": "typography"
338
- },
339
- "Label 14": {
340
- "value": {
341
- "fontFamily": "Raleway",
342
- "fontWeight": "Medium",
343
- "lineHeight": 16,
344
- "fontSize": 14,
345
- "letterSpacing": "0%",
346
- "paragraphSpacing": 0,
347
- "paragraphIndent": "0px",
348
- "textCase": "none",
349
- "textDecoration": "none"
350
- },
351
- "type": "typography"
352
- },
353
- "Label 12 Bold": {
354
- "value": {
355
- "fontFamily": "Raleway",
356
- "fontWeight": "Bold",
357
- "lineHeight": "AUTO",
358
- "fontSize": 12,
359
- "letterSpacing": "0%",
360
- "paragraphSpacing": 0,
361
- "paragraphIndent": "0px",
362
- "textCase": "none",
363
- "textDecoration": "none"
364
- },
365
- "type": "typography"
366
- },
367
- "Label 12": {
368
- "value": {
369
- "fontFamily": "Raleway",
370
- "fontWeight": "Medium",
371
- "lineHeight": "AUTO",
372
- "fontSize": 12,
373
- "letterSpacing": "0%",
374
- "paragraphSpacing": 0,
375
- "paragraphIndent": "0px",
376
- "textCase": "none",
377
- "textDecoration": "none"
378
- },
379
- "type": "typography"
380
- }
381
- },
382
- "textCase": {
383
- "none": {
384
- "value": "none",
385
- "type": "textCase"
386
- }
387
- },
388
- "textDecoration": {
389
- "none": {
390
- "value": "none",
391
- "type": "textDecoration"
392
- }
393
- },
394
- "paragraphIndent": {
395
- "0": {
396
- "value": "0px",
397
- "type": "dimension"
398
- }
399
- }
400
- }