Skip to content

feat: TET-854 add header component #208

feat: TET-854 add header component

feat: TET-854 add header component #208

Triggered via pull request July 4, 2024 07:15
Status Failure
Total duration 53s
Artifacts

build-n-test.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 1 warning
build (18.x): src/components/Header/stylesBuilder.ts#L1
Module '"./Header.props"' declares 'HeaderType' locally, but it is not exported.
build (18.x): src/components/Header/stylesBuilder.ts#L44
Element implicitly has an 'any' type because expression of type 'HeaderType' can't be used to index type '{ complex: { h: string; }; compact: { h: string; }; }'.
build (18.x): src/components/Header/stylesBuilder.ts#L45
Element implicitly has an 'any' type because expression of type 'HeaderType' can't be used to index type '{ complex: { marginLeft: string; }; compact: {}; }'.
build (18.x): src/components/Header/stylesBuilder.ts#L50
Element implicitly has an 'any' type because expression of type 'HeaderType' can't be used to index type '{ complex: { padding: string; gap: string; h: string; }; compact: { padding: string; h: string; }; }'.
build (18.x)
Process completed with exit code 2.
build (18.x)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/