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

Fix alpha-shadow-input-default token #2274

Merged
merged 2 commits into from
Jun 10, 2024

Conversation

yangwooseong
Copy link
Collaborator

@yangwooseong yangwooseong commented Jun 10, 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

  • None

Summary

  • alpha-shadow-input-default 토큰이 참조하고 있는 값을 수정합니다.

Details

  • 생략

Breaking change? (Yes/No)

  • No

References

@yangwooseong yangwooseong added the bezier-tokens Issue or PR related to bezier-tokens label Jun 10, 2024
@yangwooseong yangwooseong self-assigned this Jun 10, 2024
Copy link

channeltalk bot commented Jun 10, 2024

Copy link

changeset-bot bot commented Jun 10, 2024

🦋 Changeset detected

Latest commit: 4c02ca8

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

This PR includes changesets to release 3 packages
Name Type
@channel.io/bezier-tokens Patch
@channel.io/bezier-react 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 Jun 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.88%. Comparing base (c3833e7) to head (4c02ca8).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2274   +/-   ##
=======================================
  Coverage   84.88%   84.88%           
=======================================
  Files         137      137           
  Lines        2884     2884           
  Branches      876      863   -13     
=======================================
  Hits         2448     2448           
  Misses        431      431           
  Partials        5        5           

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

@yangwooseong yangwooseong merged commit 1aa0914 into channel-io:main Jun 10, 2024
5 checks passed
@yangwooseong yangwooseong deleted the WEB-1784/fix-box-shadow branch June 10, 2024 04:15
yangwooseong pushed a commit that referenced this pull request Jun 17, 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
([#2256](#2256)) by
@yangwooseong

    Added

    -   fast-forward-filled.svg
    -   fast-rewind-filled.svg
    -   paused.svg
    -   play-filled.svg
    -   skip-filled.svg
    -   split-left-filled.svg
    -   split-right-filled.svg

    Modified

    -   fast-forward.svg
    -   fast-rewind.svg
    -   play.svg
    -   skip.svg
    -   split-left.svg
    -   split-right.svg
    -   view-off.svg

    Renamed

    -   pause.svg -> paused-filled.svg

## @channel.io/[email protected]

### Patch Changes

- Changes in `Button` component set
([#2252](#2252)) by
@yangwooseong

- use `AlphaSpinner` instead of `Spinner` component for loading state.
    -   set size of `AlphaSpinner` to be `Icon` size.

- Change `white-absolute` to `white` in `AlphaButton` and
`AlphaIconButton` color.
([#2278](#2278)) by
@yangwooseong

- Changes with `Button` component
([#2253](#2253)) by
@yangwooseong

    -   Change `white` to `white-absolute` in `color` props.
    -   Apply `white-alpha/transparent` token for `tertiary` button.

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

## @channel.io/[email protected]

### Patch Changes

- Add `white-alpha/transparent` token.
([#2253](#2253)) by
@yangwooseong

- Change `innerShadow` value of `alpha-shadow-input-default` token to
reference `color.shadow.medium`
([#2274](#2274)) by
@yangwooseong

## [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
bezier-tokens Issue or PR related to bezier-tokens
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants