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

@@ -15,7 +15,7 @@
"postinstall": "node -e \"const fs=require('fs');fs.mkdirSync('public',{recursive:true});fs.copyFileSync('node_modules/@cameleer/design-system/assets/cameleer3-logo.svg','public/favicon.svg')\""
},
"dependencies": {
"@cameleer/design-system": "^0.1.37",
"@cameleer/design-system": "^0.1.38",
"@tanstack/react-query": "^5.90.21",
"lucide-react": "^1.7.0",
"openapi-fetch": "^0.17.0",

View File

@@ -70,7 +70,7 @@
.dividerText {
color: var(--text-muted);
font-size: 11px;
font-size: 12px;
text-transform: uppercase;
letter-spacing: 0.5px;
font-weight: 500;

View File

@@ -28,7 +28,7 @@
}
.exchangeId {
font-size: 11px;
font-size: 12px;
background: var(--bg-hover, #F5F0EA);
padding: 2px 6px;
border-radius: 3px;
@@ -41,7 +41,7 @@
.jumpToError {
margin-left: auto;
font-size: 10px;
font-size: 12px;
padding: 3px 10px;
border: 1px solid var(--error, #C0392B);
background: #FDF2F0;
@@ -66,7 +66,7 @@
top: 8px;
right: 8px;
z-index: 10;
font-size: 10px;
font-size: 12px;
font-family: var(--font-mono, monospace);
padding: 3px 8px;
border: 1px solid var(--border, #E4DFD8);
@@ -155,13 +155,13 @@
}
.processorId {
font-size: 11px;
font-size: 12px;
font-family: var(--font-mono, monospace);
color: var(--text-muted, #9C9184);
}
.processorDuration {
font-size: 11px;
font-size: 12px;
font-family: var(--font-mono, monospace);
color: var(--text-secondary, #5C5347);
margin-left: auto;
@@ -171,7 +171,7 @@
STATUS BADGE
========================================================================== */
.statusBadge {
font-size: 10px;
font-size: 12px;
font-weight: 600;
padding: 1px 6px;
border-radius: 8px;
@@ -203,7 +203,7 @@
.tab {
padding: 6px 12px;
font-size: 11px;
font-size: 12px;
font-family: var(--font-body, inherit);
cursor: pointer;
color: var(--text-muted, #9C9184);
@@ -261,7 +261,7 @@
}
.fieldLabel {
font-size: 10px;
font-size: 12px;
color: var(--text-muted, #9C9184);
text-transform: uppercase;
letter-spacing: 0.5px;
@@ -291,7 +291,7 @@
}
.attributesLabel {
font-size: 10px;
font-size: 12px;
color: var(--text-muted, #9C9184);
text-transform: uppercase;
letter-spacing: 0.5px;
@@ -305,7 +305,7 @@
}
.attributePill {
font-size: 10px;
font-size: 12px;
padding: 2px 8px;
background: var(--bg-hover, #F5F0EA);
border-radius: 10px;
@@ -336,7 +336,7 @@
}
.headersColumnLabel {
font-size: 10px;
font-size: 12px;
font-weight: 600;
color: var(--text-muted, #9C9184);
text-transform: uppercase;
@@ -346,7 +346,7 @@
.headersTable {
width: 100%;
font-size: 11px;
font-size: 12px;
border-collapse: collapse;
}
@@ -389,7 +389,7 @@
}
.codeFormat {
font-size: 10px;
font-size: 12px;
font-weight: 600;
color: var(--text-muted, #9C9184);
text-transform: uppercase;
@@ -397,14 +397,14 @@
}
.codeSize {
font-size: 10px;
font-size: 12px;
color: var(--text-muted, #9C9184);
font-family: var(--font-mono, monospace);
}
.codeCopyBtn {
margin-left: auto;
font-size: 10px;
font-size: 12px;
font-family: var(--font-body, inherit);
padding: 2px 8px;
border: 1px solid var(--border, #E4DFD8);
@@ -424,7 +424,7 @@
padding: 12px;
border-radius: 6px;
font-family: var(--font-mono, monospace);
font-size: 11px;
font-size: 12px;
line-height: 1.5;
overflow-x: auto;
white-space: pre-wrap;
@@ -461,7 +461,7 @@
padding: 12px;
border-radius: 6px;
font-family: var(--font-mono, monospace);
font-size: 10px;
font-size: 12px;
line-height: 1.5;
overflow-x: auto;
white-space: pre;
@@ -475,7 +475,7 @@
}
.errorStackLabel {
font-size: 10px;
font-size: 12px;
font-weight: 600;
color: var(--text-muted, #9C9184);
text-transform: uppercase;
@@ -519,7 +519,7 @@
.ganttLabel {
width: 100px;
min-width: 100px;
font-size: 10px;
font-size: 12px;
color: var(--text-secondary, #5C5347);
overflow: hidden;
text-overflow: ellipsis;
@@ -553,7 +553,7 @@
.ganttDuration {
width: 50px;
min-width: 50px;
font-size: 10px;
font-size: 12px;
font-family: var(--font-mono, monospace);
color: var(--text-muted, #9C9184);
text-align: right;

View File

@@ -79,7 +79,7 @@ export function LogTab({ applicationId, exchangeId, processorId }: LogTabProps)
style={{
width: '100%',
padding: '4px 8px',
fontSize: '11px',
fontSize: '12px',
border: '1px solid var(--border-subtle)',
borderRadius: 'var(--radius-sm)',
background: 'var(--bg-surface)',
@@ -89,7 +89,7 @@ export function LogTab({ applicationId, exchangeId, processorId }: LogTabProps)
}}
/>
</div>
<div style={{ flex: 1, overflowY: 'auto', fontSize: '11px', fontFamily: 'var(--font-mono)' }}>
<div style={{ flex: 1, overflowY: 'auto', fontSize: '12px', fontFamily: 'var(--font-mono)' }}>
{entries.length === 0 ? (
<div className={styles.emptyState}>
{processorId ? 'No logs for this processor' : 'No logs available'}
@@ -114,10 +114,10 @@ export function LogTab({ applicationId, exchangeId, processorId }: LogTabProps)
</tbody>
</table>
{exchangeId && (
<div style={{ padding: '6px 10px', borderTop: '1px solid var(--border-subtle)', fontSize: '11px', textAlign: 'center' }}>
<div style={{ padding: '6px 10px', borderTop: '1px solid var(--border-subtle)', fontSize: '12px', textAlign: 'center' }}>
<button
onClick={() => navigate(`/logs/${applicationId}?exchangeId=${exchangeId}`)}
style={{ background: 'none', border: 'none', color: 'var(--amber)', cursor: 'pointer', fontSize: '11px', fontFamily: 'var(--font-body)' }}
style={{ background: 'none', border: 'none', color: 'var(--amber)', cursor: 'pointer', fontSize: '12px', fontFamily: 'var(--font-body)' }}
>
Open in Logs tab {'\u2192'}
</button>

View File

@@ -245,7 +245,7 @@ function StarredList({ items, onNavigate, onRemove }: { items: StarredItem[]; on
{item.icon && <span style={{ display: 'flex', alignItems: 'center', color: 'var(--sidebar-muted)' }}>{item.icon}</span>}
<span style={{ flex: 1, overflow: 'hidden', textOverflow: 'ellipsis', whiteSpace: 'nowrap' }}>
{item.label}
{item.parentApp && <span style={{ color: 'var(--sidebar-muted)', marginLeft: 4, fontSize: 10 }}>{item.parentApp}</span>}
{item.parentApp && <span style={{ color: 'var(--sidebar-muted)', marginLeft: 4, fontSize: 12 }}>{item.parentApp}</span>}
</span>
<button
style={{ background: 'none', border: 'none', padding: 2, cursor: 'pointer', color: 'var(--sidebar-muted)', display: 'flex', alignItems: 'center', opacity: 0.6 }}

View File

@@ -73,7 +73,7 @@
}
.zoomLevel {
font-size: 11px;
font-size: 12px;
color: var(--text-muted, #9C9184);
min-width: 36px;
text-align: center;
@@ -182,7 +182,7 @@
background: rgba(255, 255, 255, 0.15);
border-radius: 3px;
padding: 1px 3px;
font-size: 10px;
font-size: 12px;
color: white;
font-family: inherit;
}
@@ -195,7 +195,7 @@
color: white;
border-radius: 2px;
cursor: pointer;
font-size: 10px;
font-size: 12px;
display: flex;
align-items: center;
justify-content: center;

View File

@@ -26,7 +26,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: transparent;
@@ -72,7 +72,7 @@
.testTabBtn {
padding: 4px 12px;
border-radius: 6px;
font-size: 11px;
font-size: 12px;
cursor: pointer;
border: 1px solid transparent;
background: transparent;

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);
}