Skip to content

feat: TET-851 dialog #212

feat: TET-851 dialog

feat: TET-851 dialog #212

Triggered via pull request July 22, 2024 09:19
Status Failure
Total duration 50s
Artifacts

build-n-test.yml

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

Annotations

4 errors and 1 warning
build (18.x): src/components/Dialog/stylesBuilder.ts#L27
Property 'additionalChild' does not exist on type '{ display: "flex"; flexDirection: "column"; padding: string; borderRadius: string; gap: string; boxShadow: "$elevation-bottom-400"; backgroundColor: "$color-interaction-background-modal"; ... 14 more ...; title: { ...; }; }'.
build (18.x): src/components/Dialog/stylesBuilder.ts#L29
Property 'emptyDiv' does not exist on type '{ display: "flex"; flexDirection: "column"; padding: string; borderRadius: string; gap: string; boxShadow: "$elevation-bottom-400"; backgroundColor: "$color-interaction-background-modal"; ... 14 more ...; title: { ...; }; }'.
build (18.x): src/docs-components/DialogDocs.tsx#L10
The type 'readonly ["small", "medium", "large"]' is 'readonly' and cannot be assigned to the mutable type 'DialogSize[]'.
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/