Skip to content

feat(tokens): add new tokens #6479

feat(tokens): add new tokens

feat(tokens): add new tokens #6479

Triggered via pull request January 11, 2024 06:09
Status Failure
Total duration 17m 26s
Artifacts

blade-validate.yml

on: pull_request
Validate Source Code
15m 39s
Validate Source Code
Matrix: test
Fit to window
Zoom out
Zoom in

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.