@phcdevworks/spectre-tokens 4.3.0 → 4.5.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.
@@ -3929,6 +3929,28 @@
3929
3929
  "spread": "-12px"
3930
3930
  },
3931
3931
  "$type": "shadow"
3932
+ },
3933
+ "inset": {
3934
+ "sm": {
3935
+ "$value": "inset 0 1px 2px 0 {colors.black} / 0.06, inset 0 -1px 2px 0 {colors.black} / 0.06",
3936
+ "$type": "string"
3937
+ },
3938
+ "md": {
3939
+ "$value": "inset 0 2px 6px -1px {colors.black} / 0.08, inset 0 -2px 6px -1px {colors.black} / 0.08",
3940
+ "$type": "string"
3941
+ },
3942
+ "lg": {
3943
+ "$value": "inset 0 6px 16px -4px {colors.black} / 0.12, inset 0 -6px 16px -4px {colors.black} / 0.12",
3944
+ "$type": "string"
3945
+ },
3946
+ "xl": {
3947
+ "$value": "inset 0 12px 24px -6px {colors.black} / 0.15, inset 0 -12px 24px -6px {colors.black} / 0.15",
3948
+ "$type": "string"
3949
+ },
3950
+ "2xl": {
3951
+ "$value": "inset 0 20px 48px -12px {colors.black} / 0.20, inset 0 -20px 48px -12px {colors.black} / 0.20",
3952
+ "$type": "string"
3953
+ }
3932
3954
  }
3933
3955
  },
3934
3956
  "breakpoints": {
@@ -4475,6 +4497,36 @@
4475
4497
  }
4476
4498
  }
4477
4499
  },
4500
+ "tracking": {
4501
+ "tightest": {
4502
+ "$value": "-0.075em",
4503
+ "$type": "string"
4504
+ },
4505
+ "tighter": {
4506
+ "$value": "-0.05em",
4507
+ "$type": "string"
4508
+ },
4509
+ "tight": {
4510
+ "$value": "-0.025em",
4511
+ "$type": "string"
4512
+ },
4513
+ "normal": {
4514
+ "$value": "0em",
4515
+ "$type": "dimension"
4516
+ },
4517
+ "wide": {
4518
+ "$value": "0.025em",
4519
+ "$type": "dimension"
4520
+ },
4521
+ "wider": {
4522
+ "$value": "0.05em",
4523
+ "$type": "dimension"
4524
+ },
4525
+ "widest": {
4526
+ "$value": "0.1em",
4527
+ "$type": "dimension"
4528
+ }
4529
+ },
4478
4530
  "surface": {
4479
4531
  "page": {
4480
4532
  "$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.5.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,10 +110,10 @@
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",
116
- "vitest": "^4.1.10"
115
+ "typescript-eslint": "^8.67.0",
116
+ "vitest": "^4.1.11"
117
117
  },
118
118
  "overrides": {
119
119
  "esbuild": "0.28.1"
@@ -40,7 +40,14 @@
40
40
  "md": "0 2px 6px -1px {colors.black} / 0.08",
41
41
  "lg": "0 6px 16px -4px {colors.black} / 0.12",
42
42
  "xl": "0 12px 24px -6px {colors.black} / 0.15",
43
- "2xl": "0 20px 48px -12px {colors.black} / 0.20"
43
+ "2xl": "0 20px 48px -12px {colors.black} / 0.20",
44
+ "inset": {
45
+ "sm": "inset 0 1px 2px 0 {colors.black} / 0.06, inset 0 -1px 2px 0 {colors.black} / 0.06",
46
+ "md": "inset 0 2px 6px -1px {colors.black} / 0.08, inset 0 -2px 6px -1px {colors.black} / 0.08",
47
+ "lg": "inset 0 6px 16px -4px {colors.black} / 0.12, inset 0 -6px 16px -4px {colors.black} / 0.12",
48
+ "xl": "inset 0 12px 24px -6px {colors.black} / 0.15, inset 0 -12px 24px -6px {colors.black} / 0.15",
49
+ "2xl": "inset 0 20px 48px -12px {colors.black} / 0.20, inset 0 -20px 48px -12px {colors.black} / 0.20"
50
+ }
44
51
  },
45
52
  "breakpoints": {
46
53
  "sm": "640px",
@@ -216,5 +223,14 @@
216
223
  "dashed": "dashed",
217
224
  "dotted": "dotted"
218
225
  }
226
+ },
227
+ "tracking": {
228
+ "tightest": "-0.075em",
229
+ "tighter": "-0.05em",
230
+ "tight": "-0.025em",
231
+ "normal": "0em",
232
+ "wide": "0.025em",
233
+ "wider": "0.05em",
234
+ "widest": "0.1em"
219
235
  }
220
236
  }