Yang Wooseong (Andrew)
Yang Wooseong (Andrew)
### Description ModalContent 밑 ModalChildrenContent 의 word-break 속성이 break-all 이어서 영어의 줄바꿈이 어색한 곳이 있었습니다. 이를 break-word로 변경합니다. ### Reasons for suggestion 아래와 같은 경우가 발생합니다. ### Proposed solution word-break...
**Describe the bug** Version: 21.0.1 **To Reproduce** ```typescript const project = new Project({ manipulationSettings: { indentationText: IndentationText.TwoSpaces, newLineKind: NewLineKind.LineFeed, quoteKind: QuoteKind.Single, usePrefixAndSuffixTextForRename: true, useTrailingCommas: false, }, }) const removeImportDeclarationWithoutImport =...
## Summary - 리디자인된 디자인 토큰을 사용해서 컴포넌트를 다시 구현합니다. ## Description - 먼저 새로운 컴포넌트 구현에 관한 [RFC 문서 이슈](https://github.com/channel-io/bezier-react/issues/new?assignees=&labels=rfc%2Cstatus%3Aneed+triage&projects=&template=rfc.yml)를 작성해주세요. 예시는 다른 이슈들을 참고해주세요. - 문서 작성이 완료되면...
## Summary - wiki 에 있는 내용을 bezier-react git 안으로 옮깁니다. ## Description - git 안으로 옮기면 pull request로 협업하기 좋고 히스토리 관리를 보다 명확히 확인할 수 있어서 좋습니다. docs(가제)...
## Summary - bezier-tokens 패키지를 빌드하면 `While building darkTheme.css, filtered out token references were found; output may be unexpected. Here are the references that are used but not defined in...
### Summary 새 창에서 뜬 모달안에 있는 엘리먼트가 포커싱을 잃어버립니다. ### Reproduction process 1. 새 창에서 모달을 띄웁니다. 2. 모달 안에 있는 input element 에 문자를 입력할 때, ModalContent 안에...
### Summary 스택의 children 에 리렌더링이 일어날 때 원하지 않는 spacing 이 주입될 수 있습니다. ### Reproduction process https://github.com/channel-io/bezier-react/blob/9c579d221b486c50e8f529dd7e2dc5222f758d3d/packages/bezier-react/src/components/Stack/Stack/Stack.tsx#L48-L88 `Stack` 이 `spacing` 을 받아서 `StackItem` 의 `marginBefore` 로 넘기는 조건으로,...
## Summary 아래 이미지처럼 `FormGroup`을 사용해서 `TextField` 여러 개를 가로 배치할 때, `flex-wrap` 속성을 오버라이딩 해야하는 불편함이 있습니다.  ## Description `FormGroup` 내부에서 `direction` 에 관계없이 `flex-wrap: wrap` 으로 주고...
### Summary bezier-codemod 을 실행 결과에서 transformed files 의 수가 2배입니다. (실제로 IDE 상에서 변경된 파일은 7개) ### Reproduction process https://github.com/channel-io/bezier-react/blob/8cdbc477394ce9821e030c597c1abb9e15beae5d/packages/bezier-codemod/src/App.tsx#L113 바로 아래에서 로그를 찍어보면 filePath 에 해당하는 파일이 2번...