@adobe/spectrum-tokens 14.4.0 → 14.6.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,102 @@
1
1
  # [**@adobe/spectrum-tokens**](https://github.com/adobe/spectrum-design-data)
2
2
 
3
+ ## 14.6.0
4
+
5
+ ### Minor Changes
6
+
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.
11
+
12
+ ## 14.5.0
13
+
14
+ ### Minor Changes
15
+
16
+ - [#808](https://github.com/adobe/spectrum-design-data/pull/808) [`efab669`](https://github.com/adobe/spectrum-design-data/commit/efab6690442052fb94fd5d198fc56594e6be28e5) Thanks [@mrcjhicks](https://github.com/mrcjhicks)! - ## Token sync from Spectrum Tokens Studio
17
+
18
+ **Original implementer:** @mrcjhicks
19
+
20
+ ### Token changes
21
+
22
+ ## Tokens Changed (66)
23
+
24
+ **Original Branch:** `main`
25
+ **New Branch:** `tokens-sync/patch-spectrum2-from-main`
26
+
27
+ <details><summary><strong>Newly Deprecated (66)</strong></summary>
28
+ - `corner-triangle-icon-size-100`
29
+ - `corner-triangle-icon-size-200`
30
+ - `corner-triangle-icon-size-300`
31
+ - `corner-triangle-icon-size-75`
32
+ - `workflow-icon-size-100`
33
+ - `workflow-icon-size-200`
34
+ - `workflow-icon-size-300`
35
+ - `workflow-icon-size-50`
36
+ - `workflow-icon-size-75`
37
+ - `add-icon-size-100`
38
+ - `add-icon-size-200`
39
+ - `add-icon-size-300`
40
+ - `add-icon-size-50`
41
+ - `add-icon-size-75`
42
+ - `arrow-icon-size-100`
43
+ - `arrow-icon-size-200`
44
+ - `arrow-icon-size-300`
45
+ - `arrow-icon-size-400`
46
+ - `arrow-icon-size-500`
47
+ - `arrow-icon-size-600`
48
+ - `arrow-icon-size-75`
49
+ - `asterisk-icon-size-100`
50
+ - `asterisk-icon-size-200`
51
+ - `asterisk-icon-size-300`
52
+ - `asterisk-icon-size-75`
53
+ - `checkmark-icon-size-100`
54
+ - `checkmark-icon-size-200`
55
+ - `checkmark-icon-size-300`
56
+ - `checkmark-icon-size-400`
57
+ - `checkmark-icon-size-50`
58
+ - `checkmark-icon-size-500`
59
+ - `checkmark-icon-size-600`
60
+ - `checkmark-icon-size-75`
61
+ - `chevron-icon-size-100`
62
+ - `chevron-icon-size-200`
63
+ - `chevron-icon-size-300`
64
+ - `chevron-icon-size-400`
65
+ - `chevron-icon-size-50`
66
+ - `chevron-icon-size-500`
67
+ - `chevron-icon-size-600`
68
+ - `chevron-icon-size-75`
69
+ - `cross-icon-size-100`
70
+ - `cross-icon-size-200`
71
+ - `cross-icon-size-300`
72
+ - `cross-icon-size-400`
73
+ - `cross-icon-size-500`
74
+ - `cross-icon-size-600`
75
+ - `cross-icon-size-75`
76
+ - `dash-icon-size-100`
77
+ - `dash-icon-size-200`
78
+ - `dash-icon-size-300`
79
+ - `dash-icon-size-400`
80
+ - `dash-icon-size-50`
81
+ - `dash-icon-size-500`
82
+ - `dash-icon-size-600`
83
+ - `dash-icon-size-75`
84
+ - `drag-handle-icon-size-100`
85
+ - `drag-handle-icon-size-200`
86
+ - `drag-handle-icon-size-300`
87
+ - `drag-handle-icon-size-75`
88
+ - `gripper-icon-size-100`
89
+ - `link-out-icon-size-100`
90
+ - `link-out-icon-size-200`
91
+ - `link-out-icon-size-300`
92
+ - `link-out-icon-size-400`
93
+ - `link-out-icon-size-75`
94
+ </details>
95
+
96
+ ### References
97
+ - Tokens Studio PR: https://github.com/adobe/spectrum-tokens-studio-data/pull/301
98
+ - Spectrum Tokens PR: https://github.com/adobe/spectrum-design-data/pull/808
99
+
3
100
  ## 14.4.0
4
101
 
5
102
  ### Minor Changes