@mt-gloss/tokens 0.1.21 → 0.1.23
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 +1 -1
- package/src/_css-vars.scss +6 -0
package/package.json
CHANGED
package/src/_css-vars.scss
CHANGED
|
@@ -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};
|