@hex-core/tokens 1.3.3 → 1.3.4

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 +4 -4
package/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
  [![downloads](https://img.shields.io/npm/dm/@hex-core/tokens.svg)](https://www.npmjs.com/package/@hex-core/tokens)
5
5
  [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/oscarabcorona/hex-core/blob/main/LICENSE)
6
6
 
7
- Design token engine for Hex UI — HSL color tokens + typography scale + shadow/radius tokens shared between components and themes.
7
+ Design token engine for Hex Core — HSL color tokens + typography scale + shadow/radius tokens shared between components and themes.
8
8
 
9
9
  ## Install
10
10
 
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@hex-core/tokens",
3
- "version": "1.3.3",
4
- "description": "Design token engine for Hex UI — HSL tokens + typography scale shared between components and themes.",
3
+ "version": "1.3.4",
4
+ "description": "Design token engine for Hex Core — HSL tokens + typography scale shared between components and themes.",
5
5
  "keywords": [
6
- "hex-ui",
6
+ "hex-core",
7
7
  "tokens",
8
8
  "design-tokens",
9
9
  "tailwind",
@@ -41,7 +41,7 @@
41
41
  "dependencies": {
42
42
  "culori": "^4.0.2",
43
43
  "zod": "^4.3.6",
44
- "@hex-core/registry": "^0.3.4"
44
+ "@hex-core/registry": "^0.4.0"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@types/culori": "^4.0.1",