@phcdevworks/spectre-tokens 4.4.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": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@phcdevworks/spectre-tokens",
3
- "version": "4.4.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",
@@ -113,7 +113,7 @@
113
113
  "tsx": "^4.23.12",
114
114
  "typescript": "npm:@typescript/typescript6@^6.0.2",
115
115
  "typescript-eslint": "^8.67.0",
116
- "vitest": "^4.1.10"
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",