Skip to content

Commit

Permalink
[FE] refactor: 디자인 시스템 컴포넌트로 교체 (#841)
Browse files Browse the repository at this point in the history
* chore: 디자인 시스템 버전 업

* refactor: 캐러셀 교체

* refactor: input 교체

* refactor: 토스트 교체
  • Loading branch information
hae-on authored Nov 19, 2023
1 parent b88ee37 commit 70f34f1
Show file tree
Hide file tree
Showing 37 changed files with 32 additions and 611 deletions.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"test:coverage": "jest --watchAll --coverage"
},
"dependencies": {
"@fun-eat/design-system": "^0.3.18",
"@fun-eat/design-system": "^0.4.1",
"@tanstack/react-query": "^4.32.6",
"@tanstack/react-query-devtools": "^4.32.6",
"browser-image-compression": "^2.0.2",
Expand Down
52 changes: 0 additions & 52 deletions frontend/src/components/Common/Carousel/Carousel.stories.tsx

This file was deleted.

63 changes: 0 additions & 63 deletions frontend/src/components/Common/Carousel/Carousel.tsx

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
import { Button } from '@fun-eat/design-system';
import { Button, useToastActionContext } from '@fun-eat/design-system';
import type { ChangeEventHandler } from 'react';
import styled from 'styled-components';

import { IMAGE_MAX_SIZE } from '@/constants';
import { useEnterKeyDown } from '@/hooks/common';
import { useToastActionContext } from '@/hooks/context';

interface ReviewImageUploaderProps {
previewImage: string;
Expand Down
50 changes: 0 additions & 50 deletions frontend/src/components/Common/Input/Input.stories.tsx

This file was deleted.

97 changes: 0 additions & 97 deletions frontend/src/components/Common/Input/Input.tsx

This file was deleted.

18 changes: 0 additions & 18 deletions frontend/src/components/Common/Skeleton/Skeleton.stories.tsx

This file was deleted.

36 changes: 0 additions & 36 deletions frontend/src/components/Common/Skeleton/Skeleton.tsx

This file was deleted.

49 changes: 0 additions & 49 deletions frontend/src/components/Common/Toast/Toast.stories.tsx

This file was deleted.

Loading

0 comments on commit 70f34f1

Please sign in to comment.