chore: update DS to v0.1.38, enforce 12px font size floor
Some checks failed
CI / cleanup-branch (push) Has been skipped
CI / build (push) Failing after 22s
CI / docker (push) Has been skipped
CI / deploy (push) Has been skipped
CI / deploy-feature (push) Has been skipped

Update @cameleer/design-system to v0.1.38 (12px minimum font size).
Replace all 10px and 11px font sizes with 12px across 25 CSS modules
and 5 TSX inline styles to match the new DS floor.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
hsiegeln
2026-04-07 11:41:51 +02:00
parent 07f3c2584c
commit 9cbf647203
26 changed files with 93 additions and 93 deletions

View File

@@ -99,7 +99,7 @@
}
.meta {
font-size: 11px;
font-size: 12px;
color: var(--text-muted);
}
@@ -177,7 +177,7 @@
}
.hint {
font-size: 11px;
font-size: 12px;
color: var(--text-muted);
font-family: var(--font-body);
}

View File

@@ -7,7 +7,7 @@
}
.panelSectionHeader {
font-size: 11px;
font-size: 12px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.5px;
@@ -28,7 +28,7 @@
}
.fieldLabel {
font-size: 10px;
font-size: 12px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.5px;
@@ -41,7 +41,7 @@
border-radius: var(--radius-sm);
background: var(--bg-body);
color: var(--text-primary);
font-size: 11px;
font-size: 12px;
font-family: var(--font-mono);
outline: none;
}
@@ -54,12 +54,12 @@
display: flex;
align-items: center;
gap: 6px;
font-size: 11px;
font-size: 12px;
color: var(--text-secondary);
}
.sectionSummary {
font-size: 11px;
font-size: 12px;
color: var(--text-muted);
margin-bottom: 8px;
display: block;
@@ -73,11 +73,11 @@
.hint {
color: var(--text-faint);
font-size: 11px;
font-size: 12px;
}
.routeLabel {
font-size: 11px;
font-size: 12px;
color: var(--text-secondary);
}
@@ -116,7 +116,7 @@
}
.panelMeta {
font-size: 11px;
font-size: 12px;
color: var(--text-muted);
}

View File

@@ -42,7 +42,7 @@
}
.tableMeta {
font-size: 11px;
font-size: 12px;
color: var(--text-muted);
}
@@ -72,7 +72,7 @@
}
.detailLabel {
font-size: 10px;
font-size: 12px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.8px;

View File

@@ -57,7 +57,7 @@
}
.tableMeta {
font-size: 11px;
font-size: 12px;
color: var(--text-muted);
font-family: var(--font-mono);
}

View File

@@ -239,7 +239,7 @@ export default function GroupsTab({ highlightId, onHighlightConsumed }: { highli
onChange={(e) => setNewName(e.target.value)}
/>
{duplicateGroupName && (
<span style={{ color: 'var(--error)', fontSize: 11 }}>
<span style={{ color: 'var(--error)', fontSize: 12 }}>
Group name already exists
</span>
)}

View File

@@ -29,7 +29,7 @@
}
.hint {
font-size: 11px;
font-size: 12px;
color: var(--text-muted);
font-family: var(--font-body);
}

View File

@@ -130,7 +130,7 @@ export default function RolesTab({ highlightId, onHighlightConsumed }: { highlig
onChange={(e) => setNewName(e.target.value)}
/>
{duplicateRoleName && (
<span style={{ color: 'var(--error)', fontSize: 11 }}>
<span style={{ color: 'var(--error)', fontSize: 12 }}>
Role name already exists
</span>
)}

View File

@@ -22,7 +22,7 @@
}
.entityMeta {
font-size: 11px;
font-size: 12px;
color: var(--text-muted);
font-family: var(--font-body);
margin-top: 2px;
@@ -107,7 +107,7 @@
}
.inheritedNote {
font-size: 11px;
font-size: 12px;
color: var(--text-muted);
font-style: italic;
font-family: var(--font-body);

View File

@@ -228,7 +228,7 @@ export default function UsersTab({ highlightId, onHighlightConsumed }: { highlig
/>
</div>
{duplicateUsername && (
<span style={{ color: 'var(--error)', fontSize: 11 }}>
<span style={{ color: 'var(--error)', fontSize: 12 }}>
Username already exists
</span>
)}

View File

@@ -19,7 +19,7 @@
.breakdown {
display: flex;
gap: 8px;
font-size: 11px;
font-size: 12px;
font-family: var(--font-mono);
}
@@ -51,7 +51,7 @@
}
.configLabel {
font-size: 10px;
font-size: 12px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.5px;
@@ -125,7 +125,7 @@
border-radius: var(--radius-sm);
background: var(--amber);
color: #fff;
font-size: 11px;
font-size: 12px;
font-weight: 600;
cursor: pointer;
}
@@ -145,7 +145,7 @@
border-radius: var(--radius-sm);
background: transparent;
color: var(--text-muted);
font-size: 11px;
font-size: 12px;
cursor: pointer;
}
@@ -162,7 +162,7 @@
}
.sectionMeta {
font-size: 11px;
font-size: 12px;
color: var(--text-muted);
font-family: var(--font-mono);
}
@@ -187,7 +187,7 @@
display: flex;
align-items: center;
gap: 16px;
font-size: 11px;
font-size: 12px;
color: var(--text-muted);
}
@@ -204,7 +204,7 @@
gap: 8px;
padding: 8px 16px;
background: var(--error-bg);
font-size: 11px;
font-size: 12px;
color: var(--error);
font-weight: 500;
}
@@ -296,7 +296,7 @@
}
.chartTitle {
font-size: 11px;
font-size: 12px;
font-weight: 600;
color: var(--text-secondary);
text-transform: uppercase;
@@ -396,7 +396,7 @@
background: none;
border: none;
color: var(--text-muted);
font-size: 11px;
font-size: 12px;
cursor: pointer;
padding: 2px 6px;
white-space: nowrap;

View File

@@ -35,7 +35,7 @@
.scopeSep {
color: var(--text-muted);
font-size: 10px;
font-size: 12px;
}
.scopeCurrent {
@@ -113,7 +113,7 @@
}
.chartMeta {
font-size: 11px;
font-size: 12px;
color: var(--text-muted);
font-family: var(--font-mono);
}
@@ -222,7 +222,7 @@
background: none;
border: none;
color: var(--text-muted);
font-size: 11px;
font-size: 12px;
cursor: pointer;
padding: 2px 6px;
white-space: nowrap;

View File

@@ -53,7 +53,7 @@
}
.tableMeta {
font-size: 11px;
font-size: 12px;
color: var(--text-muted);
font-family: var(--font-mono);
}
@@ -101,7 +101,7 @@
align-items: center;
gap: 5px;
font-family: var(--font-mono);
font-size: 11px;
font-size: 12px;
color: var(--text-secondary);
}
@@ -132,14 +132,14 @@
}
.inlineErrorText {
font-size: 11px;
font-size: 12px;
color: var(--error);
font-family: var(--font-mono);
line-height: 1.4;
}
.inlineErrorHint {
font-size: 10px;
font-size: 12px;
color: var(--text-muted);
margin-top: 3px;
}
@@ -152,7 +152,7 @@
}
.attrOverflow {
font-size: 10px;
font-size: 12px;
color: var(--text-muted);
}

View File

@@ -30,7 +30,7 @@
}
.refreshText {
font-size: 11px;
font-size: 12px;
color: var(--text-muted);
font-family: var(--font-mono);
}
@@ -59,7 +59,7 @@
}
.tableMeta {
font-size: 11px;
font-size: 12px;
color: var(--text-muted);
font-family: var(--font-mono);
}
@@ -136,7 +136,7 @@
.toggleBtn {
padding: 3px 10px;
font-size: 11px;
font-size: 12px;
font-family: var(--font-mono);
color: var(--text-muted);
background: transparent;

View File

@@ -117,7 +117,7 @@
.chainTotal {
font-family: var(--font-mono);
font-size: 10px;
font-size: 12px;
font-weight: 600;
color: var(--text-secondary);
margin-left: auto;
@@ -131,7 +131,7 @@
.chainArrow {
color: var(--text-faint, var(--text-muted));
font-size: 10px;
font-size: 12px;
margin: 0 4px;
flex-shrink: 0;
}
@@ -143,7 +143,7 @@
padding: 3px 8px;
border-radius: var(--radius-sm);
border: 1px solid var(--border-subtle);
font-size: 10px;
font-size: 12px;
font-family: var(--font-mono);
cursor: pointer;
background: var(--bg-surface);
@@ -197,6 +197,6 @@
.chainNone {
color: var(--text-muted);
font-size: 11px;
font-size: 12px;
font-style: italic;
}

View File

@@ -37,7 +37,7 @@
border: none;
background: none;
font: inherit;
font-size: 11px;
font-size: 12px;
font-weight: 500;
color: var(--text-secondary);
cursor: pointer;

View File

@@ -42,7 +42,7 @@
max-width: 180px;
overflow: hidden;
text-overflow: ellipsis;
font-size: 11px;
font-size: 12px;
}
.message {
@@ -61,7 +61,7 @@
}
.chip {
font-size: 10px;
font-size: 12px;
padding: 1px 6px;
border-radius: var(--radius-sm);
background: var(--bg-raised);
@@ -88,13 +88,13 @@
.detailLabel {
color: var(--text-muted);
font-size: 11px;
font-size: 12px;
}
.detailValue {
color: var(--text-primary);
font-family: var(--font-mono);
font-size: 11px;
font-size: 12px;
word-break: break-all;
}
@@ -112,7 +112,7 @@
.stackTrace {
font-family: var(--font-mono);
font-size: 11px;
font-size: 12px;
color: var(--error);
background: var(--bg-deep);
border-radius: var(--radius-sm);
@@ -138,7 +138,7 @@
.mdcEntry {
display: flex;
gap: 2px;
font-size: 11px;
font-size: 12px;
font-family: var(--font-mono);
background: var(--bg-deep);
border-radius: var(--radius-sm);
@@ -164,7 +164,7 @@
border: 1px solid var(--border-subtle);
border-radius: var(--radius-sm);
padding: 4px 10px;
font-size: 11px;
font-size: 12px;
color: var(--text-secondary);
cursor: pointer;
font-family: var(--font-body);
@@ -189,6 +189,6 @@
color: var(--amber);
cursor: pointer;
font-family: var(--font-mono);
font-size: 11px;
font-size: 12px;
text-decoration: underline;
}

View File

@@ -136,7 +136,7 @@
align-items: center;
gap: 12px;
padding: 4px 16px;
font-size: 11px;
font-size: 12px;
color: var(--text-muted);
border-top: 1px solid var(--border-subtle);
background: var(--bg-surface);

View File

@@ -44,7 +44,7 @@
}
.headerStatLabel {
font-size: 10px;
font-size: 12px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.6px;
@@ -192,7 +192,7 @@
}
.tableMeta {
font-size: 11px;
font-size: 12px;
color: var(--text-muted);
font-family: var(--font-mono);
}
@@ -267,7 +267,7 @@
.errorTime {
color: var(--text-muted);
font-size: 11px;
font-size: 12px;
}
/* Route flow section */
@@ -299,7 +299,7 @@
}
.recordingLabel {
font-size: 11px;
font-size: 12px;
color: var(--text-muted);
}
@@ -378,7 +378,7 @@
.typeOption {
padding: 4px 12px;
border-radius: var(--radius-sm);
font-size: 11px;
font-size: 12px;
cursor: pointer;
border: 1px solid var(--border-subtle);
background: var(--bg-surface);
@@ -423,7 +423,7 @@
.testTabBtn {
padding: 4px 12px;
border-radius: 6px;
font-size: 11px;
font-size: 12px;
cursor: pointer;
border: 1px solid var(--border-subtle);
background: var(--bg-surface);

View File

@@ -27,7 +27,7 @@
}
.refreshText {
font-size: 11px;
font-size: 12px;
color: var(--text-muted);
font-family: var(--font-mono);
}
@@ -62,7 +62,7 @@
}
.tableMeta {
font-size: 11px;
font-size: 12px;
color: var(--text-muted);
font-family: var(--font-mono);
}