feat: TET-851 dialog #212
Annotations
4 errors and 1 warning
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: { ...; }; }'.
|
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: { ...; }; }'.
|
src/docs-components/DialogDocs.tsx#L10
The type 'readonly ["small", "medium", "large"]' is 'readonly' and cannot be assigned to the mutable type 'DialogSize[]'.
|
|
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/
|
This job failed
Loading