diff --git a/src/Routes/DesignWrapper/Wrapper.tsx b/src/Routes/DesignWrapper/Wrapper.tsx index a2c115e75..d73b910ee 100644 --- a/src/Routes/DesignWrapper/Wrapper.tsx +++ b/src/Routes/DesignWrapper/Wrapper.tsx @@ -3,7 +3,6 @@ import { styled, CSSProp } from 'styled-components'; import { TTheme } from '@/interface/TTheme'; - export const DesignWrapper = styled.section` display: flex; flex-direction: column; diff --git a/src/components/atoms/AlignedInputLabel/AlignedInputLabel.tsx b/src/components/atoms/AlignedInputLabel/AlignedInputLabel.tsx index c25782b9b..cbe99944d 100644 --- a/src/components/atoms/AlignedInputLabel/AlignedInputLabel.tsx +++ b/src/components/atoms/AlignedInputLabel/AlignedInputLabel.tsx @@ -6,7 +6,6 @@ import { IAlignedInputLabel } from './TalignedInputLabel.model'; //the aligned label is only with align left or centerd {align?: string; active?: boolean} - export const AlignedInputLabel = styled(InputLabel)` display: flex; align-items: flex-end; diff --git a/src/components/atoms/AnimatedInputLabel/AnimatedInputLabel.tsx b/src/components/atoms/AnimatedInputLabel/AnimatedInputLabel.tsx index 748433d98..05dc1bf23 100644 --- a/src/components/atoms/AnimatedInputLabel/AnimatedInputLabel.tsx +++ b/src/components/atoms/AnimatedInputLabel/AnimatedInputLabel.tsx @@ -10,7 +10,6 @@ import { TTheme } from '@/interface/TTheme'; // ---------- The input label wich hase some colors and an animation --------- // // --------------------------------------------------------------------------- // - export const AnimatedInputLabel = styled(InputLabel)` position: absolute; padding: 12px 0 5px; diff --git a/src/components/atoms/FancyImage/index.ts b/src/components/atoms/FancyImage/index.ts index 5a8ffa974..fb03a7c7e 100644 --- a/src/components/atoms/FancyImage/index.ts +++ b/src/components/atoms/FancyImage/index.ts @@ -1,2 +1,2 @@ export { default as FancyImage } from './FancyImage'; -export type { TFancyImage } from './FancyImage.model'; \ No newline at end of file +export type { TFancyImage } from './FancyImage.model'; diff --git a/src/components/atoms/RawSlider/RawSlider.style.tsx b/src/components/atoms/RawSlider/RawSlider.style.tsx index c100b3935..01677a56d 100644 --- a/src/components/atoms/RawSlider/RawSlider.style.tsx +++ b/src/components/atoms/RawSlider/RawSlider.style.tsx @@ -6,7 +6,6 @@ import { TLayer } from '@/interface/TLayer'; import { getBackgroundColor } from '@/design/designFunctions/colorCalculatorForComponent/colorCalculatorForComponent'; import { TTheme } from '@/interface/TTheme'; - const DragableThumb = css<{ theme: TTheme }>` height: 30px; width: 30px; diff --git a/src/components/molecules/Chip/Components/ChipDeleteButton/ChipDeleteButton.tsx b/src/components/molecules/Chip/Components/ChipDeleteButton/ChipDeleteButton.tsx index 5803f86b2..ac8989a56 100644 --- a/src/components/molecules/Chip/Components/ChipDeleteButton/ChipDeleteButton.tsx +++ b/src/components/molecules/Chip/Components/ChipDeleteButton/ChipDeleteButton.tsx @@ -45,7 +45,7 @@ export default function ChipDeleteButton(props: IXButtonProps & React.ButtonHTML } type TXButton = IStyledPrefixAndOmitter; - + export const StyledXButton = styled(RawButton)` border: none; cursor: pointer; diff --git a/src/components/molecules/Chip/Components/ChipImg/ChipImg.tsx b/src/components/molecules/Chip/Components/ChipImg/ChipImg.tsx index 223f666b4..c206cacd8 100644 --- a/src/components/molecules/Chip/Components/ChipImg/ChipImg.tsx +++ b/src/components/molecules/Chip/Components/ChipImg/ChipImg.tsx @@ -14,7 +14,7 @@ export default function ChipImg(props: IFancyChipImgProps) { } // Define the styled component for the wrapper image - + export const WrapperImage = styled.div<{ theme: TTheme }>` aspect-ratio: 1/1; height: 100%; diff --git a/src/components/molecules/FancySpeedDailButton/SpeedDailButton.style.tsx b/src/components/molecules/FancySpeedDailButton/SpeedDailButton.style.tsx index 6fa673965..a57527c25 100644 --- a/src/components/molecules/FancySpeedDailButton/SpeedDailButton.style.tsx +++ b/src/components/molecules/FancySpeedDailButton/SpeedDailButton.style.tsx @@ -3,7 +3,6 @@ import { styled } from 'styled-components'; import { boxShadow } from '@/design/designFunctions/shadows/shadows'; import { TTheme } from '@/interface/TTheme'; - const SpeedDailButtonSize = 60; export const Wrapper = styled.div` diff --git a/src/components/templates/FancyMiniContentCard/FancyMiniContentCard.tsx b/src/components/templates/FancyMiniContentCard/FancyMiniContentCard.tsx index d09977b57..d377dc1ac 100644 --- a/src/components/templates/FancyMiniContentCard/FancyMiniContentCard.tsx +++ b/src/components/templates/FancyMiniContentCard/FancyMiniContentCard.tsx @@ -26,7 +26,10 @@ function FancyContentCard(props: TFancyMiniContentCardProps) { return (