improvement: logo and name svgs updated and replaced.

This commit is contained in:
2026-08-19 19:39:27 +03:30
parent 96f698be98
commit 29c639f5a1
55 changed files with 262 additions and 71 deletions

View File

@@ -12,7 +12,7 @@ import { formatToothList } from '@/components/treatment/prosthesisTypeDisplay';
import type { LabCaseDetail } from '@/types/cases';
import type { ProsthesisCatalogEntry } from '@/types/treatment-catalog';
import type { FdiToothId } from '@/types/treatment';
import { BrandWordmark, BRAND_PRIMARY_HEX } from '@/components/ui/shared/BrandWordmark';
import { BrandLockup } from '@/components/ui/shared/BrandLockup';
export type CaseSheetLabels = {
title: string;
@@ -79,6 +79,18 @@ export function CaseSheetPrintLayout({
lineHeight: 1.45,
}}
>
<div
style={{
display: 'flex',
justifyContent: 'center',
color: '#0f172a',
fontSize: 22,
lineHeight: 1,
marginBottom: 16,
}}
>
<BrandLockup />
</div>
<header
style={{
display: 'flex',
@@ -89,12 +101,7 @@ export function CaseSheetPrintLayout({
paddingBottom: 16,
}}
>
<div style={{ minWidth: 0, flex: 1 }}>
<p style={{ ...muted, margin: 0, textTransform: 'none', letterSpacing: '0.02em' }}>
<BrandWordmark dotColor={BRAND_PRIMARY_HEX} />
</p>
<h1 style={{ margin: '4px 0 0', fontSize: 24, fontWeight: 600 }}>{labels.title}</h1>
</div>
<h1 style={{ margin: 0, minWidth: 0, flex: 1, fontSize: 24, fontWeight: 600 }}>{labels.title}</h1>
{labCase.shareUrl ? (
<div
style={{