Merge branch 'main' into cocoon/feature-duplicate-annotation

This commit is contained in:
Sid
2026-04-18 10:37:56 -07:00
committed by GitHub
115 changed files with 8986 additions and 761 deletions
@@ -33,7 +33,12 @@ import { type CustomFont, getCustomFonts } from "@/lib/customFonts";
import { cn } from "@/lib/utils";
import { AddCustomFontDialog } from "./AddCustomFontDialog";
import { getArrowComponent } from "./ArrowSvgs";
import type { AnnotationRegion, AnnotationType, ArrowDirection, FigureData } from "./types";
import {
type AnnotationRegion,
type AnnotationType,
type ArrowDirection,
type FigureData,
} from "./types";
interface AnnotationSettingsPanelProps {
annotation: AnnotationRegion;