Skip to content

feat: add figma code connect #1370

feat: add figma code connect

feat: add figma code connect #1370

Triggered via pull request September 10, 2024 11:54
Status Failure
Total duration 1m 12s
Artifacts

blade-bundle-size.yml

on: pull_request
Generate PR Report
1m 1s
Generate PR Report
Update Base Stats
0s
Update Base Stats
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Generate PR Report
Type '{ children: string; icon: Element; variant: "primary" | "tertiary" | "secondary"; color: "negative" | "positive" | "primary" | "white"; isDisabled: boolean; isLoading: boolean; size: "xsmall" | ... 2 more ... | "large"; isFullWidth: boolean; }' is not assignable to type 'IntrinsicAttributes & (ButtonProps & RefAttributes<BladeElementRef>)'.
Generate PR Report
Type 'Element' is not assignable to type 'IconComponent'.
Generate PR Report
Type 'string' is not assignable to type 'number'.
Generate PR Report
Type '{}' is not assignable to type 'CardFooterAction'.
Generate PR Report
Type '{}' is not assignable to type 'CardFooterAction'.
Generate PR Report
Type 'boolean' is not assignable to type 'string'.
Generate PR Report
Type 'boolean' is not assignable to type 'string'.
Generate PR Report
Type 'boolean' is not assignable to type 'string'.
Generate PR Report
Type 'boolean' is not assignable to type 'string'.
Generate PR Report
Type '{ placeholder: string; size: "medium" | "large"; value: string; isDisabled: boolean; isLoading: boolean; validationState: "error" | "success"; labelPosition: "left" | "top"; }' is not assignable to type 'IntrinsicAttributes & (TextInputProps & RefAttributes<BladeElementRef>)'.
Generate PR Report
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/