Interface: StyleDiff
Defined in: types.ts:23
Style diff from comparison result
Properties
patchHints?
optional patchHints: object[];
Defined in: types.ts:36
property
property: string;
severity
severity: "low" | "medium" | "high";
suggestedValue
suggestedValue: string;
properties
properties: Record<string, {
actual?: string;
delta?: number;
expected?: string;
expectedToken?: string;
unit?: string;
}>;
Defined in: types.ts:25
selector
selector: string;
Defined in: types.ts:24
severity
severity: "low" | "medium" | "high";
Defined in: types.ts:35