@airframeui/tokens 0.1.1 → 0.1.3

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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @airframeui/tokens
2
2
 
3
- Design tokens for Airframe UI — CSS variables, JSON, and a typed JavaScript export.
3
+ Airframe UI Tokens — CSS variables, JSON, and a typed JavaScript export.
4
4
 
5
5
  Most apps should install [`@airframeui/core`](https://www.npmjs.com/package/@airframeui/core), which depends on this package and loads the tokens stylesheet for you. Install tokens directly when you need the token map in tooling, or want tokens without the full core CSS.
6
6
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@airframeui/tokens",
3
- "version": "0.1.1",
4
- "description": "Airframe UI design tokens. CSS variables, JSON, and typed exports used by @airframeui/core",
3
+ "version": "0.1.3",
4
+ "description": "Airframe UI Tokens, CSS variables, JSON, and typed exports used by @airframeui/core",
5
5
  "license": "MIT",
6
6
  "homepage": "https://airframeui.com",
7
7
  "repository": {