@adobe/spectrum-tokens 12.0.0-beta.20 → 12.0.0-beta.21

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,6 +1,6 @@
1
- # [12.0.0-beta.20](https://github.com/adobe/spectrum-tokens/compare/v12.0.0-beta.19...v12.0.0-beta.20) (2022-04-27)
1
+ # [12.0.0-beta.21](https://github.com/adobe/spectrum-tokens/compare/v12.0.0-beta.20...v12.0.0-beta.21) (2022-04-27)
2
2
 
3
3
 
4
- ### Features
4
+ ### Bug Fixes
5
5
 
6
- * adds toast tokens for DNA-1154 ([3ff9ce7](https://github.com/adobe/spectrum-tokens/commit/3ff9ce768c5dcb48fd61cfa345df7d8da2a9504d))
6
+ * correct typo that was breaking the build ([adc4c91](https://github.com/adobe/spectrum-tokens/commit/adc4c91dffe00bd183d231ff270c71e4a436e1a6))
@@ -2316,7 +2316,21 @@
2316
2316
  }
2317
2317
  },
2318
2318
  "dark": {
2319
- "value": "positivee-color-400}"
2319
+ "ref": "{positive-color-400}",
2320
+ "sets": {
2321
+ "light": {
2322
+ "value": "rgb(103, 222, 168)"
2323
+ },
2324
+ "dark": {
2325
+ "value": "rgb(0, 108, 67)"
2326
+ },
2327
+ "darkest": {
2328
+ "value": "rgb(0, 93, 57)"
2329
+ },
2330
+ "wireframe": {
2331
+ "value": "rgb(226, 232, 247)"
2332
+ }
2333
+ }
2320
2334
  },
2321
2335
  "darkest": {
2322
2336
  "ref": "{positive-color-500}",
@@ -2391,7 +2405,21 @@
2391
2405
  }
2392
2406
  },
2393
2407
  "darkest": {
2394
- "value": "positivee-color-400}"
2408
+ "ref": "{positive-color-400}",
2409
+ "sets": {
2410
+ "light": {
2411
+ "value": "rgb(103, 222, 168)"
2412
+ },
2413
+ "dark": {
2414
+ "value": "rgb(0, 108, 67)"
2415
+ },
2416
+ "darkest": {
2417
+ "value": "rgb(0, 93, 57)"
2418
+ },
2419
+ "wireframe": {
2420
+ "value": "rgb(226, 232, 247)"
2421
+ }
2422
+ }
2395
2423
  },
2396
2424
  "wireframe": {
2397
2425
  "ref": "{positive-color-1100}",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe/spectrum-tokens",
3
- "version": "12.0.0-beta.20",
3
+ "version": "12.0.0-beta.21",
4
4
  "description": "",
5
5
  "main": "config.js",
6
6
  "scripts": {
@@ -457,7 +457,7 @@
457
457
  "value": "{positive-color-1000}"
458
458
  },
459
459
  "dark": {
460
- "value": "positivee-color-400}"
460
+ "value": "{positive-color-400}"
461
461
  },
462
462
  "darkest": {
463
463
  "value": "{positive-color-500}"
@@ -476,7 +476,7 @@
476
476
  "value": "{positive-color-300}"
477
477
  },
478
478
  "darkest": {
479
- "value": "positivee-color-400}"
479
+ "value": "{positive-color-400}"
480
480
  },
481
481
  "wireframe": {
482
482
  "value": "{positive-color-1100}"