Skip to content

feat(motion.ts): add refreshed tokens and internal components migration #1362

feat(motion.ts): add refreshed tokens and internal components migration

feat(motion.ts): add refreshed tokens and internal components migration #1362

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

blade-bundle-size.yml

on: pull_request
Generate PR Report
1m 2s
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
Property 'effective' does not exist on type 'EasingType<"cubic-bezier(0.3, 0, 0.2, 1)">'.
Generate PR Report
No overload matches this call.
Generate PR Report
Property 'revealing' does not exist on type 'EasingType<"cubic-bezier(0, 0, 0.2, 1)">'.
Generate PR Report
Property 'revealing' does not exist on type 'EasingType<"cubic-bezier(0.17, 0, 1, 1)">'.
Generate PR Report
Element implicitly has an 'any' type because expression of type '"2xshort"' can't be used to index type 'Delay'.
Generate PR Report
Argument of type '"easing.standard.effective"' is not assignable to parameter of type 'DotNotationToken<Readonly<{ delay: Delay; duration: Duration; easing: Easing; }>, Omit<Readonly<{ delay: Delay; duration: Duration; easing: Easing; }>, "name">>'.
Generate PR Report
Argument of type '"easing.standard.effective"' is not assignable to parameter of type 'DotNotationToken<Readonly<{ delay: Delay; duration: Duration; easing: Easing; }>, Omit<Readonly<{ delay: Delay; duration: Duration; easing: Easing; }>, "name">>'.
Generate PR Report
Argument of type '"easing.standard.effective"' is not assignable to parameter of type 'DotNotationToken<Readonly<{ delay: Delay; duration: Duration; easing: Easing; }>, Omit<Readonly<{ delay: Delay; duration: Duration; easing: Easing; }>, "name">>'.
Generate PR Report
Argument of type '"easing.standard.effective"' is not assignable to parameter of type 'DotNotationToken<Readonly<{ delay: Delay; duration: Duration; easing: Easing; }>, Omit<Readonly<{ delay: Delay; duration: Duration; easing: Easing; }>, "name">>'.
Generate PR Report
Process completed with exit code 1.
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/