@adobe/spectrum-tokens 12.19.1 → 12.21.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/CHANGELOG.md +352 -275
- package/dist/json/drover.json +48 -1
- package/dist/json/variables.json +626 -62
- package/moon.yml +1 -0
- package/package.json +1 -1
- package/src/icons.json +663 -0
- package/src/layout-component.json +15 -2
- package/src/layout.json +0 -60
- package/tasks/diff.js +2 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,82 @@
|
|
|
1
1
|
# @adobe/spectrum-tokens
|
|
2
2
|
|
|
3
|
+
## 12.21.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 9ee663d: Modified and new Side nav tokens
|
|
8
|
+
|
|
9
|
+
### Design Motivation
|
|
10
|
+
|
|
11
|
+
Category headings changed to Adobe Clean 12 Medium @ `gray-600`, to differentiate them from multi-level, top navigation items.
|
|
12
|
+
|
|
13
|
+
### Token Diff
|
|
14
|
+
|
|
15
|
+
Token added (1):
|
|
16
|
+
|
|
17
|
+
- `side-navigation-header-to-item`
|
|
18
|
+
|
|
19
|
+
Token value updated (1):
|
|
20
|
+
|
|
21
|
+
- `side-navigation-item-to-header`: changed from `desktop: 16px` `mobile: 20px` to `desktop: 24px` `mobile: 30px`
|
|
22
|
+
|
|
23
|
+
## 12.20.0
|
|
24
|
+
|
|
25
|
+
### Minor Changes
|
|
26
|
+
|
|
27
|
+
- 9e42269: Added UI icon sizes
|
|
28
|
+
|
|
29
|
+
### Token Diff
|
|
30
|
+
|
|
31
|
+
_Tokens added (46):_
|
|
32
|
+
|
|
33
|
+
- `arrow-icon-size-100`
|
|
34
|
+
- `arrow-icon-size-200`
|
|
35
|
+
- `arrow-icon-size-300`
|
|
36
|
+
- `arrow-icon-size-400`
|
|
37
|
+
- `arrow-icon-size-500`
|
|
38
|
+
- `arrow-icon-size-600`
|
|
39
|
+
- `arrow-icon-size-75`
|
|
40
|
+
- `asterisk-icon-size-100`
|
|
41
|
+
- `asterisk-icon-size-200`
|
|
42
|
+
- `asterisk-icon-size-300`
|
|
43
|
+
- `asterisk-icon-size-75`
|
|
44
|
+
- `checkmark-icon-size-100`
|
|
45
|
+
- `checkmark-icon-size-200`
|
|
46
|
+
- `checkmark-icon-size-300`
|
|
47
|
+
- `checkmark-icon-size-400`
|
|
48
|
+
- `checkmark-icon-size-50`
|
|
49
|
+
- `checkmark-icon-size-500`
|
|
50
|
+
- `checkmark-icon-size-600`
|
|
51
|
+
- `checkmark-icon-size-75`
|
|
52
|
+
- `chevron-icon-size-100`
|
|
53
|
+
- `chevron-icon-size-200`
|
|
54
|
+
- `chevron-icon-size-300`
|
|
55
|
+
- `chevron-icon-size-400`
|
|
56
|
+
- `chevron-icon-size-50`
|
|
57
|
+
- `chevron-icon-size-500`
|
|
58
|
+
- `chevron-icon-size-600`
|
|
59
|
+
- `chevron-icon-size-75`
|
|
60
|
+
- `corner-triangle-icon-size-100`
|
|
61
|
+
- `corner-triangle-icon-size-200`
|
|
62
|
+
- `corner-triangle-icon-size-300`
|
|
63
|
+
- `corner-triangle-icon-size-75`
|
|
64
|
+
- `cross-icon-size-100`
|
|
65
|
+
- `cross-icon-size-200`
|
|
66
|
+
- `cross-icon-size-300`
|
|
67
|
+
- `cross-icon-size-400`
|
|
68
|
+
- `cross-icon-size-500`
|
|
69
|
+
- `cross-icon-size-600`
|
|
70
|
+
- `cross-icon-size-75`
|
|
71
|
+
- `dash-icon-size-100`
|
|
72
|
+
- `dash-icon-size-200`
|
|
73
|
+
- `dash-icon-size-300`
|
|
74
|
+
- `dash-icon-size-400`
|
|
75
|
+
- `dash-icon-size-50`
|
|
76
|
+
- `dash-icon-size-500`
|
|
77
|
+
- `dash-icon-size-600`
|
|
78
|
+
- `dash-icon-size-75`
|
|
79
|
+
|
|
3
80
|
## 12.19.1
|
|
4
81
|
|
|
5
82
|
### Patch Changes
|
|
@@ -12,16 +89,16 @@
|
|
|
12
89
|
|
|
13
90
|
- 0c716de: Added icon tokens
|
|
14
91
|
|
|
15
|
-
|
|
92
|
+
### Token Diff
|
|
16
93
|
|
|
17
|
-
|
|
94
|
+
_Tokens added (6):_
|
|
18
95
|
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
96
|
+
- `icon-color-blue-primary-default`
|
|
97
|
+
- `icon-color-green-primary-default`
|
|
98
|
+
- `icon-color-inverse`
|
|
99
|
+
- `icon-color-primary-default`
|
|
100
|
+
- `icon-color-red-primary-default`
|
|
101
|
+
- `icon-color-yellow-primary-default`
|
|
25
102
|
|
|
26
103
|
## 12.18.1
|
|
27
104
|
|
|
@@ -29,12 +106,12 @@
|
|
|
29
106
|
|
|
30
107
|
- 6f5443e: Added missing `wireframe` values for 2 color tokens
|
|
31
108
|
|
|
32
|
-
|
|
109
|
+
### Token Diff
|
|
33
110
|
|
|
34
|
-
|
|
111
|
+
_Tokens update (2):_
|
|
35
112
|
|
|
36
|
-
|
|
37
|
-
|
|
113
|
+
- `opacity-checkerboard-square-dark`
|
|
114
|
+
- `overlay-opacity`
|
|
38
115
|
|
|
39
116
|
## 12.18.0
|
|
40
117
|
|
|
@@ -42,19 +119,19 @@
|
|
|
42
119
|
|
|
43
120
|
- bb89361: Update meter token from meter-default-width to meter-width.
|
|
44
121
|
|
|
45
|
-
|
|
122
|
+
### Design motivation
|
|
46
123
|
|
|
47
|
-
|
|
124
|
+
We try to avoid "default" in the name (unless it's the state) because it's a word that implies that it's relative to something else that may not be named, which could get confusing. So meter-width I think for the name, and then just add a note in the specs.
|
|
48
125
|
|
|
49
|
-
|
|
126
|
+
### Token diff
|
|
50
127
|
|
|
51
|
-
|
|
128
|
+
_Renamed token:_
|
|
52
129
|
|
|
53
|
-
|
|
130
|
+
- `meter-default-width` -> `meter-width`
|
|
54
131
|
|
|
55
|
-
|
|
132
|
+
_Token added for deprecation and rename:_
|
|
56
133
|
|
|
57
|
-
|
|
134
|
+
- `meter-default-width`
|
|
58
135
|
|
|
59
136
|
## 12.17.0
|
|
60
137
|
|
|
@@ -62,7 +139,7 @@
|
|
|
62
139
|
|
|
63
140
|
- 687f6c3: Updated coach-mark tokens
|
|
64
141
|
|
|
65
|
-
|
|
142
|
+
### Token Diff
|
|
66
143
|
|
|
67
144
|
_Tokens added (3):_
|
|
68
145
|
|
|
@@ -83,7 +160,7 @@ _Token values updated (4):_
|
|
|
83
160
|
|
|
84
161
|
- 25dc20d: Add new menu-item token for section dividers
|
|
85
162
|
|
|
86
|
-
|
|
163
|
+
### Token Diff
|
|
87
164
|
|
|
88
165
|
_Tokens added (1):_
|
|
89
166
|
|
|
@@ -95,7 +172,7 @@ _Tokens added (1):_
|
|
|
95
172
|
|
|
96
173
|
- fc12f6d: Added side-navigation token
|
|
97
174
|
|
|
98
|
-
|
|
175
|
+
### Token Diff
|
|
99
176
|
|
|
100
177
|
_Tokens added (1):_
|
|
101
178
|
|
|
@@ -107,29 +184,29 @@ _Tokens added (1):_
|
|
|
107
184
|
|
|
108
185
|
- cb9e3bf: Added in-field button tokens
|
|
109
186
|
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
187
|
+
### Token Diff
|
|
188
|
+
|
|
189
|
+
_Tokens added (19):_
|
|
190
|
+
|
|
191
|
+
- `in-field-button-edge-to-disclosure-icon-stacked-extra-large`
|
|
192
|
+
- `in-field-button-edge-to-disclosure-icon-stacked-large`
|
|
193
|
+
- `in-field-button-edge-to-disclosure-icon-stacked-medium`
|
|
194
|
+
- `in-field-button-edge-to-disclosure-icon-stacked-small`
|
|
195
|
+
- `in-field-button-edge-to-fill`
|
|
196
|
+
- `in-field-button-fill-stacked-inner-border-rounding`
|
|
197
|
+
- `in-field-button-inner-edge-to-disclosure-icon-stacked-extra-large`
|
|
198
|
+
- `in-field-button-inner-edge-to-disclosure-icon-stacked-large`
|
|
199
|
+
- `in-field-button-inner-edge-to-disclosure-icon-stacked-medium`
|
|
200
|
+
- `in-field-button-inner-edge-to-disclosure-icon-stacked-small`
|
|
201
|
+
- `in-field-button-outer-edge-to-disclosure-icon-stacked-extra-large`
|
|
202
|
+
- `in-field-button-outer-edge-to-disclosure-icon-stacked-large`
|
|
203
|
+
- `in-field-button-outer-edge-to-disclosure-icon-stacked-medium`
|
|
204
|
+
- `in-field-button-outer-edge-to-disclosure-icon-stacked-small`
|
|
205
|
+
- `in-field-button-stacked-inner-edge-to-fill`
|
|
206
|
+
- `in-field-button-width-stacked-extra-large`
|
|
207
|
+
- `in-field-button-width-stacked-large`
|
|
208
|
+
- `in-field-button-width-stacked-medium`
|
|
209
|
+
- `in-field-button-width-stacked-small`
|
|
133
210
|
|
|
134
211
|
## 12.13.1
|
|
135
212
|
|
|
@@ -143,98 +220,98 @@ _Tokens added (1):_
|
|
|
143
220
|
|
|
144
221
|
- d740d2c: added table tokens
|
|
145
222
|
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
223
|
+
### Token diff
|
|
224
|
+
|
|
225
|
+
_Tokens added (88):_
|
|
226
|
+
|
|
227
|
+
- `table-border-divider-width`
|
|
228
|
+
- `table-checkbox-to-text`
|
|
229
|
+
- `table-column-header-row-bottom-to-text-extra-large`
|
|
230
|
+
- `table-column-header-row-bottom-to-text-large`
|
|
231
|
+
- `table-column-header-row-bottom-to-text-medium`
|
|
232
|
+
- `table-column-header-row-bottom-to-text-small`
|
|
233
|
+
- `table-column-header-row-top-to-text-extra-large`
|
|
234
|
+
- `table-column-header-row-top-to-text-large`
|
|
235
|
+
- `table-column-header-row-top-to-text-medium`
|
|
236
|
+
- `table-column-header-row-top-to-text-small`
|
|
237
|
+
- `table-edge-to-content`
|
|
238
|
+
- `table-header-row-checkbox-to-top-extra-large`
|
|
239
|
+
- `table-header-row-checkbox-to-top-large`
|
|
240
|
+
- `table-header-row-checkbox-to-top-medium`
|
|
241
|
+
- `table-header-row-checkbox-to-top-small`
|
|
242
|
+
- `table-row-bottom-to-text-extra-large-compact`
|
|
243
|
+
- `table-row-bottom-to-text-extra-large-regular`
|
|
244
|
+
- `table-row-bottom-to-text-extra-large-spacious`
|
|
245
|
+
- `table-row-bottom-to-text-large-compact`
|
|
246
|
+
- `table-row-bottom-to-text-large-regular`
|
|
247
|
+
- `table-row-bottom-to-text-large-spacious`
|
|
248
|
+
- `table-row-bottom-to-text-medium-compact`
|
|
249
|
+
- `table-row-bottom-to-text-medium-regular`
|
|
250
|
+
- `table-row-bottom-to-text-medium-spacious`
|
|
251
|
+
- `table-row-bottom-to-text-small-compact`
|
|
252
|
+
- `table-row-bottom-to-text-small-regular`
|
|
253
|
+
- `table-row-bottom-to-text-small-spacious`
|
|
254
|
+
- `table-row-checkbox-to-top-extra-large-compact`
|
|
255
|
+
- `table-row-checkbox-to-top-extra-large-regular`
|
|
256
|
+
- `table-row-checkbox-to-top-extra-large-spacious`
|
|
257
|
+
- `table-row-checkbox-to-top-large-compact`
|
|
258
|
+
- `table-row-checkbox-to-top-large-regular`
|
|
259
|
+
- `table-row-checkbox-to-top-large-spacious`
|
|
260
|
+
- `table-row-checkbox-to-top-medium-compact`
|
|
261
|
+
- `table-row-checkbox-to-top-medium-regular`
|
|
262
|
+
- `table-row-checkbox-to-top-medium-spacious`
|
|
263
|
+
- `table-row-checkbox-to-top-small-compact`
|
|
264
|
+
- `table-row-checkbox-to-top-small-regular`
|
|
265
|
+
- `table-row-checkbox-to-top-small-spacious`
|
|
266
|
+
- `table-row-down-opacity`
|
|
267
|
+
- `table-row-height-extra-large-compact`
|
|
268
|
+
- `table-row-height-extra-large-regular`
|
|
269
|
+
- `table-row-height-extra-large-spacious`
|
|
270
|
+
- `table-row-height-large-compact`
|
|
271
|
+
- `table-row-height-large-regular`
|
|
272
|
+
- `table-row-height-large-spacious`
|
|
273
|
+
- `table-row-height-medium-compact`
|
|
274
|
+
- `table-row-height-medium-regular`
|
|
275
|
+
- `table-row-height-medium-spacious`
|
|
276
|
+
- `table-row-height-small-compact`
|
|
277
|
+
- `table-row-height-small-regular`
|
|
278
|
+
- `table-row-height-small-spacious`
|
|
279
|
+
- `table-row-hover-color`
|
|
280
|
+
- `table-row-hover-opacity`
|
|
281
|
+
- `table-row-top-to-text-extra-large-compact`
|
|
282
|
+
- `table-row-top-to-text-extra-large-regular`
|
|
283
|
+
- `table-row-top-to-text-extra-large-spacious`
|
|
284
|
+
- `table-row-top-to-text-large-compact`
|
|
285
|
+
- `table-row-top-to-text-large-regular`
|
|
286
|
+
- `table-row-top-to-text-large-spacious`
|
|
287
|
+
- `table-row-top-to-text-medium-compact`
|
|
288
|
+
- `table-row-top-to-text-medium-regular`
|
|
289
|
+
- `table-row-top-to-text-medium-spacious`
|
|
290
|
+
- `table-row-top-to-text-small-compact`
|
|
291
|
+
- `table-row-top-to-text-small-regular`
|
|
292
|
+
- `table-row-top-to-text-small-spacious`
|
|
293
|
+
- `table-section-header-row-height-extra-large`
|
|
294
|
+
- `table-section-header-row-height-large`
|
|
295
|
+
- `table-section-header-row-height-medium`
|
|
296
|
+
- `table-section-header-row-height-small`
|
|
297
|
+
- `table-selected-row-background-color`
|
|
298
|
+
- `table-selected-row-background-color-non-emphasized`
|
|
299
|
+
- `table-selected-row-background-opacity`
|
|
300
|
+
- `table-selected-row-background-opacity-hover`
|
|
301
|
+
- `table-selected-row-background-opacity-non-emphasized`
|
|
302
|
+
- `table-selected-row-background-opacity-non-emphasized-hover`
|
|
303
|
+
- `table-thumbnail-to-top-minimum-extra-large-compact`
|
|
304
|
+
- `table-thumbnail-to-top-minimum-extra-large-regular`
|
|
305
|
+
- `table-thumbnail-to-top-minimum-extra-large-spacious`
|
|
306
|
+
- `table-thumbnail-to-top-minimum-large-compact`
|
|
307
|
+
- `table-thumbnail-to-top-minimum-large-regular`
|
|
308
|
+
- `table-thumbnail-to-top-minimum-large-spacious`
|
|
309
|
+
- `table-thumbnail-to-top-minimum-medium-compact`
|
|
310
|
+
- `table-thumbnail-to-top-minimum-medium-regular`
|
|
311
|
+
- `table-thumbnail-to-top-minimum-medium-spacious`
|
|
312
|
+
- `table-thumbnail-to-top-minimum-small-compact`
|
|
313
|
+
- `table-thumbnail-to-top-minimum-small-regular`
|
|
314
|
+
- `table-thumbnail-to-top-minimum-small-spacious`
|
|
238
315
|
|
|
239
316
|
## 12.12.1
|
|
240
317
|
|
|
@@ -242,61 +319,61 @@ _Tokens added (1):_
|
|
|
242
319
|
|
|
243
320
|
- 6365597: Added IDs to previously publish tab tokens
|
|
244
321
|
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
322
|
+
### Token Diff
|
|
323
|
+
|
|
324
|
+
_Tokens updated (51):_
|
|
325
|
+
|
|
326
|
+
- `accent-content-color-selected`
|
|
327
|
+
- `neutral-subdued-content-color-selected`
|
|
328
|
+
- `tab-item-bottom-to-text-compact-extra-large`
|
|
329
|
+
- `tab-item-bottom-to-text-compact-large`
|
|
330
|
+
- `tab-item-bottom-to-text-compact-medium`
|
|
331
|
+
- `tab-item-bottom-to-text-compact-small`
|
|
332
|
+
- `tab-item-bottom-to-text-extra-large`
|
|
333
|
+
- `tab-item-bottom-to-text-large`
|
|
334
|
+
- `tab-item-bottom-to-text-medium`
|
|
335
|
+
- `tab-item-bottom-to-text-small`
|
|
336
|
+
- `tab-item-compact-height-extra-large`
|
|
337
|
+
- `tab-item-compact-height-large`
|
|
338
|
+
- `tab-item-compact-height-medium`
|
|
339
|
+
- `tab-item-compact-height-small`
|
|
340
|
+
- `tab-item-focus-indicator-gap-extra-large`
|
|
341
|
+
- `tab-item-focus-indicator-gap-large`
|
|
342
|
+
- `tab-item-focus-indicator-gap-medium`
|
|
343
|
+
- `tab-item-focus-indicator-gap-small`
|
|
344
|
+
- `tab-item-height-extra-large`
|
|
345
|
+
- `tab-item-height-large`
|
|
346
|
+
- `tab-item-height-medium`
|
|
347
|
+
- `tab-item-height-small`
|
|
348
|
+
- `tab-item-start-to-edge-extra-large`
|
|
349
|
+
- `tab-item-start-to-edge-large`
|
|
350
|
+
- `tab-item-start-to-edge-medium`
|
|
351
|
+
- `tab-item-start-to-edge-quiet`
|
|
352
|
+
- `tab-item-start-to-edge-small`
|
|
353
|
+
- `tab-item-to-tab-item-horizontal-extra-large`
|
|
354
|
+
- `tab-item-to-tab-item-horizontal-large`
|
|
355
|
+
- `tab-item-to-tab-item-horizontal-medium`
|
|
356
|
+
- `tab-item-to-tab-item-horizontal-small`
|
|
357
|
+
- `tab-item-to-tab-item-vertical-extra-large`
|
|
358
|
+
- `tab-item-to-tab-item-vertical-large`
|
|
359
|
+
- `tab-item-to-tab-item-vertical-medium`
|
|
360
|
+
- `tab-item-to-tab-item-vertical-small`
|
|
361
|
+
- `tab-item-top-to-text-compact-extra-large`
|
|
362
|
+
- `tab-item-top-to-text-compact-large`
|
|
363
|
+
- `tab-item-top-to-text-compact-medium`
|
|
364
|
+
- `tab-item-top-to-text-compact-small`
|
|
365
|
+
- `tab-item-top-to-text-extra-large`
|
|
366
|
+
- `tab-item-top-to-text-large`
|
|
367
|
+
- `tab-item-top-to-text-medium`
|
|
368
|
+
- `tab-item-top-to-text-small`
|
|
369
|
+
- `tab-item-top-to-workflow-icon-compact-extra-large`
|
|
370
|
+
- `tab-item-top-to-workflow-icon-compact-large`
|
|
371
|
+
- `tab-item-top-to-workflow-icon-compact-medium`
|
|
372
|
+
- `tab-item-top-to-workflow-icon-compact-small`
|
|
373
|
+
- `tab-item-top-to-workflow-icon-extra-large`
|
|
374
|
+
- `tab-item-top-to-workflow-icon-large`
|
|
375
|
+
- `tab-item-top-to-workflow-icon-medium`
|
|
376
|
+
- `tab-item-top-to-workflow-icon-small`
|
|
300
377
|
|
|
301
378
|
## 12.12.0
|
|
302
379
|
|
|
@@ -304,61 +381,61 @@ _Tokens added (1):_
|
|
|
304
381
|
|
|
305
382
|
- ba02b18: Added tokens for the tabs component
|
|
306
383
|
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
384
|
+
### Token diff
|
|
385
|
+
|
|
386
|
+
_Tokens added (51):_
|
|
387
|
+
|
|
388
|
+
- `accent-content-color-selected`
|
|
389
|
+
- `neutral-subdued-content-color-selected`
|
|
390
|
+
- `tab-item-bottom-to-text-compact-extra-large`
|
|
391
|
+
- `tab-item-bottom-to-text-compact-large`
|
|
392
|
+
- `tab-item-bottom-to-text-compact-medium`
|
|
393
|
+
- `tab-item-bottom-to-text-compact-small`
|
|
394
|
+
- `tab-item-bottom-to-text-extra-large`
|
|
395
|
+
- `tab-item-bottom-to-text-large`
|
|
396
|
+
- `tab-item-bottom-to-text-medium`
|
|
397
|
+
- `tab-item-bottom-to-text-small`
|
|
398
|
+
- `tab-item-compact-height-extra-large`
|
|
399
|
+
- `tab-item-compact-height-large`
|
|
400
|
+
- `tab-item-compact-height-medium`
|
|
401
|
+
- `tab-item-compact-height-small`
|
|
402
|
+
- `tab-item-focus-indicator-gap-extra-large`
|
|
403
|
+
- `tab-item-focus-indicator-gap-large`
|
|
404
|
+
- `tab-item-focus-indicator-gap-medium`
|
|
405
|
+
- `tab-item-focus-indicator-gap-small`
|
|
406
|
+
- `tab-item-height-extra-large`
|
|
407
|
+
- `tab-item-height-large`
|
|
408
|
+
- `tab-item-height-medium`
|
|
409
|
+
- `tab-item-height-small`
|
|
410
|
+
- `tab-item-start-to-edge-extra-large`
|
|
411
|
+
- `tab-item-start-to-edge-large`
|
|
412
|
+
- `tab-item-start-to-edge-medium`
|
|
413
|
+
- `tab-item-start-to-edge-quiet`
|
|
414
|
+
- `tab-item-start-to-edge-small`
|
|
415
|
+
- `tab-item-to-tab-item-horizontal-extra-large`
|
|
416
|
+
- `tab-item-to-tab-item-horizontal-large`
|
|
417
|
+
- `tab-item-to-tab-item-horizontal-medium`
|
|
418
|
+
- `tab-item-to-tab-item-horizontal-small`
|
|
419
|
+
- `tab-item-to-tab-item-vertical-extra-large`
|
|
420
|
+
- `tab-item-to-tab-item-vertical-large`
|
|
421
|
+
- `tab-item-to-tab-item-vertical-medium`
|
|
422
|
+
- `tab-item-to-tab-item-vertical-small`
|
|
423
|
+
- `tab-item-top-to-text-compact-extra-large`
|
|
424
|
+
- `tab-item-top-to-text-compact-large`
|
|
425
|
+
- `tab-item-top-to-text-compact-medium`
|
|
426
|
+
- `tab-item-top-to-text-compact-small`
|
|
427
|
+
- `tab-item-top-to-text-extra-large`
|
|
428
|
+
- `tab-item-top-to-text-large`
|
|
429
|
+
- `tab-item-top-to-text-medium`
|
|
430
|
+
- `tab-item-top-to-text-small`
|
|
431
|
+
- `tab-item-top-to-workflow-icon-compact-extra-large`
|
|
432
|
+
- `tab-item-top-to-workflow-icon-compact-large`
|
|
433
|
+
- `tab-item-top-to-workflow-icon-compact-medium`
|
|
434
|
+
- `tab-item-top-to-workflow-icon-compact-small`
|
|
435
|
+
- `tab-item-top-to-workflow-icon-extra-large`
|
|
436
|
+
- `tab-item-top-to-workflow-icon-large`
|
|
437
|
+
- `tab-item-top-to-workflow-icon-medium`
|
|
438
|
+
- `tab-item-top-to-workflow-icon-small`
|
|
362
439
|
|
|
363
440
|
## 12.11.0
|
|
364
441
|
|
|
@@ -366,15 +443,15 @@ _Tokens added (1):_
|
|
|
366
443
|
|
|
367
444
|
- 1a57f08: Fixed typo with `picker-end-edge-to-disclosure-icon-quiet` by adding a new token and deprecating `picker-end-edge-to-disclousure-icon-quiet`.
|
|
368
445
|
|
|
369
|
-
|
|
446
|
+
### Token Diff
|
|
370
447
|
|
|
371
|
-
|
|
448
|
+
_Token added (1):_
|
|
372
449
|
|
|
373
|
-
|
|
450
|
+
- `picker-end-edge-to-disclosure-icon-quiet`
|
|
374
451
|
|
|
375
|
-
|
|
452
|
+
_Newly deprecated token (1):_
|
|
376
453
|
|
|
377
|
-
|
|
454
|
+
- `picker-end-edge-to-disclousure-icon-quiet`
|
|
378
455
|
|
|
379
456
|
## 12.10.0
|
|
380
457
|
|
|
@@ -382,11 +459,11 @@ _Tokens added (1):_
|
|
|
382
459
|
|
|
383
460
|
- 0829c5d: Added UUIDs to each token
|
|
384
461
|
|
|
385
|
-
|
|
462
|
+
### Token Diff
|
|
386
463
|
|
|
387
|
-
|
|
464
|
+
_Modified Tokens (1154)_
|
|
388
465
|
|
|
389
|
-
|
|
466
|
+
Every token has a `uuid` property added to them.
|
|
390
467
|
|
|
391
468
|
## 12.9.1
|
|
392
469
|
|
|
@@ -394,19 +471,19 @@ _Tokens added (1):_
|
|
|
394
471
|
|
|
395
472
|
- cace8d8: Fixed component name typo
|
|
396
473
|
|
|
397
|
-
|
|
474
|
+
### Token Diff
|
|
398
475
|
|
|
399
|
-
|
|
476
|
+
The following tokens have update `component` metadata property (all have been set to `coach-mark`):
|
|
400
477
|
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
478
|
+
- `coach-mark-minimum-width`
|
|
479
|
+
- `coach-mark-edge-to-content`
|
|
480
|
+
- `coach-mark-pagination-text-to-bottom-edge`
|
|
481
|
+
- `coach-mark-width`
|
|
482
|
+
- `coach-mark-media-minimum-height`
|
|
483
|
+
- `coach-mark-media-height`
|
|
484
|
+
- `coach-mark-title-size`
|
|
485
|
+
- `coach-mark-body-size`
|
|
486
|
+
- `coach-mark-pagination-body-size`
|
|
410
487
|
|
|
411
488
|
## 12.9.0
|
|
412
489
|
|
|
@@ -414,15 +491,15 @@ _Tokens added (1):_
|
|
|
414
491
|
|
|
415
492
|
- fe7a002: Fixed typo by adding correct token (`floating-action-button-drop-shadow-color`) and deprecating incorrect token name (`floating-action-button-shadow-color`).
|
|
416
493
|
|
|
417
|
-
|
|
494
|
+
### Token Diff
|
|
418
495
|
|
|
419
|
-
|
|
496
|
+
_Token added (1):_
|
|
420
497
|
|
|
421
|
-
|
|
498
|
+
- `floating-action-button-drop-shadow-color`
|
|
422
499
|
|
|
423
|
-
|
|
500
|
+
_Newly deprecated token (1):_
|
|
424
501
|
|
|
425
|
-
|
|
502
|
+
- `floating-action-button-shadow-color` (use `floating-action-button-drop-shadow-color` instead)
|
|
426
503
|
|
|
427
504
|
## 12.8.0
|
|
428
505
|
|
|
@@ -430,12 +507,12 @@ _Tokens added (1):_
|
|
|
430
507
|
|
|
431
508
|
- d639b4b: Updated color-handle-inner-border-opacity to remove express specific value
|
|
432
509
|
|
|
433
|
-
|
|
510
|
+
### Token Diff
|
|
434
511
|
|
|
435
|
-
|
|
512
|
+
_Token values updated (2):_
|
|
436
513
|
|
|
437
|
-
|
|
438
|
-
|
|
514
|
+
- `color-handle-inner-border-opacity` (to remove express specific values)
|
|
515
|
+
- `color-handle-outer-border-opacity` (to remove express specific values)
|
|
439
516
|
|
|
440
517
|
## 12.7.0
|
|
441
518
|
|