@inchurch/matcha-theme 22.14.3 → 22.14.4
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.
|
@@ -357,6 +357,15 @@ matcha-button-toggle {
|
|
|
357
357
|
display: inline-flex;
|
|
358
358
|
max-width: 100%;
|
|
359
359
|
|
|
360
|
+
// ── Label projetado (<matcha-label>) — empilha ACIMA do grupo (stacked,
|
|
361
|
+
// igual matcha-form-field). Gated por :has(> matcha-label): sem label, o
|
|
362
|
+
// host continua inline-flex row EXATAMENTE como antes (zero regressão).
|
|
363
|
+
&:has(> matcha-label) {
|
|
364
|
+
flex-direction: column;
|
|
365
|
+
align-items: flex-start;
|
|
366
|
+
gap: var(--matcha-space-075, 6px); // mesmo gap label↔box do matcha-form-field
|
|
367
|
+
}
|
|
368
|
+
|
|
360
369
|
.button-group {
|
|
361
370
|
display: flex;
|
|
362
371
|
align-items: stretch;
|