@adobe/spectrum-tokens 12.0.0-beta.49 → 12.0.0-beta.50

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,16 +1,6 @@
1
- # [12.0.0-beta.49](https://github.com/adobe/spectrum-tokens/compare/v12.0.0-beta.48...v12.0.0-beta.49) (2022-09-08)
1
+ # [12.0.0-beta.50](https://github.com/adobe/spectrum-tokens/compare/v12.0.0-beta.49...v12.0.0-beta.50) (2022-09-13)
2
2
 
3
3
 
4
4
  ### Features
5
5
 
6
- * adding background opacity tokens ([052aaa1](https://github.com/adobe/spectrum-tokens/commit/052aaa1acc215e4fb4c431f548402c9184f5ff28))
7
- * adding body tokens ([5aa8a06](https://github.com/adobe/spectrum-tokens/commit/5aa8a06dd36ebe9b48f1afeb9654f03a5196b849))
8
- * adding code tokens ([1c23e9d](https://github.com/adobe/spectrum-tokens/commit/1c23e9d41f273e1d5146f218c93b7b647b0ca376))
9
- * adding focus-indicator-color ([52ec8fb](https://github.com/adobe/spectrum-tokens/commit/52ec8fb99255f685beb0b3be7c171bb3900b038d))
10
- * adding menu item component layout tokens ([9152aad](https://github.com/adobe/spectrum-tokens/commit/9152aadf0326724c099205a547c761dc1b101e6e))
11
- * adding meter tokens ([f8fea20](https://github.com/adobe/spectrum-tokens/commit/f8fea205f970f2a0536e7818da72990251c674a5))
12
- * background color default tokens ([e5891e6](https://github.com/adobe/spectrum-tokens/commit/e5891e64cd799838dc861e3a9fcf50a1ba2eb56a))
13
- * detail tokens ([27bd1cf](https://github.com/adobe/spectrum-tokens/commit/27bd1cf13fa3b87a9ca618d1d6ee0cf5cf81b4cc))
14
- * font family tokens ([0fe2f37](https://github.com/adobe/spectrum-tokens/commit/0fe2f37a9178f1d6aad9440ea5be801f712685ff))
15
- * font tokens tokens tokens ([c0e0845](https://github.com/adobe/spectrum-tokens/commit/c0e08454fd4bc47ae96e15f1af5f83771eacad3d))
16
- * font tokens yay ([19bb507](https://github.com/adobe/spectrum-tokens/commit/19bb507d3eedd69424e7c4faa4670d11202c9f71))
6
+ * wireframe drop shadow color yay ([43741c5](https://github.com/adobe/spectrum-tokens/commit/43741c554eb04182acdc29c6cb2d63797148addd))
@@ -5167,6 +5167,9 @@
5167
5167
  },
5168
5168
  "darkest": {
5169
5169
  "value": "rgba(0, 0, 0, 0.80)"
5170
+ },
5171
+ "wireframe": {
5172
+ "value": "rgba(0, 0, 0, 0.15)"
5170
5173
  }
5171
5174
  }
5172
5175
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe/spectrum-tokens",
3
- "version": "12.0.0-beta.49",
3
+ "version": "12.0.0-beta.50",
4
4
  "description": "",
5
5
  "main": "config.js",
6
6
  "scripts": {
@@ -1088,6 +1088,9 @@
1088
1088
  },
1089
1089
  "darkest": {
1090
1090
  "value": "rgba(0, 0, 0, 0.80)"
1091
+ },
1092
+ "wireframe": {
1093
+ "value": "rgba(0, 0, 0, 0.15)"
1091
1094
  }
1092
1095
  }
1093
1096
  },