@adobe/spectrum-tokens 14.13.2 → 14.14.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 +133 -0
- package/package.json +1 -2
- package/src/layout.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,30 @@
|
|
|
1
1
|
# [**@adobe/spectrum-tokens**](https://github.com/adobe/spectrum-design-data)
|
|
2
2
|
|
|
3
|
+
## 14.14.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#1203](https://github.com/adobe/spectrum-design-data/pull/1203) [`0297e7e`](https://github.com/adobe/spectrum-design-data/commit/0297e7ee77e102a3756302f83ab9236cd142ee58) Thanks [@GarthDB](https://github.com/GarthDB)! - Phase D: taxonomy field serializer + size decomposition pilot.
|
|
8
|
+
- **sdk/core/src/naming.rs**: Generalize `extract_legacy_key` to walk the
|
|
9
|
+
field catalog in `serialization.position` order, expanding registry ids to
|
|
10
|
+
their `tokenName` long-forms (e.g. `size:"xl"` → `"extra-large"`). Excludes
|
|
11
|
+
mode-set, color-domain, and legacy metadata annotation fields. Output is
|
|
12
|
+
byte-identical for all current tokens (all gates pass).
|
|
13
|
+
- **sdk/core/src/registry.rs**: Add `token_name(field, id) -> Option<&str>`
|
|
14
|
+
to `RegistryData`, backed by the embedded registry JSON.
|
|
15
|
+
- **sdk/scripts/generate-registry-data.js** + **registry_data.rs**: Generate
|
|
16
|
+
`build_token_name_map()` alongside the existing `build_registry_map()`.
|
|
17
|
+
- **packages/design-data/tokens/layout-component.tokens.json**,
|
|
18
|
+
**layout.tokens.json**: 68 layout tokens decomposed — `size` extracted from
|
|
19
|
+
`property` into the structured field (HIGH-confidence, all roundtrip-verified).
|
|
20
|
+
- **tools/token-mapping-analyzer/test/apply.test.js**: Verify roundtrip
|
|
21
|
+
invariant on already-migrated tokens.
|
|
22
|
+
|
|
23
|
+
- [#1205](https://github.com/adobe/spectrum-design-data/pull/1205) [`b57ae32`](https://github.com/adobe/spectrum-design-data/commit/b57ae328a91c68f25bbf51fffecb6c5f3bed3e8f) Thanks [@GarthDB](https://github.com/GarthDB)! - Phase D: decompose density field in 2 layout-component tokens (ye1.2).
|
|
24
|
+
- **packages/design-data/tokens/layout-component.tokens.json**: decomposed 2 tokens —
|
|
25
|
+
`height-compact` → `height` + `density: compact` and `spacing-spacious` → `spacing` +
|
|
26
|
+
`density: spacious`; Rust roundtrip verified clean.
|
|
27
|
+
|
|
3
28
|
## 14.13.2
|
|
4
29
|
|
|
5
30
|
### Patch Changes
|
|
@@ -27,6 +52,8 @@
|
|
|
27
52
|
### Updated (4)
|
|
28
53
|
|
|
29
54
|
<details open><summary><strong>Updated Properties (4)</strong></summary>
|
|
55
|
+
|
|
56
|
+
<!-- -->
|
|
30
57
|
- `accessory-gap-extra-small`
|
|
31
58
|
- `value`: `4px` -> `3px`
|
|
32
59
|
- `accessory-gap-small`
|
|
@@ -69,6 +96,8 @@
|
|
|
69
96
|
**New Branch:** `f84bce21`
|
|
70
97
|
|
|
71
98
|
<details open><summary><strong>Added (9)</strong></summary>
|
|
99
|
+
|
|
100
|
+
<!-- -->
|
|
72
101
|
- `group-gap-extra-large-spacious`
|
|
73
102
|
- `group-gap-extra-small-spacious`
|
|
74
103
|
- `group-gap-large-spacious`
|
|
@@ -83,6 +112,8 @@
|
|
|
83
112
|
### Updated (15)
|
|
84
113
|
|
|
85
114
|
<details open><summary><strong>Added Properties (5)</strong></summary>
|
|
115
|
+
|
|
116
|
+
<!-- -->
|
|
86
117
|
- `base-padding-horizontal-2x-large`
|
|
87
118
|
- `desktop.schema`: `dimension.json`
|
|
88
119
|
- `desktop.value`: `18px`
|
|
@@ -114,6 +145,8 @@
|
|
|
114
145
|
- `base-padding-horizontal-small` - `desktop.schema`: `dimension.json` - `desktop.value`: `10px` - `desktop.uuid`: `ba072414-2cdd-4773-86a5-11ca47c08e23` - `mobile.schema`: `dimension.json` - `mobile.value`: `8px` - `mobile.uuid`: `6b43633d-8f29-4c24-b26e-687d6f161bce`
|
|
115
146
|
</details>
|
|
116
147
|
<details open><summary><strong>Deleted Properties (5)</strong></summary>
|
|
148
|
+
|
|
149
|
+
<!-- -->
|
|
117
150
|
- `base-padding-horizontal-2x-large`
|
|
118
151
|
- `value`: -> `14px`
|
|
119
152
|
- `base-padding-horizontal-extra-large`
|
|
@@ -244,9 +277,13 @@
|
|
|
244
277
|
**New Branch:** `tokens-sync/patch-spectrum2-from-main`
|
|
245
278
|
|
|
246
279
|
<details open><summary><strong>Newly "Un-deprecated" (1)</strong></summary>
|
|
280
|
+
|
|
281
|
+
<!-- -->
|
|
247
282
|
- `stack-item-item-to-item`
|
|
248
283
|
</details>
|
|
249
284
|
<details open><summary><strong>Added (5)</strong></summary>
|
|
285
|
+
|
|
286
|
+
<!-- -->
|
|
250
287
|
- `stack-item-selected-background-opacity-highlight`
|
|
251
288
|
- `stack-item-selected-background-opacity-highlight-hover`
|
|
252
289
|
- `vertical-align-items`
|
|
@@ -257,6 +294,8 @@
|
|
|
257
294
|
### Updated (2)
|
|
258
295
|
|
|
259
296
|
<details open><summary><strong>Updated Properties (2)</strong></summary>
|
|
297
|
+
|
|
298
|
+
<!-- -->
|
|
260
299
|
- `stack-item-item-to-item`
|
|
261
300
|
- `value`: `-1px` -> `0px`
|
|
262
301
|
- `stack-item-selected-background-color-down` - `value`: `{gray-200}` -> `{gray-300}`
|
|
@@ -295,6 +334,8 @@
|
|
|
295
334
|
**New Branch:** `tokens-sync/patch-spectrum2-from-main`
|
|
296
335
|
|
|
297
336
|
<details><summary><strong>Newly Deprecated (66)</strong></summary>
|
|
337
|
+
|
|
338
|
+
<!-- -->
|
|
298
339
|
- `corner-triangle-icon-size-100`
|
|
299
340
|
- `corner-triangle-icon-size-200`
|
|
300
341
|
- `corner-triangle-icon-size-300`
|
|
@@ -411,6 +452,8 @@
|
|
|
411
452
|
## Tokens Changed (671)
|
|
412
453
|
|
|
413
454
|
<details><summary><strong>Newly Deprecated (540)</strong></summary>
|
|
455
|
+
|
|
456
|
+
<!-- -->
|
|
414
457
|
- `text-to-visual-50`
|
|
415
458
|
- `text-to-visual-75`
|
|
416
459
|
- `text-to-visual-100`
|
|
@@ -953,6 +996,8 @@
|
|
|
953
996
|
- `side-navigation-trailing-accessory-area-to-edge`
|
|
954
997
|
</details>
|
|
955
998
|
<details><summary><strong>Added (117)</strong></summary>
|
|
999
|
+
|
|
1000
|
+
<!-- -->
|
|
956
1001
|
- `spacing-25`
|
|
957
1002
|
- `spacing-85`
|
|
958
1003
|
- `spacing-350`
|
|
@@ -1075,6 +1120,8 @@
|
|
|
1075
1120
|
### Updated (14)
|
|
1076
1121
|
|
|
1077
1122
|
<details><summary><strong>Added Properties (6)</strong></summary>
|
|
1123
|
+
|
|
1124
|
+
<!-- -->
|
|
1078
1125
|
- `help-text-top-to-workflow-icon-small`
|
|
1079
1126
|
- `value`: `{component-top-to-workflow-icon-75}`
|
|
1080
1127
|
- `deprecated_comment`: `Replaced with component-top-to-workflow-icon-75`
|
|
@@ -1104,6 +1151,8 @@
|
|
|
1104
1151
|
|
|
1105
1152
|
</details>
|
|
1106
1153
|
<details><summary><strong>Deleted Properties (4)</strong></summary>
|
|
1154
|
+
|
|
1155
|
+
<!-- -->
|
|
1107
1156
|
- `help-text-top-to-workflow-icon-small`
|
|
1108
1157
|
- `desktop.schema`: -> `alias.json`
|
|
1109
1158
|
- `desktop.value`: -> `{component-top-to-workflow-icon-75}`
|
|
@@ -1151,6 +1200,8 @@
|
|
|
1151
1200
|
|
|
1152
1201
|
</details>
|
|
1153
1202
|
<details><summary><strong>Updated Properties (4)</strong></summary>
|
|
1203
|
+
|
|
1204
|
+
<!-- -->
|
|
1154
1205
|
- `help-text-top-to-workflow-icon-small`
|
|
1155
1206
|
- `schema`: `scale-set.json` -> `alias.json`
|
|
1156
1207
|
- `help-text-top-to-workflow-icon-medium`
|
|
@@ -1326,12 +1377,16 @@
|
|
|
1326
1377
|
**New Branch:** `tokens-sync/patch-spectrum2-from-main`
|
|
1327
1378
|
|
|
1328
1379
|
<details><summary><strong>Newly Deprecated (3)</strong></summary>
|
|
1380
|
+
|
|
1381
|
+
<!-- -->
|
|
1329
1382
|
- `side-navigation-maximum-width`
|
|
1330
1383
|
- `side-navigation-with-icon-second-level-edge-to-text`
|
|
1331
1384
|
- `side-navigation-with-icon-third-level-edge-to-text`
|
|
1332
1385
|
|
|
1333
1386
|
</details>
|
|
1334
1387
|
<details><summary><strong>Added (12)</strong></summary>
|
|
1388
|
+
|
|
1389
|
+
<!-- -->
|
|
1335
1390
|
- `side-navigation-counter-to-disclosure`
|
|
1336
1391
|
- `side-navigation-edge-to-indicator`
|
|
1337
1392
|
- `side-navigation-indicator-to-content`
|
|
@@ -1350,6 +1405,8 @@
|
|
|
1350
1405
|
### Updated (5)
|
|
1351
1406
|
|
|
1352
1407
|
<details><summary><strong>Updated Properties (5)</strong></summary>
|
|
1408
|
+
|
|
1409
|
+
<!-- -->
|
|
1353
1410
|
- `side-navigation-minimum-width`
|
|
1354
1411
|
- `desktop.value`: `160px` -> `144px`
|
|
1355
1412
|
- `mobile.value`: `200px` -> `180px`
|
|
@@ -1402,6 +1459,8 @@
|
|
|
1402
1459
|
**New Branch:** tokens-sync/patch-spectrum2-from-main
|
|
1403
1460
|
|
|
1404
1461
|
<details><summary><strong>Added (43)</strong></summary>
|
|
1462
|
+
|
|
1463
|
+
<!-- -->
|
|
1405
1464
|
- `gradient-stop-1-avatar`
|
|
1406
1465
|
- `gradient-stop-2-avatar`
|
|
1407
1466
|
- `gradient-stop-3-avatar`
|
|
@@ -1463,6 +1522,8 @@
|
|
|
1463
1522
|
**Tokens Changed (33)**
|
|
1464
1523
|
|
|
1465
1524
|
<details><summary><strong>Added (33)</strong></summary>
|
|
1525
|
+
|
|
1526
|
+
<!-- -->
|
|
1466
1527
|
- `gradient-stop-1-avatar`
|
|
1467
1528
|
- `gradient-stop-2-avatar`
|
|
1468
1529
|
- `gradient-stop-3-avatar`
|
|
@@ -1525,6 +1586,8 @@
|
|
|
1525
1586
|
**New Branch:** `tokens-sync/patch-spectrum2-from-main`
|
|
1526
1587
|
|
|
1527
1588
|
<details><summary><strong>Added (1)</strong></summary>
|
|
1589
|
+
|
|
1590
|
+
<!-- -->
|
|
1528
1591
|
- `select-box-horizontal-minimum-width`
|
|
1529
1592
|
|
|
1530
1593
|
</details>
|
|
@@ -1532,14 +1595,20 @@
|
|
|
1532
1595
|
### Updated (3)
|
|
1533
1596
|
|
|
1534
1597
|
<details><summary><strong>Added Properties (1)</strong></summary>
|
|
1598
|
+
|
|
1599
|
+
<!-- -->
|
|
1535
1600
|
- `select-box-edge-to-checkbox` - `value`: `8px` - `uuid`: `70a20970-ebd9-48a7-8324-44d352f79978`
|
|
1536
1601
|
|
|
1537
1602
|
</details>
|
|
1538
1603
|
<details><summary><strong>Deleted Properties (1)</strong></summary>
|
|
1604
|
+
|
|
1605
|
+
<!-- -->
|
|
1539
1606
|
- `select-box-edge-to-checkbox` - `desktop.schema`: -> `dimension.json` - `desktop.value`: -> `12px` - `desktop.uuid`: -> `70a20970-ebd9-48a7-8324-44d352f79978` - `mobile.schema`: -> `dimension.json` - `mobile.value`: -> `15px` - `mobile.uuid`: -> `f028974a-20d1-4e03-af77-921b1dfc2469`
|
|
1540
1607
|
|
|
1541
1608
|
</details>
|
|
1542
1609
|
<details><summary><strong>Updated Properties (1)</strong></summary>
|
|
1610
|
+
|
|
1611
|
+
<!-- -->
|
|
1543
1612
|
- `select-box-edge-to-checkbox` - `schema`: `scale-set.json` -> `dimension.json`
|
|
1544
1613
|
|
|
1545
1614
|
</details>
|
|
@@ -1559,12 +1628,16 @@
|
|
|
1559
1628
|
Updated (4)
|
|
1560
1629
|
|
|
1561
1630
|
<details><summary>Added Properties (1)</summary>
|
|
1631
|
+
|
|
1632
|
+
<!-- -->
|
|
1562
1633
|
- `accordion-top-to-text-compact-medium`
|
|
1563
1634
|
value: 5px
|
|
1564
1635
|
uuid: [`484c960`](https://github.com/adobe/spectrum-design-data/commit/484c9603)-07f1-4ba6-b1bf-7cfaec5d1594
|
|
1565
1636
|
|
|
1566
1637
|
</details>
|
|
1567
1638
|
<details><summary>Deleted Properties (1)</summary>
|
|
1639
|
+
|
|
1640
|
+
<!-- -->
|
|
1568
1641
|
- `accordion-top-to-text-compact-medium`
|
|
1569
1642
|
desktop.schema: dimension.json
|
|
1570
1643
|
desktop.value: 8px
|
|
@@ -1575,6 +1648,8 @@
|
|
|
1575
1648
|
|
|
1576
1649
|
</details>
|
|
1577
1650
|
<details><summary>Updated Properties (2)</summary>
|
|
1651
|
+
|
|
1652
|
+
<!-- -->
|
|
1578
1653
|
- `accordion-top-to-text-compact-medium`
|
|
1579
1654
|
schema: scale-set.json -> dimension.json
|
|
1580
1655
|
- `accordion-top-to-text-spacious-medium`
|
|
@@ -1590,11 +1665,15 @@
|
|
|
1590
1665
|
- [#525](https://github.com/adobe/spectrum-design-data/pull/525) [`db6d0ed`](https://github.com/adobe/spectrum-design-data/commit/db6d0ed669e013e6f3ff52aea89fc7a5e798149a) Thanks [@mrcjhicks](https://github.com/mrcjhicks)! - composite tokens
|
|
1591
1666
|
|
|
1592
1667
|
<details><summary>Newly Deprecated (2)</summary>
|
|
1668
|
+
|
|
1669
|
+
<!-- -->
|
|
1593
1670
|
- `card-minimum-width`: This token has been deprecated, use card-minimum-width-default instead.
|
|
1594
1671
|
- `tree-view-item-to-item`: This token has been deprecated, use tree-view-item-to-item-default instead.
|
|
1595
1672
|
|
|
1596
1673
|
</details>
|
|
1597
1674
|
<details><summary>Added (22)</summary>
|
|
1675
|
+
|
|
1676
|
+
<!-- -->
|
|
1598
1677
|
- `component-xs-regular`
|
|
1599
1678
|
- `component-xs-medium`
|
|
1600
1679
|
- `component-xs-bold`
|
|
@@ -1621,6 +1700,8 @@
|
|
|
1621
1700
|
</details>
|
|
1622
1701
|
|
|
1623
1702
|
<details><summary>Updated Properties (3)</summary>
|
|
1703
|
+
|
|
1704
|
+
<!-- -->
|
|
1624
1705
|
- `sans-serif-font-family`
|
|
1625
1706
|
value: Adobe Clean -> Adobe Clean Spectrum VF
|
|
1626
1707
|
- `card-minimum-width`
|
|
@@ -1648,6 +1729,8 @@
|
|
|
1648
1729
|
Updated (2)
|
|
1649
1730
|
|
|
1650
1731
|
<details><summary>Updated Properties (2)</summary>
|
|
1732
|
+
|
|
1733
|
+
<!-- -->
|
|
1651
1734
|
- `accordion-focus-indicator-gap`
|
|
1652
1735
|
- value: `0px` -> `2px`
|
|
1653
1736
|
- `accordion-top-to-text-medium`
|
|
@@ -1669,6 +1752,8 @@
|
|
|
1669
1752
|
## Token Diff
|
|
1670
1753
|
|
|
1671
1754
|
<details><summary>Newly Deprecated (8)</summary>
|
|
1755
|
+
|
|
1756
|
+
<!-- -->
|
|
1672
1757
|
- `accordion-top-to-text-regular-small`
|
|
1673
1758
|
- `accordion-top-to-text-regular-medium`
|
|
1674
1759
|
- `accordion-top-to-text-regular-large`
|
|
@@ -1681,6 +1766,8 @@
|
|
|
1681
1766
|
</details>
|
|
1682
1767
|
|
|
1683
1768
|
<details><summary>Added (20)</summary>
|
|
1769
|
+
|
|
1770
|
+
<!-- -->
|
|
1684
1771
|
- `field-top-to-disclosure-icon-compact-small`
|
|
1685
1772
|
- `field-top-to-disclosure-icon-small`
|
|
1686
1773
|
- `field-top-to-disclosure-icon-spacious-small`
|
|
@@ -1705,6 +1792,8 @@
|
|
|
1705
1792
|
</details>
|
|
1706
1793
|
|
|
1707
1794
|
<details><summary>Added Properties (3)</summary>
|
|
1795
|
+
|
|
1796
|
+
<!-- -->
|
|
1708
1797
|
- `accordion-top-to-text-compact-small`
|
|
1709
1798
|
- `desktop.schema`: dimension.json
|
|
1710
1799
|
- `desktop.value`: 3px
|
|
@@ -1737,6 +1826,8 @@
|
|
|
1737
1826
|
## Token Diff
|
|
1738
1827
|
|
|
1739
1828
|
<details><summary>Added (28)</summary>
|
|
1829
|
+
|
|
1830
|
+
<!-- -->
|
|
1740
1831
|
- `visual-to-control-100`
|
|
1741
1832
|
- `label-to-description-0`
|
|
1742
1833
|
- `list-view-minimum-height`
|
|
@@ -1783,6 +1874,8 @@
|
|
|
1783
1874
|
## Token Diff
|
|
1784
1875
|
|
|
1785
1876
|
<details><summary>Added (22)</summary>
|
|
1877
|
+
|
|
1878
|
+
<!-- -->
|
|
1786
1879
|
- `link-out-icon-size-300`
|
|
1787
1880
|
- `link-out-icon-size-400`
|
|
1788
1881
|
- `add-icon-size-50`
|
|
@@ -1821,6 +1914,8 @@
|
|
|
1821
1914
|
## Token Diff
|
|
1822
1915
|
|
|
1823
1916
|
<details><summary>Added (19)<br /></summary>
|
|
1917
|
+
|
|
1918
|
+
<!-- -->
|
|
1824
1919
|
- `accordion-edge-to-content-area-small`
|
|
1825
1920
|
- `accordion-edge-to-content-area-medium`
|
|
1826
1921
|
- `accordion-edge-to-content-area-large`
|
|
@@ -1856,6 +1951,8 @@
|
|
|
1856
1951
|
## Token Diff
|
|
1857
1952
|
|
|
1858
1953
|
<details><summary>Added (3)</summary>
|
|
1954
|
+
|
|
1955
|
+
<!-- -->
|
|
1859
1956
|
- `card-horizontal-edge-to-content-compact`
|
|
1860
1957
|
- `card-horizontal-edge-to-content-default`
|
|
1861
1958
|
- `card-horizontal-edge-to-content-spacious`
|
|
@@ -1876,11 +1973,15 @@
|
|
|
1876
1973
|
|
|
1877
1974
|
<details>
|
|
1878
1975
|
<summary>Newly Deprecated (1)</summary>
|
|
1976
|
+
|
|
1977
|
+
<!-- -->
|
|
1879
1978
|
- `drop-zone-content-maximum-width`
|
|
1880
1979
|
|
|
1881
1980
|
</details>
|
|
1882
1981
|
<details>
|
|
1883
1982
|
<summary>Added (18)</summary>
|
|
1983
|
+
|
|
1984
|
+
<!-- -->
|
|
1884
1985
|
- `line-height-font-size-25`
|
|
1885
1986
|
- `line-height-font-size-50`
|
|
1886
1987
|
- `line-height-font-size-75`
|
|
@@ -1915,6 +2016,8 @@
|
|
|
1915
2016
|
## Token Diff
|
|
1916
2017
|
|
|
1917
2018
|
<details><summary>Added (18)</summary>
|
|
2019
|
+
|
|
2020
|
+
<!-- -->
|
|
1918
2021
|
- `steplist-step-default-width-small`
|
|
1919
2022
|
- `steplist-step-default-width-medium`
|
|
1920
2023
|
- `steplist-step-default-width-large`
|
|
@@ -1945,6 +2048,8 @@
|
|
|
1945
2048
|
## Token Diff
|
|
1946
2049
|
|
|
1947
2050
|
<details><summary>Added (1)</summary>
|
|
2051
|
+
|
|
2052
|
+
<!-- -->
|
|
1948
2053
|
- `segmented-control-item-maximum-width`
|
|
1949
2054
|
|
|
1950
2055
|
</details>
|
|
@@ -1968,6 +2073,8 @@
|
|
|
1968
2073
|
Updated (174)
|
|
1969
2074
|
|
|
1970
2075
|
<details><summary>Added Properties (82)</summary>
|
|
2076
|
+
|
|
2077
|
+
<!-- -->
|
|
1971
2078
|
- `informative-subtle-background-color-default`
|
|
1972
2079
|
- `wireframe.schema`: `alias.json`
|
|
1973
2080
|
- `wireframe.value`: `informative-color-200`
|
|
@@ -2299,6 +2406,8 @@
|
|
|
2299
2406
|
|
|
2300
2407
|
</details>
|
|
2301
2408
|
<details><summary>Updated Properties (92)</summary>
|
|
2409
|
+
|
|
2410
|
+
<!-- -->
|
|
2302
2411
|
- `icon-color-blue-primary-default`
|
|
2303
2412
|
- `wireframe.uuid`: `20880dfd-57dc-486d-b0dd-c44002f340e3` -> `a306b28e-f698-427d-a576-439b2ab378fc`
|
|
2304
2413
|
- `icon-color-red-primary-default`
|
|
@@ -2545,6 +2654,8 @@
|
|
|
2545
2654
|
***
|
|
2546
2655
|
|
|
2547
2656
|
<details><summary>Added (61)</summary>
|
|
2657
|
+
|
|
2658
|
+
<!-- -->
|
|
2548
2659
|
- `card-edge-to-content-compact-extra-small`
|
|
2549
2660
|
- `card-edge-to-content-default-extra-small`
|
|
2550
2661
|
- `card-edge-to-content-spacious-extra-small`
|
|
@@ -2612,6 +2723,8 @@
|
|
|
2612
2723
|
#### Updated (3)
|
|
2613
2724
|
|
|
2614
2725
|
<details><summary>Added Properties (1)</summary>
|
|
2726
|
+
|
|
2727
|
+
<!-- -->
|
|
2615
2728
|
- `card-selection-background-color`
|
|
2616
2729
|
- `light.schema`: `alias.json`
|
|
2617
2730
|
- `light.value`: `transparent-white-600`
|
|
@@ -2622,12 +2735,16 @@
|
|
|
2622
2735
|
|
|
2623
2736
|
</details>
|
|
2624
2737
|
<details><summary>Deleted Properties (1)</summary>
|
|
2738
|
+
|
|
2739
|
+
<!-- -->
|
|
2625
2740
|
- `card-selection-background-color`
|
|
2626
2741
|
- `value`: `gray-100`
|
|
2627
2742
|
- `uuid`: `622c6e86-dea6-416d-9f13-bb6ef112d3cb`
|
|
2628
2743
|
|
|
2629
2744
|
</details>
|
|
2630
2745
|
<details><summary>Updated Properties (1)</summary>
|
|
2746
|
+
|
|
2747
|
+
<!-- -->
|
|
2631
2748
|
- `card-selection-background-color`
|
|
2632
2749
|
- `schema`: `alias.json` -> `color-set.json`
|
|
2633
2750
|
|
|
@@ -10084,6 +10201,8 @@ Updated (1592)
|
|
|
10084
10201
|
Updated S2 Table tokens
|
|
10085
10202
|
|
|
10086
10203
|
<details><summary>Tokens added (42):</summary>
|
|
10204
|
+
|
|
10205
|
+
<!-- -->
|
|
10087
10206
|
- `illustrated-message-maximum-width`
|
|
10088
10207
|
- `side-focus-indicator`
|
|
10089
10208
|
- `table-row-bottom-to-text-extra-large`
|
|
@@ -10130,6 +10249,8 @@ Updated (1592)
|
|
|
10130
10249
|
</details>
|
|
10131
10250
|
|
|
10132
10251
|
<details><summary>Tokens updated (101):</summary>
|
|
10252
|
+
|
|
10253
|
+
<!-- -->
|
|
10133
10254
|
- `informative-subtle-background-color-default`
|
|
10134
10255
|
- light: `blue-200` -> `informative-color-200`
|
|
10135
10256
|
- dark: `blue-200` -> `informative-color-300`
|
|
@@ -12204,6 +12325,8 @@ Updated (1592)
|
|
|
12204
12325
|
## Token Diff
|
|
12205
12326
|
|
|
12206
12327
|
<details><summary><strong>Token values updated (246):</strong></summary>
|
|
12328
|
+
|
|
12329
|
+
<!-- -->
|
|
12207
12330
|
- `accent-background-color-default`
|
|
12208
12331
|
- `accent-background-color-down`
|
|
12209
12332
|
- `accent-background-color-hover`
|
|
@@ -12464,6 +12587,8 @@ Updated (1592)
|
|
|
12464
12587
|
## Token Diff
|
|
12465
12588
|
|
|
12466
12589
|
<details><summary><strong>Tokens added (64):</strong></summary>
|
|
12590
|
+
|
|
12591
|
+
<!-- -->
|
|
12467
12592
|
- `brown-100`
|
|
12468
12593
|
- `brown-1000`
|
|
12469
12594
|
- `brown-1100`
|
|
@@ -12624,6 +12749,8 @@ Updated (1592)
|
|
|
12624
12749
|
## Token Diff
|
|
12625
12750
|
|
|
12626
12751
|
<details><summary><strong>Tokens added (46):</strong></summary>
|
|
12752
|
+
|
|
12753
|
+
<!-- -->
|
|
12627
12754
|
- `accent-color-1500`
|
|
12628
12755
|
- `accent-color-1600`
|
|
12629
12756
|
- `blue-1500`
|
|
@@ -12674,6 +12801,8 @@ Updated (1592)
|
|
|
12674
12801
|
</details>
|
|
12675
12802
|
|
|
12676
12803
|
<details><summary><strong>Token values updated (408):</strong></summary>
|
|
12804
|
+
|
|
12805
|
+
<!-- -->
|
|
12677
12806
|
- `accent-background-color-default`
|
|
12678
12807
|
- `accent-background-color-down`
|
|
12679
12808
|
- `accent-background-color-hover`
|
|
@@ -13098,6 +13227,8 @@ Updated (1592)
|
|
|
13098
13227
|
## Token Diff
|
|
13099
13228
|
|
|
13100
13229
|
<details><summary><strong>Token values updated (358):</strong></summary>
|
|
13230
|
+
|
|
13231
|
+
<!-- -->
|
|
13101
13232
|
- `accent-background-color-default`
|
|
13102
13233
|
- `accent-background-color-down`
|
|
13103
13234
|
- `accent-background-color-hover`
|
|
@@ -13470,6 +13601,8 @@ Updated (1592)
|
|
|
13470
13601
|
## Token Diff
|
|
13471
13602
|
|
|
13472
13603
|
<details><summary><strong>Tokens values updated (102):</strong></summary>
|
|
13604
|
+
|
|
13605
|
+
<!-- -->
|
|
13473
13606
|
- `accent-background-color-default`
|
|
13474
13607
|
- `accent-background-color-down`
|
|
13475
13608
|
- `accent-background-color-hover`
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adobe/spectrum-tokens",
|
|
3
|
-
"version": "14.
|
|
3
|
+
"version": "14.14.0",
|
|
4
4
|
"description": "Design tokens for Spectrum, Adobe's design system",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "index.js",
|
|
@@ -30,7 +30,6 @@
|
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"ajv": "^8.17.1",
|
|
32
32
|
"ajv-formats": "^3.0.1",
|
|
33
|
-
"deep-object-diff": "^1.1.9",
|
|
34
33
|
"find-duplicated-property-keys": "^1.2.9",
|
|
35
34
|
"style-dictionary": "^3.9.2",
|
|
36
35
|
"style-dictionary-sets": "^2.3.0",
|
package/src/layout.json
CHANGED
|
@@ -50,8 +50,8 @@
|
|
|
50
50
|
"accessory-gap-extra-small": {
|
|
51
51
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/dimension.json",
|
|
52
52
|
"value": "3px",
|
|
53
|
-
"
|
|
54
|
-
"
|
|
53
|
+
"uuid": "c4071c28-33df-4461-a05c-2a1b1c295d5e",
|
|
54
|
+
"description": "Spacing between child elements for accessory elements at extra-small size"
|
|
55
55
|
},
|
|
56
56
|
"accessory-gap-large": {
|
|
57
57
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/dimension.json",
|
|
@@ -68,8 +68,8 @@
|
|
|
68
68
|
"accessory-gap-small": {
|
|
69
69
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/dimension.json",
|
|
70
70
|
"value": "4px",
|
|
71
|
-
"
|
|
72
|
-
"
|
|
71
|
+
"uuid": "843d1518-7aa6-4d60-968e-b71ebbfcd88e",
|
|
72
|
+
"description": "Spacing between child elements for accessory elements at small size"
|
|
73
73
|
},
|
|
74
74
|
"accessory-item-padding-2x-small": {
|
|
75
75
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/dimension.json",
|
|
@@ -350,8 +350,8 @@
|
|
|
350
350
|
"base-padding-vertical-extra-small": {
|
|
351
351
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/dimension.json",
|
|
352
352
|
"value": "3px",
|
|
353
|
-
"
|
|
354
|
-
"
|
|
353
|
+
"uuid": "e4437bc9-3acf-4bb5-9dab-39157a0d5e47",
|
|
354
|
+
"description": "Vertical internal spacing for base UI elements at extra-small size"
|
|
355
355
|
},
|
|
356
356
|
"base-padding-vertical-large": {
|
|
357
357
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/dimension.json",
|
|
@@ -368,8 +368,8 @@
|
|
|
368
368
|
"base-padding-vertical-small": {
|
|
369
369
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/dimension.json",
|
|
370
370
|
"value": "4px",
|
|
371
|
-
"
|
|
372
|
-
"
|
|
371
|
+
"uuid": "80b4ea6a-2f97-4d23-9256-61e30ed07f4d",
|
|
372
|
+
"description": "Vertical internal spacing for base UI elements at small size"
|
|
373
373
|
},
|
|
374
374
|
"border-width-100": {
|
|
375
375
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/dimension.json",
|
|
@@ -4067,4 +4067,4 @@
|
|
|
4067
4067
|
}
|
|
4068
4068
|
}
|
|
4069
4069
|
}
|
|
4070
|
-
}
|
|
4070
|
+
}
|