@patternfly/design-tokens 1.15.1 → 1.16.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/css/tokens-dark.scss +3 -3
- package/build/css/tokens-default.scss +4 -5
- package/build/css/{tokens-redhat-dark.scss → tokens-felt-dark.scss} +1 -1
- package/build/css/{tokens-redhat-glass-dark.scss → tokens-felt-glass-dark.scss} +4 -3
- package/build/css/{tokens-redhat-glass.scss → tokens-felt-glass.scss} +4 -2
- package/build/css/{tokens-redhat-highcontrast-dark.scss → tokens-felt-highcontrast-dark.scss} +5 -3
- package/build/css/tokens-felt-highcontrast.scss +121 -0
- package/build/css/{tokens-redhat.scss → tokens-felt.scss} +1 -1
- package/build/css/tokens-glass-dark.scss +2 -2
- package/build/css/tokens-glass.scss +1 -1
- package/build/css/tokens-palette.scss +1 -1
- package/build/css/tokens-redhat-highcontrast.scss +641 -10
- package/build.js +42 -42
- package/{config.redhat-dark.json → config.felt-dark.json} +2 -2
- package/{config.redhat-glass-dark.json → config.felt-glass-dark.json} +2 -2
- package/{config.redhat-glass.json → config.felt-glass.json} +2 -2
- package/{config.redhat-highcontrast-dark.json → config.felt-highcontrast-dark.json} +2 -2
- package/{config.redhat.json → config.felt.json} +2 -2
- package/{config.layers.redhat-dark.json → config.layers.felt-dark.json} +2 -2
- package/{config.layers.redhat-glass-dark.json → config.layers.felt-glass-dark.json} +2 -2
- package/{config.layers.redhat-glass.json → config.layers.felt-glass.json} +2 -2
- package/{config.layers.redhat-highcontrast-dark.json → config.layers.felt-highcontrast-dark.json} +2 -2
- package/package.json +1 -1
- package/patternfly-docs/content/token-layers-felt-dark.json +48543 -0
- package/patternfly-docs/content/token-layers-felt-glass-dark.json +37670 -0
- package/patternfly-docs/content/token-layers-felt-glass.json +52576 -0
- package/patternfly-docs/content/token-layers-felt-highcontrast-dark.json +38323 -0
- package/patternfly-docs/content/token-layers-glass-dark.json +4214 -4247
- package/patternfly-docs/content/token-layers-glass.json +4997 -5049
- package/patternfly-docs/content/token-layers-highcontrast-dark.json +2978 -3005
- package/patternfly-docs/content/token-layers-highcontrast.json +4177 -4229
- package/patternfly-docs/content/token-layers-redhat-dark.json +147 -170
- package/patternfly-docs/content/token-layers-redhat-glass-dark.json +165 -194
- package/patternfly-docs/content/token-layers-redhat-glass.json +298 -346
- package/patternfly-docs/content/token-layers-redhat-highcontrast-dark.json +46 -69
- package/patternfly-docs/content/token-layers-redhat-highcontrast.json +4911 -4641
- package/patternfly-docs/content/token-layers-redhat.json +6147 -5881
- package/patternfly-docs/content/tokensTable.css +178 -0
- package/patternfly-docs/content/tokensTable.js +1078 -180
- package/patternfly-docs/content/tokensToolbar.js +240 -11
- package/patternfly-docs/generated/foundations-and-styles/design-tokens/all-design-tokens/design-tokens.js +37 -3
- package/patternfly-docs/generated/index.js +1 -0
- package/plugins/export-patternfly-tokens/dist/ui.html +344 -334
- package/plugins/export-patternfly-tokens/src/ui.tsx +44 -34
- package/tokens/default/dark/base.dark.json +42 -42
- package/tokens/default/dark/charts.dark.json +32 -32
- package/tokens/default/dark/charts.highcontrast.dark.json +765 -0
- package/tokens/default/dark/palette.color.json +4 -4
- package/tokens/default/dark/semantic.dark.json +115 -115
- package/tokens/default/glass/base.dimension.json +24 -24
- package/tokens/default/glass/palette.color.json +4 -4
- package/tokens/default/glass/semantic.dimension.glass.json +137 -141
- package/tokens/default/glass/semantic.glass.json +114 -114
- package/tokens/default/glass-dark/base.dark.json +42 -42
- package/tokens/default/glass-dark/palette.color.json +4 -4
- package/tokens/default/glass-dark/semantic.glass.dark.json +115 -115
- package/tokens/default/highcontrast/base.dimension.json +24 -24
- package/tokens/default/highcontrast/palette.color.json +4 -4
- package/tokens/default/highcontrast/semantic.dimension.highcontrast.json +136 -140
- package/tokens/default/highcontrast/semantic.highcontrast.json +114 -114
- package/tokens/default/highcontrast-dark/base.dark.json +42 -42
- package/tokens/default/highcontrast-dark/palette.color.json +4 -4
- package/tokens/default/highcontrast-dark/semantic.highcontrast.dark.json +115 -115
- package/tokens/default/light/base.dimension.json +24 -24
- package/tokens/default/light/charts.highcontrast.json +765 -0
- package/tokens/default/light/charts.json +32 -32
- package/tokens/default/light/palette.color.json +4 -4
- package/tokens/default/light/semantic.dimension.json +137 -141
- package/tokens/default/light/semantic.json +114 -114
- package/tokens/default/light/semantic.motion.json +17 -17
- package/tokens/{redhat/dark/redhat.color.dark.json → felt/dark/felt.color.dark.json} +19 -19
- package/tokens/{redhat/light/redhat.color.json → felt/glass/felt.color.glass.json} +10 -10
- package/tokens/{redhat/highcontrast/redhat.dimension.highcontrast.json → felt/glass/felt.dimension.glass.json} +6 -6
- package/tokens/{redhat/glass-dark/redhat.color.glass.dark.json → felt/glass-dark/felt.color.glass.dark.json} +22 -17
- package/tokens/{redhat/highcontrast/redhat.color.highcontrast.json → felt/highcontrast/felt.color.highcontrast.json} +10 -10
- package/tokens/{redhat/light/redhat.dimension.json → felt/highcontrast/felt.dimension.highcontrast.json} +6 -6
- package/tokens/{redhat/highcontrast-dark/redhat.color.highcontrast.dark.json → felt/highcontrast-dark/felt.color.highcontrast.dark.json} +10 -10
- package/tokens/{redhat/glass/redhat.color.glass.json → felt/light/felt.color.json} +10 -10
- package/tokens/felt/light/felt.dimension.json +23 -0
- package/tokens/redhat/glass/redhat.dimension.glass.json +0 -2
- /package/{config.redhat-highcontrast.json → config.felt-highcontrast.json} +0 -0
- /package/{config.layers.redhat-highcontrast.json → config.layers.felt-highcontrast.json} +0 -0
- /package/{config.layers.redhat.json → config.layers.felt.json} +0 -0
|
@@ -180,6 +180,18 @@
|
|
|
180
180
|
}
|
|
181
181
|
},
|
|
182
182
|
"global": {
|
|
183
|
+
"letter-spacing": {
|
|
184
|
+
"type": "string",
|
|
185
|
+
"value": "normal"
|
|
186
|
+
},
|
|
187
|
+
"stroke-line-cap": {
|
|
188
|
+
"type": "string",
|
|
189
|
+
"value": "round"
|
|
190
|
+
},
|
|
191
|
+
"stroke-line-join": {
|
|
192
|
+
"type": "string",
|
|
193
|
+
"value": "round"
|
|
194
|
+
},
|
|
183
195
|
"BorderWidth": {
|
|
184
196
|
"xs": {
|
|
185
197
|
"type": "number",
|
|
@@ -288,9 +300,19 @@
|
|
|
288
300
|
"value": 22
|
|
289
301
|
}
|
|
290
302
|
},
|
|
291
|
-
"
|
|
292
|
-
"
|
|
293
|
-
|
|
303
|
+
"layout": {
|
|
304
|
+
"padding": {
|
|
305
|
+
"type": "number",
|
|
306
|
+
"value": 50
|
|
307
|
+
},
|
|
308
|
+
"height": {
|
|
309
|
+
"type": "number",
|
|
310
|
+
"value": 300
|
|
311
|
+
},
|
|
312
|
+
"width": {
|
|
313
|
+
"type": "number",
|
|
314
|
+
"value": 450
|
|
315
|
+
}
|
|
294
316
|
},
|
|
295
317
|
"label": {
|
|
296
318
|
"padding": {
|
|
@@ -301,14 +323,6 @@
|
|
|
301
323
|
"type": "number",
|
|
302
324
|
"value": 8
|
|
303
325
|
},
|
|
304
|
-
"stroke": {
|
|
305
|
-
"width": {
|
|
306
|
-
"type": "number",
|
|
307
|
-
"value": 0
|
|
308
|
-
},
|
|
309
|
-
"type": "string",
|
|
310
|
-
"value": "transparent"
|
|
311
|
-
},
|
|
312
326
|
"text-anchor": {
|
|
313
327
|
"type": "string",
|
|
314
328
|
"value": "middle"
|
|
@@ -316,29 +330,15 @@
|
|
|
316
330
|
"fill": {
|
|
317
331
|
"type": "color",
|
|
318
332
|
"value": "{color.gray.90}"
|
|
319
|
-
}
|
|
320
|
-
},
|
|
321
|
-
"layout": {
|
|
322
|
-
"padding": {
|
|
323
|
-
"type": "number",
|
|
324
|
-
"value": 50
|
|
325
|
-
},
|
|
326
|
-
"height": {
|
|
327
|
-
"type": "number",
|
|
328
|
-
"value": 300
|
|
329
333
|
},
|
|
330
|
-
"
|
|
331
|
-
"
|
|
332
|
-
|
|
334
|
+
"stroke": {
|
|
335
|
+
"width": {
|
|
336
|
+
"type": "number",
|
|
337
|
+
"value": 0
|
|
338
|
+
},
|
|
339
|
+
"type": "string",
|
|
340
|
+
"value": "transparent"
|
|
333
341
|
}
|
|
334
|
-
},
|
|
335
|
-
"stroke-line-cap": {
|
|
336
|
-
"type": "string",
|
|
337
|
-
"value": "round"
|
|
338
|
-
},
|
|
339
|
-
"stroke-line-join": {
|
|
340
|
-
"type": "string",
|
|
341
|
-
"value": "round"
|
|
342
342
|
}
|
|
343
343
|
},
|
|
344
344
|
"theme": {
|
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
"type": "color",
|
|
6
6
|
"value": "#ffffff"
|
|
7
7
|
},
|
|
8
|
+
"black": {
|
|
9
|
+
"type": "color",
|
|
10
|
+
"value": "#000000"
|
|
11
|
+
},
|
|
8
12
|
"gray": {
|
|
9
13
|
"10": {
|
|
10
14
|
"type": "color",
|
|
@@ -51,10 +55,6 @@
|
|
|
51
55
|
"value": "#151515"
|
|
52
56
|
}
|
|
53
57
|
},
|
|
54
|
-
"black": {
|
|
55
|
-
"type": "color",
|
|
56
|
-
"value": "#000000"
|
|
57
|
-
},
|
|
58
58
|
"blue": {
|
|
59
59
|
"10": {
|
|
60
60
|
"type": "color",
|
|
@@ -33,12 +33,6 @@
|
|
|
33
33
|
"type": "number",
|
|
34
34
|
"value": "{global.border.radius.500}"
|
|
35
35
|
},
|
|
36
|
-
"glass": {
|
|
37
|
-
"default": {
|
|
38
|
-
"type": "number",
|
|
39
|
-
"value": "{global.border.radius.medium}"
|
|
40
|
-
}
|
|
41
|
-
},
|
|
42
36
|
"control": {
|
|
43
37
|
"default": {
|
|
44
38
|
"type": "number",
|
|
@@ -49,16 +43,22 @@
|
|
|
49
43
|
"value": "{global.border.radius.small}"
|
|
50
44
|
}
|
|
51
45
|
},
|
|
46
|
+
"glass": {
|
|
47
|
+
"default": {
|
|
48
|
+
"type": "number",
|
|
49
|
+
"value": "{global.border.radius.medium}"
|
|
50
|
+
}
|
|
51
|
+
},
|
|
52
52
|
"action": {
|
|
53
|
+
"default": {
|
|
54
|
+
"type": "number",
|
|
55
|
+
"value": "{global.border.radius.pill}"
|
|
56
|
+
},
|
|
53
57
|
"plain": {
|
|
54
58
|
"default": {
|
|
55
59
|
"type": "number",
|
|
56
60
|
"value": "{global.border.radius.small}"
|
|
57
61
|
}
|
|
58
|
-
},
|
|
59
|
-
"default": {
|
|
60
|
-
"type": "number",
|
|
61
|
-
"value": "{global.border.radius.pill}"
|
|
62
62
|
}
|
|
63
63
|
}
|
|
64
64
|
},
|
|
@@ -68,6 +68,16 @@
|
|
|
68
68
|
"type": "number",
|
|
69
69
|
"value": "{global.border.width.100}"
|
|
70
70
|
},
|
|
71
|
+
"strong": {
|
|
72
|
+
"description": "Use as a stronger/wider border width for elements.",
|
|
73
|
+
"type": "number",
|
|
74
|
+
"value": "{global.border.width.200}"
|
|
75
|
+
},
|
|
76
|
+
"extra-strong": {
|
|
77
|
+
"description": "Use as the strongest/widest border width for elements.",
|
|
78
|
+
"type": "number",
|
|
79
|
+
"value": "{global.border.width.300}"
|
|
80
|
+
},
|
|
71
81
|
"divider": {
|
|
72
82
|
"default": {
|
|
73
83
|
"description": "Use as the default border width for dividers.",
|
|
@@ -85,16 +95,6 @@
|
|
|
85
95
|
"value": "{global.border.width.100}"
|
|
86
96
|
}
|
|
87
97
|
},
|
|
88
|
-
"strong": {
|
|
89
|
-
"description": "Use as a stronger/wider border width for elements.",
|
|
90
|
-
"type": "number",
|
|
91
|
-
"value": "{global.border.width.200}"
|
|
92
|
-
},
|
|
93
|
-
"extra-strong": {
|
|
94
|
-
"description": "Use as the strongest/widest border width for elements.",
|
|
95
|
-
"type": "number",
|
|
96
|
-
"value": "{global.border.width.300}"
|
|
97
|
-
},
|
|
98
98
|
"glass": {
|
|
99
99
|
"default": {
|
|
100
100
|
"type": "number",
|
|
@@ -156,6 +156,16 @@
|
|
|
156
156
|
"type": "number",
|
|
157
157
|
"value": "{global.border.width.100}"
|
|
158
158
|
},
|
|
159
|
+
"hover": {
|
|
160
|
+
"description": "Use as the hover state border width for actions like secondary and tertiary buttons",
|
|
161
|
+
"type": "number",
|
|
162
|
+
"value": "{global.border.width.200}"
|
|
163
|
+
},
|
|
164
|
+
"clicked": {
|
|
165
|
+
"description": "Use as the clicked state border width for actions like secondary and tertiary buttons",
|
|
166
|
+
"type": "number",
|
|
167
|
+
"value": "{global.border.width.200}"
|
|
168
|
+
},
|
|
159
169
|
"plain": {
|
|
160
170
|
"default": {
|
|
161
171
|
"description": "Use as the default border width for plain actions",
|
|
@@ -172,16 +182,6 @@
|
|
|
172
182
|
"type": "number",
|
|
173
183
|
"value": 0
|
|
174
184
|
}
|
|
175
|
-
},
|
|
176
|
-
"hover": {
|
|
177
|
-
"description": "Use as the hover state border width for actions like secondary and tertiary buttons",
|
|
178
|
-
"type": "number",
|
|
179
|
-
"value": "{global.border.width.200}"
|
|
180
|
-
},
|
|
181
|
-
"clicked": {
|
|
182
|
-
"description": "Use as the clicked state border width for actions like secondary and tertiary buttons",
|
|
183
|
-
"type": "number",
|
|
184
|
-
"value": "{global.border.width.200}"
|
|
185
185
|
}
|
|
186
186
|
},
|
|
187
187
|
"control": {
|
|
@@ -297,6 +297,16 @@
|
|
|
297
297
|
"type": "number",
|
|
298
298
|
"value": "{global.spacer.lg}"
|
|
299
299
|
},
|
|
300
|
+
"compact": {
|
|
301
|
+
"description": "Use to set the horizontal padding inside a compact action, like compact buttons.",
|
|
302
|
+
"type": "number",
|
|
303
|
+
"value": "{global.spacer.md}"
|
|
304
|
+
},
|
|
305
|
+
"spacious": {
|
|
306
|
+
"description": "Use to set the horizontal padding inside a large/display action, like CTAs.",
|
|
307
|
+
"type": "number",
|
|
308
|
+
"value": "{global.spacer.xl}"
|
|
309
|
+
},
|
|
300
310
|
"plain": {
|
|
301
311
|
"default": {
|
|
302
312
|
"description": "Use to set the horizontal padding inside a plain action, like plain buttons.",
|
|
@@ -308,16 +318,6 @@
|
|
|
308
318
|
"type": "number",
|
|
309
319
|
"value": "{global.spacer.xs}"
|
|
310
320
|
}
|
|
311
|
-
},
|
|
312
|
-
"compact": {
|
|
313
|
-
"description": "Use to set the horizontal padding inside a compact action, like compact buttons.",
|
|
314
|
-
"type": "number",
|
|
315
|
-
"value": "{global.spacer.md}"
|
|
316
|
-
},
|
|
317
|
-
"spacious": {
|
|
318
|
-
"description": "Use to set the horizontal padding inside a large/display action, like CTAs.",
|
|
319
|
-
"type": "number",
|
|
320
|
-
"value": "{global.spacer.xl}"
|
|
321
321
|
}
|
|
322
322
|
}
|
|
323
323
|
},
|
|
@@ -432,7 +432,52 @@
|
|
|
432
432
|
"type": "number",
|
|
433
433
|
"value": "{global.icon.size.400}"
|
|
434
434
|
},
|
|
435
|
+
"3xl": {
|
|
436
|
+
"description": "Use for triple extra large icons.",
|
|
437
|
+
"type": "number",
|
|
438
|
+
"value": "{global.icon.size.500}"
|
|
439
|
+
},
|
|
435
440
|
"font": {
|
|
441
|
+
"xs": {
|
|
442
|
+
"description": "Use for icons that are placed inline with font–size–xs text",
|
|
443
|
+
"type": "number",
|
|
444
|
+
"value": "{global.font.size.xs}"
|
|
445
|
+
},
|
|
446
|
+
"sm": {
|
|
447
|
+
"description": "Use for icons that are placed inline with font–size–sm text",
|
|
448
|
+
"type": "number",
|
|
449
|
+
"value": "{global.font.size.sm}"
|
|
450
|
+
},
|
|
451
|
+
"md": {
|
|
452
|
+
"description": "Use for icons that are placed inline with font–size–md text",
|
|
453
|
+
"type": "number",
|
|
454
|
+
"value": "{global.font.size.md}"
|
|
455
|
+
},
|
|
456
|
+
"lg": {
|
|
457
|
+
"description": "Use for icons that are placed inline with font–size–lg text",
|
|
458
|
+
"type": "number",
|
|
459
|
+
"value": "{global.font.size.lg}"
|
|
460
|
+
},
|
|
461
|
+
"xl": {
|
|
462
|
+
"description": "Use for icons that are placed inline with font–size–xl text",
|
|
463
|
+
"type": "number",
|
|
464
|
+
"value": "{global.font.size.xl}"
|
|
465
|
+
},
|
|
466
|
+
"2xl": {
|
|
467
|
+
"description": "Use for icons that are placed inline with font–size–2xl text",
|
|
468
|
+
"type": "number",
|
|
469
|
+
"value": "{global.font.size.2xl}"
|
|
470
|
+
},
|
|
471
|
+
"3xl": {
|
|
472
|
+
"description": "Use for icons that are placed inline with font–size–3xl text",
|
|
473
|
+
"type": "number",
|
|
474
|
+
"value": "{global.font.size.3xl}"
|
|
475
|
+
},
|
|
476
|
+
"4xl": {
|
|
477
|
+
"description": "Use for icons that are placed inline with font–size–3xl text",
|
|
478
|
+
"type": "number",
|
|
479
|
+
"value": "{global.font.size.4xl}"
|
|
480
|
+
},
|
|
436
481
|
"heading": {
|
|
437
482
|
"h1": {
|
|
438
483
|
"description": "Use for icons that are placed inline with first level headings",
|
|
@@ -481,68 +526,11 @@
|
|
|
481
526
|
"type": "number",
|
|
482
527
|
"value": "{global.font.size.body.lg}"
|
|
483
528
|
}
|
|
484
|
-
},
|
|
485
|
-
"xs": {
|
|
486
|
-
"description": "Use for icons that are placed inline with font–size–xs text",
|
|
487
|
-
"type": "number",
|
|
488
|
-
"value": "{global.font.size.xs}"
|
|
489
|
-
},
|
|
490
|
-
"sm": {
|
|
491
|
-
"description": "Use for icons that are placed inline with font–size–sm text",
|
|
492
|
-
"type": "number",
|
|
493
|
-
"value": "{global.font.size.sm}"
|
|
494
|
-
},
|
|
495
|
-
"md": {
|
|
496
|
-
"description": "Use for icons that are placed inline with font–size–md text",
|
|
497
|
-
"type": "number",
|
|
498
|
-
"value": "{global.font.size.md}"
|
|
499
|
-
},
|
|
500
|
-
"lg": {
|
|
501
|
-
"description": "Use for icons that are placed inline with font–size–lg text",
|
|
502
|
-
"type": "number",
|
|
503
|
-
"value": "{global.font.size.lg}"
|
|
504
|
-
},
|
|
505
|
-
"xl": {
|
|
506
|
-
"description": "Use for icons that are placed inline with font–size–xl text",
|
|
507
|
-
"type": "number",
|
|
508
|
-
"value": "{global.font.size.xl}"
|
|
509
|
-
},
|
|
510
|
-
"2xl": {
|
|
511
|
-
"description": "Use for icons that are placed inline with font–size–2xl text",
|
|
512
|
-
"type": "number",
|
|
513
|
-
"value": "{global.font.size.2xl}"
|
|
514
|
-
},
|
|
515
|
-
"3xl": {
|
|
516
|
-
"description": "Use for icons that are placed inline with font–size–3xl text",
|
|
517
|
-
"type": "number",
|
|
518
|
-
"value": "{global.font.size.3xl}"
|
|
519
|
-
},
|
|
520
|
-
"4xl": {
|
|
521
|
-
"description": "Use for icons that are placed inline with font–size–3xl text",
|
|
522
|
-
"type": "number",
|
|
523
|
-
"value": "{global.font.size.4xl}"
|
|
524
529
|
}
|
|
525
|
-
},
|
|
526
|
-
"3xl": {
|
|
527
|
-
"description": "Use for triple extra large icons.",
|
|
528
|
-
"type": "number",
|
|
529
|
-
"value": "{global.icon.size.500}"
|
|
530
530
|
}
|
|
531
531
|
}
|
|
532
532
|
},
|
|
533
533
|
"font": {
|
|
534
|
-
"line-height": {
|
|
535
|
-
"body": {
|
|
536
|
-
"description": "Use to define the line height for body text",
|
|
537
|
-
"type": "number",
|
|
538
|
-
"value": "{global.font.line-height.200}"
|
|
539
|
-
},
|
|
540
|
-
"heading": {
|
|
541
|
-
"description": "Use to define the line height for heading text",
|
|
542
|
-
"type": "number",
|
|
543
|
-
"value": "{global.font.line-height.100}"
|
|
544
|
-
}
|
|
545
|
-
},
|
|
546
534
|
"weight": {
|
|
547
535
|
"body": {
|
|
548
536
|
"default": {
|
|
@@ -569,6 +557,18 @@
|
|
|
569
557
|
}
|
|
570
558
|
}
|
|
571
559
|
},
|
|
560
|
+
"line-height": {
|
|
561
|
+
"body": {
|
|
562
|
+
"description": "Use to define the line height for body text",
|
|
563
|
+
"type": "number",
|
|
564
|
+
"value": "{global.font.line-height.200}"
|
|
565
|
+
},
|
|
566
|
+
"heading": {
|
|
567
|
+
"description": "Use to define the line height for heading text",
|
|
568
|
+
"type": "number",
|
|
569
|
+
"value": "{global.font.line-height.100}"
|
|
570
|
+
}
|
|
571
|
+
},
|
|
572
572
|
"family": {
|
|
573
573
|
"body": {
|
|
574
574
|
"description": "Use to define the font family for body text",
|
|
@@ -587,6 +587,45 @@
|
|
|
587
587
|
}
|
|
588
588
|
},
|
|
589
589
|
"size": {
|
|
590
|
+
"xs": {
|
|
591
|
+
"type": "number",
|
|
592
|
+
"value": "{global.font.size.100}"
|
|
593
|
+
},
|
|
594
|
+
"sm": {
|
|
595
|
+
"description": "Use as the font size for small text that isn’t a heading or in a body section.",
|
|
596
|
+
"type": "number",
|
|
597
|
+
"value": "{global.font.size.200}"
|
|
598
|
+
},
|
|
599
|
+
"md": {
|
|
600
|
+
"description": "Use as the font size for medium text that isn’t a heading or in a body section.",
|
|
601
|
+
"type": "number",
|
|
602
|
+
"value": "{global.font.size.300}"
|
|
603
|
+
},
|
|
604
|
+
"lg": {
|
|
605
|
+
"description": "Use as the font size for large text that isn’t a heading or in a body section.",
|
|
606
|
+
"type": "number",
|
|
607
|
+
"value": "{global.font.size.400}"
|
|
608
|
+
},
|
|
609
|
+
"xl": {
|
|
610
|
+
"description": "Use as the font size for extra large text that isn’t a heading or in a body section.",
|
|
611
|
+
"type": "number",
|
|
612
|
+
"value": "{global.font.size.500}"
|
|
613
|
+
},
|
|
614
|
+
"2xl": {
|
|
615
|
+
"description": "Use as the font size for double extra large text that isn’t a heading or in a body section.",
|
|
616
|
+
"type": "number",
|
|
617
|
+
"value": "{global.font.size.600}"
|
|
618
|
+
},
|
|
619
|
+
"3xl": {
|
|
620
|
+
"description": "Use as the font size for triple extra large text that isn’t a heading or in a body section.",
|
|
621
|
+
"type": "number",
|
|
622
|
+
"value": "{global.font.size.700}"
|
|
623
|
+
},
|
|
624
|
+
"4xl": {
|
|
625
|
+
"description": "Use as the font size for quadruple extra large text that isn’t a heading or in a body section.",
|
|
626
|
+
"type": "number",
|
|
627
|
+
"value": "{global.font.size.800}"
|
|
628
|
+
},
|
|
590
629
|
"body": {
|
|
591
630
|
"sm": {
|
|
592
631
|
"description": "Use for a smaller font size in body sections.",
|
|
@@ -635,45 +674,6 @@
|
|
|
635
674
|
"type": "number",
|
|
636
675
|
"value": "{global.font.size.md}"
|
|
637
676
|
}
|
|
638
|
-
},
|
|
639
|
-
"xs": {
|
|
640
|
-
"type": "number",
|
|
641
|
-
"value": "{global.font.size.100}"
|
|
642
|
-
},
|
|
643
|
-
"sm": {
|
|
644
|
-
"description": "Use as the font size for small text that isn’t a heading or in a body section.",
|
|
645
|
-
"type": "number",
|
|
646
|
-
"value": "{global.font.size.200}"
|
|
647
|
-
},
|
|
648
|
-
"md": {
|
|
649
|
-
"description": "Use as the font size for medium text that isn’t a heading or in a body section.",
|
|
650
|
-
"type": "number",
|
|
651
|
-
"value": "{global.font.size.300}"
|
|
652
|
-
},
|
|
653
|
-
"lg": {
|
|
654
|
-
"description": "Use as the font size for large text that isn’t a heading or in a body section.",
|
|
655
|
-
"type": "number",
|
|
656
|
-
"value": "{global.font.size.400}"
|
|
657
|
-
},
|
|
658
|
-
"xl": {
|
|
659
|
-
"description": "Use as the font size for extra large text that isn’t a heading or in a body section.",
|
|
660
|
-
"type": "number",
|
|
661
|
-
"value": "{global.font.size.500}"
|
|
662
|
-
},
|
|
663
|
-
"2xl": {
|
|
664
|
-
"description": "Use as the font size for double extra large text that isn’t a heading or in a body section.",
|
|
665
|
-
"type": "number",
|
|
666
|
-
"value": "{global.font.size.600}"
|
|
667
|
-
},
|
|
668
|
-
"3xl": {
|
|
669
|
-
"description": "Use as the font size for triple extra large text that isn’t a heading or in a body section.",
|
|
670
|
-
"type": "number",
|
|
671
|
-
"value": "{global.font.size.700}"
|
|
672
|
-
},
|
|
673
|
-
"4xl": {
|
|
674
|
-
"description": "Use as the font size for quadruple extra large text that isn’t a heading or in a body section.",
|
|
675
|
-
"type": "number",
|
|
676
|
-
"value": "{global.font.size.800}"
|
|
677
677
|
}
|
|
678
678
|
}
|
|
679
679
|
},
|
|
@@ -999,17 +999,13 @@
|
|
|
999
999
|
},
|
|
1000
1000
|
"hover": {
|
|
1001
1001
|
"type": "number",
|
|
1002
|
-
"value": "{global.border.width.
|
|
1002
|
+
"value": "{global.border.width.regular}"
|
|
1003
1003
|
}
|
|
1004
1004
|
},
|
|
1005
1005
|
"offset": {
|
|
1006
1006
|
"default": {
|
|
1007
1007
|
"type": "number",
|
|
1008
1008
|
"value": "{global.spacer.xs}"
|
|
1009
|
-
},
|
|
1010
|
-
"hover": {
|
|
1011
|
-
"type": "number",
|
|
1012
|
-
"value": 5
|
|
1013
1009
|
}
|
|
1014
1010
|
},
|
|
1015
1011
|
"editable-text": {
|