Skip to content

Commit

Permalink
🗑️ - Remove storybook & other scaffold files (#399)
Browse files Browse the repository at this point in the history
  • Loading branch information
guytepper authored Jan 5, 2025
1 parent fa06c7d commit a9e95cb
Show file tree
Hide file tree
Showing 29 changed files with 174 additions and 5,486 deletions.
83 changes: 0 additions & 83 deletions .npmignore

This file was deleted.

15 changes: 0 additions & 15 deletions app/components/button/button.story.tsx

This file was deleted.

This file was deleted.

16 changes: 0 additions & 16 deletions app/components/dummy-input/dummy-input.story.tsx

This file was deleted.

15 changes: 0 additions & 15 deletions app/components/route-card/route-card.story.tsx

This file was deleted.

15 changes: 0 additions & 15 deletions app/components/route-details-header/route-details-header.story.tsx

This file was deleted.

15 changes: 0 additions & 15 deletions app/components/star-icon/star-icon.story.tsx

This file was deleted.

21 changes: 0 additions & 21 deletions app/components/station-card/station-card.story.tsx

This file was deleted.

15 changes: 0 additions & 15 deletions app/components/text-input/text-input.story.tsx

This file was deleted.

92 changes: 0 additions & 92 deletions app/components/text/text.story.tsx

This file was deleted.

13 changes: 0 additions & 13 deletions app/theme/color.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,17 +162,4 @@ export const color = {
ios: DynamicColorIOS({ light: palette.pinky, dark: "#bb645b" }),
android: PlatformColor("@color/red"),
}),

/**
* Storybook background for Text stories, or any stories where
* the text color is color.text, which is white by default, and does not show
* in Stories against the default white background
*/
storybookDarkBg: palette.black,

/**
* Storybook text color for stories that display Text components against the
* white background
*/
storybookTextColor: palette.black,
}
15 changes: 0 additions & 15 deletions ignite/templates/component/NAME.story.tsx.ejs

This file was deleted.

35 changes: 0 additions & 35 deletions ignite/templates/component/NAME.tsx.ejs

This file was deleted.

7 changes: 0 additions & 7 deletions ignite/templates/model/NAME.test.ts.ejs

This file was deleted.

Loading

0 comments on commit a9e95cb

Please sign in to comment.