Skip to content

Add FancyMiniContentCard.Title component #109

Add FancyMiniContentCard.Title component

Add FancyMiniContentCard.Title component #109

Triggered via push December 24, 2023 22:59
Status Failure
Total duration 2m 16s
Artifacts

main.yml

on: push
lint-and-format
2m 8s
lint-and-format
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 5 warnings
lint-and-format: src/components/atoms/SpeedDialMenueItem/SpeedDailMenueItem.tsx#L35
Type '{ children: string; type: "inlineElement"; variant: "label"; style: RuleSet<{ $isOpen: boolean; $labelAlign?: "left" | "right" | undefined; theme: TTheme; }>; }' is not assignable to type 'IntrinsicAttributes & { type?: "button" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "label" | "content" | "inlineElement" | "smText" | "verysmText" | undefined; ... 4 more ...; htmlFor?: string | undefined; } & Omit<...>'.
lint-and-format: src/components/molecules/FancyContent/utils/FancyContentText.tsx#L17
Type '{ children: ReactNode; variant: "button" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "label" | "content" | "inlineElement" | "smText" | "verysmText"; weight: "bold" | "normal"; type: "button"; className: string | undefined; style: CSSProp; }' is not assignable to type 'IntrinsicAttributes & { type?: "button" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "label" | "content" | "inlineElement" | "smText" | "verysmText" | undefined; ... 4 more ...; htmlFor?: string | undefined; } & Omit<...>'.
lint-and-format: src/components/molecules/FancyContent/utils/FancyContentText.tsx#L36
Type '{ children: ReactNode; variant: "button" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "label" | "content" | "inlineElement" | "smText" | "verysmText"; weight: "bold" | "normal"; type: "button"; className: string | undefined; style: CSSProp; }' is not assignable to type 'IntrinsicAttributes & { type?: "button" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "label" | "content" | "inlineElement" | "smText" | "verysmText" | undefined; ... 4 more ...; htmlFor?: string | undefined; } & Omit<...>'.
lint-and-format: src/components/molecules/FancyTabSwitchButton/FancyTabSwitchButton.tsx#L39
Type '{ children: (Element | ReactNode)[]; htmlFor: string; type: "label"; style: { zIndex: number; }; }' is not assignable to type 'IntrinsicAttributes & { type?: "button" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "label" | "content" | "inlineElement" | "smText" | "verysmText" | undefined; ... 4 more ...; htmlFor?: string | undefined; } & Omit<...>'.
lint-and-format
Process completed with exit code 2.
lint-and-format
Process completed with exit code 1.
lint-and-format
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
lint-and-format: src/components/molecules/ChipList/ChipList.style.tsx#L23
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
lint-and-format: src/components/molecules/InputWrapper/InputWrapper.style.tsx#L60
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
lint-and-format: src/components/molecules/SwitchList/SwitchList.style.tsx#L24
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
lint-and-format: src/components/molecules/TabSwitch/TabSwitch.style.tsx#L13
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components