Reafactor: WdsOption > varaint.normal 추가 #60
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
About
WdsOption컴포넌트에 새로운 normal 타입을 추가하여 옵션 UI의 활용 범위를 확장합니다.기존 옵션 타입 외에 기본 형태로 사용할 수 있는
normal variant를 도입하고, 이에 맞는 아이템 구조 및 생성자를 구현했습니다. 또한 위젯북과 데모 화면을 함께 업데이트해 새variant를 쉽게 확인하고 테스트할 수 있도록 했어요.Changes
1. WdsOption에 normal variant 추가
2. Playground 및 데모 화면 개선
3. 문서 및 버전 관리