From dd61248af0f3a61423bce442bbf2fbe21399dd47 Mon Sep 17 00:00:00 2001 From: "paulo.asilva" Date: Wed, 4 Dec 2024 09:39:29 -0300 Subject: [PATCH] style: remove trailing whitespace and add newline at end of files --- src/chip.css.ts | 4 ++-- src/chip.tsx | 4 ++-- src/community/blocks.tsx | 8 +------- 3 files changed, 5 insertions(+), 11 deletions(-) diff --git a/src/chip.css.ts b/src/chip.css.ts index 7be3eb715..45a7ae200 100644 --- a/src/chip.css.ts +++ b/src/chip.css.ts @@ -41,7 +41,7 @@ const chipActive = style({}); export const chipVariants = styleVariants({ default: [ - containerBase, + containerBase, sprinkles({ background: vars.colors.backgroundContainer, color: vars.colors.textPrimary, @@ -166,4 +166,4 @@ globalStyle(`${interactive}:hover:not(${chipActive}) > ${iconActive}`, { color: vars.colors.controlActivated, }, }, -}); \ No newline at end of file +}); diff --git a/src/chip.tsx b/src/chip.tsx index d70573539..df91a779e 100644 --- a/src/chip.tsx +++ b/src/chip.tsx @@ -134,9 +134,9 @@ const Chip = (props: ChipProps): JSX.Element => { {renderContent()} ); - } + } return renderContent(chipDataAttributes); }; -export default Chip; \ No newline at end of file +export default Chip; diff --git a/src/community/blocks.tsx b/src/community/blocks.tsx index fc7db0cb7..a5ae724ac 100644 --- a/src/community/blocks.tsx +++ b/src/community/blocks.tsx @@ -123,12 +123,9 @@ BlockInformation.args = { type HighlightedValueBlockArgs = { headline: string; headlineType: TagType; - value: string; text: string; - secondaryValue: string; - title: string; description: string; }; @@ -201,12 +198,9 @@ BlockValue.args = { type ProgressBlockArgs = { title: string; - stackingGroup: boolean; - progressPercent: number; reverse: boolean; - value: string; text: string; description: string; @@ -257,4 +251,4 @@ BlockProgress.args = { value: '20', text: 'text', description: 'description', -}; \ No newline at end of file +};