Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add Icon, Header, BottomNavigation (with @tanstack/router) (#28)
* feat: create Docker Hub push flow (#22) * feat: create Docker Hub push flow * feat: add `Typography`, `Button` components (#17) * feat: use absolute path * feat: add tailwind-merge, clsx lib * feat: font, color style type * fix: vite absolute path setting with using path lib * feat: add class-variance-authorithy lib * feat: Typography with size, color props * feat: VisuallyHidden Component for OnlyScreenReader * fix: fix typo in text-grey-number * feat: update color scale(grey, blueGrey scale) * feat: add cn util with extendsTailwindMerge * fix: use cn util at typography className * feat: update font scale(headline-1, body-4) * feat: Button Component with variant, color, padding * feat: add ci workflow for web (#19) * chore: add type check script * feat: add testing libs to web packages * chore: set jest config * chore: add coverage to gitignore * chore: add sample test code * feat: add web ci worfklow(lint, type check, test, build) * feat: add coverage to lint ignorePatterns * chore: coverage to web gitignore * feat: add icon assets and `Icon`, `AccessibleIconButton` components (#21) * feat: add icon svg assets * feat: add vite-svgr-plugin lib * feat: set svgr option with typescript * feat: Icon with type, stroke, fill * fix: add white, black color to ColorType * feat: AccessibleIconButton for ScreenReader * chore: add eol to vite-env.dts * feat: change headline-2 with 24px font * feat: add width, height props to icon * fix: change design system(font, icon, svg) * feat: Header component * chore: change svg fill color * feat: content layout * feat: add @tanstack/react-router lib * feat: set routing with tasntack router * feat: add solid icons * feat: add lodash.throttle lib * feat: add usePreservedCallback * feat: add usePreservedReference * feat: add useThrottle * feat: BottomNavigation * chore: delete console log * chore: delete un-used ignore lint * refactor: fix bg-white to bottom navigation(using opacity when scroll up) * feat: add transition opacity to bottom navigation * fix: add blueGrey800 color --------- Co-authored-by: Wonyoung Lee <74983448+210-reverof@users.noreply.github.com>
- Loading branch information