@patternfly/design-tokens 1.14.1 → 1.14.2

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.
@@ -0,0 +1,1055 @@
1
+
2
+ {
3
+ "global": {
4
+ "border": {
5
+ "radius": {
6
+ "sharp": {
7
+ "description": "Use to adjust the curvature of the border corners for an element. Use for sharp corners.",
8
+ "type": "number",
9
+ "value": "{global.border.radius.0}"
10
+ },
11
+ "tiny": {
12
+ "description": "Use to adjust the curvature of the border corners for an element. Use for barely rounded corners.",
13
+ "type": "number",
14
+ "value": "{global.border.radius.100}"
15
+ },
16
+ "small": {
17
+ "description": "Use to adjust the curvature of the border corners for an element. Use for slightly rounded corners, like icon buttons or menus.",
18
+ "type": "number",
19
+ "value": "{global.border.radius.200}"
20
+ },
21
+ "medium": {
22
+ "description": "Use to adjust the curvature of the border corners for an element. Use for moderately rounded corners, like cards.",
23
+ "type": "number",
24
+ "value": "{global.border.radius.300}"
25
+ },
26
+ "large": {
27
+ "description": "Use to adjust the curvature of the border corners for an element. Use for mostly rounded corners, like modals.",
28
+ "type": "number",
29
+ "value": "{global.border.radius.400}"
30
+ },
31
+ "pill": {
32
+ "description": "Use to adjust the curvature of the border corners for an element. Use for corners that are as round as possible, like standard buttons and badges.",
33
+ "type": "number",
34
+ "value": "{global.border.radius.500}"
35
+ }
36
+ },
37
+ "width": {
38
+ "regular": {
39
+ "description": "Use as the default border width for elements.",
40
+ "type": "number",
41
+ "value": "{global.border.width.100}"
42
+ },
43
+ "divider": {
44
+ "default": {
45
+ "description": "Use as the default border width for dividers.",
46
+ "type": "number",
47
+ "value": "{global.border.width.100}"
48
+ },
49
+ "hover": {
50
+ "description": "Use as the border width hover state for dividers.",
51
+ "type": "number",
52
+ "value": "{global.border.width.100}"
53
+ },
54
+ "clicked": {
55
+ "description": "Use as the border width clicked state for dividers.",
56
+ "type": "number",
57
+ "value": "{global.border.width.100}"
58
+ }
59
+ },
60
+ "strong": {
61
+ "description": "Use as a stronger/wider border width for elements.",
62
+ "type": "number",
63
+ "value": "{global.border.width.200}"
64
+ },
65
+ "extra-strong": {
66
+ "description": "Use as the strongest/widest border width for elements.",
67
+ "type": "number",
68
+ "value": "{global.border.width.300}"
69
+ },
70
+ "box": {
71
+ "default": {
72
+ "description": "Use as the default border width for containers like cards, panels, code editors, etc.",
73
+ "type": "number",
74
+ "value": "{global.border.width.100}"
75
+ },
76
+ "hover": {
77
+ "description": "Use as the hover border width for containers like cards, panels, code editors, etc.",
78
+ "type": "number",
79
+ "value": "{global.border.width.200}"
80
+ },
81
+ "clicked": {
82
+ "description": "Use as the clicked border width for containers like cards, panels, code editors, etc.",
83
+ "type": "number",
84
+ "value": "{global.border.width.300}"
85
+ },
86
+ "status": {
87
+ "default": {
88
+ "description": "Use as the default border width for containers that convey statuses like inline alerts, notification drawer items and hints. This token is typically paired with status border colors.",
89
+ "type": "number",
90
+ "value": "{global.border.width.200}"
91
+ },
92
+ "read": {
93
+ "description": "Use as the border width for containers that convey a “read” status, like notification drawer items.",
94
+ "type": "number",
95
+ "value": "{global.border.width.100}"
96
+ }
97
+ }
98
+ },
99
+ "high-contrast": {
100
+ "regular": {
101
+ "type": "number",
102
+ "value": "{global.border.width.regular}"
103
+ },
104
+ "strong": {
105
+ "type": "number",
106
+ "value": "{global.border.width.strong}"
107
+ },
108
+ "extra-strong": {
109
+ "type": "number",
110
+ "value": "{global.border.width.extra-strong}"
111
+ }
112
+ },
113
+ "action": {
114
+ "default": {
115
+ "description": "Use as the default border width for actions like secondary and tertiary buttons",
116
+ "type": "number",
117
+ "value": "{global.border.width.100}"
118
+ },
119
+ "hover": {
120
+ "description": "Use as the hover state border width for actions like secondary and tertiary buttons",
121
+ "type": "number",
122
+ "value": "{global.border.width.200}"
123
+ },
124
+ "clicked": {
125
+ "description": "Use as the clicked state border width for actions like secondary and tertiary buttons",
126
+ "type": "number",
127
+ "value": "{global.border.width.200}"
128
+ },
129
+ "plain": {
130
+ "default": {
131
+ "description": "Use as the default border width for actions like secondary and tertiary buttons",
132
+ "type": "number",
133
+ "value": 0
134
+ },
135
+ "hover": {
136
+ "description": "Use as the hover state border width for actions like secondary and tertiary buttons",
137
+ "type": "number",
138
+ "value": "{global.border.width.100}"
139
+ },
140
+ "clicked": {
141
+ "description": "Use as the clicked state border width for actions like secondary and tertiary buttons",
142
+ "type": "number",
143
+ "value": "{global.border.width.200}"
144
+ }
145
+ }
146
+ },
147
+ "control": {
148
+ "default": {
149
+ "description": "Use as the default border width for controls like text inputs, menu toggles and control buttons",
150
+ "type": "number",
151
+ "value": "{global.border.width.100}"
152
+ },
153
+ "hover": {
154
+ "description": "Use as the hover state border width for controls like text inputs, menu toggles and control buttons",
155
+ "type": "number",
156
+ "value": "{global.border.width.200}"
157
+ },
158
+ "clicked": {
159
+ "description": "Use as the clicked state border width for controls like text inputs, menu toggles and control buttons",
160
+ "type": "number",
161
+ "value": "{global.border.width.200}"
162
+ }
163
+ }
164
+ }
165
+ },
166
+ "spacer": {
167
+ "xs": {
168
+ "description": "Use for extra small spaces between elements.",
169
+ "type": "number",
170
+ "value": "{global.spacer.100}"
171
+ },
172
+ "sm": {
173
+ "description": "Use for small spaces between elements.",
174
+ "type": "number",
175
+ "value": "{global.spacer.200}"
176
+ },
177
+ "md": {
178
+ "description": "Use for medium-sized spaces between elements.",
179
+ "type": "number",
180
+ "value": "{global.spacer.300}"
181
+ },
182
+ "lg": {
183
+ "description": "Use for large spaces between elements.",
184
+ "type": "number",
185
+ "value": "{global.spacer.400}"
186
+ },
187
+ "xl": {
188
+ "description": "Use for extra large spaces between elements.",
189
+ "type": "number",
190
+ "value": "{global.spacer.500}"
191
+ },
192
+ "2xl": {
193
+ "description": "Use for double extra large spaces spacing between elements.",
194
+ "type": "number",
195
+ "value": "{global.spacer.600}"
196
+ },
197
+ "3xl": {
198
+ "description": "Use for triple extra large spaces between elements.",
199
+ "type": "number",
200
+ "value": "{global.spacer.700}"
201
+ },
202
+ "4xl": {
203
+ "description": "Use for quadruple extra large spaces between elements.",
204
+ "type": "number",
205
+ "value": "{global.spacer.800}"
206
+ },
207
+ "control": {
208
+ "vertical": {
209
+ "default": {
210
+ "description": "Use to set the vertical padding inside of controls. This is used across buttons, text inputs, menu toggles, etc.",
211
+ "type": "number",
212
+ "value": "{global.spacer.sm}"
213
+ },
214
+ "compact": {
215
+ "description": "Use to set the vertical padding inside of compact controls. This is used across text inputs, menu toggles, control buttons etc.",
216
+ "type": "number",
217
+ "value": "{global.spacer.xs}"
218
+ },
219
+ "plain": {
220
+ "description": "Use to set the vertical padding inside of plain controls, like in plain menu toggles and plain buttons.",
221
+ "type": "number",
222
+ "value": "{global.spacer.sm}"
223
+ },
224
+ "spacious": {
225
+ "description": "Use to set the vertical padding inside a large/display controls. This is used across buttons, text inputs, menu toggles, etc.",
226
+ "type": "number",
227
+ "value": "{global.spacer.md}"
228
+ }
229
+ },
230
+ "horizontal": {
231
+ "default": {
232
+ "description": "Use to set the horizontal padding inside of controls, like text inputs and menu toggles.",
233
+ "type": "number",
234
+ "value": "{global.spacer.md}"
235
+ },
236
+ "plain": {
237
+ "description": "Use to set the horizontal padding inside of plain controls, like in plain menu toggles.",
238
+ "type": "number",
239
+ "value": "{global.spacer.sm}"
240
+ },
241
+ "compact": {
242
+ "description": "Use to set the horizontal padding inside of compact controls. This is used across text inputs, menu toggles, control buttons etc.",
243
+ "type": "number",
244
+ "value": "{global.spacer.sm}"
245
+ },
246
+ "spacious": {
247
+ "description": "Use to set the horizontal padding in large/display controls.",
248
+ "type": "number",
249
+ "value": "{global.spacer.lg}"
250
+ }
251
+ }
252
+ },
253
+ "action": {
254
+ "horizontal": {
255
+ "default": {
256
+ "description": "Use to set the horizontal padding inside a default action, like buttons.",
257
+ "type": "number",
258
+ "value": "{global.spacer.lg}"
259
+ },
260
+ "plain": {
261
+ "default": {
262
+ "description": "Use to set the horizontal padding inside a plain action, like plain buttons.",
263
+ "type": "number",
264
+ "value": "{global.spacer.sm}"
265
+ },
266
+ "compact": {
267
+ "description": "Use to set the horizontal padding inside a compact, plain action/button.",
268
+ "type": "number",
269
+ "value": "{global.spacer.xs}"
270
+ }
271
+ },
272
+ "compact": {
273
+ "description": "Use to set the horizontal padding inside a compact action, like compact buttons.",
274
+ "type": "number",
275
+ "value": "{global.spacer.md}"
276
+ },
277
+ "spacious": {
278
+ "description": "Use to set the horizontal padding inside a large/display action, like CTAs.",
279
+ "type": "number",
280
+ "value": "{global.spacer.xl}"
281
+ }
282
+ }
283
+ },
284
+ "gap": {
285
+ "text-to-element": {
286
+ "default": {
287
+ "description": "Use to space an element, like an icon or badge, inline with text",
288
+ "type": "number",
289
+ "value": "{global.spacer.sm}"
290
+ },
291
+ "compact": {
292
+ "description": "Use to space an element, like an icon or badge, inline with text",
293
+ "type": "number",
294
+ "value": "{global.spacer.xs}"
295
+ }
296
+ },
297
+ "control-to-control": {
298
+ "default": {
299
+ "description": "Use to set the space between controls, like in input groups or filter groups",
300
+ "type": "number",
301
+ "value": "{global.spacer.xs}"
302
+ }
303
+ },
304
+ "group": {
305
+ "vertical": {
306
+ "description": "Use to set the vertical space between items in a group, like a field label, form input, and helper text placed in a vertical/stacked layout",
307
+ "type": "number",
308
+ "value": "{global.spacer.sm}"
309
+ },
310
+ "horizontal": {
311
+ "description": "Use to set the horizontal space between items in a group, like a field label and form input placed in a horizontal layout.",
312
+ "type": "number",
313
+ "value": "{global.spacer.md}"
314
+ }
315
+ },
316
+ "group-to-group": {
317
+ "horizontal": {
318
+ "default": {
319
+ "description": "Use to set the horizontal space between groups of elements, like between multiple action groups or forms groups placed in a horizontal layout.",
320
+ "type": "number",
321
+ "value": "{global.spacer.2xl}"
322
+ },
323
+ "compact": {
324
+ "type": "number",
325
+ "value": "{global.spacer.sm}"
326
+ }
327
+ },
328
+ "vertical": {
329
+ "default": {
330
+ "description": "Use to set the vertical space between groups of elements, like between stacked form groups.",
331
+ "type": "number",
332
+ "value": "{global.spacer.lg}"
333
+ },
334
+ "compact": {
335
+ "type": "number",
336
+ "value": "{global.spacer.md}"
337
+ }
338
+ }
339
+ },
340
+ "action-to-action": {
341
+ "default": {
342
+ "description": "Use to set the space between actions, like in an action list group.",
343
+ "type": "number",
344
+ "value": "{global.spacer.md}"
345
+ },
346
+ "plain": {
347
+ "description": "Use to set the space between plain actions, like in an action list group.",
348
+ "type": "number",
349
+ "value": "{global.spacer.xs}"
350
+ }
351
+ }
352
+ },
353
+ "inset": {
354
+ "page-chrome": {
355
+ "type": "number",
356
+ "value": "{global.spacer.lg}"
357
+ }
358
+ },
359
+ "gutter": {
360
+ "default": {
361
+ "type": "number",
362
+ "value": "{global.spacer.md}"
363
+ }
364
+ }
365
+ },
366
+ "icon": {
367
+ "size": {
368
+ "sm": {
369
+ "description": "Use for small icons.",
370
+ "type": "number",
371
+ "value": "{global.icon.size.100}"
372
+ },
373
+ "md": {
374
+ "description": "Use for medium icons.",
375
+ "type": "number",
376
+ "value": "{global.icon.size.200}"
377
+ },
378
+ "lg": {
379
+ "description": "Use for large icons.",
380
+ "type": "number",
381
+ "value": "{global.icon.size.250}"
382
+ },
383
+ "xl": {
384
+ "description": "Use for extra large icons.",
385
+ "type": "number",
386
+ "value": "{global.icon.size.300}"
387
+ },
388
+ "2xl": {
389
+ "description": "Use for double extra large icons.",
390
+ "type": "number",
391
+ "value": "{global.icon.size.400}"
392
+ },
393
+ "3xl": {
394
+ "description": "Use for triple extra large icons.",
395
+ "type": "number",
396
+ "value": "{global.icon.size.500}"
397
+ },
398
+ "font": {
399
+ "body": {
400
+ "sm": {
401
+ "description": "Use for icons that are placed inline with small body text",
402
+ "type": "number",
403
+ "value": "{global.font.size.body.sm}"
404
+ },
405
+ "default": {
406
+ "description": "Use for icons that are placed inline with default body text",
407
+ "type": "number",
408
+ "value": "{global.font.size.body.default}"
409
+ },
410
+ "lg": {
411
+ "description": "Use for icons that are placed inline with large body text",
412
+ "type": "number",
413
+ "value": "{global.font.size.body.lg}"
414
+ }
415
+ },
416
+ "heading": {
417
+ "h1": {
418
+ "description": "Use for icons that are placed inline with first level headings",
419
+ "type": "number",
420
+ "value": "{global.font.size.heading.h1}"
421
+ },
422
+ "h2": {
423
+ "description": "Use for icons that are placed inline with second level headings",
424
+ "type": "number",
425
+ "value": "{global.font.size.heading.h2}"
426
+ },
427
+ "h3": {
428
+ "description": "Use for icons that are placed inline with third level headings",
429
+ "type": "number",
430
+ "value": "{global.font.size.heading.h3}"
431
+ },
432
+ "h4": {
433
+ "description": "Use for icons that are placed inline with fourth level headings",
434
+ "type": "number",
435
+ "value": "{global.font.size.heading.h4}"
436
+ },
437
+ "h5": {
438
+ "description": "Use for icons that are placed inline with fifth level headings",
439
+ "type": "number",
440
+ "value": "{global.font.size.heading.h5}"
441
+ },
442
+ "h6": {
443
+ "description": "Use for icons that are placed inline with sixth level headings",
444
+ "type": "number",
445
+ "value": "{global.font.size.heading.h6}"
446
+ }
447
+ },
448
+ "xs": {
449
+ "description": "Use for icons that are placed inline with font–size–xs text",
450
+ "type": "number",
451
+ "value": "{global.font.size.xs}"
452
+ },
453
+ "sm": {
454
+ "description": "Use for icons that are placed inline with font–size–sm text",
455
+ "type": "number",
456
+ "value": "{global.font.size.sm}"
457
+ },
458
+ "md": {
459
+ "description": "Use for icons that are placed inline with font–size–md text",
460
+ "type": "number",
461
+ "value": "{global.font.size.md}"
462
+ },
463
+ "lg": {
464
+ "description": "Use for icons that are placed inline with font–size–lg text",
465
+ "type": "number",
466
+ "value": "{global.font.size.lg}"
467
+ },
468
+ "xl": {
469
+ "description": "Use for icons that are placed inline with font–size–xl text",
470
+ "type": "number",
471
+ "value": "{global.font.size.xl}"
472
+ },
473
+ "2xl": {
474
+ "description": "Use for icons that are placed inline with font–size–2xl text",
475
+ "type": "number",
476
+ "value": "{global.font.size.2xl}"
477
+ },
478
+ "3xl": {
479
+ "description": "Use for icons that are placed inline with font–size–3xl text",
480
+ "type": "number",
481
+ "value": "{global.font.size.3xl}"
482
+ },
483
+ "4xl": {
484
+ "description": "Use for icons that are placed inline with font–size–3xl text",
485
+ "type": "number",
486
+ "value": "{global.font.size.4xl}"
487
+ }
488
+ }
489
+ }
490
+ },
491
+ "font": {
492
+ "weight": {
493
+ "body": {
494
+ "default": {
495
+ "description": "Use to define the default weight for body text",
496
+ "type": "number",
497
+ "value": "{global.font.weight.100}"
498
+ },
499
+ "bold": {
500
+ "description": "Use to define the bold weight for body text, often used to field labels or to add emphasis.",
501
+ "type": "number",
502
+ "value": "{global.font.weight.200}"
503
+ }
504
+ },
505
+ "heading": {
506
+ "default": {
507
+ "description": "Use to define the default weight for heading text",
508
+ "type": "number",
509
+ "value": "{global.font.weight.300}"
510
+ },
511
+ "bold": {
512
+ "description": "Use to define the bold weight for heading text, often used to add emphasis.",
513
+ "type": "number",
514
+ "value": "{global.font.weight.400}"
515
+ }
516
+ }
517
+ },
518
+ "line-height": {
519
+ "body": {
520
+ "description": "Use to define the line height for body text",
521
+ "type": "number",
522
+ "value": "{global.font.line-height.200}"
523
+ },
524
+ "heading": {
525
+ "description": "Use to define the line height for heading text",
526
+ "type": "number",
527
+ "value": "{global.font.line-height.100}"
528
+ }
529
+ },
530
+ "family": {
531
+ "body": {
532
+ "description": "Use to define the font family for body text",
533
+ "type": "number",
534
+ "value": "{global.font.family.100}"
535
+ },
536
+ "heading": {
537
+ "description": "Use to define the font family for heading text",
538
+ "type": "number",
539
+ "value": "{global.font.family.200}"
540
+ },
541
+ "mono": {
542
+ "description": "Use to define the font family for mono text",
543
+ "type": "number",
544
+ "value": "{global.font.family.300}"
545
+ }
546
+ },
547
+ "size": {
548
+ "body": {
549
+ "sm": {
550
+ "description": "Use for a smaller font size in body sections.",
551
+ "type": "number",
552
+ "value": "{global.font.size.xs}"
553
+ },
554
+ "default": {
555
+ "description": "Use as the default font size in body sections.",
556
+ "type": "number",
557
+ "value": "{global.font.size.sm}"
558
+ },
559
+ "lg": {
560
+ "description": "Use for a larger font size in body sections.",
561
+ "type": "number",
562
+ "value": "{global.font.size.md}"
563
+ }
564
+ },
565
+ "heading": {
566
+ "h1": {
567
+ "description": "Use as the font size for first level headings.",
568
+ "type": "number",
569
+ "value": "{global.font.size.2xl}"
570
+ },
571
+ "h2": {
572
+ "description": "Use as the font size for second level headings.",
573
+ "type": "number",
574
+ "value": "{global.font.size.xl}"
575
+ },
576
+ "h3": {
577
+ "description": "Use as the font size for third level headings.",
578
+ "type": "number",
579
+ "value": "{global.font.size.lg}"
580
+ },
581
+ "h4": {
582
+ "description": "Use as the font size for fourth-level headings.",
583
+ "type": "number",
584
+ "value": "{global.font.size.md}"
585
+ },
586
+ "h5": {
587
+ "description": "Use as the font size for fifth level headings.",
588
+ "type": "number",
589
+ "value": "{global.font.size.md}"
590
+ },
591
+ "h6": {
592
+ "description": "Use as the font size for sixth level headings.",
593
+ "type": "number",
594
+ "value": "{global.font.size.md}"
595
+ }
596
+ },
597
+ "xs": {
598
+ "type": "number",
599
+ "value": "{global.font.size.100}"
600
+ },
601
+ "sm": {
602
+ "description": "Use as the font size for small text that isn’t a heading or in a body section.",
603
+ "type": "number",
604
+ "value": "{global.font.size.200}"
605
+ },
606
+ "md": {
607
+ "description": "Use as the font size for medium text that isn’t a heading or in a body section.",
608
+ "type": "number",
609
+ "value": "{global.font.size.300}"
610
+ },
611
+ "lg": {
612
+ "description": "Use as the font size for large text that isn’t a heading or in a body section.",
613
+ "type": "number",
614
+ "value": "{global.font.size.400}"
615
+ },
616
+ "xl": {
617
+ "description": "Use as the font size for extra large text that isn’t a heading or in a body section.",
618
+ "type": "number",
619
+ "value": "{global.font.size.500}"
620
+ },
621
+ "2xl": {
622
+ "description": "Use as the font size for double extra large text that isn’t a heading or in a body section.",
623
+ "type": "number",
624
+ "value": "{global.font.size.600}"
625
+ },
626
+ "3xl": {
627
+ "description": "Use as the font size for triple extra large text that isn’t a heading or in a body section.",
628
+ "type": "number",
629
+ "value": "{global.font.size.700}"
630
+ },
631
+ "4xl": {
632
+ "description": "Use as the font size for quadruple extra large text that isn’t a heading or in a body section.",
633
+ "type": "number",
634
+ "value": "{global.font.size.800}"
635
+ }
636
+ }
637
+ },
638
+ "z-index": {
639
+ "xs": {
640
+ "description": "Use to set an extra small z-index, to display an element below other elements with a larger z-index. Use for smaller parts of a component that need to overlap adjacent elements, like box shadows of hovered elements.",
641
+ "type": "number",
642
+ "value": "{global.z-index.100}"
643
+ },
644
+ "sm": {
645
+ "description": "Use to set a small z-index, to display an element above other elements with smaller z-indexes. Use for components that need to appear above surrounding elements, like menus/dropdowns.",
646
+ "type": "number",
647
+ "value": "{global.z-index.200}"
648
+ },
649
+ "md": {
650
+ "description": "Use to set a medium z-index, to display an element above other elements with smaller z-indexes Use for sticky elements, like banners and page sections.",
651
+ "type": "number",
652
+ "value": "{global.z-index.300}"
653
+ },
654
+ "lg": {
655
+ "description": "Use to set a large z-index, to display an element above other elements with smaller z-indexes Use for the backdrop component, which appears beneath an open modal.",
656
+ "type": "number",
657
+ "value": "{global.z-index.400}"
658
+ },
659
+ "xl": {
660
+ "description": "Use to set an extra large z-index, to display an element above other elements with smaller z-indexes. Use for modals.",
661
+ "type": "number",
662
+ "value": "{global.z-index.500}"
663
+ },
664
+ "2xl": {
665
+ "description": "Use to set a double extra large z-index, to display an element above all other page elements. Use for elements that should appear on top of all others, like toast alert groups.",
666
+ "type": "number",
667
+ "value": "{global.z-index.600}"
668
+ }
669
+ },
670
+ "box-shadow": {
671
+ "X": {
672
+ "sm": {
673
+ "default": {
674
+ "description": "Use to define the X value for a default small box-shadow, like in sticky sections",
675
+ "type": "number",
676
+ "value": "{global.box-shadow.X.400}"
677
+ },
678
+ "top": {
679
+ "description": "Use to define the X value for a small box-shadow that appears on the top of a raised element, like in sticky footers",
680
+ "type": "number",
681
+ "value": "{global.box-shadow.X.400}"
682
+ },
683
+ "bottom": {
684
+ "description": "Use to define the X value for a small box-shadow that appears on the bottom of a raised element, like in sticky headers.",
685
+ "type": "number",
686
+ "value": "{global.box-shadow.X.400}"
687
+ },
688
+ "left": {
689
+ "description": "Use to define the X value for a small box-shadow that appears on the left of a raised element, like in sticky columns.",
690
+ "type": "number",
691
+ "value": "{global.box-shadow.X.200}"
692
+ },
693
+ "right": {
694
+ "description": "Use to define the X value for a small box-shadow that appears on the right of a raised element, like in sticky columns.",
695
+ "type": "number",
696
+ "value": "{global.box-shadow.X.600}"
697
+ }
698
+ },
699
+ "md": {
700
+ "default": {
701
+ "description": "Use to define the X value for a default medium box-shadow, used in popovers and raised menus.",
702
+ "type": "number",
703
+ "value": "{global.box-shadow.X.400}"
704
+ },
705
+ "top": {
706
+ "description": "Use to define the X value for a medium box-shadow that appears on the top of a raised element, like in overlay bottom drawers.",
707
+ "type": "number",
708
+ "value": "{global.box-shadow.X.400}"
709
+ },
710
+ "bottom": {
711
+ "description": "Use to define the X value for a medium box-shadow that appears on the bottom of a raised element.",
712
+ "type": "number",
713
+ "value": "{global.box-shadow.X.400}"
714
+ },
715
+ "left": {
716
+ "description": "Use to define the X value for a medium box-shadow that appears on the left of a raised element, like in overlay drawers that show on the right of the screen.",
717
+ "type": "number",
718
+ "value": "{global.box-shadow.X.100}"
719
+ },
720
+ "right": {
721
+ "description": "Use to define the X value for a medium box-shadow that appears on the right of a raised element, like in overlay drawers that show on the left of the screen.",
722
+ "type": "number",
723
+ "value": "{global.box-shadow.X.700}"
724
+ }
725
+ },
726
+ "lg": {
727
+ "default": {
728
+ "description": "Use to define the X value for a default large box-shadow, used in modals and wizards.",
729
+ "type": "number",
730
+ "value": "{global.box-shadow.X.400}"
731
+ },
732
+ "top": {
733
+ "description": "Use to define the X value for a large box-shadow that appears on the top of a raised element.",
734
+ "type": "number",
735
+ "value": "{global.box-shadow.X.400}"
736
+ },
737
+ "bottom": {
738
+ "description": "Use to define the X value for a large box-shadow that appears on the bottom of a raised element.",
739
+ "type": "number",
740
+ "value": "{global.box-shadow.X.400}"
741
+ },
742
+ "left": {
743
+ "description": "Use to define the X value for a large box-shadow that appears on the left of a raised element.",
744
+ "type": "number",
745
+ "value": "{global.box-shadow.X.50}"
746
+ },
747
+ "right": {
748
+ "description": "Use to define the X value for a large box-shadow that appears on the right of a raised element.",
749
+ "type": "number",
750
+ "value": "{global.box-shadow.X.800}"
751
+ }
752
+ }
753
+ },
754
+ "Y": {
755
+ "sm": {
756
+ "default": {
757
+ "description": "Use to define the Y value for a default small box-shadow, like in sticky sections",
758
+ "type": "number",
759
+ "value": "{global.box-shadow.Y.500}"
760
+ },
761
+ "top": {
762
+ "description": "Use to define the Y value for a small box-shadow that appears on the top of a raised element, like in sticky footers",
763
+ "type": "number",
764
+ "value": "{global.box-shadow.Y.200}"
765
+ },
766
+ "bottom": {
767
+ "description": "Use to define the Y value for a small box-shadow that appears on the bottom of a raised element, like in sticky headers.",
768
+ "type": "number",
769
+ "value": "{global.box-shadow.Y.600}"
770
+ },
771
+ "left": {
772
+ "description": "Use to define the Y value for a small box-shadow that appears on the left of a raised element, like in sticky columns.",
773
+ "type": "number",
774
+ "value": "{global.box-shadow.Y.400}"
775
+ },
776
+ "right": {
777
+ "description": "Use to define the Y value for a small box-shadow that appears on the right of a raised element, like in sticky columns.",
778
+ "type": "number",
779
+ "value": "{global.box-shadow.Y.400}"
780
+ }
781
+ },
782
+ "md": {
783
+ "default": {
784
+ "description": "Use to define the Y value for a default medium box-shadow, used in popovers and raised menus.",
785
+ "type": "number",
786
+ "value": "{global.box-shadow.Y.600}"
787
+ },
788
+ "top": {
789
+ "description": "Use to define the Y value for a medium box-shadow that appears on the top of a raised element, like in overlay bottom drawers",
790
+ "type": "number",
791
+ "value": "{global.box-shadow.Y.100}"
792
+ },
793
+ "bottom": {
794
+ "description": "Use to define the Y value for a medium box-shadow that appears on the bottom of a raised element.",
795
+ "type": "number",
796
+ "value": "{global.box-shadow.Y.700}"
797
+ },
798
+ "left": {
799
+ "description": "Use to define the Y value for a medium box-shadow that appears on the left of a raised element, like in overlay drawers that show on the right of the screen.",
800
+ "type": "number",
801
+ "value": "{global.box-shadow.Y.400}"
802
+ },
803
+ "right": {
804
+ "description": "Use to define the Y value for a medium box-shadow that appears on the right of a raised element, like in overlay drawers that show on the left of the screen.",
805
+ "type": "number",
806
+ "value": "{global.box-shadow.Y.400}"
807
+ }
808
+ },
809
+ "lg": {
810
+ "default": {
811
+ "description": "Use to define the Y value for a default large box-shadow, used in modals and wizards.",
812
+ "type": "number",
813
+ "value": "{global.box-shadow.Y.700}"
814
+ },
815
+ "top": {
816
+ "description": "Use to define the Y value for a large box-shadow that appears on the top of a raised element.",
817
+ "type": "number",
818
+ "value": "{global.box-shadow.Y.50}"
819
+ },
820
+ "bottom": {
821
+ "description": "Use to define the Y value for a large box-shadow that appears on the bottom of a raised element.",
822
+ "type": "number",
823
+ "value": "{global.box-shadow.Y.800}"
824
+ },
825
+ "left": {
826
+ "description": "Use to define the Y value for a large box-shadow that appears on the left of a raised element.",
827
+ "type": "number",
828
+ "value": "{global.box-shadow.Y.400}"
829
+ },
830
+ "right": {
831
+ "description": "Use to define the Y value for a large box-shadow that appears on the right of a raised element.",
832
+ "type": "number",
833
+ "value": "{global.box-shadow.Y.400}"
834
+ }
835
+ }
836
+ },
837
+ "blur": {
838
+ "sm": {
839
+ "description": "Use to define the blur for a small box-shadow",
840
+ "type": "number",
841
+ "value": "{global.box-shadow.blur.100}"
842
+ },
843
+ "md": {
844
+ "description": "Use to define the blur for a medium box-shadow",
845
+ "type": "number",
846
+ "value": "{global.box-shadow.blur.200}"
847
+ },
848
+ "lg": {
849
+ "description": "Use to define the blue for a large box-shadow",
850
+ "type": "number",
851
+ "value": "{global.box-shadow.blur.300}"
852
+ }
853
+ },
854
+ "spread": {
855
+ "sm": {
856
+ "default": {
857
+ "description": "Use to define the spread for a small box-shadow",
858
+ "type": "number",
859
+ "value": "{global.box-shadow.spread.100}"
860
+ },
861
+ "directional": {
862
+ "description": "Use to define the spread for a small box-shadow",
863
+ "type": "number",
864
+ "value": "{global.box-shadow.spread.200}"
865
+ }
866
+ },
867
+ "md": {
868
+ "default": {
869
+ "description": "Use to define the spread of a medium box-shadow",
870
+ "type": "number",
871
+ "value": "{global.box-shadow.spread.100}"
872
+ },
873
+ "directional": {
874
+ "description": "Use to define the spread of a medium box-shadow",
875
+ "type": "number",
876
+ "value": "{global.box-shadow.spread.300}"
877
+ }
878
+ },
879
+ "lg": {
880
+ "default": {
881
+ "description": "Use to define the spread of a large box-shadow",
882
+ "type": "number",
883
+ "value": "{global.box-shadow.spread.100}"
884
+ },
885
+ "directional": {
886
+ "description": "Use to define the spread of a large box-shadow",
887
+ "type": "number",
888
+ "value": "{global.box-shadow.spread.400}"
889
+ }
890
+ }
891
+ }
892
+ },
893
+ "breakpoint": {
894
+ "xs": {
895
+ "description": "Use to define an extra small breakpoint, which is the minimum width at which an effect applies to an element, in order to support responsive design.",
896
+ "type": "number",
897
+ "value": "{global.breakpoint.100}"
898
+ },
899
+ "sm": {
900
+ "description": "Use to define a small breakpoint, which is the minimum width at which an effect applies to an element, in order to support responsive design.",
901
+ "type": "number",
902
+ "value": "{global.breakpoint.200}"
903
+ },
904
+ "md": {
905
+ "description": "Use to define a medium breakpoint, which is the minimum width at which an effect applies to an element, in order to support responsive design.",
906
+ "type": "number",
907
+ "value": "{global.breakpoint.300}"
908
+ },
909
+ "lg": {
910
+ "description": "Use to define a large breakpoint, which is the minimum width at which an effect applies to an element, in order to support responsive design.",
911
+ "type": "number",
912
+ "value": "{global.breakpoint.400}"
913
+ },
914
+ "xl": {
915
+ "description": "Use to define an extra large breakpoint, which is the minimum width at which an effect applies to an element, in order to support responsive design.",
916
+ "type": "number",
917
+ "value": "{global.breakpoint.500}"
918
+ },
919
+ "2xl": {
920
+ "description": "Use to define a double extra large breakpoint, which is the minimum width at which an effect applies to an element, in order to support responsive design.",
921
+ "type": "number",
922
+ "value": "{global.breakpoint.600}"
923
+ },
924
+ "height": {
925
+ "sm": {
926
+ "description": "Use to define a small height breakpoint, which is the minimum height at which an effect applies to an element, in order to support responsive design.",
927
+ "type": "number",
928
+ "value": "{global.breakpoint.100}"
929
+ },
930
+ "md": {
931
+ "description": "Use to define a medium height breakpoint, which is the minimum height at which an effect applies to an element, in order to support responsive design.",
932
+ "type": "number",
933
+ "value": "{global.breakpoint.250}"
934
+ },
935
+ "lg": {
936
+ "description": "Use to define a large height breakpoint, which is the minimum height at which an effect applies to an element, in order to support responsive design.",
937
+ "type": "number",
938
+ "value": "{global.breakpoint.300}"
939
+ },
940
+ "xl": {
941
+ "description": "Use to define an extra large height breakpoint, which is the minimum height at which an effect applies to an element, in order to support responsive design.",
942
+ "type": "number",
943
+ "value": "{global.breakpoint.350}"
944
+ },
945
+ "2xl": {
946
+ "description": "Use to define an extra small height breakpoint, which is the minimum height at which an effect applies to an element, in order to support responsive design.",
947
+ "type": "number",
948
+ "value": "{global.breakpoint.550}"
949
+ }
950
+ }
951
+ },
952
+ "text-decoration": {
953
+ "width": {
954
+ "default": {
955
+ "type": "number",
956
+ "value": "{global.border.width.regular}"
957
+ }
958
+ },
959
+ "offset": {
960
+ "default": {
961
+ "type": "number",
962
+ "value": "{global.spacer.xs}"
963
+ }
964
+ },
965
+ "editable-text": {
966
+ "line": {
967
+ "default": {
968
+ "type": "number",
969
+ "value": "{global.text-decoration.line.200}"
970
+ },
971
+ "hover": {
972
+ "type": "number",
973
+ "value": "{global.text-decoration.line.200}"
974
+ }
975
+ },
976
+ "style": {
977
+ "default": {
978
+ "type": "number",
979
+ "value": "{global.text-decoration.style.200}"
980
+ },
981
+ "hover": {
982
+ "type": "number",
983
+ "value": "{global.text-decoration.style.200}"
984
+ }
985
+ }
986
+ },
987
+ "link": {
988
+ "line": {
989
+ "default": {
990
+ "type": "number",
991
+ "value": "{global.text-decoration.line.200}"
992
+ },
993
+ "hover": {
994
+ "type": "number",
995
+ "value": "{global.text-decoration.line.200}"
996
+ }
997
+ },
998
+ "style": {
999
+ "default": {
1000
+ "type": "number",
1001
+ "value": "{global.text-decoration.style.100}"
1002
+ },
1003
+ "hover": {
1004
+ "type": "number",
1005
+ "value": "{global.text-decoration.style.100}"
1006
+ }
1007
+ }
1008
+ },
1009
+ "help-text": {
1010
+ "line": {
1011
+ "default": {
1012
+ "type": "number",
1013
+ "value": "{global.text-decoration.line.200}"
1014
+ },
1015
+ "hover": {
1016
+ "type": "number",
1017
+ "value": "{global.text-decoration.line.200}"
1018
+ }
1019
+ },
1020
+ "style": {
1021
+ "default": {
1022
+ "type": "number",
1023
+ "value": "{global.text-decoration.style.200}"
1024
+ },
1025
+ "hover": {
1026
+ "type": "number",
1027
+ "value": "{global.text-decoration.style.200}"
1028
+ }
1029
+ }
1030
+ }
1031
+ },
1032
+ "focus-ring": {
1033
+ "position": {
1034
+ "offset": {
1035
+ "type": "number",
1036
+ "value": 2
1037
+ },
1038
+ "inset": {
1039
+ "type": "number",
1040
+ "value": -4
1041
+ }
1042
+ },
1043
+ "width": {
1044
+ "offset": {
1045
+ "type": "number",
1046
+ "value": 2
1047
+ },
1048
+ "inset": {
1049
+ "type": "number",
1050
+ "value": 3
1051
+ }
1052
+ }
1053
+ }
1054
+ }
1055
+ }