Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove alpha dimension token & Add alpha radius token #2540

Merged
merged 4 commits into from
Dec 5, 2024

Conversation

sungik-choi
Copy link
Contributor

@sungik-choi sungik-choi commented Dec 4, 2024

Self Checklist

  • I wrote a PR title in English and added an appropriate label to the PR.
  • I wrote the commit message in English and to follow the Conventional Commits specification.
  • I added the changeset about the changes that needed to be released. (or didn't have to)
  • I wrote or updated documentation related to the changes. (or didn't have to)
  • I wrote or updated tests related to the changes. (or didn't have to)
  • I tested the changes in various browsers. (or didn't have to)
    • Windows: Chrome, Edge, (Optional) Firefox
    • macOS: Chrome, Edge, Safari, (Optional) Firefox

Related Issue

Summary

Remove alpha dimension token & Add alpha radius token

Details

  • 스펙 변경에 따라 내부적으로만 alpha dimension 토큰은 디자인 토큰에서 제거했습니다.
  • alpha radius 토큰을 추가했습니다.
  • alpha button에서 사용하던 dimension 토큰을 radius로 변경했습니다.
  • 데스크에 dimension 토큰 몇 사용처가 있어서, 버전 업데이트할 때 유의해야합니다.

Breaking change? (Yes/No)

No (alpha version)

References

  • Figma Variable 참고

@sungik-choi sungik-choi added the feat Issue or PR related to a new feature label Dec 4, 2024
@sungik-choi sungik-choi self-assigned this Dec 4, 2024
Copy link

channeltalk bot commented Dec 4, 2024

Copy link

changeset-bot bot commented Dec 4, 2024

🦋 Changeset detected

Latest commit: d02be38

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 4 packages
Name Type
@channel.io/bezier-tokens Patch
@channel.io/bezier-react Patch
@channel.io/stylelint-bezier Patch
bezier-figma-plugin Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link

codecov bot commented Dec 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.31%. Comparing base (9f2495f) to head (d02be38).
Report is 6 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2540   +/-   ##
=======================================
  Coverage   82.31%   82.31%           
=======================================
  Files         143      143           
  Lines        2985     2985           
  Branches      923      919    -4     
=======================================
  Hits         2457     2457           
+ Misses        523      497   -26     
- Partials        5       31   +26     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

github-actions bot commented Dec 4, 2024

Chromatic Report

🚀 Congratulations! Your build was successful!

'@channel.io/bezier-tokens': minor
---

The alpha version dimension token is removed. The alpha version radius token is added.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • alpha 토큰 변경사항은 항상 patch bump 로 생각했는데 그게 아닌가요?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

실수했네요..!

"value": "20px",
"type": "dimension"
},
"32": {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

워크플로우쪽 사이드 프리뷰에서 dimension-30 을 쓰고 있는 부분이 있는데 아마 32의 오타 인것 같아서 확인해보면 좋을것 같아요. 전화 프리뷰의 radius 는 30px이고 아닌 경우는 32px로 되어있네요

@sungik-choi sungik-choi merged commit 9fc055d into channel-io:main Dec 5, 2024
9 checks passed
@sungik-choi sungik-choi deleted the web-5809 branch December 5, 2024 05:34
yangwooseong pushed a commit that referenced this pull request Dec 5, 2024
This PR was opened by the [Changesets
release](https://github.com/changesets/action) 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
## @channel.io/[email protected]

### Minor Changes

- Update icons
([#2545](#2545)) by
@ch-builder

    Modified

    -   arrow-left-up-small.svg
    -   arrow-up.svg
    -   chevron-right-double.svg
    -   naver-talktalk.svg

    Added

    -   chevron-down-bold.svg
    -   chevron-left-bold.svg
    -   chevron-right-bold.svg
    -   chevron-up-bold.svg

## @channel.io/[email protected]

### Patch Changes

- If disabled is not passed from Button's props, disabled follows
loading ([#2510](#2510))
by @jintak0401

-   Updated dependencies
    -   @channel.io/[email protected]

## @channel.io/[email protected]

### Patch Changes

- The alpha version dimension token is removed. The alpha version radius
token is added.
([#2540](#2540)) by
@sungik-choi

## @channel.io/[email protected]

### Patch Changes

-   Updated dependencies
    -   @channel.io/[email protected]

## [email protected]

### Patch Changes

-   Updated dependencies
    -   @channel.io/[email protected]
    -   @channel.io/[email protected]

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat Issue or PR related to a new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants