@mt-gloss/tokens 0.1.23 → 0.1.24

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/index.scss +3 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mt-gloss/tokens",
3
- "version": "0.1.23",
3
+ "version": "0.1.24",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "restricted"
package/src/index.scss CHANGED
@@ -5,3 +5,6 @@
5
5
 
6
6
  // Phase 15: threshold visual alerting tokens (warn/critical × bg/border/icon)
7
7
  @import './lib/threshold.css';
8
+
9
+ // Phase v3.0-01: highlight card tint tokens (FOUND-CAT-05)
10
+ @import './lib/highlight.css';