Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-11 03:44:24 +00:00

View File

@@ -7,7 +7,7 @@ interface SvgTextLogoProps {
dominantBaseline?: DominantBaseline;
}
type DominantBaseline = 'auto' | 'text-bottom' | 'alphabetic' | 'ideographic' | 'middle' | 'central' | 'mathematical' | 'hanging';
type DominantBaseline = 'auto' | 'alphabetic' | 'hanging' | 'ideographic' | 'middle' | 'central' | 'mathematical' | 'inherit';
export const SvgTextLogo: React.FC<SvgTextLogoProps> = ({
text,