@patternfly/design-tokens 1.14.8 → 1.15.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.
Files changed (53) hide show
  1. package/build/css/tokens-dark.scss +14 -15
  2. package/build/css/tokens-default.scss +10 -11
  3. package/build/css/tokens-glass-dark.scss +16 -3
  4. package/build/css/tokens-glass.scss +9 -3
  5. package/build/css/tokens-palette.scss +3 -1
  6. package/build/css/tokens-redhat-dark.scss +4 -3
  7. package/build/css/tokens-redhat-glass-dark.scss +18 -4
  8. package/build/css/tokens-redhat-glass.scss +9 -3
  9. package/build/css/tokens-redhat-highcontrast-dark.scss +10 -3
  10. package/build/css/tokens-redhat-highcontrast.scss +2 -2
  11. package/build/css/tokens-redhat.scss +1 -1
  12. package/config.palette-colors.json +1 -1
  13. package/package.json +1 -1
  14. package/patternfly-docs/content/token-layers-glass-dark.json +497 -1097
  15. package/patternfly-docs/content/token-layers-glass.json +332 -904
  16. package/patternfly-docs/content/token-layers-highcontrast-dark.json +410 -385
  17. package/patternfly-docs/content/token-layers-highcontrast.json +540 -519
  18. package/patternfly-docs/content/token-layers-redhat-dark.json +2555 -2592
  19. package/patternfly-docs/content/token-layers-redhat-glass-dark.json +1112 -1768
  20. package/patternfly-docs/content/token-layers-redhat-glass.json +327 -899
  21. package/patternfly-docs/content/token-layers-redhat-highcontrast-dark.json +443 -422
  22. package/patternfly-docs/content/token-layers-redhat-highcontrast.json +626 -609
  23. package/patternfly-docs/content/token-layers-redhat.json +692 -671
  24. package/plugins/export-patternfly-tokens/dist/ui.html +32 -24
  25. package/plugins/export-patternfly-tokens/src/ui.tsx +8 -0
  26. package/tokens/default/dark/base.dark.json +5 -5
  27. package/tokens/default/dark/charts.dark.json +18 -18
  28. package/tokens/default/dark/semantic.dark.json +34 -39
  29. package/tokens/default/glass/base.dimension.json +16 -16
  30. package/tokens/default/glass/base.json +2 -2
  31. package/tokens/default/glass/semantic.glass.json +33 -38
  32. package/tokens/default/glass-dark/base.dark.json +5 -5
  33. package/tokens/default/glass-dark/semantic.glass.dark.json +45 -50
  34. package/tokens/default/highcontrast/base.dimension.json +16 -16
  35. package/tokens/default/highcontrast/base.json +2 -2
  36. package/tokens/default/highcontrast/semantic.dimension.highcontrast.json +5 -5
  37. package/tokens/default/highcontrast/semantic.highcontrast.json +27 -32
  38. package/tokens/default/highcontrast-dark/base.dark.json +5 -5
  39. package/tokens/default/highcontrast-dark/semantic.highcontrast.dark.json +27 -32
  40. package/tokens/default/light/base.dimension.json +16 -16
  41. package/tokens/default/light/base.json +2 -2
  42. package/tokens/default/light/charts.json +18 -18
  43. package/tokens/default/light/semantic.dimension.json +5 -5
  44. package/tokens/default/light/semantic.json +27 -32
  45. package/tokens/default/light/semantic.motion.json +8 -8
  46. package/tokens/redhat/dark/redhat.color.dark.json +71 -24
  47. package/tokens/redhat/glass/redhat.color.glass.json +25 -25
  48. package/tokens/redhat/glass-dark/redhat.color.glass.dark.json +67 -25
  49. package/tokens/redhat/highcontrast/redhat.color.highcontrast.json +25 -25
  50. package/tokens/redhat/highcontrast/redhat.dimension.highcontrast.json +6 -6
  51. package/tokens/redhat/highcontrast-dark/redhat.color.highcontrast.dark.json +25 -25
  52. package/tokens/redhat/light/redhat.color.json +25 -25
  53. package/tokens/redhat/light/redhat.dimension.json +6 -6
@@ -292,24 +292,6 @@
292
292
  "value": 22
293
293
  }
294
294
  },
295
- "stroke-line-cap": {
296
- "type": "string",
297
- "value": "round"
298
- },
299
- "layout": {
300
- "padding": {
301
- "type": "number",
302
- "value": 50
303
- },
304
- "height": {
305
- "type": "number",
306
- "value": 300
307
- },
308
- "width": {
309
- "type": "number",
310
- "value": 450
311
- }
312
- },
313
295
  "label": {
314
296
  "padding": {
315
297
  "type": "number",
@@ -336,6 +318,24 @@
336
318
  "value": "{color.gray.90}"
337
319
  }
338
320
  },
321
+ "layout": {
322
+ "padding": {
323
+ "type": "number",
324
+ "value": 50
325
+ },
326
+ "height": {
327
+ "type": "number",
328
+ "value": 300
329
+ },
330
+ "width": {
331
+ "type": "number",
332
+ "value": 450
333
+ }
334
+ },
335
+ "stroke-line-cap": {
336
+ "type": "string",
337
+ "value": "round"
338
+ },
339
339
  "stroke-line-join": {
340
340
  "type": "string",
341
341
  "value": "round"
@@ -420,11 +420,6 @@
420
420
  "type": "number",
421
421
  "value": "{global.icon.size.400}"
422
422
  },
423
- "3xl": {
424
- "description": "Use for triple extra large icons.",
425
- "type": "number",
426
- "value": "{global.icon.size.500}"
427
- },
428
423
  "font": {
429
424
  "body": {
430
425
  "sm": {
@@ -515,6 +510,11 @@
515
510
  "type": "number",
516
511
  "value": "{global.font.size.4xl}"
517
512
  }
513
+ },
514
+ "3xl": {
515
+ "description": "Use for triple extra large icons.",
516
+ "type": "number",
517
+ "value": "{global.icon.size.500}"
518
518
  }
519
519
  }
520
520
  },
@@ -2,31 +2,7 @@
2
2
  {
3
3
  "global": {
4
4
  "background": {
5
- "filter": {
6
- "glass": {
7
- "blur": {
8
- "primary": {
9
- "type": "number",
10
- "value": 0
11
- },
12
- "floating": {
13
- "type": "number",
14
- "value": 0
15
- }
16
- }
17
- }
18
- },
19
5
  "color": {
20
- "glass": {
21
- "primary": {
22
- "type": "color",
23
- "value": "{global.background.color.primary.default}"
24
- },
25
- "floating": {
26
- "type": "color",
27
- "value": "{global.background.color.floating.default}"
28
- }
29
- },
30
6
  "primary": {
31
7
  "default": {
32
8
  "description": "Use as the primary background color for UI content such as cards, page sections, and other content areas.",
@@ -68,6 +44,16 @@
68
44
  "value": "{global.background.color.600}"
69
45
  }
70
46
  },
47
+ "glass": {
48
+ "primary": {
49
+ "type": "color",
50
+ "value": "{global.background.color.primary.default}"
51
+ },
52
+ "floating": {
53
+ "type": "color",
54
+ "value": "{global.background.color.floating.default}"
55
+ }
56
+ },
71
57
  "floating": {
72
58
  "default": {
73
59
  "description": "Use as the background color for components that appear over other content, such as toast alerts, menus, modals, overlay drawers, etc.",
@@ -85,6 +71,13 @@
85
71
  "value": "{global.background.color.200}"
86
72
  }
87
73
  },
74
+ "sticky": {
75
+ "default": {
76
+ "description": "Use as the background color for components that appear over other content, such as toast alerts, menus, modals, overlay drawers, etc.",
77
+ "type": "color",
78
+ "value": "{global.background.color.100}"
79
+ }
80
+ },
88
81
  "action": {
89
82
  "plain": {
90
83
  "default": {
@@ -183,15 +176,17 @@
183
176
  }
184
177
  }
185
178
  },
186
- "opacity": {
179
+ "filter": {
187
180
  "glass": {
188
- "primary": {
189
- "type": "number",
190
- "value": 100
191
- },
192
- "floating": {
193
- "type": "number",
194
- "value": 100
181
+ "blur": {
182
+ "primary": {
183
+ "type": "number",
184
+ "value": 0
185
+ },
186
+ "floating": {
187
+ "type": "number",
188
+ "value": 0
189
+ }
195
190
  }
196
191
  }
197
192
  }
@@ -55,36 +55,36 @@
55
55
  "value": "{global.motion.duration.lg}"
56
56
  }
57
57
  },
58
- "slide-out": {
58
+ "slide-in": {
59
59
  "short": {
60
- "description": "Use for a shorter duration of a slide-out animation, which moves an element out of the viewport.",
60
+ "description": "Use for a short duration of a slide-in animation, which moves an offscreen element into the viewport.",
61
61
  "type": "number",
62
62
  "value": "{global.motion.duration.lg}"
63
63
  },
64
64
  "default": {
65
- "description": "Use as the default duration of a slide-out animation, which moves an element out of the viewport.",
65
+ "description": "Use for a default duration of a slide-in animation, which moves an offscreen element into the viewport.",
66
66
  "type": "number",
67
67
  "value": "{global.motion.duration.xl}"
68
68
  },
69
69
  "long": {
70
- "description": "Use for a longer duration of a slide-out animation, which moves an element out of the viewport.",
70
+ "description": "Use for a longer duration of a slide-in animation, which moves an offscreen element into the viewport.",
71
71
  "type": "number",
72
72
  "value": "{global.motion.duration.2xl}"
73
73
  }
74
74
  },
75
- "slide-in": {
75
+ "slide-out": {
76
76
  "short": {
77
- "description": "Use for a short duration of a slide-in animation, which moves an offscreen element into the viewport.",
77
+ "description": "Use for a shorter duration of a slide-out animation, which moves an element out of the viewport.",
78
78
  "type": "number",
79
79
  "value": "{global.motion.duration.lg}"
80
80
  },
81
81
  "default": {
82
- "description": "Use for a default duration of a slide-in animation, which moves an offscreen element into the viewport.",
82
+ "description": "Use as the default duration of a slide-out animation, which moves an element out of the viewport.",
83
83
  "type": "number",
84
84
  "value": "{global.motion.duration.xl}"
85
85
  },
86
86
  "long": {
87
- "description": "Use for a longer duration of a slide-in animation, which moves an offscreen element into the viewport.",
87
+ "description": "Use for a longer duration of a slide-out animation, which moves an element out of the viewport.",
88
88
  "type": "number",
89
89
  "value": "{global.motion.duration.2xl}"
90
90
  }
@@ -1,12 +1,33 @@
1
1
 
2
2
  {
3
3
  "global": {
4
+ "color": {
5
+ "brand": {
6
+ "accent": {
7
+ "hover": {
8
+ "description": "Use as the hover state for elements that have a branded background color",
9
+ "type": "color",
10
+ "value": "{global.dark.color.brand.accent.200}"
11
+ },
12
+ "default": {
13
+ "description": "Use this color for elements that you want to reinforce your brand",
14
+ "type": "color",
15
+ "value": "{global.dark.color.brand.accent.100}"
16
+ },
17
+ "clicked": {
18
+ "description": "Use as the clicked state for elements that have a brand background color",
19
+ "type": "color",
20
+ "value": "{global.dark.color.brand.accent.200}"
21
+ }
22
+ }
23
+ }
24
+ },
4
25
  "border": {
5
26
  "color": {
6
27
  "brand": {
7
28
  "accent": {
8
- "clicked": {
9
- "description": "Use as the clicked state border color for any branded element, like color-coded labels, banners, etc.",
29
+ "default": {
30
+ "description": "Use as the default border color for any branded element, like color-coded labels, banners, etc.",
10
31
  "type": "color",
11
32
  "value": "{global.dark.color.brand.accent.400}"
12
33
  },
@@ -15,8 +36,8 @@
15
36
  "type": "color",
16
37
  "value": "{global.dark.color.brand.accent.400}"
17
38
  },
18
- "default": {
19
- "description": "Use as the default border color for any branded element, like color-coded labels, banners, etc.",
39
+ "clicked": {
40
+ "description": "Use as the clicked state border color for any branded element, like color-coded labels, banners, etc.",
20
41
  "type": "color",
21
42
  "value": "{global.dark.color.brand.accent.400}"
22
43
  }
@@ -24,35 +45,61 @@
24
45
  }
25
46
  }
26
47
  },
27
- "color": {
28
- "brand": {
29
- "accent": {
30
- "hover": {
31
- "description": "Use as the hover state for elements that have a branded background color",
32
- "type": "color",
33
- "value": "{global.dark.color.brand.accent.200}"
34
- },
35
- "clicked": {
36
- "description": "Use as the clicked state for elements that have a brand background color",
37
- "type": "color",
38
- "value": "{global.dark.color.brand.accent.200}"
39
- },
40
- "default": {
41
- "description": "Use this color for elements that you want to reinforce your brand",
42
- "type": "color",
43
- "value": "{global.dark.color.brand.accent.100}"
48
+ "text": {
49
+ "color": {
50
+ "on-brand": {
51
+ "accent": {
52
+ "hover": {
53
+ "description": "Use as the hover state color for text placed on a brand-colored background.",
54
+ "type": "color",
55
+ "value": "{global.text.color.regular}"
56
+ },
57
+ "clicked": {
58
+ "description": "Use as the clicked state color for text placed on a brand-colored background.",
59
+ "type": "color",
60
+ "value": "{global.text.color.regular}"
61
+ },
62
+ "default": {
63
+ "description": "Use as the default color for text placed on a brand-colored background.",
64
+ "type": "color",
65
+ "value": "{global.text.color.regular}"
66
+ }
44
67
  }
45
68
  }
46
69
  }
47
70
  },
48
- "text": {
71
+ "icon": {
49
72
  "color": {
50
73
  "on-brand": {
51
74
  "accent": {
75
+ "hover": {
76
+ "description": "Use as the hover state color for icons that are placed on a brand background color and/or are paired with on-brand colored text.",
77
+ "type": "color",
78
+ "value": "{global.icon.color.regular}"
79
+ },
80
+ "clicked": {
81
+ "description": "Use as the clicked state color for icons that are placed on a brand background color and/or are paired with on-brand colored text.",
82
+ "type": "color",
83
+ "value": "{global.icon.color.regular}"
84
+ },
52
85
  "default": {
53
- "description": "Use as the default color for text placed on a brand-colored background.",
86
+ "description": "Use as the default color for icons that are placed on a brand background color and/or are paired with on-brand colored text.",
54
87
  "type": "color",
55
- "value": "{global.text.color.regular}"
88
+ "value": "{global.icon.color.regular}"
89
+ }
90
+ }
91
+ },
92
+ "brand": {
93
+ "accent": {
94
+ "clicked": {
95
+ "description": "Use as the clicked state for icons that convey your brand and/or are paired with branded text color.",
96
+ "type": "color",
97
+ "value": "{global.dark.color.brand.accent.300}"
98
+ },
99
+ "hover": {
100
+ "description": "Use as the hover state color for icons that convey your brand and/or are paired with branded text color.",
101
+ "type": "color",
102
+ "value": "{global.dark.color.brand.accent.300}"
56
103
  }
57
104
  }
58
105
  }
@@ -1,12 +1,33 @@
1
1
 
2
2
  {
3
3
  "global": {
4
+ "color": {
5
+ "brand": {
6
+ "accent": {
7
+ "hover": {
8
+ "description": "Use as the hover state for elements that have a branded background color",
9
+ "type": "color",
10
+ "value": "{global.color.brand.accent.200}"
11
+ },
12
+ "default": {
13
+ "description": "Use this color for elements that you want to reinforce your brand",
14
+ "type": "color",
15
+ "value": "{global.color.brand.accent.100}"
16
+ },
17
+ "clicked": {
18
+ "description": "Use as the clicked state for elements that have a brand background color",
19
+ "type": "color",
20
+ "value": "{global.color.brand.accent.200}"
21
+ }
22
+ }
23
+ }
24
+ },
4
25
  "border": {
5
26
  "color": {
6
27
  "brand": {
7
28
  "accent": {
8
- "clicked": {
9
- "description": "Use as the clicked state border color for any branded element, like color-coded labels, banners, etc.",
29
+ "default": {
30
+ "description": "Use as the default border color for any branded element, like color-coded labels, banners, etc.",
10
31
  "type": "color",
11
32
  "value": "{global.color.brand.accent.400}"
12
33
  },
@@ -15,35 +36,14 @@
15
36
  "type": "color",
16
37
  "value": "{global.color.brand.accent.400}"
17
38
  },
18
- "default": {
19
- "description": "Use as the default border color for any branded element, like color-coded labels, banners, etc.",
39
+ "clicked": {
40
+ "description": "Use as the clicked state border color for any branded element, like color-coded labels, banners, etc.",
20
41
  "type": "color",
21
42
  "value": "{global.color.brand.accent.400}"
22
43
  }
23
44
  }
24
45
  }
25
46
  }
26
- },
27
- "color": {
28
- "brand": {
29
- "accent": {
30
- "hover": {
31
- "description": "Use as the hover state for elements that have a branded background color",
32
- "type": "color",
33
- "value": "{global.color.brand.accent.200}"
34
- },
35
- "clicked": {
36
- "description": "Use as the clicked state for elements that have a brand background color",
37
- "type": "color",
38
- "value": "{global.color.brand.accent.200}"
39
- },
40
- "default": {
41
- "description": "Use this color for elements that you want to reinforce your brand",
42
- "type": "color",
43
- "value": "{global.color.brand.accent.100}"
44
- }
45
- }
46
- }
47
47
  }
48
48
  }
49
49
  }
@@ -1,12 +1,33 @@
1
1
 
2
2
  {
3
3
  "global": {
4
+ "color": {
5
+ "brand": {
6
+ "accent": {
7
+ "hover": {
8
+ "description": "Use as the hover state for elements that have a branded background color",
9
+ "type": "color",
10
+ "value": "{global.dark.color.brand.accent.200}"
11
+ },
12
+ "default": {
13
+ "description": "Use this color for elements that you want to reinforce your brand",
14
+ "type": "color",
15
+ "value": "{global.dark.color.brand.accent.100}"
16
+ },
17
+ "clicked": {
18
+ "description": "Use as the clicked state for elements that have a brand background color",
19
+ "type": "color",
20
+ "value": "{global.dark.color.brand.accent.200}"
21
+ }
22
+ }
23
+ }
24
+ },
4
25
  "border": {
5
26
  "color": {
6
27
  "brand": {
7
28
  "accent": {
8
- "clicked": {
9
- "description": "Use as the clicked state border color for any branded element, like color-coded labels, banners, etc.",
29
+ "default": {
30
+ "description": "Use as the default border color for any branded element, like color-coded labels, banners, etc.",
10
31
  "type": "color",
11
32
  "value": "{global.dark.color.brand.accent.400}"
12
33
  },
@@ -15,8 +36,8 @@
15
36
  "type": "color",
16
37
  "value": "{global.dark.color.brand.accent.400}"
17
38
  },
18
- "default": {
19
- "description": "Use as the default border color for any branded element, like color-coded labels, banners, etc.",
39
+ "clicked": {
40
+ "description": "Use as the clicked state border color for any branded element, like color-coded labels, banners, etc.",
20
41
  "type": "color",
21
42
  "value": "{global.dark.color.brand.accent.400}"
22
43
  }
@@ -24,31 +45,20 @@
24
45
  }
25
46
  }
26
47
  },
27
- "color": {
28
- "brand": {
29
- "accent": {
30
- "hover": {
31
- "description": "Use as the hover state for elements that have a branded background color",
32
- "type": "color",
33
- "value": "{global.dark.color.brand.accent.200}"
34
- },
35
- "clicked": {
36
- "description": "Use as the clicked state for elements that have a brand background color",
37
- "type": "color",
38
- "value": "{global.dark.color.brand.accent.200}"
39
- },
40
- "default": {
41
- "description": "Use this color for elements that you want to reinforce your brand",
42
- "type": "color",
43
- "value": "{global.dark.color.brand.accent.100}"
44
- }
45
- }
46
- }
47
- },
48
48
  "text": {
49
49
  "color": {
50
50
  "on-brand": {
51
51
  "accent": {
52
+ "hover": {
53
+ "description": "Use as the hover state color for text placed on a brand-colored background.",
54
+ "type": "color",
55
+ "value": "{global.text.color.regular}"
56
+ },
57
+ "clicked": {
58
+ "description": "Use as the clicked state color for text placed on a brand-colored background.",
59
+ "type": "color",
60
+ "value": "{global.text.color.regular}"
61
+ },
52
62
  "default": {
53
63
  "description": "Use as the default color for text placed on a brand-colored background.",
54
64
  "type": "color",
@@ -57,6 +67,38 @@
57
67
  }
58
68
  }
59
69
  }
70
+ },
71
+ "icon": {
72
+ "color": {
73
+ "on-brand": {
74
+ "accent": {
75
+ "hover": {
76
+ "description": "Use as the hover state color for icons that are placed on a brand background color and/or are paired with on-brand colored text.",
77
+ "type": "color",
78
+ "value": "{global.icon.color.regular}"
79
+ },
80
+ "clicked": {
81
+ "description": "Use as the clicked state color for icons that are placed on a brand background color and/or are paired with on-brand colored text.",
82
+ "type": "color",
83
+ "value": "{global.icon.color.regular}"
84
+ }
85
+ }
86
+ },
87
+ "brand": {
88
+ "accent": {
89
+ "clicked": {
90
+ "description": "Use as the clicked state for icons that convey your brand and/or are paired with branded text color.",
91
+ "type": "color",
92
+ "value": "{global.dark.color.brand.accent.300}"
93
+ },
94
+ "hover": {
95
+ "description": "Use as the hover state color for icons that convey your brand and/or are paired with branded text color.",
96
+ "type": "color",
97
+ "value": "{global.dark.color.brand.accent.300}"
98
+ }
99
+ }
100
+ }
101
+ }
60
102
  }
61
103
  }
62
104
  }
@@ -1,12 +1,33 @@
1
1
 
2
2
  {
3
3
  "global": {
4
+ "color": {
5
+ "brand": {
6
+ "accent": {
7
+ "hover": {
8
+ "description": "Use as the hover state for elements that have a branded background color",
9
+ "type": "color",
10
+ "value": "{global.color.brand.accent.300}"
11
+ },
12
+ "default": {
13
+ "description": "Use this color for elements that you want to reinforce your brand",
14
+ "type": "color",
15
+ "value": "{global.color.brand.accent.400}"
16
+ },
17
+ "clicked": {
18
+ "description": "Use as the clicked state for elements that have a brand background color",
19
+ "type": "color",
20
+ "value": "{global.color.brand.accent.300}"
21
+ }
22
+ }
23
+ }
24
+ },
4
25
  "border": {
5
26
  "color": {
6
27
  "brand": {
7
28
  "accent": {
8
- "clicked": {
9
- "description": "Use as the clicked state border color for any branded element, like color-coded labels, banners, etc.",
29
+ "default": {
30
+ "description": "Use as the default border color for any branded element, like color-coded labels, banners, etc.",
10
31
  "type": "color",
11
32
  "value": "{global.color.brand.accent.400}"
12
33
  },
@@ -15,35 +36,14 @@
15
36
  "type": "color",
16
37
  "value": "{global.color.brand.accent.400}"
17
38
  },
18
- "default": {
19
- "description": "Use as the default border color for any branded element, like color-coded labels, banners, etc.",
39
+ "clicked": {
40
+ "description": "Use as the clicked state border color for any branded element, like color-coded labels, banners, etc.",
20
41
  "type": "color",
21
42
  "value": "{global.color.brand.accent.400}"
22
43
  }
23
44
  }
24
45
  }
25
46
  }
26
- },
27
- "color": {
28
- "brand": {
29
- "accent": {
30
- "hover": {
31
- "description": "Use as the hover state for elements that have a branded background color",
32
- "type": "color",
33
- "value": "{global.color.brand.accent.300}"
34
- },
35
- "clicked": {
36
- "description": "Use as the clicked state for elements that have a brand background color",
37
- "type": "color",
38
- "value": "{global.color.brand.accent.300}"
39
- },
40
- "default": {
41
- "description": "Use this color for elements that you want to reinforce your brand",
42
- "type": "color",
43
- "value": "{global.color.brand.accent.200}"
44
- }
45
- }
46
- }
47
47
  }
48
48
  }
49
49
  }
@@ -3,12 +3,6 @@
3
3
  "global": {
4
4
  "border": {
5
5
  "radius": {
6
- "control": {
7
- "default": {
8
- "type": "number",
9
- "value": "{global.border.radius.pill}"
10
- }
11
- },
12
6
  "action": {
13
7
  "plain": {
14
8
  "default": {
@@ -16,6 +10,12 @@
16
10
  "value": "{global.border.radius.pill}"
17
11
  }
18
12
  }
13
+ },
14
+ "control": {
15
+ "default": {
16
+ "type": "number",
17
+ "value": "{global.border.radius.pill}"
18
+ }
19
19
  }
20
20
  }
21
21
  }