Skip to content

feat: add clipped box component #74

feat: add clipped box component

feat: add clipped box component #74

Triggered via pull request March 20, 2024 09:29
Status Failure
Total duration 4m 45s
Artifacts

main-lab-icons.yml

on: pull_request
Build and Deploy Job
4m 13s
Build and Deploy Job
Close Pull Request Job
0s
Close Pull Request Job
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 9 warnings
Build and Deploy Job: packages/react-components-lab/src/components/ClippedBox/ClippedBox.stories.tsx#L1
Requires 'eslint-enable' directive for 'react/destructuring-assignment'
Build and Deploy Job: packages/react-components-lab/src/components/ClippedBox/types.ts#L2
Replace `··height:·number·|·string` with `height:·number·|·string;`
Build and Deploy Job: packages/react-components-lab/src/components/ClippedBox/types.ts#L3
Replace `····base:·ReactNode` with `··base:·ReactNode;`
Build and Deploy Job: packages/react-components-lab/src/components/ClippedBox/types.ts#L4
Replace `····overlay:·ReactNode` with `··overlay:·ReactNode;`
Build and Deploy Job: packages/react-components-lab/src/components/ClippedBox/types.ts#L5
Replace `····direction?:·'horizontal'·|·'vertical'` with `··direction?:·'horizontal'·|·'vertical';`
Build and Deploy Job
Process completed with exit code 1.
Build and Deploy Job
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v2, actions/cache@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build and Deploy Job
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/