feat(tokens): add new tokens #6479
blade-validate.yml
on: pull_request
Validate Source Code
15m 39s
Matrix: test
Annotations
14 errors
Validate Source Code
Type '{ gray: { normal: string; subtle: string; muted: string; disabled: string; }; primary: { normal: string; }; onSea: { onSubtle: string; onIntense: string; }; onCloud: { onSubtle: string; onIntense: string; }; staticWhite: { ...; }; staticBlack: { ...; }; }' is not assignable to type 'Record<InteractiveColorKeys, Pick<Emphasis, "subtle" | "normal" | "muted" | "disabled">>'.
|
Validate Source Code
An object literal cannot have multiple properties with the same name.
|
Validate Source Code
Type '{ gray: { normal: string; subtle: string; muted: string; disabled: string; }; primary: { normal: string; }; onSea: { onSubtle: string; onIntense: string; }; onCloud: { onSubtle: string; onIntense: string; }; staticWhite: { ...; }; staticBlack: { ...; }; }' is not assignable to type 'Record<InteractiveColorKeys, Pick<Emphasis, "subtle" | "normal" | "muted" | "disabled">>'.
|
Validate Source Code
Property 'icon' is missing in type '{ background: { positive: { subtle: string; intense: string; }; negative: { subtle: string; intense: string; }; notice: { subtle: string; intense: string; }; information: { subtle: string; intense: string; }; neutral: { ...; }; }; border: { ...; }; text: { ...; }; }' but required in type '{ background: Record<FeedbackColors, SubtleOrIntenseEmphasis>; border: Record<FeedbackColors, SubtleOrIntenseEmphasis>; text: Record<...>; icon: Record<...>; }'.
|
Validate Source Code
An object literal cannot have multiple properties with the same name.
|
Validate Source Code
An object literal cannot have multiple properties with the same name.
|
Validate Source Code
Type '{ positive: { normal: string; subtle: string; muted: string; disabled: string; }; negative: { normal: string; subtle: string; muted: string; disabled: string; }; notice: { normal: string; subtle: string; muted: string; disabled: string; }; ... 6 more ...; staticBlack: { ...; }; }' is not assignable to type 'Record<InteractiveColorKeys, Pick<Emphasis, "subtle" | "normal" | "muted" | "disabled">>'.
|
Validate Source Code
Type '{ positive: { normal: string; subtle: string; muted: string; disabled: string; }; negative: { normal: string; subtle: string; muted: string; disabled: string; }; notice: { normal: string; subtle: string; muted: string; disabled: string; }; ... 6 more ...; staticBlack: { ...; }; }' is not assignable to type 'Record<InteractiveColorKeys, Pick<Emphasis, "subtle" | "normal" | "muted" | "disabled">>'.
|
Validate Source Code
Type '{ surface: { background: { gray: { subtle: string; moderate: string; intense: string; }; primary: { subtle: string; intense: string; }; sea: { subtle: string; intense: string; }; cloud: { subtle: string; intense: string; }; }; border: { ...; }; text: { ...; }; icon: { ...; }; }; transparent: string; }' is missing the following properties from type 'Colors': interactive, feedback, overlay, popup
|
Validate Source Code
An object literal cannot have multiple properties with the same name.
|
Run Tests (2/4)
Process completed with exit code 1.
|
Run Tests (3/4)
Process completed with exit code 1.
|
Run Tests (4/4)
Process completed with exit code 1.
|
Run Tests (1/4)
Process completed with exit code 1.
|