@adobe/spectrum-tokens 12.18.0 → 12.18.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.
- package/CHANGELOG.md +13 -0
- package/dist/json/variables.json +26 -0
- package/package.json +1 -1
- package/src/color-aliases.json +4 -0
- package/src/color-component.json +4 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @adobe/spectrum-tokens
|
|
2
2
|
|
|
3
|
+
## 12.18.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 6f5443e: Added missing `wireframe` values for 2 color tokens
|
|
8
|
+
|
|
9
|
+
## Token Diff
|
|
10
|
+
|
|
11
|
+
_Tokens update (2):_
|
|
12
|
+
|
|
13
|
+
- `opacity-checkerboard-square-dark`
|
|
14
|
+
- `overlay-opacity`
|
|
15
|
+
|
|
3
16
|
## 12.18.0
|
|
4
17
|
|
|
5
18
|
### Minor Changes
|
package/dist/json/variables.json
CHANGED
|
@@ -49,6 +49,10 @@
|
|
|
49
49
|
"darkest": {
|
|
50
50
|
"value": "0.6",
|
|
51
51
|
"uuid": "31d5b502-6266-4309-8f8a-3892e6e158da"
|
|
52
|
+
},
|
|
53
|
+
"wireframe": {
|
|
54
|
+
"value": "0.4",
|
|
55
|
+
"uuid": "93b904da-5d1f-4fd9-aa26-5aabe19df108"
|
|
52
56
|
}
|
|
53
57
|
}
|
|
54
58
|
},
|
|
@@ -7449,6 +7453,28 @@
|
|
|
7449
7453
|
}
|
|
7450
7454
|
},
|
|
7451
7455
|
"uuid": "f783b8cb-d31f-46c2-b550-990639752510"
|
|
7456
|
+
},
|
|
7457
|
+
"wireframe": {
|
|
7458
|
+
"ref": "{gray-200}",
|
|
7459
|
+
"sets": {
|
|
7460
|
+
"light": {
|
|
7461
|
+
"value": "rgb(230, 230, 230)",
|
|
7462
|
+
"uuid": "8de4888d-8da5-45a0-8d5d-64a734993ae4"
|
|
7463
|
+
},
|
|
7464
|
+
"dark": {
|
|
7465
|
+
"value": "rgb(63, 63, 63)",
|
|
7466
|
+
"uuid": "352ca27b-fdb8-4a66-b46d-6e6994c6a19d"
|
|
7467
|
+
},
|
|
7468
|
+
"darkest": {
|
|
7469
|
+
"value": "rgb(48, 48, 48)",
|
|
7470
|
+
"uuid": "0a676e7a-8a89-4607-a918-3abcfb0234a2"
|
|
7471
|
+
},
|
|
7472
|
+
"wireframe": {
|
|
7473
|
+
"value": "rgb(230, 236, 248)",
|
|
7474
|
+
"uuid": "eaad36fe-2827-4404-8876-060de75c2b34"
|
|
7475
|
+
}
|
|
7476
|
+
},
|
|
7477
|
+
"uuid": "e7fe88a4-6ab3-4963-8f10-9908a5a83123"
|
|
7452
7478
|
}
|
|
7453
7479
|
}
|
|
7454
7480
|
},
|
package/package.json
CHANGED
package/src/color-aliases.json
CHANGED