feat: TET-863 add Status component #119
Annotations
10 errors and 1 warning
Run yarn build:
src/components/Status/Status.test.tsx#L16
Property 'label' is missing in type '{}' but required in type 'StatusProps'.
|
Run yarn build:
src/components/Status/Status.test.tsx#L22
Property 'label' is missing in type '{ appearance: "grey"; emphasis: "high"; }' but required in type 'StatusProps'.
|
Run yarn build:
src/components/Status/Status.test.tsx#L32
Property 'label' is missing in type '{ appearance: "grey"; emphasis: "medium"; }' but required in type 'StatusProps'.
|
Run yarn build:
src/components/Status/Status.test.tsx#L42
Property 'label' is missing in type '{ appearance: "grey"; emphasis: "low"; }' but required in type 'StatusProps'.
|
Run yarn build:
src/components/Status/Status.test.tsx#L52
Property 'label' is missing in type '{ appearance: "blue"; emphasis: "high"; }' but required in type 'StatusProps'.
|
Run yarn build:
src/components/Status/Status.test.tsx#L62
Property 'label' is missing in type '{ appearance: "green"; emphasis: "high"; }' but required in type 'StatusProps'.
|
Run yarn build:
src/components/Status/Status.test.tsx#L72
Property 'label' is missing in type '{ appearance: "red"; emphasis: "high"; }' but required in type 'StatusProps'.
|
Run yarn build:
src/components/Status/Status.test.tsx#L82
Property 'label' is missing in type '{ appearance: "orange"; emphasis: "high"; }' but required in type 'StatusProps'.
|
Run yarn build:
src/components/Status/Status.test.tsx#L92
Property 'label' is missing in type '{ appearance: "orange"; emphasis: "medium"; }' but required in type 'StatusProps'.
|
Run yarn build:
src/components/Status/Status.test.tsx#L102
Property 'label' is missing in type '{ appearance: "orange"; emphasis: "low"; }' but required in type 'StatusProps'.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading