-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: 중복 의존성 설치된 부분 정리 * refactor: Switch 컴포넌트 token 적용 * chore: radius, space 객체 구조 변경 * chore: Switch 컴포넌트 borderRadius 표현 방식 변경 * chore: styled-system 변경 사항 반영 및 루트 styled-system 삭제
- Loading branch information
1 parent
379fa1b
commit df1dffe
Showing
80 changed files
with
763 additions
and
38,561 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,8 +10,5 @@ | |
}, | ||
"devDependencies": { | ||
"@pandacss/dev": "^0.39.0" | ||
}, | ||
"dependencies": { | ||
"wowds-tokens": "workspace:^" | ||
} | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,8 @@ | ||
import { defineTokens } from "@pandacss/dev"; | ||
import { radius as wowRadius } from "wowds-tokens"; | ||
import { radius } from "wowds-tokens"; | ||
|
||
export const radii = defineTokens.radii({ | ||
radius: { | ||
sm: { value: wowRadius.sm }, | ||
md: { value: wowRadius.md }, | ||
full: { value: wowRadius.full }, | ||
}, | ||
sm: { value: radius.sm }, | ||
md: { value: radius.md }, | ||
full: { value: radius.full }, | ||
}); |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.