@appshell/tokens 1.0.0-alpha.92 → 1.0.0-alpha.93

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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appshell/tokens",
3
- "version": "1.0.0-alpha.92",
3
+ "version": "1.0.0-alpha.93",
4
4
  "description": "The Appshell design token contract, its presets, and contrast validation",
5
5
  "main": "dist/main.js",
6
6
  "types": "dist/types/index.d.ts",
@@ -32,5 +32,5 @@
32
32
  "appshell"
33
33
  ],
34
34
  "license": "MIT",
35
- "gitHead": "e882b41193588bb623ada8db1e4f62b07032b21d"
35
+ "gitHead": "a1fdca3255ce99eaa25c0493434d446b06d8edc9"
36
36
  }