Skip to content

feat(ARCH-720/components): use design tokens #5861

feat(ARCH-720/components): use design tokens

feat(ARCH-720/components): use design tokens #5861

Triggered via pull request July 21, 2023 09:00
Status Success
Total duration 24m 11s
Artifacts

pr-playground.yml

on: pull_request
Build and deploy playground
12m 57s
Build and deploy playground
Check size
23m 58s
Check size
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
packages/components/src/SidePanel/SidePanel.component.js#L76
[react-hooks/exhaustive-deps] React Hook useLayoutEffect has missing dependencies: 'large' and 'minimised'. Either include them or remove the dependency array. If 'setWidth' needs the current value of 'large', you can also switch to useReducer instead of useState and read 'large' in the reducer.
packages/components/src/SidePanel/SidePanel.component.js#L84
[react-hooks/exhaustive-deps] React Hook useEffect has a missing dependency: 'animation'. Either include it or remove the dependency array.
Check size
The following actions uses node12 which is deprecated and will be forced to run on node16: preactjs/compressed-size-action@8119d3d31b6e57b167e09c81dfa877eada3bcb35. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/