@phcdevworks/spectre-tokens 4.2.0 → 4.3.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.
@@ -3831,6 +3831,10 @@
3831
3831
  "96": {
3832
3832
  "$value": "6rem",
3833
3833
  "$type": "dimension"
3834
+ },
3835
+ "240": {
3836
+ "$value": "15rem",
3837
+ "$type": "dimension"
3834
3838
  }
3835
3839
  },
3836
3840
  "radii": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@phcdevworks/spectre-tokens",
3
- "version": "4.2.0",
3
+ "version": "4.3.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",
@@ -99,18 +99,18 @@
99
99
  },
100
100
  "devDependencies": {
101
101
  "@phcdevworks/spectre-manifest": "^1.1.0",
102
- "@types/node": "^26.1.2",
102
+ "@types/node": "^26.2.0",
103
103
  "@typescript-eslint/eslint-plugin": "^8.66.0",
104
104
  "@typescript-eslint/parser": "^8.66.0",
105
105
  "@typescript/native": "npm:typescript@^7.0.2",
106
106
  "colord": "^2.9.3",
107
- "eslint": "^10.8.0",
107
+ "eslint": "^10.8.1",
108
108
  "jiti": "^2.7.0",
109
109
  "prettier": "^3.9.6",
110
- "style-dictionary": "^5.5.0",
110
+ "style-dictionary": "^5.5.1",
111
111
  "ts-node": "^10.9.2",
112
112
  "tsup": "^8.5.1",
113
- "tsx": "^4.23.10",
113
+ "tsx": "^4.23.11",
114
114
  "typescript": "npm:@typescript/typescript6@^6.0.2",
115
115
  "typescript-eslint": "^8.66.0",
116
116
  "vitest": "^4.1.10"
@@ -20,7 +20,8 @@
20
20
  "64": "4rem",
21
21
  "72": "4.5rem",
22
22
  "80": "5rem",
23
- "96": "6rem"
23
+ "96": "6rem",
24
+ "240": "15rem"
24
25
  },
25
26
  "radii": {
26
27
  "none": "0",