@mt-gloss/tokens 0.1.20 → 0.1.22

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mt-gloss/tokens",
3
- "version": "0.1.20",
3
+ "version": "0.1.22",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "restricted"
@@ -114,6 +114,12 @@
114
114
  --gloss-radius-xl: #{$radius-xl};
115
115
  --gloss-radius-full: #{$radius-full};
116
116
 
117
+ // Semantic radius for dashboard MetricCard silhouette (matches CardShell).
118
+ // Quick 260422-ge6 — lets DropAnchorCell's blue drop-affordance share the
119
+ // same corner curve as populated cards instead of drifting with generic
120
+ // radius-md (which consumer apps override for broader UI).
121
+ --gloss-metric-card-radius: 12px;
122
+
117
123
  // --- Elevation (shadows) ---
118
124
  --gloss-elevation-card: #{$shadow-card};
119
125
  --gloss-elevation-button-default: #{$shadow-button-default};