@adobe/spectrum-tokens 13.14.0 → 13.14.1

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +50 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,55 @@
1
1
  # @adobe/spectrum-tokens
2
2
 
3
+ ## 13.14.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`b4df84e`](https://github.com/adobe/spectrum-tokens/commit/b4df84e2f2ca246332907f9ddda94438288dd98e) Thanks [@larz0](https://github.com/larz0)! - SDS-14319 generic avatar updates (Pre-multidimensional-theming) - Token Details
8
+
9
+ This update adds the missing token change details for the recent avatar updates.
10
+
11
+ Source: [spectrum-tokens-studio-data#281](https://github.com/adobe/spectrum-tokens-studio-data/pull/281)
12
+
13
+ ## Token Changes
14
+
15
+ **Tokens Changed (33)**
16
+
17
+ <details open><summary><strong>Added (33)</strong></summary>
18
+ - `gradient-stop-1-avatar`
19
+ - `gradient-stop-2-avatar`
20
+ - `gradient-stop-3-avatar`
21
+ - `static-fuchsia-400`
22
+ - `static-fuchsia-600`
23
+ - `static-fuchsia-800`
24
+ - `static-indigo-400`
25
+ - `static-indigo-600`
26
+ - `static-indigo-800`
27
+ - `static-magenta-400`
28
+ - `static-magenta-600`
29
+ - `static-magenta-800`
30
+ - `static-red-400`
31
+ - `static-red-600`
32
+ - `static-red-800`
33
+ - `static-cyan-400`
34
+ - `static-cyan-600`
35
+ - `static-cyan-800`
36
+ - `static-chartreuse-400`
37
+ - `static-chartreuse-600`
38
+ - `static-chartreuse-800`
39
+ - `static-green-400`
40
+ - `static-green-600`
41
+ - `static-green-800`
42
+ - `static-orange-400`
43
+ - `static-orange-600`
44
+ - `static-orange-800`
45
+ - `static-purple-400`
46
+ - `static-purple-600`
47
+ - `static-purple-800`
48
+ - `static-turquoise-400`
49
+ - `static-turquoise-600`
50
+ - `static-turquoise-800`
51
+ </details>
52
+
3
53
  ## 13.14.0
4
54
 
5
55
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe/spectrum-tokens",
3
- "version": "13.14.0",
3
+ "version": "13.14.1",
4
4
  "description": "Design tokens for Spectrum, Adobe's design system",
5
5
  "type": "module",
6
6
  "main": "index.js",