Skip to content

feat: add hideVeil prop to Drawer component #8822

feat: add hideVeil prop to Drawer component

feat: add hideVeil prop to Drawer component #8822

Triggered via pull request January 26, 2026 14:50
Status Success
Total duration 1m 34s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Verify Files: src/components/CopyToClipboard/CopyToClipboard.tsx#L22
'copyText' is already declared in the upper scope on line 5 column 9
Verify Files: src/components/ClipboardButton/ClipboardButton.tsx#L101
'text' is already declared in the upper scope on line 85 column 9
Verify Files: src/components/Card/__stories__/Card.stories.tsx#L147
Named exports should not use the name annotation if it is redundant to the name that would be generated by the export name
Verify Files: src/components/Card/__stories__/Card.stories.tsx#L127
Named exports should not use the name annotation if it is redundant to the name that would be generated by the export name
Verify Files: src/components/Button/__stories__/Button.stories.tsx#L212
Named exports should not use the name annotation if it is redundant to the name that would be generated by the export name
Verify Files: src/components/Button/Button.tsx#L119
Unexpected any. Specify a different type
Verify Files: src/components/Breadcrumbs/__tests__/Breadcrumbs.test.tsx#L42
Unexpected any. Specify a different type
Verify Files: src/components/Breadcrumbs/Breadcrumbs.tsx#L44
Assignment to function parameter 'child'
Verify Files: src/components/Breadcrumbs/Breadcrumbs.tsx#L40
Unexpected any. Specify a different type
Verify Files: .storybook/theme-addon/register.tsx#L26
React Hook React.useEffect has a missing dependency: 'api'. Either include it or remove the dependency array