@phcdevworks/spectre-tokens 4.3.0 → 4.4.0

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.
@@ -4475,6 +4475,36 @@
4475
4475
  }
4476
4476
  }
4477
4477
  },
4478
+ "tracking": {
4479
+ "tightest": {
4480
+ "$value": "-0.075em",
4481
+ "$type": "string"
4482
+ },
4483
+ "tighter": {
4484
+ "$value": "-0.05em",
4485
+ "$type": "string"
4486
+ },
4487
+ "tight": {
4488
+ "$value": "-0.025em",
4489
+ "$type": "string"
4490
+ },
4491
+ "normal": {
4492
+ "$value": "0em",
4493
+ "$type": "dimension"
4494
+ },
4495
+ "wide": {
4496
+ "$value": "0.025em",
4497
+ "$type": "dimension"
4498
+ },
4499
+ "wider": {
4500
+ "$value": "0.05em",
4501
+ "$type": "dimension"
4502
+ },
4503
+ "widest": {
4504
+ "$value": "0.1em",
4505
+ "$type": "dimension"
4506
+ }
4507
+ },
4478
4508
  "surface": {
4479
4509
  "page": {
4480
4510
  "$value": "{colors.neutral.50}",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@phcdevworks/spectre-tokens",
3
- "version": "4.3.0",
3
+ "version": "4.4.0",
4
4
  "description": "@phcdevworks/spectre-tokens is the design-token package of the Spectre system. It provides a complete, UI-ready token surface for downstream Spectre packages and compatible applications.",
5
5
  "keywords": [
6
6
  "phcdevworks",
@@ -100,8 +100,8 @@
100
100
  "devDependencies": {
101
101
  "@phcdevworks/spectre-manifest": "^1.1.0",
102
102
  "@types/node": "^26.2.0",
103
- "@typescript-eslint/eslint-plugin": "^8.66.0",
104
- "@typescript-eslint/parser": "^8.66.0",
103
+ "@typescript-eslint/eslint-plugin": "^8.67.0",
104
+ "@typescript-eslint/parser": "^8.67.0",
105
105
  "@typescript/native": "npm:typescript@^7.0.2",
106
106
  "colord": "^2.9.3",
107
107
  "eslint": "^10.8.1",
@@ -110,9 +110,9 @@
110
110
  "style-dictionary": "^5.5.1",
111
111
  "ts-node": "^10.9.2",
112
112
  "tsup": "^8.5.1",
113
- "tsx": "^4.23.11",
113
+ "tsx": "^4.23.12",
114
114
  "typescript": "npm:@typescript/typescript6@^6.0.2",
115
- "typescript-eslint": "^8.66.0",
115
+ "typescript-eslint": "^8.67.0",
116
116
  "vitest": "^4.1.10"
117
117
  },
118
118
  "overrides": {
@@ -216,5 +216,14 @@
216
216
  "dashed": "dashed",
217
217
  "dotted": "dotted"
218
218
  }
219
+ },
220
+ "tracking": {
221
+ "tightest": "-0.075em",
222
+ "tighter": "-0.05em",
223
+ "tight": "-0.025em",
224
+ "normal": "0em",
225
+ "wide": "0.025em",
226
+ "wider": "0.05em",
227
+ "widest": "0.1em"
219
228
  }
220
229
  }