@phcdevworks/spectre-tokens 2.4.0 → 2.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.
- package/README.md +1 -0
- package/dist/index.cjs +3 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +3 -3
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/package.json +5 -5
- package/tokens/components.json +11 -5
- package/tokens/modes.json +12 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@phcdevworks/spectre-tokens",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.5.0",
|
|
4
4
|
"description": "@phcdevworks/spectre-tokens is the design-token package of the Spectre system for downstream Spectre packages and compatible applications.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"phcdevworks",
|
|
@@ -84,16 +84,16 @@
|
|
|
84
84
|
},
|
|
85
85
|
"devDependencies": {
|
|
86
86
|
"@types/node": "^25.6.0",
|
|
87
|
-
"@typescript-eslint/eslint-plugin": "^8.59.
|
|
88
|
-
"@typescript-eslint/parser": "^8.59.
|
|
87
|
+
"@typescript-eslint/eslint-plugin": "^8.59.1",
|
|
88
|
+
"@typescript-eslint/parser": "^8.59.1",
|
|
89
89
|
"colord": "^2.9.3",
|
|
90
|
-
"eslint": "^10.
|
|
90
|
+
"eslint": "^10.3.0",
|
|
91
91
|
"jiti": "^2.6.1",
|
|
92
92
|
"prettier": "^3.8.3",
|
|
93
93
|
"ts-node": "^10.9.2",
|
|
94
94
|
"tsup": "^8.5.1",
|
|
95
95
|
"tsx": "^4.21.0",
|
|
96
96
|
"typescript": "^6.0.3",
|
|
97
|
-
"typescript-eslint": "^8.59.
|
|
97
|
+
"typescript-eslint": "^8.59.1"
|
|
98
98
|
}
|
|
99
99
|
}
|
package/tokens/components.json
CHANGED
|
@@ -50,7 +50,10 @@
|
|
|
50
50
|
}
|
|
51
51
|
},
|
|
52
52
|
"neutralText": {
|
|
53
|
-
"value": "{colors.neutral.700}"
|
|
53
|
+
"value": "{colors.neutral.700}",
|
|
54
|
+
"metadata": {
|
|
55
|
+
"pair": "component.badge.neutralBgHover"
|
|
56
|
+
}
|
|
54
57
|
},
|
|
55
58
|
"infoBg": {
|
|
56
59
|
"value": "{colors.info.100}",
|
|
@@ -65,7 +68,10 @@
|
|
|
65
68
|
}
|
|
66
69
|
},
|
|
67
70
|
"infoText": {
|
|
68
|
-
"value": "{colors.info.700}"
|
|
71
|
+
"value": "{colors.info.700}",
|
|
72
|
+
"metadata": {
|
|
73
|
+
"pair": "component.badge.infoBgHover"
|
|
74
|
+
}
|
|
69
75
|
},
|
|
70
76
|
"successBg": {
|
|
71
77
|
"value": "{colors.success.100}",
|
|
@@ -455,19 +461,19 @@
|
|
|
455
461
|
},
|
|
456
462
|
"accent": {
|
|
457
463
|
"bg": {
|
|
458
|
-
"value": "{colors.accent.
|
|
464
|
+
"value": "{colors.accent.700}",
|
|
459
465
|
"metadata": {
|
|
460
466
|
"pair": "buttons.accent.text"
|
|
461
467
|
}
|
|
462
468
|
},
|
|
463
469
|
"bgHover": {
|
|
464
|
-
"value": "{colors.accent.
|
|
470
|
+
"value": "{colors.accent.800}",
|
|
465
471
|
"metadata": {
|
|
466
472
|
"pair": "buttons.accent.text"
|
|
467
473
|
}
|
|
468
474
|
},
|
|
469
475
|
"bgActive": {
|
|
470
|
-
"value": "{colors.accent.
|
|
476
|
+
"value": "{colors.accent.900}",
|
|
471
477
|
"metadata": {
|
|
472
478
|
"pair": "buttons.accent.text"
|
|
473
479
|
}
|
package/tokens/modes.json
CHANGED
|
@@ -151,7 +151,9 @@
|
|
|
151
151
|
},
|
|
152
152
|
"neutralText": {
|
|
153
153
|
"value": "{colors.neutral.700}",
|
|
154
|
-
"metadata": {
|
|
154
|
+
"metadata": {
|
|
155
|
+
"pair": "modes.default.component.badge.neutralBgHover"
|
|
156
|
+
}
|
|
155
157
|
},
|
|
156
158
|
"infoBg": {
|
|
157
159
|
"value": "{colors.info.100}",
|
|
@@ -167,7 +169,9 @@
|
|
|
167
169
|
},
|
|
168
170
|
"infoText": {
|
|
169
171
|
"value": "{colors.info.700}",
|
|
170
|
-
"metadata": {
|
|
172
|
+
"metadata": {
|
|
173
|
+
"pair": "modes.default.component.badge.infoBgHover"
|
|
174
|
+
}
|
|
171
175
|
},
|
|
172
176
|
"successBg": {
|
|
173
177
|
"value": "{colors.success.100}",
|
|
@@ -493,7 +497,9 @@
|
|
|
493
497
|
},
|
|
494
498
|
"neutralText": {
|
|
495
499
|
"value": "{colors.neutral.100}",
|
|
496
|
-
"metadata": {
|
|
500
|
+
"metadata": {
|
|
501
|
+
"pair": "modes.dark.component.badge.neutralBgHover"
|
|
502
|
+
}
|
|
497
503
|
},
|
|
498
504
|
"infoBg": {
|
|
499
505
|
"value": "{colors.info.800}",
|
|
@@ -509,7 +515,9 @@
|
|
|
509
515
|
},
|
|
510
516
|
"infoText": {
|
|
511
517
|
"value": "{colors.info.100}",
|
|
512
|
-
"metadata": {
|
|
518
|
+
"metadata": {
|
|
519
|
+
"pair": "modes.dark.component.badge.infoBgHover"
|
|
520
|
+
}
|
|
513
521
|
},
|
|
514
522
|
"successBg": {
|
|
515
523
|
"value": "{colors.success.800}",
|