@openkfw/design-tokens 1.0.2 → 1.0.4

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,506 +0,0 @@
1
- {
2
- "base": {
3
- "color": {
4
- "$type": "color",
5
- "blue": {
6
- "100": { "$value": { "colorSpace": "srgb", "components": [0.9137, 0.9608, 0.9843], "hex": "#e9f5fb" } },
7
- "400": { "$value": { "colorSpace": "srgb", "components": [0.3294, 0.7039, 0.8863], "hex": "#54b3e2" } },
8
- "500": { "$value": { "colorSpace": "srgb", "components": [0, 0.4784, 0.7373], "hex": "#007abc" } },
9
- "600": { "$value": { "colorSpace": "srgb", "components": [0, 0.3529, 0.549], "hex": "#005a8c" } },
10
- "700": { "$value": { "colorSpace": "srgb", "components": [0, 0.2667, 0.4314], "hex": "#00446e" } },
11
- "800": { "$value": { "colorSpace": "srgb", "components": [0, 0.2157, 0.3588], "hex": "#00375b" } }
12
- },
13
- "green": {
14
- "100": { "$value": { "colorSpace": "srgb", "components": [0.9255, 0.9922, 0.9294], "hex": "#ecfded" } },
15
- "300": { "$value": { "colorSpace": "srgb", "components": [0.7176, 0.9765, 0.6667], "hex": "#b7f9aa" } },
16
- "400": { "$value": { "colorSpace": "srgb", "components": [0.5804, 0.9216, 0.5647], "hex": "#94eb90" } },
17
- "700": { "$value": { "colorSpace": "srgb", "components": [0.2235, 0.5137, 0.3412], "hex": "#398357" } }
18
- },
19
- "white": {
20
- "default": { "$value": { "colorSpace": "srgb", "components": [1, 1, 1], "hex": "#ffffff" } },
21
- "90": { "$value": { "colorSpace": "srgb", "components": [1, 1, 1], "hex": "#ffffff", "alpha": 0.9 } },
22
- "95": { "$value": { "colorSpace": "srgb", "components": [1, 1, 1], "hex": "#ffffff", "alpha": 0.95 } }
23
- },
24
- "gray": {
25
- "50": { "$value": { "colorSpace": "srgb", "components": [0.9647, 0.9686, 0.9725], "hex": "#f6f7f8" } },
26
- "100": { "$value": { "colorSpace": "srgb", "components": [0.9333, 0.9412, 0.949], "hex": "#eef0f2" } },
27
- "200": { "$value": { "colorSpace": "srgb", "components": [0.8471, 0.8755, 0.8902], "hex": "#d8dfe3" } },
28
- "300": { "$value": { "colorSpace": "srgb", "components": [0.6314, 0.6784, 0.7098], "hex": "#a1adb5" } },
29
- "400": { "$value": { "colorSpace": "srgb", "components": [0.4275, 0.4627, 0.4902], "hex": "#6d767d" } },
30
- "500": {
31
- "default": { "$value": { "colorSpace": "srgb", "components": [0.2549, 0.2824, 0.298], "hex": "#41484c" } },
32
- "10": { "$value": { "colorSpace": "srgb", "components": [0.2549, 0.2824, 0.298], "hex": "#41484c", "alpha": 0.1 } },
33
- "30": { "$value": { "colorSpace": "srgb", "components": [0.2549, 0.2824, 0.298], "hex": "#41484c", "alpha": 0.3 } },
34
- "90": { "$value": { "colorSpace": "srgb", "components": [0.2549, 0.2824, 0.298], "hex": "#41484c", "alpha": 0.9 } }
35
- },
36
- "600": { "$value": { "colorSpace": "srgb", "components": [0.1765, 0.1922, 0.2039], "hex": "#2d3134" } }
37
- },
38
- "violet": {
39
- "400": { "$value": { "colorSpace": "srgb", "components": [0.6431, 0.3333, 0.7725], "hex": "#a455c5" } },
40
- "500": { "$value": { "colorSpace": "srgb", "components": [0.3921, 0.1921, 0.4745], "hex": "#643179" } }
41
- },
42
- "red": {
43
- "400": { "$value": { "colorSpace": "srgb", "components": [0.7843, 0.0196, 0.2196], "hex": "#c80538" } }
44
- },
45
- "yellow": {
46
- "500": { "$value": { "colorSpace": "srgb", "components": [0.9176, 0.7843, 0.0431], "hex": "#eac80b" } }
47
- }
48
- },
49
- "fontfamily": {
50
- "$type": "fontFamily",
51
- "sans": {
52
- "$value": "\"KfW Centro Sans\", Arial, \"Helvetica Neue\", Helvetica, sans-serif"
53
- },
54
- "mono": {
55
- "$value": "ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace"
56
- }
57
- },
58
- "space": {
59
- "$type": "dimension",
60
- "static": {
61
- "5": { "$value": { "unit": "px", "value": 5 } },
62
- "10": { "$value": { "unit": "px", "value": 10 } },
63
- "15": { "$value": { "unit": "px", "value": 15 } },
64
- "20": { "$value": { "unit": "px", "value": 20 } },
65
- "25": { "$value": { "unit": "px", "value": 25 } },
66
- "30": { "$value": { "unit": "px", "value": 30 } },
67
- "35": { "$value": { "unit": "px", "value": 35 } },
68
- "40": { "$value": { "unit": "px", "value": 40 } },
69
- "48": { "$value": { "unit": "px", "value": 48 } },
70
- "50": { "$value": { "unit": "px", "value": 50 } },
71
- "60": { "$value": { "unit": "px", "value": 60 } }
72
- },
73
- "fluid": {
74
- "5": {
75
- "min": { "$value": "{base.space.static.5}" },
76
- "max": { "$value": "{base.space.static.10}" },
77
- "val": { "$value": { "value": 0.588, "unit": "px" }, "$fluid": { "unit": "vi", "value": 0.735 } }
78
- },
79
- "10": {
80
- "min": { "$value": "{base.space.static.10}" },
81
- "max": { "$value": "{base.space.static.15}" },
82
- "val": { "$value": { "value": 5.588, "unit": "px" }, "$fluid": { "unit": "vi", "value": 0.735 } }
83
- },
84
- "15": {
85
- "min": { "$value": "{base.space.static.15}" },
86
- "max": { "$value": "{base.space.static.20}" },
87
- "val": { "$value": { "value": 10.588, "unit": "px" }, "$fluid": { "unit": "vi", "value": 0.735 } }
88
- },
89
- "20": {
90
- "min": { "$value": "{base.space.static.20}" },
91
- "max": { "$value": "{base.space.static.25}" },
92
- "val": { "$value": { "value": 15.588, "unit": "px" }, "$fluid": { "unit": "vi", "value": 0.735 } }
93
- },
94
- "25": {
95
- "min": { "$value": "{base.space.static.25}" },
96
- "max": { "$value": "{base.space.static.30}" },
97
- "val": { "$value": { "value": 20.588, "unit": "px" }, "$fluid": { "unit": "vi", "value": 0.735 } }
98
- },
99
- "30": {
100
- "min": { "$value": "{base.space.static.30}" },
101
- "max": { "$value": "{base.space.static.35}" },
102
- "val": { "$value": { "value": 25.588, "unit": "px" }, "$fluid": { "unit": "vi", "value": 0.735 } }
103
- },
104
- "35": {
105
- "min": { "$value": "{base.space.static.35}" },
106
- "max": { "$value": "{base.space.static.40}" },
107
- "val": { "$value": { "value": 30.588, "unit": "px" }, "$fluid": { "unit": "vi", "value": 0.735 } }
108
- },
109
- "40": {
110
- "min": { "$value": "{base.space.static.40}" },
111
- "max": { "$value": "{base.space.static.50}" },
112
- "val": { "$value": { "value": 31.176, "unit": "px" }, "$fluid": { "unit": "vi", "value": 1.471 } }
113
- },
114
- "40-48": {
115
- "min": { "$value": "{base.space.static.40}" },
116
- "max": { "$value": "{base.space.static.48}" },
117
- "val": { "$value": { "value": 32.941, "unit": "px" }, "$fluid": { "unit": "vi", "value": 1.471 } }
118
- },
119
- "50": {
120
- "min": { "$value": "{base.space.static.50}" },
121
- "max": { "$value": "{base.space.static.60}" },
122
- "val": { "$value": { "value": 41.176, "unit": "px" }, "$fluid": { "unit": "vi", "value": 1.471 } }
123
- }
124
- }
125
- },
126
- "fontsize": {
127
- "$type": "dimension",
128
- "static": {
129
- "sm": { "$value": { "unit": "px", "value": 14 } },
130
- "md": { "$value": { "unit": "px", "value": 16 } },
131
- "lg": { "$value": { "unit": "px", "value": 18 } },
132
- "xl": { "$value": { "unit": "px", "value": 20 } },
133
- "2xl": { "$value": { "unit": "px", "value": 22 } },
134
- "3xl": { "$value": { "unit": "px", "value": 24 } },
135
- "4xl": { "$value": { "unit": "px", "value": 25 } },
136
- "5xl": { "$value": { "unit": "px", "value": 26 } },
137
- "6xl": { "$value": { "unit": "px", "value": 28 } },
138
- "7xl": { "$value": { "unit": "px", "value": 30 } },
139
- "8xl": { "$value": { "unit": "px", "value": 32 } },
140
- "9xl": { "$value": { "unit": "px", "value": 36 } }
141
- },
142
- "fluid": {
143
- "sm": {
144
- "min": { "$value": "{base.fontsize.static.sm}" },
145
- "max": { "$value": "{base.fontsize.static.md}" },
146
- "val": { "$value": { "unit": "px", "value": 12.235 }, "$fluid": { "unit": "vi", "value": 0.294 } }
147
- },
148
- "md": {
149
- "min": { "$value": "{base.fontsize.static.md}" },
150
- "max": { "$value": "{base.fontsize.static.lg}" },
151
- "val": { "$value": { "unit": "px", "value": 14.235 }, "$fluid": { "unit": "vi", "value": 0.294 } }
152
- },
153
- "lg": {
154
- "min": { "$value": "{base.fontsize.static.lg}" },
155
- "max": { "$value": "{base.fontsize.static.xl}" },
156
- "val": { "$value": { "unit": "px", "value": 16.235 }, "$fluid": { "unit": "vi", "value": 0.294 } }
157
- },
158
- "xl": {
159
- "min": { "$value": "{base.fontsize.static.xl}" },
160
- "max": { "$value": "{base.fontsize.static.2xl}" },
161
- "val": { "$value": { "unit": "px", "value": 18.235 }, "$fluid": { "unit": "vi", "value": 0.294 } }
162
- },
163
- "xl-3xl": {
164
- "min": { "$value": "{base.fontsize.static.xl}" },
165
- "max": { "$value": "{base.fontsize.static.3xl}" },
166
- "val": { "$value": { "unit": "px", "value": 16.471 }, "$fluid": { "unit": "vi", "value": 0.588 } }
167
- },
168
- "2xl": {
169
- "min": { "$value": "{base.fontsize.static.2xl}" },
170
- "max": { "$value": "{base.fontsize.static.3xl}" },
171
- "val": { "$value": { "unit": "px", "value": 20.235 }, "$fluid": { "unit": "vi", "value": 0.294 } }
172
- },
173
- "3xl": {
174
- "min": { "$value": "{base.fontsize.static.3xl}" },
175
- "max": { "$value": "{base.fontsize.static.5xl}" },
176
- "val": { "$value": { "unit": "px", "value": 22.235 }, "$fluid": { "unit": "vi", "value": 0.294 } }
177
- },
178
- "4xl": {
179
- "min": { "$value": "{base.fontsize.static.4xl}" },
180
- "max": { "$value": "{base.fontsize.static.7xl}" },
181
- "val": { "$value": { "unit": "px", "value": 20.588 }, "$fluid": { "unit": "vi", "value": 0.735 } }
182
- },
183
- "5xl": {
184
- "min": { "$value": "{base.fontsize.static.5xl}" },
185
- "max": { "$value": "{base.fontsize.static.7xl}" },
186
- "val": { "$value": { "unit": "px", "value": 22.471 }, "$fluid": { "unit": "vi", "value": 0.588 } }
187
- },
188
- "6xl": {
189
- "min": { "$value": "{base.fontsize.static.6xl}" },
190
- "max": { "$value": "{base.fontsize.static.8xl}" },
191
- "val": { "$value": { "unit": "px", "value": 24.471 }, "$fluid": { "unit": "vi", "value": 0.588 } }
192
- },
193
- "7xl": {
194
- "min": { "$value": "{base.fontsize.static.7xl}" },
195
- "max": { "$value": "{base.fontsize.static.9xl}" },
196
- "val": { "$value": { "unit": "px", "value": 24.706 }, "$fluid": { "unit": "vi", "value": 0.882 } }
197
- }
198
- }
199
- },
200
- "lineheight": {
201
- "2xs": { "$value": 1.2, "$type": "number" },
202
- "xs": { "$value": 1.3, "$type": "number" },
203
- "sm": { "$value": 1.333, "$type": "number" },
204
- "md": { "$value": 1.4, "$type": "number" },
205
- "lg": { "$value": 1.45, "$type": "number" },
206
- "xl": { "$value": 1.5, "$type": "number" }
207
- },
208
- "borderradius": {
209
- "$type": "dimension",
210
- "sm": { "$value": { "unit": "px", "value": 2 } },
211
- "md": { "$value": { "unit": "px", "value": 4 } },
212
- "lg": { "$value": { "unit": "px", "value": 20 } },
213
- "circle": { "$value": { "unit": "px", "value": 9999 } }
214
- },
215
- "borderwidth": {
216
- "$type": "dimension",
217
- "md": { "$value": { "unit": "px", "value": 1 } },
218
- "lg": { "$value": { "unit": "px", "value": 2 } }
219
- },
220
- "fontweight": {
221
- "$type": "fontWeight",
222
- "regular": { "$value": 400 },
223
- "medium": { "$value": 500 }
224
- },
225
- "wordspacing": {
226
- "$type": "dimension",
227
- "normal": { "$value": { "unit": "px", "value": 0 } },
228
- "wide": { "$value": { "unit": "px", "value": 1.6 } }
229
- },
230
- "letterspacing": {
231
- "$type": "dimension",
232
- "tight": { "$value": { "unit": "px", "value": -0.5 } },
233
- "normal": { "$value": { "unit": "px", "value": 0 } },
234
- "wide": { "$value": { "unit": "px", "value": 0.5 } },
235
- "wider": { "$value": { "unit": "px", "value": 1 } }
236
- },
237
- "offset": {
238
- "$type": "dimension",
239
- "$value": { "unit": "px", "value": 2 }
240
- },
241
- "layout": {
242
- "breakpoint": {
243
- "$type": "dimension",
244
- "xs": { "$value": { "unit": "px", "value": 320 } },
245
- "sm": { "$value": { "unit": "px", "value": 600 } },
246
- "md": { "$value": { "unit": "px", "value": 840 } },
247
- "lg": { "$value": { "unit": "px", "value": 960 } },
248
- "xl": { "$value": { "unit": "px", "value": 1280 } }
249
- },
250
- "container": {
251
- "$type": "dimension",
252
- "sm": { "$value": { "unit": "px", "value": 896 } },
253
- "md": { "$value": { "unit": "px", "value": 1080 } },
254
- "lg": { "$value": { "unit": "px", "value": 1280 } }
255
- },
256
- "safezone": {
257
- "$type": "number",
258
- "sm": { "$value": 5.625, "$fluid": { "unit": "vi" } },
259
- "md": { "$value": 6.667, "$fluid": { "unit": "vi" } },
260
- "lg": { "$value": 7.5, "$fluid": { "unit": "vi" } },
261
- "xl": { "$value": 0 }
262
- },
263
- "gridgap": {
264
- "$type": "dimension",
265
- "static": {
266
- "xs": { "$value": { "unit": "px", "value": 12 } },
267
- "sm": { "$value": { "unit": "px", "value": 18 } },
268
- "md": { "$value": { "unit": "px", "value": 20 } },
269
- "lg": { "$value": { "unit": "px", "value": 22 } },
270
- "xl": { "$value": { "unit": "px", "value": 26 } },
271
- "2xl": { "$value": { "unit": "px", "value": 36 } },
272
- "3xl": { "$value": { "unit": "px", "value": 40 } }
273
- },
274
- "fluid": {
275
- "basic": {
276
- "min": { "$value": "{base.layout.gridgap.static.xs}" },
277
- "max": { "$value": "{base.layout.gridgap.static.2xl}" },
278
- "val": { "$value": { "unit": "px", "value": -9.176 }, "$fluid": { "unit": "vi", "value": 3.529 } }
279
- },
280
- "large": {
281
- "min": { "$value": "{base.layout.gridgap.static.md}" },
282
- "max": { "$value": "{base.layout.gridgap.static.3xl}" },
283
- "val": { "$value": { "unit": "px", "value": 2.353 }, "$fluid": { "unit": "vi", "value": 2.941 } }
284
- }
285
- }
286
- },
287
- "gridcolumn": {
288
- "$type": "number",
289
- "1": { "$value": 1 },
290
- "2": { "$value": 2 },
291
- "3": { "$value": 3 },
292
- "4": { "$value": 4 },
293
- "6": { "$value": 6 },
294
- "8": { "$value": 8 },
295
- "10": { "$value": 10 },
296
- "12": { "$value": 12 }
297
- }
298
- }
299
- },
300
- "semantic": {
301
- "color": {
302
- "$type": "color",
303
- "fn": {
304
- "default": { "$value": "{base.color.blue.600}", "$description": "Main interaction color for buttons and links (Blue 600)" },
305
- "active": { "$value": "{base.color.blue.700}", "$description": "Main interaction color when active (e.g., hover, Blue 700)" },
306
- "inactive": { "$value": "{base.color.gray.300}", "$description": "Interaction color when inactive (Gray 300)" },
307
- "border": { "$value": "{base.color.gray.600}", "$description": "Interaction border color (Gray 600)" },
308
- "label": { "$value": "{base.color.gray.600}", "$description": "Interaction label color (Gray 600)" }
309
- },
310
- "text": {
311
- "default": { "$value": "{base.color.gray.600}", "$description": "Main text color for body (Gray 600)" },
312
- "on-dark-bg": { "$value": "{base.color.white.default}", "$description": "Main text color on dark background (White)" },
313
- "headline-on-dark-bg": { "$value": "{base.color.green.300}", "$description": "Headline text color on dark background (Green 300)" },
314
- "on-disabled": { "$value": "{base.color.white.default}", "$description": "Text color on disabled (White)" }
315
- },
316
- "background": {
317
- "default": { "$value": "{base.color.white.default}", "$description": "Main background color for body (White)" },
318
- "subtle": { "$value": "{base.color.gray.50}", "$description": "Neutral (Gray 50)" },
319
- "disabled": { "$value": "{base.color.gray.300}", "$description": "Disabled (Gray 300)" },
320
- "light-blue": { "$value": "{base.color.blue.100}", "$description": "Light blue (Blue 100)" },
321
- "light-green": { "$value": "{base.color.green.100}", "$description": "Light green (Green 100)" },
322
- "medium-green": { "$value": "{base.color.green.300}", "$description": "Green Medium (Green 300)" },
323
- "dark-blue": { "$value": "{base.color.blue.800}", "$description": "Dark blue (Blue 800)" },
324
- "dark-green": { "$value": "{base.color.green.700}", "$description": "Dark green (Green 700)" }
325
- },
326
- "opaque": {
327
- "white-90": { "$value": "{base.color.white.90}", "$description": "White 90%" },
328
- "white-95": { "$value": "{base.color.white.95}", "$description": "White 95%" },
329
- "gray-500-10": { "$value": "{base.color.gray.500.10}", "$description": "Gray 500 10%" },
330
- "gray-500-30": { "$value": "{base.color.gray.500.30}", "$description": "Gray 500 30%" },
331
- "gray-500-90": { "$value": "{base.color.gray.500.90}", "$description": "Gray 500 90%" }
332
- },
333
- "state": {
334
- "danger": { "$value": "{base.color.red.400}" },
335
- "success": { "$value": "{base.color.green.700}" },
336
- "warning": { "$value": "{base.color.violet.400}" }
337
- },
338
- "status": {
339
- "red": { "$value": "{base.color.red.400}" },
340
- "yellow": { "$value": "{base.color.yellow.500}" },
341
- "green": { "$value": "{base.color.green.700}" }
342
- },
343
- "line": {
344
- "6": { "$value": "{base.color.blue.700}" },
345
- "7": { "$value": "{base.color.gray.600}" },
346
- "8": { "$value": "{base.color.gray.300}" },
347
- "9": { "$value": "{base.color.blue.600}" },
348
- "10": { "$value": "{base.color.gray.600}" },
349
- "11": { "$value": "{base.color.green.300}" },
350
- "12": { "$value": "{base.color.gray.300}" }
351
- },
352
- "product": {
353
- "container": { "$value": "{base.color.gray.50}" },
354
- "benefit": { "$value": "{base.color.blue.500}" },
355
- "credit": { "$value": "{base.color.green.700}" },
356
- "cooperation": { "$value": "{base.color.violet.500}" },
357
- "credit-benefit": { "$value": "{base.color.gray.500.default}" }
358
- },
359
- "icon": {
360
- "default": { "$value": "{base.color.blue.600}" },
361
- "secondary": { "$value": "{base.color.blue.400}" },
362
- "disabled": { "$value": "{base.color.green.700}" },
363
- "disabled-secondary": { "$value": "{base.color.green.400}" }
364
- }
365
- },
366
- "fontfamily": {
367
- "$type": "fontFamily",
368
- "default": {
369
- "$value": "{base.fontfamily.sans}"
370
- },
371
- "code": {
372
- "$type": "fontFamily",
373
- "$value": "{base.fontfamily.mono}"
374
- }
375
- },
376
- "space": {
377
- "$type": "dimension",
378
- "tiny": { "$value": "{base.space.static.5}" },
379
- "xsmall": { "$value": "{base.space.static.10}" },
380
- "midSmall": { "$value": "{base.space.static.15}" },
381
- "small": { "$value": "{base.space.static.20}" },
382
- "medium": { "$value": "{base.space.static.30}" },
383
- "large": {
384
- "min": { "$value": "{base.space.fluid.35.min}" },
385
- "max": { "$value": "{base.space.fluid.35.max}" },
386
- "val": { "$value": "{base.space.fluid.35.val}" }
387
- },
388
- "xlarge": {
389
- "min": { "$value": "{base.space.fluid.40-48.min}" },
390
- "max": { "$value": "{base.space.fluid.40-48.max}" },
391
- "val": { "$value": "{base.space.fluid.40-48.val}" }
392
- },
393
- "big": {
394
- "min": { "$value": "{base.space.fluid.50.min}" },
395
- "max": { "$value": "{base.space.fluid.50.max}" },
396
- "val": { "$value": "{base.space.fluid.50.val}" }
397
- }
398
- },
399
- "fontsize": {
400
- "$type": "dimension",
401
- "default": { "$value": "{base.fontsize.static.md}" },
402
- "introduction": { "$value": "{base.fontsize.static.xl}" },
403
- "large": { "$value": "{base.fontsize.static.lg}" },
404
- "small": { "$value": "{base.fontsize.static.sm}" },
405
- "heading-1": {
406
- "min": { "$value": "{base.fontsize.fluid.7xl.min}" },
407
- "max": { "$value": "{base.fontsize.fluid.7xl.max}" },
408
- "val": { "$value": "{base.fontsize.fluid.7xl.val}" }
409
- },
410
- "heading-2": {
411
- "min": { "$value": "{base.fontsize.fluid.6xl.min}" },
412
- "max": { "$value": "{base.fontsize.fluid.6xl.max}" },
413
- "val": { "$value": "{base.fontsize.fluid.6xl.val}" }
414
- },
415
- "heading-3": {
416
- "min": { "$value": "{base.fontsize.fluid.3xl.min}" },
417
- "max": { "$value": "{base.fontsize.fluid.3xl.max}" },
418
- "val": { "$value": "{base.fontsize.fluid.3xl.val}" }
419
- },
420
- "heading-4": {
421
- "min": { "$value": "{base.fontsize.fluid.xl.min}" },
422
- "max": { "$value": "{base.fontsize.fluid.xl.max}" },
423
- "val": { "$value": "{base.fontsize.fluid.xl.val}" }
424
- },
425
- "heading-5": { "$value": "{base.fontsize.static.lg}" },
426
- "heading-6": { "$value": "{base.fontsize.static.md}" }
427
- },
428
- "lineheight": {
429
- "$type": "number",
430
- "default": { "$value": "{base.lineheight.md}" },
431
- "large": { "$value": "{base.lineheight.lg}" },
432
- "lightspeech": { "$value": "{base.lineheight.xl}" },
433
- "heading": { "$value": "{base.lineheight.xs}" },
434
- "heading-5": { "$value": "{base.lineheight.sm}" },
435
- "small": { "$value": "{base.lineheight.2xs}" }
436
- },
437
- "borderradius": {
438
- "$type": "dimension",
439
- "default": { "$value": "{base.borderradius.md}" },
440
- "small": { "$value": "{base.borderradius.sm}" },
441
- "large": { "$value": "{base.borderradius.lg}" },
442
- "circle": { "$value": "{base.borderradius.circle}" }
443
- },
444
- "borderwidth": {
445
- "$type": "dimension",
446
- "default": { "$value": "{base.borderwidth.md}" },
447
- "large": { "$value": "{base.borderwidth.lg}" }
448
- },
449
- "borderstyle": { "$type": "strokeStyle", "$value": "solid" },
450
- "focusring": {
451
- "outline-width": { "$type": "dimension", "$value": "{base.borderwidth.lg}" },
452
- "outline-offset": { "$type": "dimension", "$value": "{base.offset}" },
453
- "outline-style": { "$type": "strokeStyle", "$value": "dashed" },
454
- "outline-color": { "$type": "color", "$value": "{base.color.blue.700}" },
455
- "outline-radius": { "$type": "dimension", "$value": "{base.borderradius.md}" }
456
- },
457
- "fontweight": {
458
- "$type": "fontWeight",
459
- "default": {
460
- "$value": "{base.fontweight.regular}"
461
- },
462
- "bold": {
463
- "$value": "{base.fontweight.medium}"
464
- }
465
- },
466
- "wordspacing": {
467
- "$type": "dimension",
468
- "lightspeech": {
469
- "$value": "{base.wordspacing.wide}"
470
- }
471
- },
472
- "breakpoint": {
473
- "$type": "dimension",
474
- "mobile": { "$value": "{base.layout.breakpoint.sm}" },
475
- "tablet": { "$value": "{base.layout.breakpoint.md}" },
476
- "desktop": { "$value": "{base.layout.breakpoint.lg}" },
477
- "desktop-large": { "$value": "{base.layout.breakpoint.xl}" }
478
- },
479
- "contentwrapper": {
480
- "$type": "dimension",
481
- "narrow": { "$value": "{base.layout.container.sm}" },
482
- "basic": { "$value": "{base.layout.container.md}" },
483
- "extended": { "$value": "{base.layout.container.lg}" }
484
- },
485
- "safezone": {
486
- "$type": "number",
487
- "mobile": { "$value": "{base.layout.safezone.sm}" },
488
- "tablet": { "$value": "{base.layout.safezone.md}" },
489
- "desktop": { "$value": "{base.layout.safezone.lg}" },
490
- "desktop-large": { "$value": "{base.layout.safezone.xl}" }
491
- },
492
- "gridgap": {
493
- "$type": "dimension",
494
- "basic": {
495
- "min": { "$value": "{base.layout.gridgap.fluid.basic.min}" },
496
- "max": { "$value": "{base.layout.gridgap.fluid.basic.max}" },
497
- "val": { "$value": "{base.layout.gridgap.fluid.basic.val}" }
498
- },
499
- "large": {
500
- "min": { "$value": "{base.layout.gridgap.fluid.large.min}" },
501
- "max": { "$value": "{base.layout.gridgap.fluid.large.max}" },
502
- "val": { "$value": "{base.layout.gridgap.fluid.large.val}" }
503
- }
504
- }
505
- }
506
- }