@adobe/spectrum-tokens 14.10.0 → 14.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 CHANGED
@@ -1,5 +1,30 @@
1
1
  # [**@adobe/spectrum-tokens**](https://github.com/adobe/spectrum-design-data)
2
2
 
3
+ ## 14.11.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#972](https://github.com/adobe/spectrum-design-data/pull/972) [`e9974fb`](https://github.com/adobe/spectrum-design-data/commit/e9974fb7360e849e928b31518b073996b49ecd6b) Thanks [@GarthDB](https://github.com/GarthDB)! - Move token `name` objects out of @adobe/spectrum-tokens into a new private
8
+ @adobe/token-names sidecar package.
9
+ - **@adobe/spectrum-tokens**: 497 inline `name` objects removed from
10
+ color-palette.json, icons.json, typography.json. Token data otherwise identical.
11
+ - **@adobe/token-names** (private, new): sidecar package mirroring tokens/src
12
+ layout; depends on @adobe/spectrum-tokens via workspace:\*.
13
+ - **sdk/core**: `TokenGraph::from_json_dir_with_names` merges sidecar names at
14
+ ingest; existing rules unchanged. CLI gains `--names-dir` flag.
15
+ - **token-corpus-migrate**: writes nameMap to sidecar dir, not inline to tokens.
16
+
17
+ - [#969](https://github.com/adobe/spectrum-design-data/pull/969) [`ba06968`](https://github.com/adobe/spectrum-design-data/commit/ba06968226adb268600e0ed1befc9d381e7986b6) Thanks [@GarthDB](https://github.com/GarthDB)! - Typography stragglers: structured `name` on text-align and letter-spacing tokens.
18
+ - **typography.json**: 4 tokens classified — 3 `text-align-*` and 1 bare
19
+ `letter-spacing` (taxonomy metadata in `@adobe/token-names` sidecar, not inline).
20
+ - **design-system-registry**: add `text-align` to `property-terms.json`;
21
+ new `alignments.json` registry (start/center/end); regenerate `registry_data.rs`.
22
+ - **design-data-spec**: new `alignment` spec field; `taxonomy.md` updated.
23
+ - **token-corpus-migrate**: add `alignmentNameForKey`, `letterSpacingNameForKey`,
24
+ `lineHeightMultiplierNameForKey` (exported for future use); extend dispatch.
25
+ - Line-height multipliers and CJK line-height deferred — SPEC-006 collision
26
+ and SPEC-042 constraint; follow-ups tracked in beads.
27
+
3
28
  ## 14.10.0
4
29
 
5
30
  ### Minor Changes
@@ -33693,11 +33693,7 @@
33693
33693
  ]
33694
33694
  }
33695
33695
  },
33696
- "uuid": "fe457dd7-582a-4f0a-badc-7850adfd8cb7",
33697
- "name": {
33698
- "property": "font-size",
33699
- "scaleIndex": 200
33700
- }
33696
+ "uuid": "fe457dd7-582a-4f0a-badc-7850adfd8cb7"
33701
33697
  },
33702
33698
  "fontWeight": "bold",
33703
33699
  "letterSpacing": "0em",
@@ -33743,11 +33739,7 @@
33743
33739
  ]
33744
33740
  }
33745
33741
  },
33746
- "uuid": "f8763297-f04f-4294-a7ba-376e3b12f1eb",
33747
- "name": {
33748
- "property": "line-height",
33749
- "scaleIndex": 200
33750
- }
33742
+ "uuid": "f8763297-f04f-4294-a7ba-376e3b12f1eb"
33751
33743
  }
33752
33744
  },
33753
33745
  "uuid": "861ac736-b95b-4350-b40b-0dde0036c796"
@@ -33804,11 +33796,7 @@
33804
33796
  ]
33805
33797
  }
33806
33798
  },
33807
- "uuid": "fe457dd7-582a-4f0a-badc-7850adfd8cb7",
33808
- "name": {
33809
- "property": "font-size",
33810
- "scaleIndex": 200
33811
- }
33799
+ "uuid": "fe457dd7-582a-4f0a-badc-7850adfd8cb7"
33812
33800
  },
33813
33801
  "fontWeight": "medium",
33814
33802
  "letterSpacing": "0em",
@@ -33854,11 +33842,7 @@
33854
33842
  ]
33855
33843
  }
33856
33844
  },
33857
- "uuid": "f8763297-f04f-4294-a7ba-376e3b12f1eb",
33858
- "name": {
33859
- "property": "line-height",
33860
- "scaleIndex": 200
33861
- }
33845
+ "uuid": "f8763297-f04f-4294-a7ba-376e3b12f1eb"
33862
33846
  }
33863
33847
  },
33864
33848
  "uuid": "aa7cd308-279c-4c0f-ab5e-5053341c963b"
@@ -33915,11 +33899,7 @@
33915
33899
  ]
33916
33900
  }
33917
33901
  },
33918
- "uuid": "fe457dd7-582a-4f0a-badc-7850adfd8cb7",
33919
- "name": {
33920
- "property": "font-size",
33921
- "scaleIndex": 200
33922
- }
33902
+ "uuid": "fe457dd7-582a-4f0a-badc-7850adfd8cb7"
33923
33903
  },
33924
33904
  "fontWeight": "regular",
33925
33905
  "letterSpacing": "0em",
@@ -33965,11 +33945,7 @@
33965
33945
  ]
33966
33946
  }
33967
33947
  },
33968
- "uuid": "f8763297-f04f-4294-a7ba-376e3b12f1eb",
33969
- "name": {
33970
- "property": "line-height",
33971
- "scaleIndex": 200
33972
- }
33948
+ "uuid": "f8763297-f04f-4294-a7ba-376e3b12f1eb"
33973
33949
  }
33974
33950
  },
33975
33951
  "uuid": "5a58a097-2235-4302-a6ed-6c1fa854c523"
@@ -34026,11 +34002,7 @@
34026
34002
  ]
34027
34003
  }
34028
34004
  },
34029
- "uuid": "ee894aad-f166-42eb-b08b-859f73db742a",
34030
- "name": {
34031
- "property": "font-size",
34032
- "scaleIndex": 100
34033
- }
34005
+ "uuid": "ee894aad-f166-42eb-b08b-859f73db742a"
34034
34006
  },
34035
34007
  "fontWeight": "bold",
34036
34008
  "letterSpacing": "0em",
@@ -34076,11 +34048,7 @@
34076
34048
  ]
34077
34049
  }
34078
34050
  },
34079
- "uuid": "65b87e13-5799-43e0-a8d3-7f8288ccc3f7",
34080
- "name": {
34081
- "property": "line-height",
34082
- "scaleIndex": 100
34083
- }
34051
+ "uuid": "65b87e13-5799-43e0-a8d3-7f8288ccc3f7"
34084
34052
  }
34085
34053
  },
34086
34054
  "uuid": "48422ecb-3993-4a96-b785-7661b9f662d2"
@@ -34137,11 +34105,7 @@
34137
34105
  ]
34138
34106
  }
34139
34107
  },
34140
- "uuid": "ee894aad-f166-42eb-b08b-859f73db742a",
34141
- "name": {
34142
- "property": "font-size",
34143
- "scaleIndex": 100
34144
- }
34108
+ "uuid": "ee894aad-f166-42eb-b08b-859f73db742a"
34145
34109
  },
34146
34110
  "fontWeight": "medium",
34147
34111
  "letterSpacing": "0em",
@@ -34187,11 +34151,7 @@
34187
34151
  ]
34188
34152
  }
34189
34153
  },
34190
- "uuid": "65b87e13-5799-43e0-a8d3-7f8288ccc3f7",
34191
- "name": {
34192
- "property": "line-height",
34193
- "scaleIndex": 100
34194
- }
34154
+ "uuid": "65b87e13-5799-43e0-a8d3-7f8288ccc3f7"
34195
34155
  }
34196
34156
  },
34197
34157
  "uuid": "633b828a-8623-4905-9dda-5a7b989768d7"
@@ -34248,11 +34208,7 @@
34248
34208
  ]
34249
34209
  }
34250
34210
  },
34251
- "uuid": "ee894aad-f166-42eb-b08b-859f73db742a",
34252
- "name": {
34253
- "property": "font-size",
34254
- "scaleIndex": 100
34255
- }
34211
+ "uuid": "ee894aad-f166-42eb-b08b-859f73db742a"
34256
34212
  },
34257
34213
  "fontWeight": "regular",
34258
34214
  "letterSpacing": "0em",
@@ -34298,11 +34254,7 @@
34298
34254
  ]
34299
34255
  }
34300
34256
  },
34301
- "uuid": "65b87e13-5799-43e0-a8d3-7f8288ccc3f7",
34302
- "name": {
34303
- "property": "line-height",
34304
- "scaleIndex": 100
34305
- }
34257
+ "uuid": "65b87e13-5799-43e0-a8d3-7f8288ccc3f7"
34306
34258
  }
34307
34259
  },
34308
34260
  "uuid": "567a8eff-028f-4de1-b58a-a0473775219f"
@@ -34359,11 +34311,7 @@
34359
34311
  ]
34360
34312
  }
34361
34313
  },
34362
- "uuid": "8ce57c4e-6bbb-415f-b823-81c3af0acd6e",
34363
- "name": {
34364
- "property": "font-size",
34365
- "scaleIndex": 75
34366
- }
34314
+ "uuid": "8ce57c4e-6bbb-415f-b823-81c3af0acd6e"
34367
34315
  },
34368
34316
  "fontWeight": "bold",
34369
34317
  "letterSpacing": "0em",
@@ -34409,11 +34357,7 @@
34409
34357
  ]
34410
34358
  }
34411
34359
  },
34412
- "uuid": "6214acc2-2130-4b31-857f-0f865673a9ad",
34413
- "name": {
34414
- "property": "line-height",
34415
- "scaleIndex": 75
34416
- }
34360
+ "uuid": "6214acc2-2130-4b31-857f-0f865673a9ad"
34417
34361
  }
34418
34362
  },
34419
34363
  "uuid": "6510c875-e551-43f2-9e84-111cfccafce8"
@@ -34470,11 +34414,7 @@
34470
34414
  ]
34471
34415
  }
34472
34416
  },
34473
- "uuid": "8ce57c4e-6bbb-415f-b823-81c3af0acd6e",
34474
- "name": {
34475
- "property": "font-size",
34476
- "scaleIndex": 75
34477
- }
34417
+ "uuid": "8ce57c4e-6bbb-415f-b823-81c3af0acd6e"
34478
34418
  },
34479
34419
  "fontWeight": "medium",
34480
34420
  "letterSpacing": "0em",
@@ -34520,11 +34460,7 @@
34520
34460
  ]
34521
34461
  }
34522
34462
  },
34523
- "uuid": "6214acc2-2130-4b31-857f-0f865673a9ad",
34524
- "name": {
34525
- "property": "line-height",
34526
- "scaleIndex": 75
34527
- }
34463
+ "uuid": "6214acc2-2130-4b31-857f-0f865673a9ad"
34528
34464
  }
34529
34465
  },
34530
34466
  "uuid": "afa00f39-1fe1-4026-8693-189e6d051eb3"
@@ -34581,11 +34517,7 @@
34581
34517
  ]
34582
34518
  }
34583
34519
  },
34584
- "uuid": "8ce57c4e-6bbb-415f-b823-81c3af0acd6e",
34585
- "name": {
34586
- "property": "font-size",
34587
- "scaleIndex": 75
34588
- }
34520
+ "uuid": "8ce57c4e-6bbb-415f-b823-81c3af0acd6e"
34589
34521
  },
34590
34522
  "fontWeight": "regular",
34591
34523
  "letterSpacing": "0em",
@@ -34631,11 +34563,7 @@
34631
34563
  ]
34632
34564
  }
34633
34565
  },
34634
- "uuid": "6214acc2-2130-4b31-857f-0f865673a9ad",
34635
- "name": {
34636
- "property": "line-height",
34637
- "scaleIndex": 75
34638
- }
34566
+ "uuid": "6214acc2-2130-4b31-857f-0f865673a9ad"
34639
34567
  }
34640
34568
  },
34641
34569
  "uuid": "cde5212c-520d-4657-8184-f07739ffed07"
@@ -34692,11 +34620,7 @@
34692
34620
  ]
34693
34621
  }
34694
34622
  },
34695
- "uuid": "278998ed-3a83-4c4d-aed3-ab5f6e1b218a",
34696
- "name": {
34697
- "property": "font-size",
34698
- "scaleIndex": 300
34699
- }
34623
+ "uuid": "278998ed-3a83-4c4d-aed3-ab5f6e1b218a"
34700
34624
  },
34701
34625
  "fontWeight": "bold",
34702
34626
  "letterSpacing": "0em",
@@ -34742,11 +34666,7 @@
34742
34666
  ]
34743
34667
  }
34744
34668
  },
34745
- "uuid": "228d27b4-ff57-4308-9761-3ad5cf7f39d1",
34746
- "name": {
34747
- "property": "line-height",
34748
- "scaleIndex": 300
34749
- }
34669
+ "uuid": "228d27b4-ff57-4308-9761-3ad5cf7f39d1"
34750
34670
  }
34751
34671
  },
34752
34672
  "uuid": "1e7e87a6-cf8f-4827-ba46-ca6a9152a6d7"
@@ -34803,11 +34723,7 @@
34803
34723
  ]
34804
34724
  }
34805
34725
  },
34806
- "uuid": "278998ed-3a83-4c4d-aed3-ab5f6e1b218a",
34807
- "name": {
34808
- "property": "font-size",
34809
- "scaleIndex": 300
34810
- }
34726
+ "uuid": "278998ed-3a83-4c4d-aed3-ab5f6e1b218a"
34811
34727
  },
34812
34728
  "fontWeight": "medium",
34813
34729
  "letterSpacing": "0em",
@@ -34853,11 +34769,7 @@
34853
34769
  ]
34854
34770
  }
34855
34771
  },
34856
- "uuid": "228d27b4-ff57-4308-9761-3ad5cf7f39d1",
34857
- "name": {
34858
- "property": "line-height",
34859
- "scaleIndex": 300
34860
- }
34772
+ "uuid": "228d27b4-ff57-4308-9761-3ad5cf7f39d1"
34861
34773
  }
34862
34774
  },
34863
34775
  "uuid": "657ca53c-178e-4526-9c37-e023499f3659"
@@ -34914,11 +34826,7 @@
34914
34826
  ]
34915
34827
  }
34916
34828
  },
34917
- "uuid": "278998ed-3a83-4c4d-aed3-ab5f6e1b218a",
34918
- "name": {
34919
- "property": "font-size",
34920
- "scaleIndex": 300
34921
- }
34829
+ "uuid": "278998ed-3a83-4c4d-aed3-ab5f6e1b218a"
34922
34830
  },
34923
34831
  "fontWeight": "regular",
34924
34832
  "letterSpacing": "0em",
@@ -34964,11 +34872,7 @@
34964
34872
  ]
34965
34873
  }
34966
34874
  },
34967
- "uuid": "228d27b4-ff57-4308-9761-3ad5cf7f39d1",
34968
- "name": {
34969
- "property": "line-height",
34970
- "scaleIndex": 300
34971
- }
34875
+ "uuid": "228d27b4-ff57-4308-9761-3ad5cf7f39d1"
34972
34876
  }
34973
34877
  },
34974
34878
  "uuid": "5096f188-f728-4db4-8cd9-cc23b08956e1"
@@ -35025,11 +34929,7 @@
35025
34929
  ]
35026
34930
  }
35027
34931
  },
35028
- "uuid": "c6074b73-d460-439d-9401-498f52c88340",
35029
- "name": {
35030
- "property": "font-size",
35031
- "scaleIndex": 50
35032
- }
34932
+ "uuid": "c6074b73-d460-439d-9401-498f52c88340"
35033
34933
  },
35034
34934
  "fontWeight": "bold",
35035
34935
  "letterSpacing": "0em",
@@ -35075,11 +34975,7 @@
35075
34975
  ]
35076
34976
  }
35077
34977
  },
35078
- "uuid": "1553daaa-14c0-405e-bd80-e04a059b52e2",
35079
- "name": {
35080
- "property": "line-height",
35081
- "scaleIndex": 50
35082
- }
34978
+ "uuid": "1553daaa-14c0-405e-bd80-e04a059b52e2"
35083
34979
  }
35084
34980
  },
35085
34981
  "uuid": "dc560f13-3f9d-47ed-9adf-646c24fd5a0a"
@@ -35136,11 +35032,7 @@
35136
35032
  ]
35137
35033
  }
35138
35034
  },
35139
- "uuid": "c6074b73-d460-439d-9401-498f52c88340",
35140
- "name": {
35141
- "property": "font-size",
35142
- "scaleIndex": 50
35143
- }
35035
+ "uuid": "c6074b73-d460-439d-9401-498f52c88340"
35144
35036
  },
35145
35037
  "fontWeight": "medium",
35146
35038
  "letterSpacing": "0em",
@@ -35186,11 +35078,7 @@
35186
35078
  ]
35187
35079
  }
35188
35080
  },
35189
- "uuid": "1553daaa-14c0-405e-bd80-e04a059b52e2",
35190
- "name": {
35191
- "property": "line-height",
35192
- "scaleIndex": 50
35193
- }
35081
+ "uuid": "1553daaa-14c0-405e-bd80-e04a059b52e2"
35194
35082
  }
35195
35083
  },
35196
35084
  "uuid": "8bf6d008-d3d8-446d-afe8-62613b1c53a2"
@@ -35247,11 +35135,7 @@
35247
35135
  ]
35248
35136
  }
35249
35137
  },
35250
- "uuid": "c6074b73-d460-439d-9401-498f52c88340",
35251
- "name": {
35252
- "property": "font-size",
35253
- "scaleIndex": 50
35254
- }
35138
+ "uuid": "c6074b73-d460-439d-9401-498f52c88340"
35255
35139
  },
35256
35140
  "fontWeight": "regular",
35257
35141
  "letterSpacing": "0em",
@@ -35297,11 +35181,7 @@
35297
35181
  ]
35298
35182
  }
35299
35183
  },
35300
- "uuid": "1553daaa-14c0-405e-bd80-e04a059b52e2",
35301
- "name": {
35302
- "property": "line-height",
35303
- "scaleIndex": 50
35304
- }
35184
+ "uuid": "1553daaa-14c0-405e-bd80-e04a059b52e2"
35305
35185
  }
35306
35186
  },
35307
35187
  "uuid": "5dca28f2-77f5-4b29-85f3-0075bf2cbe7f"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe/spectrum-tokens",
3
- "version": "14.10.0",
3
+ "version": "14.11.0",
4
4
  "description": "Design tokens for Spectrum, Adobe's design system",
5
5
  "type": "module",
6
6
  "main": "index.js",