File tree Expand file tree Collapse file tree 8 files changed +11
-18
lines changed Expand file tree Collapse file tree 8 files changed +11
-18
lines changed Original file line number Diff line number Diff line change 20
20
"@emotion/core" : " ^11.0.0" ,
21
21
"@emotion/react" : " ^11.10.0" ,
22
22
"@emotion/styled" : " ^11.10.0" ,
23
- "@offer-ui/react" : " ^0.3.1 " ,
23
+ "@offer-ui/react" : " ^0.3.2 " ,
24
24
"@suspensive/react" : " ^1.20.7" ,
25
25
"@tanstack/react-query" : " ^5.8.3" ,
26
26
"axios" : " ^1.2.3" ,
Original file line number Diff line number Diff line change @@ -6,10 +6,7 @@ export const SearchArea = ({ onClose }: SearchAreaProps) => {
6
6
return (
7
7
< Styled . SearchAreaWrapper >
8
8
< Styled . InputWrapper >
9
- < Styled . SearchInput
10
- placeholder = "검색어를 입력하세요"
11
- styleType = "search"
12
- />
9
+ < Styled . SearchInput placeholder = "검색어를 입력하세요" />
13
10
< Styled . CancelButton styleType = "ghost" onClick = { onClose } >
14
11
취소
15
12
</ Styled . CancelButton >
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ const InputWrapper = styled.div`
18
18
padding: 36px 16px;
19
19
`
20
20
21
- const SearchInput = styled ( Input ) `
21
+ const SearchInput = styled ( Input . Search ) `
22
22
width: 100%;
23
23
margin: 0;
24
24
`
Original file line number Diff line number Diff line change @@ -47,10 +47,7 @@ const Header = (): ReactElement => {
47
47
</ Link >
48
48
{ isActivePath && (
49
49
< Styled . InputWrapper >
50
- < Styled . SearchInput
51
- placeholder = "검색어를 입력하세요"
52
- styleType = "search"
53
- />
50
+ < Styled . SearchInput placeholder = "검색어를 입력하세요" />
54
51
</ Styled . InputWrapper >
55
52
) }
56
53
</ Styled . LogoInputSection >
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ const InputWrapper = styled.div`
52
52
}
53
53
`
54
54
55
- const SearchInput = styled ( Input ) `
55
+ const SearchInput = styled ( Input . Search ) `
56
56
width: 426px;
57
57
margin: 0;
58
58
${ ( { theme } ) : string => theme . mediaQuery . tablet || theme . mediaQuery . mobile } {
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ export const ChattingRoom = ({ id, onClose }: ChattingRoomProps) => {
39
39
< Chatting messages = { MESSAGES_MOCK } userId = { 1 } />
40
40
</ Styled . ChattingWrapper >
41
41
< Styled . InputWrapper >
42
- < Input styleType = "chatting" />
42
+ < Input . Chatting />
43
43
</ Styled . InputWrapper >
44
44
</ Styled . Container >
45
45
)
Original file line number Diff line number Diff line change @@ -127,7 +127,6 @@ const PostPage = (): ReactElement => {
127
127
maxLength = { 40 }
128
128
name = "title"
129
129
placeholder = "제목을 입력해주세요(40자 이내)"
130
- styleType = "edit"
131
130
onChange = { handleUpdatePostForm }
132
131
/>
133
132
< StyledTitleLength styleType = "subtitle01M" >
@@ -294,7 +293,7 @@ const StyledRadio = styled(Radio)`
294
293
` }
295
294
`
296
295
297
- const StyledTitleInput = styled ( Input ) `
296
+ const StyledTitleInput = styled ( Input . Edit ) `
298
297
${ ( { theme } ) : string => `
299
298
${ theme . input . edit . large }
300
299
Original file line number Diff line number Diff line change 1864
1864
"@nodelib/fs.scandir" "2.1.5"
1865
1865
fastq "^1.6.0"
1866
1866
1867
- "@offer-ui/react@^0.3.1 ":
1868
- version "0.3.1 "
1869
- resolved "https://registry.yarnpkg.com/@offer-ui/react/-/react-0.3.1 .tgz#f5e36879ec083d9a6e4e994c96312c7ee06154ef "
1870
- integrity sha512-D/iQjUUQASCDUNYuRpM4xYHfsBjIN5iNv+DBULEQLHaejpEg+C80cqUK9mhdiAHVVvXGIt3p7P+nycDAHVRoPA ==
1867
+ "@offer-ui/react@^0.3.2 ":
1868
+ version "0.3.2 "
1869
+ resolved "https://registry.yarnpkg.com/@offer-ui/react/-/react-0.3.2 .tgz#b35fdd96da47fdb57f8f61506617ef7636f11f24 "
1870
+ integrity sha512-m7OoOoHU3xTl09XIKYlq1PWKjidzLENOXzNA0Ir1ASVFkQcbmcnrWr5yXBQJgxNEKT5n0yAVwf1EiU9NS4ADcQ ==
1871
1871
1872
1872
"@pkgjs/parseargs@^0.11.0":
1873
1873
version "0.11.0"
You can’t perform that action at this time.
0 commit comments