Skip to content

Commit

Permalink
style: remove trailing whitespace and add newline at end of files
Browse files Browse the repository at this point in the history
  • Loading branch information
paulo-asilva committed Dec 4, 2024
1 parent d115575 commit dd61248
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 11 deletions.
4 changes: 2 additions & 2 deletions src/chip.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const chipActive = style({});

export const chipVariants = styleVariants({
default: [
containerBase,
containerBase,
sprinkles({
background: vars.colors.backgroundContainer,
color: vars.colors.textPrimary,
Expand Down Expand Up @@ -166,4 +166,4 @@ globalStyle(`${interactive}:hover:not(${chipActive}) > ${iconActive}`, {
color: vars.colors.controlActivated,
},
},
});
});
4 changes: 2 additions & 2 deletions src/chip.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,9 @@ const Chip = (props: ChipProps): JSX.Element => {
{renderContent()}
</BaseTouchable>
);
}
}

return renderContent(chipDataAttributes);
};

export default Chip;
export default Chip;
8 changes: 1 addition & 7 deletions src/community/blocks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -123,12 +123,9 @@ BlockInformation.args = {
type HighlightedValueBlockArgs = {
headline: string;
headlineType: TagType;

value: string;
text: string;

secondaryValue: string;

title: string;
description: string;
};
Expand Down Expand Up @@ -201,12 +198,9 @@ BlockValue.args = {

type ProgressBlockArgs = {
title: string;

stackingGroup: boolean;

progressPercent: number;
reverse: boolean;

value: string;
text: string;
description: string;
Expand Down Expand Up @@ -257,4 +251,4 @@ BlockProgress.args = {
value: '20',
text: 'text',
description: 'description',
};
};

0 comments on commit dd61248

Please sign in to comment.