@adobe/spectrum-tokens 13.10.0 → 13.11.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 +73 -149
- package/dist/json/drover.json +10 -3
- package/dist/json/variables.json +1596 -11
- package/package.json +1 -1
- package/schemas/token-types/token.json +3 -0
- package/schemas/token-types/typography.json +32 -0
- package/src/color-aliases.json +1 -1
- package/src/color-palette.json +1 -1
- package/src/icons.json +1 -1
- package/src/layout-component.json +21 -5
- package/src/layout.json +75 -0
- package/src/semantic-color-palette.json +1 -1
- package/src/typography.json +167 -2
- package/schemas/component.json +0 -29
- package/schemas/components/action-bar.json +0 -18
- package/schemas/components/action-button.json +0 -62
- package/schemas/components/action-group.json +0 -69
- package/schemas/components/alert-banner.json +0 -29
- package/schemas/components/alert-dialog.json +0 -42
- package/schemas/components/avatar.json +0 -30
- package/schemas/components/badge.json +0 -50
- package/schemas/components/body.json +0 -25
- package/schemas/components/bottom-navigation-android.json +0 -37
- package/schemas/components/breadcrumbs.json +0 -18
- package/schemas/components/button-group.json +0 -28
- package/schemas/components/button.json +0 -60
- package/schemas/components/checkbox-group.json +0 -53
- package/schemas/components/checkbox.json +0 -52
- package/schemas/components/close-button.json +0 -35
- package/schemas/components/code.json +0 -21
- package/schemas/components/color-area.json +0 -64
- package/schemas/components/color-loupe.json +0 -21
- package/schemas/components/color-slider.json +0 -52
- package/schemas/components/color-wheel.json +0 -47
- package/schemas/components/combo-box.json +0 -84
- package/schemas/components/contextual-help.json +0 -64
- package/schemas/components/detail.json +0 -26
- package/schemas/components/divider.json +0 -23
- package/schemas/components/field-label.json +0 -39
- package/schemas/components/heading.json +0 -29
- package/schemas/components/help-text.json +0 -35
- package/schemas/components/in-line-alert.json +0 -25
- package/schemas/components/link.json +0 -32
- package/schemas/components/menu.json +0 -65
- package/schemas/components/meter.json +0 -37
- package/schemas/components/picker.json +0 -85
- package/schemas/components/popover.json +0 -65
- package/schemas/components/progress-bar.json +0 -50
- package/schemas/components/progress-circle.json +0 -41
- package/schemas/components/radio-group.json +0 -62
- package/schemas/components/rating.json +0 -31
- package/schemas/components/scroll-zoom-bar.json +0 -44
- package/schemas/components/side-navigation.json +0 -18
- package/schemas/components/slider.json +0 -74
- package/schemas/components/status-light.json +0 -44
- package/schemas/components/swatch-group.json +0 -38
- package/schemas/components/swatch.json +0 -45
- package/schemas/components/switch.json +0 -42
- package/schemas/components/tab-bar-ios.json +0 -37
- package/schemas/components/tabs.json +0 -32
- package/schemas/components/tag.json +0 -41
- package/schemas/components/text-area.json +0 -98
- package/schemas/components/text-field.json +0 -86
- package/schemas/components/toast.json +0 -29
- package/schemas/components/tooltip.json +0 -50
- package/schemas/components/tray.json +0 -17
- package/schemas/components/tree-view.json +0 -50
- package/schemas/types/component-size.json +0 -8
- package/schemas/types/hex-color.json +0 -8
- package/schemas/types/typography-classification.json +0 -9
- package/schemas/types/typography-script.json +0 -9
- package/schemas/types/workflow-icon.json +0 -901
- package/test/componentSchemaValidator.test.js +0 -74
- package/test/schemaValidator.test.js +0 -74
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,78 @@
|
|
|
1
1
|
# @adobe/spectrum-tokens
|
|
2
2
|
|
|
3
|
+
## 13.11.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#525](https://github.com/adobe/spectrum-tokens/pull/525) [`db6d0ed`](https://github.com/adobe/spectrum-tokens/commit/db6d0ed669e013e6f3ff52aea89fc7a5e798149a) Thanks [@mrcjhicks](https://github.com/mrcjhicks)! - composite tokens
|
|
8
|
+
|
|
9
|
+
<details open><summary>Newly Deprecated (2)</summary>
|
|
10
|
+
- `card-minimum-width`: This token has been deprecated, use card-minimum-width-default instead.
|
|
11
|
+
- `tree-view-item-to-item`: This token has been deprecated, use tree-view-item-to-item-default instead.
|
|
12
|
+
|
|
13
|
+
</details>
|
|
14
|
+
<details open><summary>Added (22)</summary>
|
|
15
|
+
- `component-xs-regular`
|
|
16
|
+
- `component-xs-medium`
|
|
17
|
+
- `component-xs-bold`
|
|
18
|
+
- `component-s-regular`
|
|
19
|
+
- `component-s-medium`
|
|
20
|
+
- `component-s-bold`
|
|
21
|
+
- `component-m-regular`
|
|
22
|
+
- `component-m-medium`
|
|
23
|
+
- `component-m-bold`
|
|
24
|
+
- `component-l-regular`
|
|
25
|
+
- `component-l-medium`
|
|
26
|
+
- `component-l-bold`
|
|
27
|
+
- `component-xl-regular`
|
|
28
|
+
- `component-xl-medium`
|
|
29
|
+
- `component-xl-bold`
|
|
30
|
+
- `component-padding-vertical-50`
|
|
31
|
+
- `component-padding-vertical-75`
|
|
32
|
+
- `component-padding-vertical-100`
|
|
33
|
+
- `component-padding-vertical-200`
|
|
34
|
+
- `component-padding-vertical-300`
|
|
35
|
+
- `card-minimum-width-default`
|
|
36
|
+
- `tree-view-item-to-item-default`
|
|
37
|
+
|
|
38
|
+
</details>
|
|
39
|
+
|
|
40
|
+
<details open><summary>Updated Properties (3)</summary>
|
|
41
|
+
- `sans-serif-font-family`
|
|
42
|
+
value: Adobe Clean -> Adobe Clean Spectrum VF
|
|
43
|
+
- `card-minimum-width`
|
|
44
|
+
schema: dimension.json -> alias.json
|
|
45
|
+
value: 100px -> card-minimum-width-default
|
|
46
|
+
- `tree-view-item-to-item`
|
|
47
|
+
schema: dimension.json -> alias.json
|
|
48
|
+
value: -1px -> tree-view-item-to-item-default
|
|
49
|
+
|
|
50
|
+
</details>
|
|
51
|
+
|
|
52
|
+
## 13.10.1
|
|
53
|
+
|
|
54
|
+
### Patch Changes
|
|
55
|
+
|
|
56
|
+
- [#517](https://github.com/adobe/spectrum-tokens/pull/517) [`8f8f8a6`](https://github.com/adobe/spectrum-tokens/commit/8f8f8a60b7adf5105ced4f914cf30928117ddc5e) Thanks [@larz0](https://github.com/larz0)! - `accordion-top-to-text-medium` values in desktop and mobile were incorrect due to changelog error.
|
|
57
|
+
Corrected `accordion-focus-indicator-gap` values. Corrections weren't recorded in the changelog.
|
|
58
|
+
|
|
59
|
+
## Design motivation
|
|
60
|
+
|
|
61
|
+
This is a bug fix.
|
|
62
|
+
|
|
63
|
+
## Token diff
|
|
64
|
+
|
|
65
|
+
Updated (2)
|
|
66
|
+
|
|
67
|
+
<details open><summary>Updated Properties (2)</summary>
|
|
68
|
+
- `accordion-focus-indicator-gap`
|
|
69
|
+
- value: `0px` -> `2px`
|
|
70
|
+
- `accordion-top-to-text-medium`
|
|
71
|
+
- desktop.value: `12px` -> `9px`
|
|
72
|
+
- mobile.value: `16px` -> `10px`
|
|
73
|
+
|
|
74
|
+
</details>
|
|
75
|
+
|
|
3
76
|
## 13.10.0
|
|
4
77
|
|
|
5
78
|
### Minor Changes
|
|
@@ -13,7 +86,6 @@
|
|
|
13
86
|
## Token Diff
|
|
14
87
|
|
|
15
88
|
<details open><summary>Newly Deprecated (8)</summary>
|
|
16
|
-
|
|
17
89
|
- `accordion-top-to-text-regular-small`
|
|
18
90
|
- `accordion-top-to-text-regular-medium`
|
|
19
91
|
- `accordion-top-to-text-regular-large`
|
|
@@ -26,7 +98,6 @@
|
|
|
26
98
|
</details>
|
|
27
99
|
|
|
28
100
|
<details open><summary>Added (20)</summary>
|
|
29
|
-
|
|
30
101
|
- `field-top-to-disclosure-icon-compact-small`
|
|
31
102
|
- `field-top-to-disclosure-icon-small`
|
|
32
103
|
- `field-top-to-disclosure-icon-spacious-small`
|
|
@@ -51,7 +122,6 @@
|
|
|
51
122
|
</details>
|
|
52
123
|
|
|
53
124
|
<details open><summary>Added Properties (3)</summary>
|
|
54
|
-
|
|
55
125
|
- `accordion-top-to-text-compact-small`
|
|
56
126
|
- `desktop.schema`: dimension.json
|
|
57
127
|
- `desktop.value`: 3px
|
|
@@ -84,7 +154,6 @@
|
|
|
84
154
|
## Token Diff
|
|
85
155
|
|
|
86
156
|
<details open><summary>Added (28)</summary>
|
|
87
|
-
|
|
88
157
|
- `visual-to-control-100`
|
|
89
158
|
- `label-to-description-0`
|
|
90
159
|
- `list-view-minimum-height`
|
|
@@ -123,7 +192,6 @@
|
|
|
123
192
|
- [#502](https://github.com/adobe/spectrum-tokens/pull/502) [`26845e5`](https://github.com/adobe/spectrum-tokens/commit/26845e5885168bdfb7191b246b2ad41def39dc15) Thanks [@larz0](https://github.com/larz0)! - Tag field and missing icon tokens
|
|
124
193
|
|
|
125
194
|
## Design Motivation
|
|
126
|
-
|
|
127
195
|
- These are the required tokens for the tag fields component.
|
|
128
196
|
- These UI icons already exist and are being used in number field, menu items, swatch and list view.
|
|
129
197
|
- This was brought up on Slack by the CSS team in the implementation channel
|
|
@@ -132,7 +200,6 @@
|
|
|
132
200
|
## Token Diff
|
|
133
201
|
|
|
134
202
|
<details open><summary>Added (22)</summary>
|
|
135
|
-
|
|
136
203
|
- `link-out-icon-size-300`
|
|
137
204
|
- `link-out-icon-size-400`
|
|
138
205
|
- `add-icon-size-50`
|
|
@@ -171,7 +238,6 @@
|
|
|
171
238
|
## Token Diff
|
|
172
239
|
|
|
173
240
|
<details open><summary>Added (19)<br /></summary>
|
|
174
|
-
|
|
175
241
|
- `accordion-edge-to-content-area-small`
|
|
176
242
|
- `accordion-edge-to-content-area-medium`
|
|
177
243
|
- `accordion-edge-to-content-area-large`
|
|
@@ -207,7 +273,6 @@
|
|
|
207
273
|
## Token Diff
|
|
208
274
|
|
|
209
275
|
<details open><summary>Added (3)</summary>
|
|
210
|
-
|
|
211
276
|
- `card-horizontal-edge-to-content-compact`
|
|
212
277
|
- `card-horizontal-edge-to-content-default`
|
|
213
278
|
- `card-horizontal-edge-to-content-spacious`
|
|
@@ -228,13 +293,11 @@
|
|
|
228
293
|
|
|
229
294
|
<details open>
|
|
230
295
|
<summary>Newly Deprecated (1)</summary>
|
|
231
|
-
|
|
232
296
|
- `drop-zone-content-maximum-width`
|
|
233
297
|
|
|
234
298
|
</details>
|
|
235
299
|
<details open>
|
|
236
300
|
<summary>Added (18)</summary>
|
|
237
|
-
|
|
238
301
|
- `line-height-font-size-25`
|
|
239
302
|
- `line-height-font-size-50`
|
|
240
303
|
- `line-height-font-size-75`
|
|
@@ -269,7 +332,6 @@
|
|
|
269
332
|
## Token Diff
|
|
270
333
|
|
|
271
334
|
<details open><summary>Added (18)</summary>
|
|
272
|
-
|
|
273
335
|
- `steplist-step-default-width-small`
|
|
274
336
|
- `steplist-step-default-width-medium`
|
|
275
337
|
- `steplist-step-default-width-large`
|
|
@@ -300,7 +362,6 @@
|
|
|
300
362
|
## Token Diff
|
|
301
363
|
|
|
302
364
|
<details open><summary>Added (1)</summary>
|
|
303
|
-
|
|
304
365
|
- `segmented-control-item-maximum-width`
|
|
305
366
|
|
|
306
367
|
</details>
|
|
@@ -324,7 +385,6 @@
|
|
|
324
385
|
Updated (174)
|
|
325
386
|
|
|
326
387
|
<details><summary>Added Properties (82)</summary>
|
|
327
|
-
|
|
328
388
|
- `informative-subtle-background-color-default`
|
|
329
389
|
- `wireframe.schema`: `alias.json`
|
|
330
390
|
- `wireframe.value`: `informative-color-200`
|
|
@@ -656,7 +716,6 @@
|
|
|
656
716
|
|
|
657
717
|
</details>
|
|
658
718
|
<details><summary>Updated Properties (92)</summary>
|
|
659
|
-
|
|
660
719
|
- `icon-color-blue-primary-default`
|
|
661
720
|
- `wireframe.uuid`: `20880dfd-57dc-486d-b0dd-c44002f340e3` -> `a306b28e-f698-427d-a576-439b2ab378fc`
|
|
662
721
|
- `icon-color-red-primary-default`
|
|
@@ -903,7 +962,6 @@
|
|
|
903
962
|
***
|
|
904
963
|
|
|
905
964
|
<details open><summary>Added (61)</summary>
|
|
906
|
-
|
|
907
965
|
- `card-edge-to-content-compact-extra-small`
|
|
908
966
|
- `card-edge-to-content-default-extra-small`
|
|
909
967
|
- `card-edge-to-content-spacious-extra-small`
|
|
@@ -971,7 +1029,6 @@
|
|
|
971
1029
|
#### Updated (3)
|
|
972
1030
|
|
|
973
1031
|
<details open><summary>Added Properties (1)</summary>
|
|
974
|
-
|
|
975
1032
|
- `card-selection-background-color`
|
|
976
1033
|
- `light.schema`: `alias.json`
|
|
977
1034
|
- `light.value`: `transparent-white-600`
|
|
@@ -982,14 +1039,12 @@
|
|
|
982
1039
|
|
|
983
1040
|
</details>
|
|
984
1041
|
<details open><summary>Deleted Properties (1)</summary>
|
|
985
|
-
|
|
986
1042
|
- `card-selection-background-color`
|
|
987
1043
|
- `value`: `gray-100`
|
|
988
1044
|
- `uuid`: `622c6e86-dea6-416d-9f13-bb6ef112d3cb`
|
|
989
1045
|
|
|
990
1046
|
</details>
|
|
991
1047
|
<details open><summary>Updated Properties (1)</summary>
|
|
992
|
-
|
|
993
1048
|
- `card-selection-background-color`
|
|
994
1049
|
- `schema`: `alias.json` -> `color-set.json`
|
|
995
1050
|
|
|
@@ -8185,7 +8240,6 @@ Spectrum 2 is what’s next. It’s more than just a design refresh: it’s a se
|
|
|
8185
8240
|
## Token Diff
|
|
8186
8241
|
|
|
8187
8242
|
_Tokens added (10):_
|
|
8188
|
-
|
|
8189
8243
|
- `static-blue-900`
|
|
8190
8244
|
- `static-blue-1000`
|
|
8191
8245
|
- `static-fuchsia-900`
|
|
@@ -8212,7 +8266,6 @@ Spectrum 2 is what’s next. It’s more than just a design refresh: it’s a se
|
|
|
8212
8266
|
## Token Diff
|
|
8213
8267
|
|
|
8214
8268
|
_Tokens added (13):_
|
|
8215
|
-
|
|
8216
8269
|
- `body-cjk-size-l`
|
|
8217
8270
|
- `body-cjk-size-m`
|
|
8218
8271
|
- `body-cjk-size-s`
|
|
@@ -8228,7 +8281,6 @@ Spectrum 2 is what’s next. It’s more than just a design refresh: it’s a se
|
|
|
8228
8281
|
- `letter-spacing`
|
|
8229
8282
|
|
|
8230
8283
|
_Token values updated (14):_
|
|
8231
|
-
|
|
8232
8284
|
- `body-cjk-strong-emphasized-font-weight`
|
|
8233
8285
|
- `body-cjk-strong-font-weight`
|
|
8234
8286
|
- `cjk-letter-spacing`
|
|
@@ -8265,7 +8317,6 @@ Spectrum 2 is what’s next. It’s more than just a design refresh: it’s a se
|
|
|
8265
8317
|
## Token Diff
|
|
8266
8318
|
|
|
8267
8319
|
**Updated Token (1):**
|
|
8268
|
-
|
|
8269
8320
|
- `takeover-dialog-height`: `1.00%` -> `100%`
|
|
8270
8321
|
|
|
8271
8322
|
## 13.0.0-beta.51
|
|
@@ -8277,7 +8328,6 @@ Spectrum 2 is what’s next. It’s more than just a design refresh: it’s a se
|
|
|
8277
8328
|
## Token Diff
|
|
8278
8329
|
|
|
8279
8330
|
**Updated Tokens (2):**
|
|
8280
|
-
|
|
8281
8331
|
- `takeover-dialog-height`: `1.00em` -> `1.00%`
|
|
8282
8332
|
- `takeover-dialog-width`: `1.00em` -> `100%`
|
|
8283
8333
|
|
|
@@ -8290,7 +8340,6 @@ Spectrum 2 is what’s next. It’s more than just a design refresh: it’s a se
|
|
|
8290
8340
|
## Token Diff
|
|
8291
8341
|
|
|
8292
8342
|
_Tokens added (16):_
|
|
8293
|
-
|
|
8294
8343
|
- `in-field-stepper-to-end-extra-large`
|
|
8295
8344
|
- `in-field-stepper-to-end-large`
|
|
8296
8345
|
- `in-field-stepper-to-end-medium`
|
|
@@ -8319,12 +8368,10 @@ Spectrum 2 is what’s next. It’s more than just a design refresh: it’s a se
|
|
|
8319
8368
|
## Token Diff
|
|
8320
8369
|
|
|
8321
8370
|
_Tokens added (2):_
|
|
8322
|
-
|
|
8323
8371
|
- `heading-cjk-size-xxxxl`
|
|
8324
8372
|
- `heading-size-xxxxl`
|
|
8325
8373
|
|
|
8326
8374
|
_Tokens changed (7):_
|
|
8327
|
-
|
|
8328
8375
|
- `heading-sans-serif-font-weight`: `bold-font-weight` -> `extra-bold-font-weight`
|
|
8329
8376
|
- `heading-cjk-heavy-font-weight`: `black-font-weight` -> `extra-bold-font-weight`
|
|
8330
8377
|
- `heading-sans-serif-emphasized-font-weight`: `bold-font-weight` -> `extra-bold-font-weight`
|
|
@@ -8336,7 +8383,6 @@ Spectrum 2 is what’s next. It’s more than just a design refresh: it’s a se
|
|
|
8336
8383
|
- [#422](https://github.com/adobe/spectrum-tokens/pull/422) [`4673d13`](https://github.com/adobe/spectrum-tokens/commit/4673d1383602d81484ae346dd278a28a26f5d91b) Thanks [@GarthDB](https://github.com/GarthDB)! - Added tokens for s2 detail typography
|
|
8337
8384
|
|
|
8338
8385
|
_New tokens (6)_
|
|
8339
|
-
|
|
8340
8386
|
- `detail-cjk-size-xs`
|
|
8341
8387
|
- `detail-cjk-size-s`
|
|
8342
8388
|
- `detail-cjk-size-m`
|
|
@@ -8345,7 +8391,6 @@ Spectrum 2 is what’s next. It’s more than just a design refresh: it’s a se
|
|
|
8345
8391
|
- `detail-size-xs`
|
|
8346
8392
|
|
|
8347
8393
|
_Updated token values (13)_
|
|
8348
|
-
|
|
8349
8394
|
- `detail-sans-serif-font-weight`: `bold-font-weight` -> `medium-font-weight`
|
|
8350
8395
|
- `detail-serif-font-weight`: `bold-font-weight` -> `medium-font-weight`
|
|
8351
8396
|
- `detail-cjk-font-weight`: `extra-bold-font-weight` -> `bold-font-weight`
|
|
@@ -8365,15 +8410,12 @@ Spectrum 2 is what’s next. It’s more than just a design refresh: it’s a se
|
|
|
8365
8410
|
### Minor Changes
|
|
8366
8411
|
|
|
8367
8412
|
- [#415](https://github.com/adobe/spectrum-tokens/pull/415) [`caca973`](https://github.com/adobe/spectrum-tokens/commit/caca973300d34fc688fb828633b1da2ba8284990) Thanks [@mrcjhicks](https://github.com/mrcjhicks)! - 1. New typography tokens:
|
|
8368
|
-
|
|
8369
8413
|
- Letter spacing, text-align, cjk
|
|
8370
|
-
|
|
8371
8414
|
1. New gradient stop tokens
|
|
8372
8415
|
1. New component tokens for bar panel, rating, segmented control, slider, select box
|
|
8373
8416
|
1. New static color tokens
|
|
8374
8417
|
|
|
8375
8418
|
_Tokens added (51):_
|
|
8376
|
-
|
|
8377
8419
|
- `letter-spacing`
|
|
8378
8420
|
- `text-align-start`
|
|
8379
8421
|
- `text-align-center`
|
|
@@ -8427,7 +8469,6 @@ Spectrum 2 is what’s next. It’s more than just a design refresh: it’s a se
|
|
|
8427
8469
|
- `select-box-selected-border-color`
|
|
8428
8470
|
|
|
8429
8471
|
_Token values updated (9):_
|
|
8430
|
-
|
|
8431
8472
|
- `font-size-1200`
|
|
8432
8473
|
- `desktop`: `50px` -> `51px`
|
|
8433
8474
|
- `font-size-1300`
|
|
@@ -8456,7 +8497,6 @@ Spectrum 2 is what’s next. It’s more than just a design refresh: it’s a se
|
|
|
8456
8497
|
Updated S2 Table tokens
|
|
8457
8498
|
|
|
8458
8499
|
<details><summary>Tokens added (42):</summary>
|
|
8459
|
-
|
|
8460
8500
|
- `illustrated-message-maximum-width`
|
|
8461
8501
|
- `side-focus-indicator`
|
|
8462
8502
|
- `table-row-bottom-to-text-extra-large`
|
|
@@ -8503,7 +8543,6 @@ Spectrum 2 is what’s next. It’s more than just a design refresh: it’s a se
|
|
|
8503
8543
|
</details>
|
|
8504
8544
|
|
|
8505
8545
|
<details><summary>Tokens updated (101):</summary>
|
|
8506
|
-
|
|
8507
8546
|
- `informative-subtle-background-color-default`
|
|
8508
8547
|
- light: `blue-200` -> `informative-color-200`
|
|
8509
8548
|
- dark: `blue-200` -> `informative-color-300`
|
|
@@ -8771,7 +8810,6 @@ Spectrum 2 is what’s next. It’s more than just a design refresh: it’s a se
|
|
|
8771
8810
|
## Token Diff
|
|
8772
8811
|
|
|
8773
8812
|
_Tokens Added (12):_
|
|
8774
|
-
|
|
8775
8813
|
- `standard-panel-width`
|
|
8776
8814
|
- `standard-panel-minimum-width`
|
|
8777
8815
|
- `standard-panel-maximum-width`
|
|
@@ -8798,7 +8836,6 @@ Spectrum 2 is what’s next. It’s more than just a design refresh: it’s a se
|
|
|
8798
8836
|
## Token Diff
|
|
8799
8837
|
|
|
8800
8838
|
_Tokens added (5):_
|
|
8801
|
-
|
|
8802
8839
|
- `code-cjk-size-l`
|
|
8803
8840
|
- `code-cjk-size-m`
|
|
8804
8841
|
- `code-cjk-size-s`
|
|
@@ -8806,7 +8843,6 @@ Spectrum 2 is what’s next. It’s more than just a design refresh: it’s a se
|
|
|
8806
8843
|
- `code-cjk-size-xs`
|
|
8807
8844
|
|
|
8808
8845
|
_Token values updated (2):_
|
|
8809
|
-
|
|
8810
8846
|
- `code-cjk-strong-emphasized-font-weight`
|
|
8811
8847
|
- `code-cjk-strong-font-weight`
|
|
8812
8848
|
|
|
@@ -8817,7 +8853,6 @@ Spectrum 2 is what’s next. It’s more than just a design refresh: it’s a se
|
|
|
8817
8853
|
- [#388](https://github.com/adobe/spectrum-tokens/pull/388) [`58425e6`](https://github.com/adobe/spectrum-tokens/commit/58425e67b2d4cbd716205d4d502cc823245811fe) Thanks [@lynnhao](https://github.com/lynnhao)! - Updated avatar and avatar group tokens
|
|
8818
8854
|
|
|
8819
8855
|
## Description
|
|
8820
|
-
|
|
8821
8856
|
- Updated avatar size tokens, including all sizes from `75` to `700`
|
|
8822
8857
|
- Added new avatar size tokens, from `800` to `1500`
|
|
8823
8858
|
- Added new avatar border thickness and color tokens
|
|
@@ -8825,7 +8860,6 @@ Spectrum 2 is what’s next. It’s more than just a design refresh: it’s a se
|
|
|
8825
8860
|
- Added avatar group spacing tokens, from `50` to `500`
|
|
8826
8861
|
|
|
8827
8862
|
## Motivation and context
|
|
8828
|
-
|
|
8829
8863
|
- Avatar: added new sizes and updated existing sizes to better match other components and work across a variety of use cases.
|
|
8830
8864
|
- ⚠️ Important note: Accepting updates from this release will update the avatar sizes. The largest change in size is 8px. In some cases, you may want to relink to a new size. View the migration guide below to find the closest recommended size:
|
|
8831
8865
|
|
|
@@ -8854,7 +8888,6 @@ Spectrum 2 is what’s next. It’s more than just a design refresh: it’s a se
|
|
|
8854
8888
|
## Token Diff
|
|
8855
8889
|
|
|
8856
8890
|
_Tokens added (24):_
|
|
8857
|
-
|
|
8858
8891
|
- `avatar-border-color`
|
|
8859
8892
|
- `avatar-border-width`
|
|
8860
8893
|
- `avatar-group-size-100`
|
|
@@ -8881,7 +8914,6 @@ Spectrum 2 is what’s next. It’s more than just a design refresh: it’s a se
|
|
|
8881
8914
|
- `avatar-to-avatar-75`
|
|
8882
8915
|
|
|
8883
8916
|
_Token values updated (8):_
|
|
8884
|
-
|
|
8885
8917
|
- `avatar-size-100`
|
|
8886
8918
|
- `avatar-size-200`
|
|
8887
8919
|
- `avatar-size-300`
|
|
@@ -8904,7 +8936,6 @@ Spectrum 2 is what’s next. It’s more than just a design refresh: it’s a se
|
|
|
8904
8936
|
## Token Diff
|
|
8905
8937
|
|
|
8906
8938
|
_Tokens added (8):_
|
|
8907
|
-
|
|
8908
8939
|
- `drop-shadow-blur-300`
|
|
8909
8940
|
- `drop-shadow-color-300`
|
|
8910
8941
|
- `drop-shadow-dragged-blur`
|
|
@@ -8929,13 +8960,11 @@ Spectrum 2 is what’s next. It’s more than just a design refresh: it’s a se
|
|
|
8929
8960
|
## Token Diff
|
|
8930
8961
|
|
|
8931
8962
|
_Tokens added (3):_
|
|
8932
|
-
|
|
8933
8963
|
- `swatch-group-spacing-spacious`
|
|
8934
8964
|
- `swatch-group-border-opacity`
|
|
8935
8965
|
- `swatch-group-border-color`
|
|
8936
8966
|
|
|
8937
8967
|
_Tokens values updated (3):_
|
|
8938
|
-
|
|
8939
8968
|
- `swatch-border-color`: `gray-900` -> `gray-1000`
|
|
8940
8969
|
- `swatch-border-opacity`: `0.51` -> `0.42`
|
|
8941
8970
|
- `swatch-disabled-icon-border-opacity`: `0.51` -> `0.42`
|
|
@@ -8945,7 +8974,6 @@ Spectrum 2 is what’s next. It’s more than just a design refresh: it’s a se
|
|
|
8945
8974
|
### Minor Changes
|
|
8946
8975
|
|
|
8947
8976
|
- [#375](https://github.com/adobe/spectrum-tokens/pull/375) [`6e3be6d`](https://github.com/adobe/spectrum-tokens/commit/6e3be6d8a458efa1752a8dd1360f03fa83f84c37) Thanks [@mrcjhicks](https://github.com/mrcjhicks)! - - [Updated thumbnail size tokens and added new tokens](https://github.com/adobe/spectrum-tokens-studio-data/pull/144)
|
|
8948
|
-
|
|
8949
8977
|
- [Updated S2 Action bar tokens](https://github.com/adobe/spectrum-tokens-studio-data/pull/149)
|
|
8950
8978
|
|
|
8951
8979
|
## Design Motivation
|
|
@@ -8975,7 +9003,6 @@ Spectrum 2 is what’s next. It’s more than just a design refresh: it’s a se
|
|
|
8975
9003
|
## Token Diff
|
|
8976
9004
|
|
|
8977
9005
|
_Tokens added (8):_
|
|
8978
|
-
|
|
8979
9006
|
- `action-bar-top-to-content-area`
|
|
8980
9007
|
- `action-bar-bottom-to-content-area`
|
|
8981
9008
|
- `action-bar-edge-to-content-area`
|
|
@@ -8986,12 +9013,10 @@ Spectrum 2 is what’s next. It’s more than just a design refresh: it’s a se
|
|
|
8986
9013
|
- `text-to-control-50`
|
|
8987
9014
|
|
|
8988
9015
|
_Tokens updated (2):_
|
|
8989
|
-
|
|
8990
9016
|
- `action-bar-height`
|
|
8991
9017
|
- `action-bar-top-to-item-counter`
|
|
8992
9018
|
|
|
8993
9019
|
_Token values updated (11):_
|
|
8994
|
-
|
|
8995
9020
|
- `thumbnail-size-75`
|
|
8996
9021
|
- `desktop`: `18px` -> `20px`
|
|
8997
9022
|
- `mobile`: `22px` -> `24px`
|
|
@@ -9031,18 +9056,15 @@ Spectrum 2 is what’s next. It’s more than just a design refresh: it’s a se
|
|
|
9031
9056
|
### Minor Changes
|
|
9032
9057
|
|
|
9033
9058
|
- [#373](https://github.com/adobe/spectrum-tokens/pull/373) [`e04bddf`](https://github.com/adobe/spectrum-tokens/commit/e04bddf65549c87cd314b54966fe066ae649b7f7) Thanks [@mrcjhicks](https://github.com/mrcjhicks)! - - Updated S2 accordion tokens (non-color) in respective desktop and mobile layout sets
|
|
9034
|
-
|
|
9035
9059
|
- Added S2 meter tokens, including both color and non-color.
|
|
9036
9060
|
|
|
9037
9061
|
## Design Motivation
|
|
9038
|
-
|
|
9039
9062
|
- Accordion component is being formalized as a Spectrum 2 component. These net-new tokens define the design data needed for implementation. Introducing content-area-edge-to-content tokens enhances inclusivity for various design patterns. For more information, [view Jira ticket](https://jira.corp.adobe.com/browse/SDS-13435).
|
|
9040
9063
|
- Meter component is being formalized as a Spectrum 2 component. These net-new tokens define the design data needed for implementation. Introducing static tokens enables us to standardize the use of tokens across various components with indicators and tracks. This includes progress bars, progress circles, and potentially sliders in the future. For more information, [view Jira ticket](https://jira.corp.adobe.com/browse/SDS-13414).
|
|
9041
9064
|
|
|
9042
9065
|
## Token Diff
|
|
9043
9066
|
|
|
9044
9067
|
_Tokens added (18):_
|
|
9045
|
-
|
|
9046
9068
|
- `accordion-content-area-edge-to-content-extra-large`
|
|
9047
9069
|
- `accordion-content-area-edge-to-content-large`
|
|
9048
9070
|
- `accordion-content-area-edge-to-content-medium`
|
|
@@ -9063,12 +9085,10 @@ Spectrum 2 is what’s next. It’s more than just a design refresh: it’s a se
|
|
|
9063
9085
|
- `track-color`
|
|
9064
9086
|
|
|
9065
9087
|
_Newly deprecated tokens (2):_
|
|
9066
|
-
|
|
9067
9088
|
- `accordion-edge-to-disclosure-indicator`
|
|
9068
9089
|
- `accordion-disclosure-indicator-to-text`
|
|
9069
9090
|
|
|
9070
9091
|
_Tokens updated (1):_
|
|
9071
|
-
|
|
9072
9092
|
- `meter-thickness-large`
|
|
9073
9093
|
|
|
9074
9094
|
## 13.0.0-beta.39
|
|
@@ -9080,7 +9100,6 @@ Spectrum 2 is what’s next. It’s more than just a design refresh: it’s a se
|
|
|
9080
9100
|
## Token Diff
|
|
9081
9101
|
|
|
9082
9102
|
_Tokens added (8):_
|
|
9083
|
-
|
|
9084
9103
|
- `coach-indicator-collapsed-gap`
|
|
9085
9104
|
- `coach-indicator-collapsed-ring-rounding-increment`
|
|
9086
9105
|
- `coach-indicator-collapsed-ring-thickness`
|
|
@@ -9095,19 +9114,16 @@ Spectrum 2 is what’s next. It’s more than just a design refresh: it’s a se
|
|
|
9095
9114
|
### Minor Changes
|
|
9096
9115
|
|
|
9097
9116
|
- [#360](https://github.com/adobe/spectrum-tokens/pull/360) [`f73a0b4`](https://github.com/adobe/spectrum-tokens/commit/f73a0b40464f1c73f2d9e8f6cf97da926e392ac7) Thanks [@mrcjhicks](https://github.com/mrcjhicks)! - - Fixed token type from Sizing to Font size for contextual-help-body-size and `contextual-help-title-size`
|
|
9098
|
-
|
|
9099
9117
|
- Renamed tokens by deprecating previous ones and creating new ones, with font in the token name
|
|
9100
9118
|
Updated value of `contextual-help-title-font-size`
|
|
9101
9119
|
|
|
9102
9120
|
Marked the the following tokens in Tokens Studio for deprecation:
|
|
9103
|
-
|
|
9104
9121
|
- `negative-subdued-background-color-default` ( --> points to `negative-subtle-background-color-default`)
|
|
9105
9122
|
- `negative-subdued-background-color-hover`
|
|
9106
9123
|
- `negative-subdued-background-color-down`
|
|
9107
9124
|
- `negative-subdued-background-color-key-focus`
|
|
9108
9125
|
|
|
9109
9126
|
## Design motivation
|
|
9110
|
-
|
|
9111
9127
|
- The updated type sorts them correctly in the Tokens Studio data
|
|
9112
9128
|
- The updated value reflects the latest design for Spectrum 2, using the new title style instead of heading
|
|
9113
9129
|
- The negative-subdued tokens were deprecated because the tag "error" variant has been deprecated and are no longer needed in the system. A new "subtle" token has been added for the in-line alert use case.
|
|
@@ -9115,12 +9131,10 @@ Spectrum 2 is what’s next. It’s more than just a design refresh: it’s a se
|
|
|
9115
9131
|
## Token diff
|
|
9116
9132
|
|
|
9117
9133
|
_Tokens added (2):_
|
|
9118
|
-
|
|
9119
9134
|
- `contextual-help-body-font-size`
|
|
9120
9135
|
- `contextual-help-title-font-size`
|
|
9121
9136
|
|
|
9122
9137
|
_Newly deprecated Tokens (6):_
|
|
9123
|
-
|
|
9124
9138
|
- `contextual-help-body-size`
|
|
9125
9139
|
- `contextual-help-title-size`
|
|
9126
9140
|
- `negative-subdued-background-color-default`
|
|
@@ -9139,7 +9153,6 @@ Spectrum 2 is what’s next. It’s more than just a design refresh: it’s a se
|
|
|
9139
9153
|
### Change 1: Updated terminology to align with t-shirt sizes
|
|
9140
9154
|
|
|
9141
9155
|
Previously in S1, the breadcrumb variants were default, compact, and multiline. However, in S2, we have aligned breadcrumb to t-shirt sizes, resulting in the following changes:
|
|
9142
|
-
|
|
9143
9156
|
- Breadcrumbs (default) -> Breadcrumbs (L)
|
|
9144
9157
|
- Breadcrumbs (compact) -> Breadcrumbs (M)
|
|
9145
9158
|
- Breadcrumbs (multiline) -> Breadcrumbs (multiline)
|
|
@@ -9147,14 +9160,12 @@ Spectrum 2 is what’s next. It’s more than just a design refresh: it’s a se
|
|
|
9147
9160
|
### Change 2: Updated truncated menu button sizes and spacing
|
|
9148
9161
|
|
|
9149
9162
|
Other structural changes
|
|
9150
|
-
|
|
9151
9163
|
- In S1 all variants used M sized action button – now we use S, M, L sized action buttons for respective sizes.
|
|
9152
9164
|
- In S1 all variants had same spacing 8px around chevron, now we use different spacings for all the three variants
|
|
9153
9165
|
|
|
9154
9166
|
## Token Diff
|
|
9155
9167
|
|
|
9156
9168
|
_Tokens added (11):_
|
|
9157
|
-
|
|
9158
9169
|
- `breadcrumbs-separator-to-bottom-text-multiline`
|
|
9159
9170
|
- `breadcrumbs-start-edge-to-text-large`
|
|
9160
9171
|
- `breadcrumbs-start-edge-to-text-medium`
|
|
@@ -9168,7 +9179,6 @@ Spectrum 2 is what’s next. It’s more than just a design refresh: it’s a se
|
|
|
9168
9179
|
- `breadcrumbs-text-to-separator-multiline`
|
|
9169
9180
|
|
|
9170
9181
|
_Newly deprecated tokens (13):_
|
|
9171
|
-
|
|
9172
9182
|
- `breadcrumbs-height`
|
|
9173
9183
|
- `breadcrumbs-height-compact`
|
|
9174
9184
|
- `breadcrumbs-top-to-text`
|
|
@@ -9184,7 +9194,6 @@ Spectrum 2 is what’s next. It’s more than just a design refresh: it’s a se
|
|
|
9184
9194
|
- `breadcrumbs-top-to-truncated-menu-compact`
|
|
9185
9195
|
|
|
9186
9196
|
_Token values updated (20):_
|
|
9187
|
-
|
|
9188
9197
|
- `breadcrumbs-top-to-separator-icon-multiline`
|
|
9189
9198
|
- `breadcrumbs-top-to-text-multiline`
|
|
9190
9199
|
- `breadcrumbs-bottom-to-text-multiline`
|
|
@@ -9219,7 +9228,6 @@ Spectrum 2 is what’s next. It’s more than just a design refresh: it’s a se
|
|
|
9219
9228
|
## Token diff
|
|
9220
9229
|
|
|
9221
9230
|
_Tokens added (78):_
|
|
9222
|
-
|
|
9223
9231
|
- `icon-color-blue-background`
|
|
9224
9232
|
- `icon-color-blue-primary-down`
|
|
9225
9233
|
- `icon-color-blue-primary-hover`
|
|
@@ -9306,7 +9314,6 @@ Spectrum 2 is what’s next. It’s more than just a design refresh: it’s a se
|
|
|
9306
9314
|
- [#337](https://github.com/adobe/spectrum-tokens/pull/337) [`df2ab7e`](https://github.com/adobe/spectrum-tokens/commit/df2ab7ed77d385593342a3ced7bfded94bd8af8e) Thanks [@mrcjhicks](https://github.com/mrcjhicks)! - Updated illustrated message and drop zone tokens
|
|
9307
9315
|
|
|
9308
9316
|
## Design Motivation
|
|
9309
|
-
|
|
9310
9317
|
- The previous tokens had the incorrect types. By fixing the type, they can reference the updated tokens that are replacing them.
|
|
9311
9318
|
- Illustrated message now has three sizes (S, M, L) in Spectrum 2 to cover a wider range of use cases
|
|
9312
9319
|
- Component font size tokens now specify font in the token name
|
|
@@ -9314,7 +9321,6 @@ Spectrum 2 is what’s next. It’s more than just a design refresh: it’s a se
|
|
|
9314
9321
|
## Token Diff
|
|
9315
9322
|
|
|
9316
9323
|
_Tokens added (12):_
|
|
9317
|
-
|
|
9318
9324
|
- `drop-zone-body-font-size`
|
|
9319
9325
|
- `drop-zone-cjk-title-font-size`
|
|
9320
9326
|
- `drop-zone-title-font-size`
|
|
@@ -9329,7 +9335,6 @@ Spectrum 2 is what’s next. It’s more than just a design refresh: it’s a se
|
|
|
9329
9335
|
- `illustrated-message-small-title-font-size`
|
|
9330
9336
|
|
|
9331
9337
|
_Newly deprecated tokens (6):_
|
|
9332
|
-
|
|
9333
9338
|
- `drop-zone-body-size`
|
|
9334
9339
|
- `drop-zone-cjk-title-size`
|
|
9335
9340
|
- `drop-zone-title-size`
|
|
@@ -9338,7 +9343,6 @@ Spectrum 2 is what’s next. It’s more than just a design refresh: it’s a se
|
|
|
9338
9343
|
- `illustrated-message-title-size`
|
|
9339
9344
|
|
|
9340
9345
|
_Token value updated (1):_
|
|
9341
|
-
|
|
9342
9346
|
- `drop-zone-border-dash-gap`
|
|
9343
9347
|
|
|
9344
9348
|
## 13.0.0-beta.34
|
|
@@ -9350,13 +9354,11 @@ Spectrum 2 is what’s next. It’s more than just a design refresh: it’s a se
|
|
|
9350
9354
|
## Token Diff
|
|
9351
9355
|
|
|
9352
9356
|
_Tokens added (3):_
|
|
9353
|
-
|
|
9354
9357
|
- `popover-border-color`
|
|
9355
9358
|
- `popover-border-opacity`
|
|
9356
9359
|
- `popover-edge-to-content-area`
|
|
9357
9360
|
|
|
9358
9361
|
_Newly deprecated token (1):_
|
|
9359
|
-
|
|
9360
9362
|
- `popover-top-to-content-area`
|
|
9361
9363
|
|
|
9362
9364
|
## 13.0.0-beta.33
|
|
@@ -9368,7 +9370,6 @@ Spectrum 2 is what’s next. It’s more than just a design refresh: it’s a se
|
|
|
9368
9370
|
## Token Diff
|
|
9369
9371
|
|
|
9370
9372
|
_Tokens added (23):_
|
|
9371
|
-
|
|
9372
9373
|
- `link-out-icon-size-100`
|
|
9373
9374
|
- `link-out-icon-size-200`
|
|
9374
9375
|
- `link-out-icon-size-75`
|
|
@@ -9394,7 +9395,6 @@ Spectrum 2 is what’s next. It’s more than just a design refresh: it’s a se
|
|
|
9394
9395
|
- `text-to-visual-400`
|
|
9395
9396
|
|
|
9396
9397
|
_Token values updated (1):_
|
|
9397
|
-
|
|
9398
9398
|
- `menu-item-section-divider-height`
|
|
9399
9399
|
|
|
9400
9400
|
## 13.0.0-beta.32
|
|
@@ -9406,7 +9406,6 @@ Spectrum 2 is what’s next. It’s more than just a design refresh: it’s a se
|
|
|
9406
9406
|
## Token Diff
|
|
9407
9407
|
|
|
9408
9408
|
_Tokens added (5):_
|
|
9409
|
-
|
|
9410
9409
|
- `informative-subtle-background-color-default`
|
|
9411
9410
|
- `negative-subtle-background-color-default`
|
|
9412
9411
|
- `neutral-subtle-background-color-default`
|
|
@@ -9428,7 +9427,6 @@ Spectrum 2 is what’s next. It’s more than just a design refresh: it’s a se
|
|
|
9428
9427
|
## Token Diff
|
|
9429
9428
|
|
|
9430
9429
|
_Tokens added (10):_
|
|
9431
|
-
|
|
9432
9430
|
- `standard-dialog-body-font-size`
|
|
9433
9431
|
- `standard-dialog-maximum-width-large`
|
|
9434
9432
|
- `standard-dialog-maximum-width-medium`
|
|
@@ -9441,7 +9439,6 @@ Spectrum 2 is what’s next. It’s more than just a design refresh: it’s a se
|
|
|
9441
9439
|
- `status-light-text-to-visual-75`
|
|
9442
9440
|
|
|
9443
9441
|
_Token values updated (10):_
|
|
9444
|
-
|
|
9445
9442
|
- `alert-banner-to-top-workflow-icon`
|
|
9446
9443
|
- `alert-banner-top-to-workflow-icon`
|
|
9447
9444
|
- `status-light-dot-size-extra-large`
|
|
@@ -9464,7 +9461,6 @@ Spectrum 2 is what’s next. It’s more than just a design refresh: it’s a se
|
|
|
9464
9461
|
## Token Diff
|
|
9465
9462
|
|
|
9466
9463
|
_Token values updated (4):_
|
|
9467
|
-
|
|
9468
9464
|
- `component-pill-edge-to-visual-only-100`
|
|
9469
9465
|
- `component-pill-edge-to-visual-only-200`
|
|
9470
9466
|
- `component-pill-edge-to-visual-only-300`
|
|
@@ -9475,7 +9471,6 @@ Spectrum 2 is what’s next. It’s more than just a design refresh: it’s a se
|
|
|
9475
9471
|
## Token Diff
|
|
9476
9472
|
|
|
9477
9473
|
_Newly deprecated tokens (2):_
|
|
9478
|
-
|
|
9479
9474
|
- `color-loupe-drop-shadow-color`
|
|
9480
9475
|
- `drop-shadow-color`
|
|
9481
9476
|
|
|
@@ -9494,13 +9489,11 @@ Spectrum 2 is what’s next. It’s more than just a design refresh: it’s a se
|
|
|
9494
9489
|
## Token Diff
|
|
9495
9490
|
|
|
9496
9491
|
_Tokens added (6):_
|
|
9497
|
-
|
|
9498
9492
|
- `coach-mark-body-font-size`
|
|
9499
9493
|
- `coach-mark-pagination-body-font-size`
|
|
9500
9494
|
- `coach-mark-title-font-size`
|
|
9501
9495
|
|
|
9502
9496
|
_Newly deprecated tokens (3):_
|
|
9503
|
-
|
|
9504
9497
|
- `coach-mark-body-size`
|
|
9505
9498
|
- `coach-mark-pagination-body-size`
|
|
9506
9499
|
- `coach-mark-title-size`
|
|
@@ -9514,14 +9507,12 @@ Spectrum 2 is what’s next. It’s more than just a design refresh: it’s a se
|
|
|
9514
9507
|
## Token Diff
|
|
9515
9508
|
|
|
9516
9509
|
_Tokens added (4):_
|
|
9517
|
-
|
|
9518
9510
|
- `alert-dialog-description-font-size`
|
|
9519
9511
|
- `alert-dialog-description-size`
|
|
9520
9512
|
- `alert-dialog-title-font-size`
|
|
9521
9513
|
- `alert-dialog-title-size`
|
|
9522
9514
|
|
|
9523
9515
|
_Newly deprecated tokens (2):_
|
|
9524
|
-
|
|
9525
9516
|
- `alert-dialog-description-size`
|
|
9526
9517
|
- `alert-dialog-title-size`
|
|
9527
9518
|
|
|
@@ -9538,7 +9529,6 @@ Spectrum 2 is what’s next. It’s more than just a design refresh: it’s a se
|
|
|
9538
9529
|
## Token Diff
|
|
9539
9530
|
|
|
9540
9531
|
_Tokens added (15):_
|
|
9541
|
-
|
|
9542
9532
|
- `combo-box-visual-to-field-button`
|
|
9543
9533
|
- `combo-box-visual-to-field-button-extra-large`
|
|
9544
9534
|
- `combo-box-visual-to-field-button-large`
|
|
@@ -9556,7 +9546,6 @@ Spectrum 2 is what’s next. It’s more than just a design refresh: it’s a se
|
|
|
9556
9546
|
- `in-field-progress-circle-size-75`
|
|
9557
9547
|
|
|
9558
9548
|
_Newly deprecated tokens (6):_
|
|
9559
|
-
|
|
9560
9549
|
- `combo-box-quiet-minimum-width-multiplier`
|
|
9561
9550
|
- `combo-box-visual-to-field-button-small`
|
|
9562
9551
|
- `combo-box-visual-to-field-button-medium`
|
|
@@ -9573,7 +9562,6 @@ Spectrum 2 is what’s next. It’s more than just a design refresh: it’s a se
|
|
|
9573
9562
|
## Token Diff
|
|
9574
9563
|
|
|
9575
9564
|
_Newly deprecated tokens (2):_
|
|
9576
|
-
|
|
9577
9565
|
- `color-loupe-drop-shadow-blur`
|
|
9578
9566
|
- `color-loupe-drop-shadow-y`
|
|
9579
9567
|
|
|
@@ -9591,7 +9579,6 @@ Spectrum 2 is what’s next. It’s more than just a design refresh: it’s a se
|
|
|
9591
9579
|
## Token Diff
|
|
9592
9580
|
|
|
9593
9581
|
_Tokens added (24):_
|
|
9594
|
-
|
|
9595
9582
|
- `drop-shadow-blur`
|
|
9596
9583
|
- `drop-shadow-blur-100`
|
|
9597
9584
|
- `drop-shadow-blur-200`
|
|
@@ -9618,12 +9605,10 @@ Spectrum 2 is what’s next. It’s more than just a design refresh: it’s a se
|
|
|
9618
9605
|
- `drop-shadow-y-200`
|
|
9619
9606
|
|
|
9620
9607
|
_Tokens deleted (2):_
|
|
9621
|
-
|
|
9622
9608
|
- `drop-shadow-blur`
|
|
9623
9609
|
- `drop-shadow-y`
|
|
9624
9610
|
|
|
9625
9611
|
_Token values updated (2):_
|
|
9626
|
-
|
|
9627
9612
|
- `color-handle-drop-shadow-color`
|
|
9628
9613
|
- `drop-shadow-color`
|
|
9629
9614
|
|
|
@@ -9638,7 +9623,6 @@ Spectrum 2 is what’s next. It’s more than just a design refresh: it’s a se
|
|
|
9638
9623
|
## Token Diff
|
|
9639
9624
|
|
|
9640
9625
|
_Tokens added (7):_
|
|
9641
|
-
|
|
9642
9626
|
- `field-default-width-extra-large`
|
|
9643
9627
|
- `field-default-width-large`
|
|
9644
9628
|
- `field-default-width-medium`
|
|
@@ -9648,14 +9632,12 @@ Spectrum 2 is what’s next. It’s more than just a design refresh: it’s a se
|
|
|
9648
9632
|
- `tag-minimum-width-small`
|
|
9649
9633
|
|
|
9650
9634
|
_Token values updated (4):_
|
|
9651
|
-
|
|
9652
9635
|
- `field-top-to-progress-circle-extra-large`
|
|
9653
9636
|
- `field-top-to-progress-circle-large`
|
|
9654
9637
|
- `field-top-to-progress-circle-medium`
|
|
9655
9638
|
- `field-top-to-progress-circle-small`
|
|
9656
9639
|
|
|
9657
9640
|
_Newly Deprecated Tokens (4):_
|
|
9658
|
-
|
|
9659
9641
|
- `field-width-extra-large`
|
|
9660
9642
|
- `field-width-large`
|
|
9661
9643
|
- `field-width-medium`
|
|
@@ -9670,11 +9652,9 @@ Spectrum 2 is what’s next. It’s more than just a design refresh: it’s a se
|
|
|
9670
9652
|
## Token Diff
|
|
9671
9653
|
|
|
9672
9654
|
_Tokens added (1):_
|
|
9673
|
-
|
|
9674
9655
|
- `accordion-top-to-text-spacious-small`
|
|
9675
9656
|
|
|
9676
9657
|
_Newly deprecated token (1):_
|
|
9677
|
-
|
|
9678
9658
|
- `accordion-small-top-to-text-spacious`
|
|
9679
9659
|
|
|
9680
9660
|
## 13.0.0-beta.22
|
|
@@ -9692,12 +9672,10 @@ Spectrum 2 is what’s next. It’s more than just a design refresh: it’s a se
|
|
|
9692
9672
|
## Token Diff
|
|
9693
9673
|
|
|
9694
9674
|
_Tokens added (2):_
|
|
9695
|
-
|
|
9696
9675
|
- `alert-banner-top-to-alert-icon`
|
|
9697
9676
|
- `title-color`
|
|
9698
9677
|
|
|
9699
9678
|
_Token values updated (2):_
|
|
9700
|
-
|
|
9701
9679
|
- `alert-dialog-description-size`
|
|
9702
9680
|
- `alert-dialog-title-size`
|
|
9703
9681
|
|
|
@@ -9716,12 +9694,10 @@ Spectrum 2 is what’s next. It’s more than just a design refresh: it’s a se
|
|
|
9716
9694
|
## Token Diff
|
|
9717
9695
|
|
|
9718
9696
|
_Tokens added (2):_
|
|
9719
|
-
|
|
9720
9697
|
- `opacity-checkerboard-square-size-medium`
|
|
9721
9698
|
- `opacity-checkerboard-square-size-small`
|
|
9722
9699
|
|
|
9723
9700
|
_Newly deprecated token (1):_
|
|
9724
|
-
|
|
9725
9701
|
- `opacity-checkerboard-square-size`
|
|
9726
9702
|
|
|
9727
9703
|
## 13.0.0-beta.20
|
|
@@ -9737,7 +9713,6 @@ Spectrum 2 is what’s next. It’s more than just a design refresh: it’s a se
|
|
|
9737
9713
|
## Token Diff
|
|
9738
9714
|
|
|
9739
9715
|
_Tokens added (45):_
|
|
9740
|
-
|
|
9741
9716
|
- `title-cjk-emphasized-font-style`
|
|
9742
9717
|
- `title-cjk-emphasized-font-weight`
|
|
9743
9718
|
- `title-cjk-font-family`
|
|
@@ -9797,21 +9772,18 @@ Spectrum 2 is what’s next. It’s more than just a design refresh: it’s a se
|
|
|
9797
9772
|
## Token Diff
|
|
9798
9773
|
|
|
9799
9774
|
_Tokens added (4):_
|
|
9800
|
-
|
|
9801
9775
|
- `field-width-small`
|
|
9802
9776
|
- `field-width-medium`
|
|
9803
9777
|
- `field-width-large`
|
|
9804
9778
|
- `field-width-extra-large`
|
|
9805
9779
|
|
|
9806
9780
|
_Updated token values (4):_
|
|
9807
|
-
|
|
9808
9781
|
- `side-label-character-count-top-margin-small`
|
|
9809
9782
|
- `side-label-character-count-top-margin-medium`
|
|
9810
9783
|
- `side-label-character-count-top-margin-large`
|
|
9811
9784
|
- `side-label-character-count-top-margin-extra-large`
|
|
9812
9785
|
|
|
9813
9786
|
_Newly deprecated tokens (8):_
|
|
9814
|
-
|
|
9815
9787
|
- `field-width`
|
|
9816
9788
|
- `field-edge-to-text-quiet`
|
|
9817
9789
|
- `field-edge-to-border-quiet`
|
|
@@ -9835,7 +9807,6 @@ Spectrum 2 is what’s next. It’s more than just a design refresh: it’s a se
|
|
|
9835
9807
|
## Token Diff
|
|
9836
9808
|
|
|
9837
9809
|
_Token value updated (1):_
|
|
9838
|
-
|
|
9839
9810
|
- `color-area-border-color`
|
|
9840
9811
|
|
|
9841
9812
|
- 7b5f18b: Update alert banner for Spectrum 2
|
|
@@ -9847,7 +9818,6 @@ Spectrum 2 is what’s next. It’s more than just a design refresh: it’s a se
|
|
|
9847
9818
|
## Token Diff
|
|
9848
9819
|
|
|
9849
9820
|
_Token values updated (5):_
|
|
9850
|
-
|
|
9851
9821
|
- `alert-banner-bottom-to-text`
|
|
9852
9822
|
- `alert-banner-minimum-height`
|
|
9853
9823
|
- `alert-banner-top-to-text`
|
|
@@ -9865,7 +9835,6 @@ Spectrum 2 is what’s next. It’s more than just a design refresh: it’s a se
|
|
|
9865
9835
|
## Token Diff
|
|
9866
9836
|
|
|
9867
9837
|
_Token values updated (5):_
|
|
9868
|
-
|
|
9869
9838
|
- `toast-height`
|
|
9870
9839
|
- `toast-top-to-workflow-icon`
|
|
9871
9840
|
- `toast-top-to-text`
|
|
@@ -9886,7 +9855,6 @@ Spectrum 2 is what’s next. It’s more than just a design refresh: it’s a se
|
|
|
9886
9855
|
## Token Diff
|
|
9887
9856
|
|
|
9888
9857
|
_Tokens added (10):_
|
|
9889
|
-
|
|
9890
9858
|
- `brown-background-color-default`
|
|
9891
9859
|
- `brown-visual-color`
|
|
9892
9860
|
- `cinnamon-background-color-default`
|
|
@@ -9899,7 +9867,6 @@ Spectrum 2 is what’s next. It’s more than just a design refresh: it’s a se
|
|
|
9899
9867
|
- `turquoise-visual-color`
|
|
9900
9868
|
|
|
9901
9869
|
_Token values updated (27):_
|
|
9902
|
-
|
|
9903
9870
|
- `accent-background-color-default`
|
|
9904
9871
|
- `accent-background-color-down`
|
|
9905
9872
|
- `accent-background-color-hover`
|
|
@@ -9943,7 +9910,6 @@ Spectrum 2 is what’s next. It’s more than just a design refresh: it’s a se
|
|
|
9943
9910
|
## Token Diff
|
|
9944
9911
|
|
|
9945
9912
|
_Token values updated (2):_
|
|
9946
|
-
|
|
9947
9913
|
- `color-slider-border-color`
|
|
9948
9914
|
- `color-slider-border-rounding`
|
|
9949
9915
|
|
|
@@ -9960,7 +9926,6 @@ Spectrum 2 is what’s next. It’s more than just a design refresh: it’s a se
|
|
|
9960
9926
|
## Token Diff
|
|
9961
9927
|
|
|
9962
9928
|
_Tokens added (9):_
|
|
9963
|
-
|
|
9964
9929
|
- `tag-edge-to-clear-icon-large`
|
|
9965
9930
|
- `tag-edge-to-clear-icon-medium`
|
|
9966
9931
|
- `tag-edge-to-clear-icon-small`
|
|
@@ -9990,7 +9955,6 @@ Spectrum 2 is what’s next. It’s more than just a design refresh: it’s a se
|
|
|
9990
9955
|
## Token Diff
|
|
9991
9956
|
|
|
9992
9957
|
_Tokens added (12):_
|
|
9993
|
-
|
|
9994
9958
|
- `negative-subdued-background-color-default`
|
|
9995
9959
|
- `negative-subdued-background-color-down`
|
|
9996
9960
|
- `negative-subdued-background-color-hover`
|
|
@@ -10005,7 +9969,6 @@ Spectrum 2 is what’s next. It’s more than just a design refresh: it’s a se
|
|
|
10005
9969
|
- `switch-handle-size-small`
|
|
10006
9970
|
|
|
10007
9971
|
_Token values updated (8):_
|
|
10008
|
-
|
|
10009
9972
|
- `switch-control-height-extra-large`
|
|
10010
9973
|
- `switch-control-height-large`
|
|
10011
9974
|
- `switch-control-height-medium`
|
|
@@ -10024,7 +9987,6 @@ Spectrum 2 is what’s next. It’s more than just a design refresh: it’s a se
|
|
|
10024
9987
|
## Token Diff
|
|
10025
9988
|
|
|
10026
9989
|
_Tokens values updated (46):_
|
|
10027
|
-
|
|
10028
9990
|
- `accordion-disclosure-indicator-to-text`
|
|
10029
9991
|
- `accordion-edge-to-disclosure-indicator`
|
|
10030
9992
|
- `accordion-edge-to-text`
|
|
@@ -10077,20 +10039,17 @@ Spectrum 2 is what’s next. It’s more than just a design refresh: it’s a se
|
|
|
10077
10039
|
### Minor Changes
|
|
10078
10040
|
|
|
10079
10041
|
- ef600c4: ## Design Motivation
|
|
10080
|
-
|
|
10081
10042
|
- The updated tooltip component in Spectrum 2 has a larger, slightly rounded tip
|
|
10082
10043
|
- Added tokens for horizontal and vertical orientation
|
|
10083
10044
|
|
|
10084
10045
|
## Tokens Diff
|
|
10085
10046
|
|
|
10086
10047
|
_Tokens added (3):_
|
|
10087
|
-
|
|
10088
10048
|
- `divider-horizontal-minimum-width`
|
|
10089
10049
|
- `divider-vertical-minimum-height`
|
|
10090
10050
|
- `tooltip-tip-corner-radius`
|
|
10091
10051
|
|
|
10092
10052
|
_Token values updated (2):_
|
|
10093
|
-
|
|
10094
10053
|
- `tooltip-tip-height`
|
|
10095
10054
|
- `tooltip-tip-width`
|
|
10096
10055
|
|
|
@@ -10111,7 +10070,6 @@ Spectrum 2 is what’s next. It’s more than just a design refresh: it’s a se
|
|
|
10111
10070
|
## Token Diff
|
|
10112
10071
|
|
|
10113
10072
|
_Token values updated (4):_
|
|
10114
|
-
|
|
10115
10073
|
- `field-label-top-margin-extra-large`
|
|
10116
10074
|
- `field-label-top-margin-large`
|
|
10117
10075
|
- `field-label-top-margin-medium`
|
|
@@ -10134,7 +10092,6 @@ Spectrum 2 is what’s next. It’s more than just a design refresh: it’s a se
|
|
|
10134
10092
|
## Token Diff
|
|
10135
10093
|
|
|
10136
10094
|
_Token values updated (1):_
|
|
10137
|
-
|
|
10138
10095
|
- `text-to-visual-300`
|
|
10139
10096
|
|
|
10140
10097
|
- 6579966: existing corner-radius tokens, adding net-new global corner radius tokens, and introducing new alias names that point to these global values.
|
|
@@ -10148,7 +10105,6 @@ Spectrum 2 is what’s next. It’s more than just a design refresh: it’s a se
|
|
|
10148
10105
|
## Token Diff
|
|
10149
10106
|
|
|
10150
10107
|
_Tokens added (23):_
|
|
10151
|
-
|
|
10152
10108
|
- `corner-radius-0`
|
|
10153
10109
|
- `corner-radius-300`
|
|
10154
10110
|
- `corner-radius-400`
|
|
@@ -10174,7 +10130,6 @@ Spectrum 2 is what’s next. It’s more than just a design refresh: it’s a se
|
|
|
10174
10130
|
- `corner-radius-small-size-extra-large`
|
|
10175
10131
|
|
|
10176
10132
|
_Token values updated (3):_
|
|
10177
|
-
|
|
10178
10133
|
- `corner-radius-75`
|
|
10179
10134
|
- `corner-radius-100`
|
|
10180
10135
|
- `corner-radius-200`
|
|
@@ -10190,7 +10145,6 @@ Spectrum 2 is what’s next. It’s more than just a design refresh: it’s a se
|
|
|
10190
10145
|
## Token Diff
|
|
10191
10146
|
|
|
10192
10147
|
_Token values updated (5):_
|
|
10193
|
-
|
|
10194
10148
|
- `component-edge-to-visual-only-100`
|
|
10195
10149
|
- `component-edge-to-visual-only-200`
|
|
10196
10150
|
- `component-edge-to-visual-only-300`
|
|
@@ -10202,7 +10156,6 @@ Spectrum 2 is what’s next. It’s more than just a design refresh: it’s a se
|
|
|
10202
10156
|
## Token Diff
|
|
10203
10157
|
|
|
10204
10158
|
_Newly deprecated tokens (4):_
|
|
10205
|
-
|
|
10206
10159
|
- `help-text-top-to-workflow-icon-extra-large`: use `component-edge-to-visual-only-300`
|
|
10207
10160
|
- `help-text-top-to-workflow-icon-large`: use `component-edge-to-visual-only-200`
|
|
10208
10161
|
- `help-text-top-to-workflow-icon-medium`: use `component-edge-to-visual-only-100`
|
|
@@ -10227,13 +10180,11 @@ Spectrum 2 is what’s next. It’s more than just a design refresh: it’s a se
|
|
|
10227
10180
|
## Tokens Diff
|
|
10228
10181
|
|
|
10229
10182
|
_Tokens added (3):_
|
|
10230
|
-
|
|
10231
10183
|
- `component-size-difference-down`
|
|
10232
10184
|
- `component-size-minimum-perspective-down`
|
|
10233
10185
|
- `component-size-width-ratio-down`
|
|
10234
10186
|
|
|
10235
10187
|
_Token values updated (15):_
|
|
10236
|
-
|
|
10237
10188
|
- `component-top-to-workflow-icon-100`
|
|
10238
10189
|
- `component-top-to-workflow-icon-200`
|
|
10239
10190
|
- `component-top-to-workflow-icon-300`
|
|
@@ -10263,12 +10214,10 @@ Spectrum 2 is what’s next. It’s more than just a design refresh: it’s a se
|
|
|
10263
10214
|
## Token Diff
|
|
10264
10215
|
|
|
10265
10216
|
_Tokens added (2):_
|
|
10266
|
-
|
|
10267
10217
|
- `background-elevated-color`
|
|
10268
10218
|
- `background-pasteboard-color`
|
|
10269
10219
|
|
|
10270
10220
|
_Token values updated (1):_
|
|
10271
|
-
|
|
10272
10221
|
- `background-base-color`
|
|
10273
10222
|
|
|
10274
10223
|
## 13.0.0-beta.7
|
|
@@ -10280,7 +10229,6 @@ Spectrum 2 is what’s next. It’s more than just a design refresh: it’s a se
|
|
|
10280
10229
|
## Token Diff
|
|
10281
10230
|
|
|
10282
10231
|
_Token values updated (328):_
|
|
10283
|
-
|
|
10284
10232
|
- `accent-background-color-default`
|
|
10285
10233
|
- `accent-background-color-down`
|
|
10286
10234
|
- `accent-background-color-hover`
|
|
@@ -10625,7 +10573,6 @@ Spectrum 2 is what’s next. It’s more than just a design refresh: it’s a se
|
|
|
10625
10573
|
## Token Diff
|
|
10626
10574
|
|
|
10627
10575
|
_Tokens added (17):_
|
|
10628
|
-
|
|
10629
10576
|
- `cinnamon-100`
|
|
10630
10577
|
- `cinnamon-200`
|
|
10631
10578
|
- `cinnamon-300`
|
|
@@ -10652,7 +10599,6 @@ Spectrum 2 is what’s next. It’s more than just a design refresh: it’s a se
|
|
|
10652
10599
|
## Token Diff
|
|
10653
10600
|
|
|
10654
10601
|
_Token values updated (1):_
|
|
10655
|
-
|
|
10656
10602
|
- `notice-background-color-default`: `light`: `notice-color-800` -> `notice-color-600`
|
|
10657
10603
|
|
|
10658
10604
|
## 13.0.0-beta.5
|
|
@@ -10671,7 +10617,6 @@ Spectrum 2 is what’s next. It’s more than just a design refresh: it’s a se
|
|
|
10671
10617
|
## Token Diff
|
|
10672
10618
|
|
|
10673
10619
|
<details><summary><strong>Token values updated (246):</strong></summary>
|
|
10674
|
-
|
|
10675
10620
|
- `accent-background-color-default`
|
|
10676
10621
|
- `accent-background-color-down`
|
|
10677
10622
|
- `accent-background-color-hover`
|
|
@@ -10932,7 +10877,6 @@ Spectrum 2 is what’s next. It’s more than just a design refresh: it’s a se
|
|
|
10932
10877
|
## Token Diff
|
|
10933
10878
|
|
|
10934
10879
|
<details><summary><strong>Tokens added (64):</strong></summary>
|
|
10935
|
-
|
|
10936
10880
|
- `brown-100`
|
|
10937
10881
|
- `brown-1000`
|
|
10938
10882
|
- `brown-1100`
|
|
@@ -11009,7 +10953,6 @@ Spectrum 2 is what’s next. It’s more than just a design refresh: it’s a se
|
|
|
11009
10953
|
## Token Diff
|
|
11010
10954
|
|
|
11011
10955
|
_Token values updated (5):_
|
|
11012
|
-
|
|
11013
10956
|
- `neutral-background-color-default`: changed from a color-set to a single value of a reference of `gray-800`
|
|
11014
10957
|
- `neutral-background-color-down`: changed from a color-set to a single value of a reference of `gray-900`
|
|
11015
10958
|
- `neutral-background-color-hover`: changed from a color-set to a single value of a reference of `gray-900`
|
|
@@ -11029,7 +10972,6 @@ Spectrum 2 is what’s next. It’s more than just a design refresh: it’s a se
|
|
|
11029
10972
|
## Token Diff
|
|
11030
10973
|
|
|
11031
10974
|
_Tokens added (51):_
|
|
11032
|
-
|
|
11033
10975
|
- `checkbox-control-size-extra-large`
|
|
11034
10976
|
- `checkbox-control-size-large`
|
|
11035
10977
|
- `checkbox-control-size-medium`
|
|
@@ -11095,7 +11037,6 @@ Spectrum 2 is what’s next. It’s more than just a design refresh: it’s a se
|
|
|
11095
11037
|
## Token Diff
|
|
11096
11038
|
|
|
11097
11039
|
<details><summary><strong>Tokens added (46):</strong></summary>
|
|
11098
|
-
|
|
11099
11040
|
- `accent-color-1500`
|
|
11100
11041
|
- `accent-color-1600`
|
|
11101
11042
|
- `blue-1500`
|
|
@@ -11146,7 +11087,6 @@ Spectrum 2 is what’s next. It’s more than just a design refresh: it’s a se
|
|
|
11146
11087
|
</details>
|
|
11147
11088
|
|
|
11148
11089
|
<details><summary><strong>Token values updated (408):</strong></summary>
|
|
11149
|
-
|
|
11150
11090
|
- `accent-background-color-default`
|
|
11151
11091
|
- `accent-background-color-down`
|
|
11152
11092
|
- `accent-background-color-hover`
|
|
@@ -11571,7 +11511,6 @@ Spectrum 2 is what’s next. It’s more than just a design refresh: it’s a se
|
|
|
11571
11511
|
## Token Diff
|
|
11572
11512
|
|
|
11573
11513
|
<details><summary><strong>Token values updated (358):</strong></summary>
|
|
11574
|
-
|
|
11575
11514
|
- `accent-background-color-default`
|
|
11576
11515
|
- `accent-background-color-down`
|
|
11577
11516
|
- `accent-background-color-hover`
|
|
@@ -11944,7 +11883,6 @@ Spectrum 2 is what’s next. It’s more than just a design refresh: it’s a se
|
|
|
11944
11883
|
## Token Diff
|
|
11945
11884
|
|
|
11946
11885
|
<details><summary><strong>Tokens values updated (102):</strong></summary>
|
|
11947
|
-
|
|
11948
11886
|
- `accent-background-color-default`
|
|
11949
11887
|
- `accent-background-color-down`
|
|
11950
11888
|
- `accent-background-color-hover`
|
|
@@ -12065,7 +12003,6 @@ Spectrum 2 is what’s next. It’s more than just a design refresh: it’s a se
|
|
|
12065
12003
|
### Token Diff
|
|
12066
12004
|
|
|
12067
12005
|
_Tokens added (6):_
|
|
12068
|
-
|
|
12069
12006
|
- `icon-color-blue-primary-default`
|
|
12070
12007
|
- `icon-color-green-primary-default`
|
|
12071
12008
|
- `icon-color-inverse`
|
|
@@ -12082,7 +12019,6 @@ Spectrum 2 is what’s next. It’s more than just a design refresh: it’s a se
|
|
|
12082
12019
|
## Token Diff
|
|
12083
12020
|
|
|
12084
12021
|
_Tokens update (2):_
|
|
12085
|
-
|
|
12086
12022
|
- `opacity-checkerboard-square-dark`
|
|
12087
12023
|
- `overlay-opacity`
|
|
12088
12024
|
|
|
@@ -12099,11 +12035,9 @@ Spectrum 2 is what’s next. It’s more than just a design refresh: it’s a se
|
|
|
12099
12035
|
### Token diff
|
|
12100
12036
|
|
|
12101
12037
|
_Renamed token:_
|
|
12102
|
-
|
|
12103
12038
|
- `meter-default-width` -> `meter-width`
|
|
12104
12039
|
|
|
12105
12040
|
_Token added for deprecation and rename:_
|
|
12106
|
-
|
|
12107
12041
|
- `meter-default-width`
|
|
12108
12042
|
|
|
12109
12043
|
## 12.17.0
|
|
@@ -12160,7 +12094,6 @@ _Tokens added (1):_
|
|
|
12160
12094
|
## Token Diff
|
|
12161
12095
|
|
|
12162
12096
|
_Tokens added (19):_
|
|
12163
|
-
|
|
12164
12097
|
- `in-field-button-edge-to-disclosure-icon-stacked-extra-large`
|
|
12165
12098
|
- `in-field-button-edge-to-disclosure-icon-stacked-large`
|
|
12166
12099
|
- `in-field-button-edge-to-disclosure-icon-stacked-medium`
|
|
@@ -12196,7 +12129,6 @@ _Tokens added (1):_
|
|
|
12196
12129
|
## Token diff
|
|
12197
12130
|
|
|
12198
12131
|
_Tokens added (88):_
|
|
12199
|
-
|
|
12200
12132
|
- `table-border-divider-width`
|
|
12201
12133
|
- `table-checkbox-to-text`
|
|
12202
12134
|
- `table-column-header-row-bottom-to-text-extra-large`
|
|
@@ -12295,7 +12227,6 @@ _Tokens added (1):_
|
|
|
12295
12227
|
## Token Diff
|
|
12296
12228
|
|
|
12297
12229
|
_Tokens updated (51):_
|
|
12298
|
-
|
|
12299
12230
|
- `accent-content-color-selected`
|
|
12300
12231
|
- `neutral-subdued-content-color-selected`
|
|
12301
12232
|
- `tab-item-bottom-to-text-compact-extra-large`
|
|
@@ -12357,7 +12288,6 @@ _Tokens added (1):_
|
|
|
12357
12288
|
## Token diff
|
|
12358
12289
|
|
|
12359
12290
|
_Tokens added (51):_
|
|
12360
|
-
|
|
12361
12291
|
- `accent-content-color-selected`
|
|
12362
12292
|
- `neutral-subdued-content-color-selected`
|
|
12363
12293
|
- `tab-item-bottom-to-text-compact-extra-large`
|
|
@@ -12419,11 +12349,9 @@ _Tokens added (1):_
|
|
|
12419
12349
|
## Token Diff
|
|
12420
12350
|
|
|
12421
12351
|
_Token added (1):_
|
|
12422
|
-
|
|
12423
12352
|
- `picker-end-edge-to-disclosure-icon-quiet`
|
|
12424
12353
|
|
|
12425
12354
|
_Newly deprecated token (1):_
|
|
12426
|
-
|
|
12427
12355
|
- `picker-end-edge-to-disclousure-icon-quiet`
|
|
12428
12356
|
|
|
12429
12357
|
## 12.10.0
|
|
@@ -12447,7 +12375,6 @@ _Tokens added (1):_
|
|
|
12447
12375
|
## Token Diff
|
|
12448
12376
|
|
|
12449
12377
|
The following tokens have update `component` metadata property (all have been set to `coach-mark`):
|
|
12450
|
-
|
|
12451
12378
|
- `coach-mark-minimum-width`
|
|
12452
12379
|
- `coach-mark-edge-to-content`
|
|
12453
12380
|
- `coach-mark-pagination-text-to-bottom-edge`
|
|
@@ -12467,11 +12394,9 @@ _Tokens added (1):_
|
|
|
12467
12394
|
## Token Diff
|
|
12468
12395
|
|
|
12469
12396
|
_Token added (1):_
|
|
12470
|
-
|
|
12471
12397
|
- `floating-action-button-drop-shadow-color`
|
|
12472
12398
|
|
|
12473
12399
|
_Newly deprecated token (1):_
|
|
12474
|
-
|
|
12475
12400
|
- `floating-action-button-shadow-color` (use `floating-action-button-drop-shadow-color` instead)
|
|
12476
12401
|
|
|
12477
12402
|
## 12.8.0
|
|
@@ -12483,7 +12408,6 @@ _Tokens added (1):_
|
|
|
12483
12408
|
## Token Diff
|
|
12484
12409
|
|
|
12485
12410
|
_Token values updated (2):_
|
|
12486
|
-
|
|
12487
12411
|
- `color-handle-inner-border-opacity` (to remove express specific values)
|
|
12488
12412
|
- `color-handle-outer-border-opacity` (to remove express specific values)
|
|
12489
12413
|
|