@abgov/design-tokens 1.10.0 → 2.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (34) hide show
  1. package/data/component-design-tokens/accordion-design-tokens.json +92 -11
  2. package/data/component-design-tokens/badge-design-tokens.json +139 -26
  3. package/data/component-design-tokens/button-design-tokens.json +151 -66
  4. package/data/component-design-tokens/callout-design-tokens.json +158 -74
  5. package/data/component-design-tokens/checkbox-design-tokens.json +33 -14
  6. package/data/component-design-tokens/container-design-tokens.json +15 -11
  7. package/data/component-design-tokens/date-picker-design-tokens.json +26 -10
  8. package/data/component-design-tokens/details-design-tokens.json +28 -5
  9. package/data/component-design-tokens/drawer-design-tokens.json +42 -35
  10. package/data/component-design-tokens/dropdown-design-tokens.json +81 -17
  11. package/data/component-design-tokens/filter-chip-design-tokens.json +92 -0
  12. package/data/component-design-tokens/footer-design-tokens.json +16 -20
  13. package/data/component-design-tokens/form-item-design-tokens.json +99 -20
  14. package/data/component-design-tokens/header-design-tokens.json +189 -235
  15. package/data/component-design-tokens/icon-button-design-tokens.json +40 -24
  16. package/data/component-design-tokens/input-design-tokens.json +52 -28
  17. package/data/component-design-tokens/link-design-tokens.json +115 -0
  18. package/data/component-design-tokens/modal-design-tokens.json +202 -17
  19. package/data/component-design-tokens/notification-banner-design-tokens.json +152 -0
  20. package/data/component-design-tokens/pagination-design-tokens.json +17 -0
  21. package/data/component-design-tokens/popover-design-tokens.json +23 -9
  22. package/data/component-design-tokens/push-drawer-design-tokens.json +1 -1
  23. package/data/component-design-tokens/radio-design-tokens.json +79 -17
  24. package/data/component-design-tokens/side-menu-design-tokens.json +101 -94
  25. package/data/component-design-tokens/table-design-tokens.json +159 -9
  26. package/data/component-design-tokens/tabs-design-tokens.json +74 -16
  27. package/data/component-design-tokens/temporary-notification-design-tokens.json +112 -0
  28. package/data/component-design-tokens/text-area-design-tokens.json +29 -15
  29. package/data/component-design-tokens/tooltip-design-tokens.json +3 -3
  30. package/data/goa-global-design-tokens.json +571 -145
  31. package/dist/tokens.css +818 -430
  32. package/dist/tokens.scss +964 -576
  33. package/lib/design-tokens.js +43 -9
  34. package/package.json +1 -1
@@ -1,134 +1,218 @@
1
1
  {
2
+ "callout-border": {
3
+ "value": {
4
+ "color": "{color.greyscale.150}",
5
+ "width": "{borderWidth.s}",
6
+ "style": "solid"
7
+ },
8
+ "type": "border"
9
+ },
2
10
  "callout-border-radius": {
3
- "value": "{borderRadius.none}",
11
+ "value": "{borderRadius.xl}",
4
12
  "type": "borderRadius"
5
13
  },
6
- "callout-m-border-width": {
7
- "value": "0px",
8
- "type": "borderWidth"
14
+ "callout-heading-gap": {
15
+ "value": "{space.xs}",
16
+ "type": "spacing"
9
17
  },
10
- "callout-l-border-width": {
11
- "value": "0px",
12
- "type": "borderWidth"
18
+ "callout-heading-typography": {
19
+ "value": {
20
+ "fontFamily": "{fontFamily.sans}",
21
+ "fontWeight": "{fontWeight.semiBold}",
22
+ "fontSize": "{fontSize.4}",
23
+ "lineHeight": "{lineHeight.2}",
24
+ "letterSpacing": "{letterSpacing.2xs}"
25
+ },
26
+ "type": "typography"
13
27
  },
14
- "callout-l-icon-size": {
15
- "value": "{iconSize.m}",
16
- "type": "sizing"
28
+ "callout-heading-color": {
29
+ "value": "{color.text.default}",
30
+ "type": "color"
17
31
  },
18
- "callout-l-content-padding": {
19
- "value": "{space.l}",
32
+ "callout-heading-padding": {
33
+ "value": "{space.s} {space.s} {space.s} 1.125rem",
20
34
  "type": "spacing"
21
35
  },
22
- "callout-l-content-gap": {
23
- "value": "{space.m}",
24
- "type": "spacing"
36
+ "callout-body-typography": {
37
+ "value": "{typography.body.s}",
38
+ "type": "other"
25
39
  },
26
- "callout-l-statusbar-padding": {
27
- "value": "{space.l} {space.s}",
28
- "type": "spacing"
40
+ "callout-body-color": {
41
+ "value": "{color.text.secondary}",
42
+ "type": "color"
29
43
  },
30
- "callout-m-icon-size": {
31
- "value": "{iconSize.s}",
32
- "type": "sizing"
44
+ "callout-body-padding": {
45
+ "value": "1.25rem",
46
+ "type": "spacing",
47
+ "description": "20px"
33
48
  },
34
- "callout-m-content-padding": {
35
- "value": "{space.s}",
36
- "type": "spacing"
49
+ "callout-l-with-heading-body-padding": {
50
+ "value": "0 1.25rem 1.25rem",
51
+ "type": "spacing",
52
+ "description": "14px 12px 16px 0px"
37
53
  },
38
- "callout-m-content-gap": {
39
- "value": "{space.2xs}",
54
+ "callout-l-without-heading-body-padding": {
55
+ "value": "0.875rem {space.s} {space.m} 0",
40
56
  "type": "spacing"
41
57
  },
42
- "callout-m-statusbar-padding": {
43
- "value": "{space.s} {space.2xs}",
44
- "type": "spacing"
58
+ "callout-h-info-heading-color": {
59
+ "value": "{color.text.light}",
60
+ "type": "color"
45
61
  },
46
- "callout-info-color-bg-content": {
47
- "value": "{color.greyscale.100}",
62
+ "callout-h-important-heading-color": {
63
+ "value": "{color.text.default}",
48
64
  "type": "color"
49
65
  },
50
- "callout-info-color-bg-statusbar": {
51
- "value": "{color.info.default}",
66
+ "callout-h-success-heading-color": {
67
+ "value": "{color.text.light}",
52
68
  "type": "color"
53
69
  },
54
- "callout-info-icon-color": {
55
- "value": "{color.greyscale.white}",
70
+ "callout-h-emergency-heading-color": {
71
+ "value": "{color.text.light}",
56
72
  "type": "color"
57
73
  },
58
- "callout-info-border-color": {
59
- "value": "none",
74
+ "callout-h-info-border-color": {
75
+ "value": "{color.info.border}",
60
76
  "type": "color"
61
77
  },
62
- "callout-warning-color-bg-content": {
63
- "value": "{color.greyscale.100}",
78
+ "callout-l-info-border-color": {
79
+ "value": "{color.info.border}",
64
80
  "type": "color"
65
81
  },
66
- "callout-warning-color-bg-statusbar": {
67
- "value": "{color.warning.default}",
82
+ "callout-h-important-border-color": {
83
+ "value": "{color.warning.border}",
84
+ "type": "color"
85
+ },
86
+ "callout-l-important-border-color": {
87
+ "value": "{color.warning.border}",
88
+ "type": "color"
89
+ },
90
+ "callout-h-success-border-color": {
91
+ "value": "{color.success.border}",
68
92
  "type": "color"
69
93
  },
70
- "callout-warning-icon-color": {
71
- "value": "{color.greyscale.black}",
94
+ "callout-l-success-border-color": {
95
+ "value": "{color.success.border}",
72
96
  "type": "color"
73
97
  },
74
- "callout-warning-border-color": {
75
- "value": "none",
98
+ "callout-h-emergency-border-color": {
99
+ "value": "{color.emergency.border}",
76
100
  "type": "color"
77
101
  },
78
- "callout-success-color-bg-content": {
79
- "value": "{color.greyscale.100}",
102
+ "callout-l-emergency-border-color": {
103
+ "value": "{color.emergency.border}",
80
104
  "type": "color"
81
105
  },
82
- "callout-success-color-bg-statusbar": {
106
+ "callout-info-heading-bg-color": {
107
+ "value": "{color.info.light}",
108
+ "type": "color"
109
+ },
110
+ "callout-h-info-heading-bg-color": {
111
+ "value": "{color.info.default}",
112
+ "type": "color"
113
+ },
114
+ "callout-important-heading-bg-color": {
115
+ "value": "{color.warning.light}",
116
+ "type": "color"
117
+ },
118
+ "callout-h-important-heading-bg-color": {
119
+ "value": "{color.warning.default}",
120
+ "type": "color"
121
+ },
122
+ "callout-success-heading-bg-color": {
123
+ "value": "{color.success.light}",
124
+ "type": "color"
125
+ },
126
+ "callout-h-success-heading-bg-color": {
83
127
  "value": "{color.success.default}",
84
128
  "type": "color"
85
129
  },
86
- "callout-success-icon-color": {
130
+ "callout-emergency-heading-bg-color": {
131
+ "value": "{color.emergency.light}",
132
+ "type": "color"
133
+ },
134
+ "callout-h-emergency-heading-bg-color": {
135
+ "value": "{color.emergency.default}",
136
+ "type": "color"
137
+ },
138
+ "callout-info-content-bg-color": {
87
139
  "value": "{color.greyscale.white}",
88
140
  "type": "color"
89
141
  },
90
- "callout-success-border-color": {
91
- "value": "none",
142
+ "callout-h-info-content-bg-color": {
143
+ "value": "{color.info.background}",
92
144
  "type": "color"
93
145
  },
94
- "callout-emergency-color-bg-content": {
95
- "value": "{color.greyscale.100}",
146
+ "callout-l-info-content-bg-color": {
147
+ "value": "{color.info.background}",
96
148
  "type": "color"
97
149
  },
98
- "callout-emergency-color-bg-statusbar": {
99
- "value": "{color.emergency.default}",
150
+ "callout-important-content-bg-color": {
151
+ "value": "{color.greyscale.white}",
100
152
  "type": "color"
101
153
  },
102
- "callout-emergency-border-color": {
103
- "value": "none",
154
+ "callout-h-important-content-bg-color": {
155
+ "value": "{color.warning.background}",
104
156
  "type": "color"
105
157
  },
106
- "callout-emergency-icon-color": {
158
+ "callout-l-important-content-bg-color": {
159
+ "value": "{color.warning.background}",
160
+ "type": "color"
161
+ },
162
+ "callout-success-content-bg-color": {
107
163
  "value": "{color.greyscale.white}",
108
164
  "type": "color"
109
165
  },
110
- "callout-event-icon-color": {
166
+ "callout-h-success-content-bg-color": {
167
+ "value": "{color.success.background}",
168
+ "type": "color"
169
+ },
170
+ "callout-l-success-content-bg-color": {
171
+ "value": "{color.success.background}",
172
+ "type": "color"
173
+ },
174
+ "callout-emergency-content-bg-color": {
111
175
  "value": "{color.greyscale.white}",
112
176
  "type": "color"
113
177
  },
114
- "callout-l-heading": {
115
- "value": "{typography.heading.m}",
116
- "type": "other"
178
+ "callout-h-emergency-content-bg-color": {
179
+ "value": "{color.emergency.background}",
180
+ "type": "color"
117
181
  },
118
- "callout-l-text-size": {
119
- "value": "{typography.body.m}",
120
- "type": "other"
182
+ "callout-l-emergency-content-bg-color": {
183
+ "value": "{color.emergency.background}",
184
+ "type": "color"
121
185
  },
122
- "callout-m-heading-size": {
123
- "value": "{typography.heading.xs}",
124
- "type": "other"
186
+ "callout-info-icon-color": {
187
+ "value": "{color.info.default}",
188
+ "type": "color"
125
189
  },
126
- "callout-l-heading-size": {
127
- "value": "{typography.heading.m}",
128
- "type": "other"
190
+ "callout-h-info-icon-color": {
191
+ "value": "{color.greyscale.white}",
192
+ "type": "color"
129
193
  },
130
- "callout-m-text-size": {
131
- "value": "{typography.body.s}",
132
- "type": "other"
194
+ "callout-important-icon-color": {
195
+ "value": "{color.warning.dark}",
196
+ "type": "color"
197
+ },
198
+ "callout-h-important-icon-color": {
199
+ "value": "{color.greyscale.800}",
200
+ "type": "color"
201
+ },
202
+ "callout-success-icon-color": {
203
+ "value": "{color.success.default}",
204
+ "type": "color"
205
+ },
206
+ "callout-h-success-icon-color": {
207
+ "value": "{color.greyscale.white}",
208
+ "type": "color"
209
+ },
210
+ "callout-emergency-icon-color": {
211
+ "value": "{color.emergency.default}",
212
+ "type": "color"
213
+ },
214
+ "callout-h-emergency-icon-color": {
215
+ "value": "{color.greyscale.white}",
216
+ "type": "color"
133
217
  }
134
218
  }
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "checkbox-border": {
3
3
  "value": {
4
- "width": "{borderWidth.s}",
4
+ "width": "{input.borderWidth.default}",
5
5
  "style": "solid",
6
- "color": "{color.greyscale.700}"
6
+ "color": "{input.color.border.default}"
7
7
  },
8
8
  "type": "border"
9
9
  },
10
10
  "checkbox-border-disabled": {
11
11
  "value": {
12
- "width": "{borderWidth.s}",
12
+ "width": "{input.borderWidth.default}",
13
13
  "style": "solid",
14
- "color": "{color.greyscale.400}"
14
+ "color": "{input.color.border.default}"
15
15
  },
16
16
  "type": "border"
17
17
  },
@@ -27,7 +27,7 @@
27
27
  "value": {
28
28
  "width": "{borderWidth.m}",
29
29
  "style": "solid",
30
- "color": "{color.interactive.error}"
30
+ "color": "{input.color.border.error}"
31
31
  },
32
32
  "type": "border"
33
33
  },
@@ -35,7 +35,7 @@
35
35
  "value": {
36
36
  "width": "{borderWidth.l}",
37
37
  "style": "solid",
38
- "color": "{color.interactive.focus}"
38
+ "color": "{input.color.border.focus}"
39
39
  },
40
40
  "type": "border"
41
41
  },
@@ -43,17 +43,24 @@
43
43
  "value": {
44
44
  "width": "{borderWidth.m}",
45
45
  "style": "solid",
46
- "color": "{color.interactive.hover}"
46
+ "color": "{input.color.border.hover}"
47
+ },
48
+ "type": "border"
49
+ },
50
+ "checkbox-border-error-hover": {
51
+ "value": {
52
+ "width": "{borderWidth.m}",
53
+ "style": "solid",
54
+ "color": "{input.color.border.error-hover}"
47
55
  },
48
56
  "type": "border"
49
57
  },
50
58
  "checkbox-border-radius": {
51
- "value": "2px",
52
- "type": "borderRadius",
53
- "description": "2px"
59
+ "value": "{input.borderRadius.checkbox}",
60
+ "type": "borderRadius"
54
61
  },
55
62
  "checkbox-color-bg": {
56
- "value": "{color.greyscale.white}",
63
+ "value": "{input.color.background.default}",
57
64
  "type": "color"
58
65
  },
59
66
  "checkbox-color-bg-checked": {
@@ -61,7 +68,7 @@
61
68
  "type": "color"
62
69
  },
63
70
  "checkbox-color-bg-checked-disabled": {
64
- "value": "{color.interactive.disabled}",
71
+ "value": "{color.greyscale.300}",
65
72
  "type": "color"
66
73
  },
67
74
  "checkbox-color-bg-checked-error": {
@@ -72,12 +79,16 @@
72
79
  "value": "{color.interactive.hover}",
73
80
  "type": "color"
74
81
  },
82
+ "checkbox-color-bg-checked-error-hover": {
83
+ "value": "{color.interactive.error-hover}",
84
+ "type": "color"
85
+ },
75
86
  "checkbox-color-label": {
76
- "value": "{color.text.default}",
87
+ "value": "{input.color.text.secondary}",
77
88
  "type": "color"
78
89
  },
79
90
  "checkbox-color-label-disabled": {
80
- "value": "{color.greyscale.500}",
91
+ "value": "{input.color.text.disabled}",
81
92
  "type": "color"
82
93
  },
83
94
  "checkbox-description-font-size": {
@@ -85,6 +96,10 @@
85
96
  "type": "other"
86
97
  },
87
98
  "checkbox-gap": {
99
+ "value": "{space.s}",
100
+ "type": "spacing"
101
+ },
102
+ "checkbox-gap-compact": {
88
103
  "value": "{space.xs}",
89
104
  "type": "spacing"
90
105
  },
@@ -92,6 +107,10 @@
92
107
  "value": "{typography.body.m}",
93
108
  "type": "other"
94
109
  },
110
+ "checkbox-label-font-size-compact": {
111
+ "value": "{typography.body.s}",
112
+ "type": "other"
113
+ },
95
114
  "checkbox-size": {
96
115
  "value": "{space.l}",
97
116
  "type": "sizing"
@@ -1,16 +1,20 @@
1
1
  {
2
2
  "container-border-radius": {
3
- "value": "{borderRadius.m}",
3
+ "value": "{borderRadius.xl}",
4
4
  "type": "borderRadius"
5
5
  },
6
6
  "container-border": {
7
7
  "value": {
8
- "color": "{color.greyscale.200}",
8
+ "color": "{color.greyscale.150}",
9
9
  "width": "{borderWidth.s}",
10
10
  "style": "solid"
11
11
  },
12
12
  "type": "border"
13
13
  },
14
+ "container-shadow": {
15
+ "value": "{shadow.200}",
16
+ "type": "other"
17
+ },
14
18
  "container-padding": {
15
19
  "value": "{space.xl}",
16
20
  "type": "spacing"
@@ -20,11 +24,11 @@
20
24
  "type": "spacing"
21
25
  },
22
26
  "container-heading": {
23
- "value": "{typography.heading.s}",
27
+ "value": "{typography.heading.xs}",
24
28
  "type": "other"
25
29
  },
26
30
  "container-heading-padding": {
27
- "value": "{space.xs}",
31
+ "value": "{space.s}",
28
32
  "type": "spacing"
29
33
  },
30
34
  "container-heading-gap": {
@@ -62,11 +66,11 @@
62
66
  "type": "border"
63
67
  },
64
68
  "container-non-interactive-bg-color": {
65
- "value": "{color.greyscale.100}",
69
+ "value": "{color.greyscale.50}",
66
70
  "type": "color"
67
71
  },
68
72
  "container-non-interactive-heading-bg-color": {
69
- "value": "{color.greyscale.100}",
73
+ "value": "{color.greyscale.50}",
70
74
  "type": "color"
71
75
  },
72
76
  "container-non-interactive-heading-text-color": {
@@ -77,7 +81,7 @@
77
81
  "value": {
78
82
  "width": "{borderWidth.s}",
79
83
  "style": "solid",
80
- "color": "{color.greyscale.200}"
84
+ "color": "{color.greyscale.150}"
81
85
  },
82
86
  "type": "border"
83
87
  },
@@ -97,7 +101,7 @@
97
101
  "value": {
98
102
  "width": "{borderWidth.s}",
99
103
  "style": "solid",
100
- "color": "{color.info.default}"
104
+ "color": "{color.info.border}"
101
105
  },
102
106
  "type": "border"
103
107
  },
@@ -117,7 +121,7 @@
117
121
  "value": {
118
122
  "width": "{borderWidth.s}",
119
123
  "style": "solid",
120
- "color": "{color.emergency.default}"
124
+ "color": "{color.emergency.border}"
121
125
  },
122
126
  "type": "border"
123
127
  },
@@ -137,7 +141,7 @@
137
141
  "value": {
138
142
  "width": "{borderWidth.s}",
139
143
  "style": "solid",
140
- "color": "{color.success.default}"
144
+ "color": "{color.success.border}"
141
145
  },
142
146
  "type": "border"
143
147
  },
@@ -155,7 +159,7 @@
155
159
  },
156
160
  "container-important-border": {
157
161
  "value": {
158
- "color": "{color.warning.default}",
162
+ "color": "{color.warning.border}",
159
163
  "width": "{borderWidth.s}",
160
164
  "style": "solid"
161
165
  },
@@ -3,12 +3,20 @@
3
3
  "value": "280px",
4
4
  "type": "dimension"
5
5
  },
6
+ "date-input-calendar-border": {
7
+ "value": {
8
+ "color": "{input.color.border.default}",
9
+ "width": "{input.borderWidth.default}",
10
+ "style": "solid"
11
+ },
12
+ "type": "border"
13
+ },
6
14
  "date-input-calendar-border-radius": {
7
- "value": "{borderRadius.m}",
15
+ "value": "{input.borderRadius.input}",
8
16
  "type": "borderRadius"
9
17
  },
10
18
  "date-input-day-of-week-font": {
11
- "value": "{typography.heading.xs}",
19
+ "value": "{typography.heading.2xs}",
12
20
  "type": "other"
13
21
  },
14
22
  "date-input-day-font": {
@@ -20,13 +28,13 @@
20
28
  "type": "spacing"
21
29
  },
22
30
  "date-input-day-font-today": {
23
- "value": "{typography.heading.xs}",
31
+ "value": "{typography.heading.2xs}",
24
32
  "type": "other"
25
33
  },
26
34
  "date-input-day-underline-today": {
27
35
  "value": {
28
36
  "color": "{color.interactive.default}",
29
- "width": "{borderWidth.l}",
37
+ "width": "{borderWidth.xl}",
30
38
  "style": "solid"
31
39
  },
32
40
  "type": "border"
@@ -44,7 +52,7 @@
44
52
  "type": "border"
45
53
  },
46
54
  "date-input-day-border-radius": {
47
- "value": "{borderRadius.m}",
55
+ "value": "{borderRadius.xs}",
48
56
  "type": "borderRadius"
49
57
  },
50
58
  "date-input-day-size": {
@@ -52,7 +60,7 @@
52
60
  "type": "dimension"
53
61
  },
54
62
  "date-input-day-color-text": {
55
- "value": "{color.text.default}",
63
+ "value": "{input.color.text.default}",
56
64
  "type": "color"
57
65
  },
58
66
  "date-input-day-color-bg": {
@@ -60,11 +68,11 @@
60
68
  "type": "color"
61
69
  },
62
70
  "date-input-day-color-text-hover": {
63
- "value": "{color.text.default}",
71
+ "value": "{input.color.text.default}",
64
72
  "type": "color"
65
73
  },
66
74
  "date-input-day-color-bg-hover": {
67
- "value": "{color.greyscale.200}",
75
+ "value": "{color.greyscale.150}",
68
76
  "type": "color"
69
77
  },
70
78
  "date-input-day-border-focus": {
@@ -75,6 +83,10 @@
75
83
  },
76
84
  "type": "border"
77
85
  },
86
+ "date-input-day-today-outline-offset": {
87
+ "value": "{space.3xs}",
88
+ "type": "spacing"
89
+ },
78
90
  "date-input-day-color-text-selected": {
79
91
  "value": "{color.text.light}",
80
92
  "type": "color"
@@ -92,11 +104,15 @@
92
104
  "type": "color"
93
105
  },
94
106
  "date-input-day-color-text-other-month": {
95
- "value": "{color.text.secondary}",
107
+ "value": "{input.color.text.disabled}",
96
108
  "type": "color"
97
109
  },
98
110
  "date-input-day-color-text-disabled": {
99
- "value": "{color.text.secondary}",
111
+ "value": "{input.color.text.disabled}",
100
112
  "type": "color"
113
+ },
114
+ "date-input-cursor": {
115
+ "value": "pointer",
116
+ "type": "other"
101
117
  }
102
118
  }
@@ -5,11 +5,11 @@
5
5
  "description": "4px"
6
6
  },
7
7
  "details-color-bg-hover": {
8
- "value": "{color.greyscale.100}",
8
+ "value": "transparent",
9
9
  "type": "color"
10
10
  },
11
11
  "details-color-text": {
12
- "value": "{color.interactive.default}",
12
+ "value": "{color.text.default}",
13
13
  "type": "color"
14
14
  },
15
15
  "details-color-text-hover": {
@@ -18,14 +18,14 @@
18
18
  },
19
19
  "details-content-left-border": {
20
20
  "value": {
21
- "width": "4px",
21
+ "width": "{borderWidth.s}",
22
22
  "style": "solid",
23
23
  "color": "{color.greyscale.200}"
24
24
  },
25
25
  "type": "border"
26
26
  },
27
27
  "details-content-margin-left": {
28
- "value": "17px",
28
+ "value": "19px",
29
29
  "type": "spacing"
30
30
  },
31
31
  "details-content-padding-bottom": {
@@ -46,7 +46,7 @@
46
46
  },
47
47
  "details-focus-border": {
48
48
  "value": {
49
- "width": "{borderWidth.l}",
49
+ "width": "{borderWidth.xl}",
50
50
  "style": "solid",
51
51
  "color": "{color.interactive.focus}"
52
52
  },
@@ -74,11 +74,34 @@
74
74
  "description": "6px"
75
75
  },
76
76
  "details-typography": {
77
+ "value": {
78
+ "fontFamily": "{fontFamily.sans}",
79
+ "fontWeight": "{fontWeight.semiBold}",
80
+ "fontSize": "{fontSize.4}",
81
+ "lineHeight": "{lineHeight.4}",
82
+ "letterSpacing": "{letterSpacing.2xs}"
83
+ },
84
+ "type": "typography",
85
+ "description": "Medium heading - 18px/24px with -0.5px letter-spacing"
86
+ },
87
+ "details-content-typography": {
77
88
  "value": "{typography.body.m}",
78
89
  "type": "other"
79
90
  },
80
91
  "details-text-decoration": {
81
92
  "value": "underline",
82
93
  "type": "textDecoration"
94
+ },
95
+ "details-icon-color": {
96
+ "value": "{color.text.default}",
97
+ "type": "color"
98
+ },
99
+ "details-icon-color-hover": {
100
+ "value": "{color.interactive.hover}",
101
+ "type": "color"
102
+ },
103
+ "details-heading-width": {
104
+ "value": "fit-content",
105
+ "type": "other"
83
106
  }
84
107
  }