chore: release packages - #24
Open
DND-frontend wants to merge 1 commit into
Open
Conversation
DND-frontend
force-pushed
the
changeset-release/main
branch
2 times, most recently
from
May 3, 2026 13:35
b206324 to
62591c9
Compare
DND-frontend
force-pushed
the
changeset-release/main
branch
7 times, most recently
from
May 8, 2026 07:54
a4f7e51 to
048f178
Compare
DND-frontend
force-pushed
the
changeset-release/main
branch
from
May 8, 2026 14:31
048f178 to
77eea42
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@dnd-lab/desktop@0.4.0
Minor Changes
#34
4707e66Thanks @Zero-1016! - Fieldbox / Textfield / Textarea / Sidebarprimitive 네이밍과 API 이름을 가이드라인에 맞게 통일했어요.
Fieldbox.BottomTxt를Fieldbox.BottomText로 바꾸고,readonly를readOnly,isActive를active로 맞춰서 컴포넌트 간 사용 패턴을 일관되게 정리했어요.Fieldbox.BottomTxtFieldbox.BottomTextreadonlyreadOnlyisActiveactivestyles.css.ts/types.tsstyle.css.ts/type.ts마이그레이션:
Fieldbox.BottomTxt사용부를Fieldbox.BottomText로,readonly를readOnly로,isActive를active로 바꿔주세요.#22
cea861cThanks @Zero-1016! - Txt신규 typography 토큰을 적용해
typographyvariant 를 의미 중심 14종으로 재정비하고, 굵기 조절 방식을emphasizedboolean 으로 단순화했어요.typography"h4","h5","h6","body1","body2","caption1","caption2""display1""display4","title1""title4","body1""body3","label1""label3"fontWeight"regular","medium","bold"emphasizedboolean— 각 typography 의 강조 굵기로 토글마이그레이션:
내부에서
Txt를 사용하던Button,Chip,Sidebar,Fieldbox,Textfield,Textarea도 새 토큰에 맞춰 업데이트 했어요. 굵기는 컴포넌트별 의도에 맞게emphasized또는label계열로 옮겼고, 보조 텍스트(caption) 는body3/label2로 매핑했어요.Patch Changes
#33
4352e3eThanks @Zero-1016! - TxtTxt 기본 색상 주입 방식을 컴포넌트 외부 스타일과 자연스럽게 합쳐지도록 조정했어요.
영향: Txt를 기반으로 한 입력/라벨 컴포넌트에서 색상 커스터마이징 충돌이 줄어들어요.
#31
63dca37Thanks @Zero-1016! - TextfieldTextfield 입력 영역의 높이와 타이포그래피를 새 디자인에 맞춰 조정했어요.
body2(medium/large)body3(medium/large)영향: Textfield의 시각 밀도와 입력 텍스트 균형이 일관되게 보여요.
#32
f272577Thanks @Zero-1016! - FieldboxFieldbox의 상태별 배경/보더/보조 텍스트 표현을 새 디자인 규칙에 맞춰 정리했어요.
errorvariant 기반으로 스타일 제어label1title4+ emphasized영향: Fieldbox가 포함된 입력 계열 컴포넌트의 상태 표현이 더 일관되게 보여요.
Updated dependencies [
cea861c,346e83f]:@dnd-lab/token@0.3.0
Minor Changes
#22
cea861cThanks @Zero-1016! - @dnd-lab/tokencolor, typography 토큰을 더 의미 중심으로 정리했어요. 새로 만든 의미 키(
primary/secondary/...)와 일관된 kebab-case primitive 키를 따라가도록 참조 경로가 바뀌었어요.🎨 토큰 변경
color.semantic의 배경 키를 숫자에서 의미 키로 재구성했어요.color.semantic.background.*50,100,200, ...primary,secondary,tertiary,subtle,inverse,hover,pressed,disabledcolor.semantic.brand.*값도 raw hex 가 아니라
{primitive.slate.50}같은 reference 로 통일했어요.typography primitive 키를 모두 kebab-case 로 통일하고 단계를 더 추가했어요.
primitive.font-weight.*Thin,Light,Medium,Semibold, ...thin,extra-light,light,regular,medium,semibold,bold,extra-bold,blackprimitive.letter-spacing.*Tighttight,none추가semantic.body.*,semantic.title.*1/2/34단계 추가🔧 API 변경
기존 토큰 키를 그대로 참조하던 코드는 새 키로 교체해주세요.
마이그레이션:
영향:
@dnd-lab/desktop의.css.ts에서 위 키를 참조하던 곳도 함께 업데이트가 필요해요.#27
346e83fThanks @Zero-1016! - @dnd-lab/tokenalert-dialog,checkbox,radio컴포넌트용 의미 색상 토큰을 새로 추가했어요. 디자인이 확정된 슬롯을 미리 풀어둬서 컴포넌트 구현 시 바로 참조할 수 있어요.추가된 토큰 그룹:
checkbox—border/checked/label(상태·색상 변형 포함)alert-dialog—background와button(primary·secondary·tertiary·quarternary×enabled·hovered·pressed·disabled·focused)fill,group,description.default·description.error,unselected,focused,inverse,medium,disabled-deep함께
typography.primitive.size일부 단계 값을 디자인 가이드에 맞춰 한 단계 조정했어요. 동일한 단계명을 참조하던 컴포넌트는 새 값으로 자동 갱신돼요.영향:
Checkbox,Radio,AlertDialog구현 시 새 색상 키를 바로 참조할 수 있고,Txt등primitive.size단계를 사용하던 곳은 시각적으로 한 단계 차이가 나요.