@adobe/spectrum-tokens 12.0.0-beta.61 → 12.0.0-beta.62

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,9 +1,6 @@
1
- # [12.0.0-beta.61](https://github.com/adobe/spectrum-tokens/compare/v12.0.0-beta.60...v12.0.0-beta.61) (2022-12-14)
1
+ # [12.0.0-beta.62](https://github.com/adobe/spectrum-tokens/compare/v12.0.0-beta.61...v12.0.0-beta.62) (2022-12-14)
2
2
 
3
3
 
4
- ### Features
4
+ ### Bug Fixes
5
5
 
6
- * adding color area tokens (DNA-1234) ([28f42bc](https://github.com/adobe/spectrum-tokens/commit/28f42bcc06e5b0be5c6ce26d01c607a3c6b2b90b))
7
- * adds navigational indicator tokens (DNA-1236) ([c4eb51c](https://github.com/adobe/spectrum-tokens/commit/c4eb51c4e0deb62c11aac5e18f91ccc4a27c42e8))
8
- * color-slider tokens (DNA-1238) ([524feaf](https://github.com/adobe/spectrum-tokens/commit/524feaf43ead77ffb681e8ca35dc69182064ef95))
9
- * color-wheeeeeeeeeeeeeeeeel tokens (DNA-1235) ([9c8daac](https://github.com/adobe/spectrum-tokens/commit/9c8daace803665f1cd5196deb5c016dba33a2fb1))
6
+ * missing units on `toast-maximum-width` ([9b0fa71](https://github.com/adobe/spectrum-tokens/commit/9b0fa716b28c7618e7c2cf2314692d20a54c8b71))
@@ -10058,7 +10058,7 @@
10058
10058
  "value": "336px"
10059
10059
  },
10060
10060
  "mobile": {
10061
- "value": "420"
10061
+ "value": "420px"
10062
10062
  }
10063
10063
  }
10064
10064
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe/spectrum-tokens",
3
- "version": "12.0.0-beta.61",
3
+ "version": "12.0.0-beta.62",
4
4
  "description": "",
5
5
  "main": "config.js",
6
6
  "tokens": "dist/json/variables.json",
@@ -209,7 +209,7 @@
209
209
  "value": "240px"
210
210
  }
211
211
  }
212
- },
212
+ },
213
213
  "color-area-minimum-width": {
214
214
  "component": "color-area",
215
215
  "sets": {
@@ -220,7 +220,7 @@
220
220
  "value": "80px"
221
221
  }
222
222
  }
223
- },
223
+ },
224
224
  "color-area-height": {
225
225
  "component": "color-area",
226
226
  "sets": {
@@ -231,7 +231,7 @@
231
231
  "value": "240px"
232
232
  }
233
233
  }
234
- },
234
+ },
235
235
  "color-area-minimum-height": {
236
236
  "component": "color-area",
237
237
  "sets": {
@@ -242,16 +242,16 @@
242
242
  "value": "80px"
243
243
  }
244
244
  }
245
- },
245
+ },
246
246
  "color-area-border-width": {
247
247
  "component": "color-area",
248
248
  "value": "{border-width-100}"
249
- },
249
+ },
250
250
 
251
251
  "color-area-border-rounding": {
252
252
  "component": "color-area",
253
253
  "value": "{corner-radius-100}"
254
- },
254
+ },
255
255
  "color-wheel-minimum-width": {
256
256
  "component": "color-wheel",
257
257
  "sets": {
@@ -266,7 +266,7 @@
266
266
  "color-wheel-area-margin": {
267
267
  "component": "color-wheel",
268
268
  "value": "12px"
269
- },
269
+ },
270
270
  "color-control-track-width": {
271
271
  "component": "color-control",
272
272
  "sets": {
@@ -1309,7 +1309,7 @@
1309
1309
  "value": "336px"
1310
1310
  },
1311
1311
  "mobile": {
1312
- "value": "420"
1312
+ "value": "420px"
1313
1313
  }
1314
1314
  }
1315
1315
  },