@adobe/spectrum-tokens 14.6.0 → 14.7.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,13 +1,59 @@
1
1
  # [**@adobe/spectrum-tokens**](https://github.com/adobe/spectrum-design-data)
2
2
 
3
+ ## 14.7.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#842](https://github.com/adobe/spectrum-design-data/pull/842) [`c28702f`](https://github.com/adobe/spectrum-design-data/commit/c28702f19ad408d3dc1461bb059a1c7125f7d32f) Thanks [@mrcjhicks](https://github.com/mrcjhicks)! - ## Token sync from Spectrum Tokens Studio
8
+
9
+ **Original implementer:** @larz0
10
+
11
+ ### Design motivation
12
+
13
+ "Highlight selection is a visual treatment used in components (like list views, tables, or tree views) to indicate that an item is selected, without relying on checkboxes or radio buttons. It’s helpful when we want to avoid clutter or don’t want users interacting with extra controls like checkboxes."
14
+
15
+ ### Token changes
16
+
17
+ ## Tokens Changed (8)
18
+
19
+ **Original Branch:** `main`
20
+ **New Branch:** `tokens-sync/patch-spectrum2-from-main`
21
+
22
+ <details open><summary><strong>Newly "Un-deprecated" (1)</strong></summary>
23
+ - `stack-item-item-to-item`
24
+ </details>
25
+ <details open><summary><strong>Added (5)</strong></summary>
26
+ - `stack-item-selected-background-opacity-highlight`
27
+ - `stack-item-selected-background-opacity-highlight-hover`
28
+ - `vertical-align-items`
29
+ - `stack-item-minimum-padding-vertical`
30
+ - `stack-item-selected-background-color-highlight`
31
+ </details>
32
+
33
+ ### Updated (2)
34
+
35
+ <details open><summary><strong>Updated Properties (2)</strong></summary>
36
+ - `stack-item-item-to-item`
37
+ - `value`: `-1px` -> `0px`
38
+ - `stack-item-selected-background-color-down` - `value`: `{gray-200}` -> `{gray-300}`
39
+ </details>
40
+
41
+ ### References
42
+ - Tokens Studio PR: https://github.com/adobe/spectrum-tokens-studio-data/pull/303
43
+ - Spectrum Tokens PR: https://github.com/adobe/spectrum-design-data/pull/842
44
+
3
45
  ## 14.6.0
4
46
 
5
47
  ### Minor Changes
6
48
 
7
- - [#819](https://github.com/adobe/spectrum-design-data/pull/819) [`44d334c`](https://github.com/adobe/spectrum-design-data/commit/44d334c9ebed545d61e315b36d5ca5679a9e30a0) Thanks [@GarthDB](https://github.com/GarthDB)! - Implement Proposal 009: introduce `typography-scale` composite tokens that
8
- bundle font-size and line-height for each typographic tier. Deprecates 18
9
- separate `line-height-font-size-*` tokens with `renamed` pointers to the
10
- new composite names.
49
+ - [#840](https://github.com/adobe/spectrum-design-data/pull/840) [`b11942c`](https://github.com/adobe/spectrum-design-data/commit/b11942cf52ec0077cfd53d8cb70ca722dc88c2e0) Thanks [@GarthDB](https://github.com/GarthDB)! - Generalize the `text-align` token type schema to `alignment`. The schema's
50
+ file name (`text-align.json` `alignment.json`), `$id`
51
+ (`…/token-types/text-align.json` `…/token-types/alignment.json`), title,
52
+ and description now describe a generic single-axis alignment value usable
53
+ for horizontal, vertical, or text alignment. The enum
54
+ (`start | center | end`) and default (`start`) are unchanged, and the
55
+ `text-align-*` token names are unchanged. Consumers referencing the old
56
+ schema `$id` or file path must update.
11
57
 
12
58
  ## 14.5.0
13
59