Skip to content

Commit

Permalink
chore: Cleanup extra storybook stories used for Figma (#1007)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon authored Mar 5, 2024
1 parent 4ea2fd9 commit 71e0116
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 85 deletions.
24 changes: 0 additions & 24 deletions src/components/ButtonFigma.stories.tsx

This file was deleted.

43 changes: 0 additions & 43 deletions src/components/IconForFigma.stories.tsx

This file was deleted.

18 changes: 0 additions & 18 deletions src/inputs/TextField.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,24 +17,6 @@ export default {
},
} as Meta<TextFieldProps<any>>;

export const ForFigma = {
argTypes: {
errorMsg: { control: "text" },
labelStyle: { control: "select", options: ["above", "left", "inline", "hidden"] },
},
args: {
label: "First Name",
errorMsg: undefined,
helperText: "Helper text",
value: "John",
disabled: false,
readOnly: false,
compact: false,
labelStyle: "above",
clearable: false,
},
};

export function TextFieldStyles() {
return (
<div css={Css.df.fdc.gap5.$}>
Expand Down

0 comments on commit 71e0116

Please sign in to comment.