-
Notifications
You must be signed in to change notification settings - Fork 0
디자인 토큰 구조 정립 (typography, dimension, radius, color) #4
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
Merged
Merged
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
13ffb47
feat: font size setting
yhyem aca4715
feat: line height setting
yhyem 2fc6ed4
feat: font weight setting
yhyem 3fdda28
feat: primitive color rgb값 수정
yhyem be373ae
feat: semantic typography 구현
yhyem 174ab55
feat: dimension token
yhyem b3f2865
refactor: primitive token 폴더 구조 변경
yhyem 2569688
feat: radius token
yhyem 39dba9d
refactor: 폴더 구조 피그마 기준으로 변경
yhyem b9f417d
fix: 파일 경로 및 네이밍 오류
yhyem 831d0d8
fix: typography convetion 구조 오류
yhyem e274268
fix: $type 및 $schema 누락 수정
ndaemy ae65078
fix: color 토큰 그룹명 단수형으로 통일
ndaemy cd17a10
refactor: $type 그룹 레벨 통일 및 typography fontFamily 추가
ndaemy 1744472
docs: 네이밍 컨벤션 수정 (그룹명 camelCase 허용)
ndaemy c1142c7
refactor: typography 토큰에서 fontFamily 제거
ndaemy File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
26 changes: 26 additions & 0 deletions
26
packages/design-tokens/tokens/dimension/dimension.tokens.jsonc
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,26 @@ | ||
| { | ||
| "$schema": "../schema.json", | ||
| "dimension": { | ||
| "$type": "dimension", | ||
| "2": { "$value": "2px" }, | ||
| "4": { "$value": "4px" }, | ||
| "6": { "$value": "6px" }, | ||
| "8": { "$value": "8px" }, | ||
| "10": { "$value": "10px" }, | ||
| "12": { "$value": "12px" }, | ||
| "14": { "$value": "14px" }, | ||
| "16": { "$value": "16px" }, | ||
| "18": { "$value": "18px" }, | ||
| "20": { "$value": "20px" }, | ||
| "24": { "$value": "24px" }, | ||
| "28": { "$value": "28px" }, | ||
| "32": { "$value": "32px" }, | ||
| "36": { "$value": "36px" }, | ||
| "40": { "$value": "40px" }, | ||
| "48": { "$value": "48px" }, | ||
| "56": { "$value": "56px" }, | ||
| "64": { "$value": "64px" }, | ||
| "80": { "$value": "80px" }, | ||
| "96": { "$value": "96px" } | ||
| } | ||
| } |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,27 @@ | ||
| { | ||
| "$schema": "../schema.json", | ||
| "radius": { | ||
| "$type": "dimension", | ||
| "r100": { | ||
| "$value": "{dimension.4}" | ||
| }, | ||
| "r200": { | ||
| "$value": "{dimension.8}" | ||
| }, | ||
| "r250": { | ||
| "$value": "{dimension.10}" | ||
| }, | ||
| "r300": { | ||
| "$value": "{dimension.12}" | ||
| }, | ||
| "r400": { | ||
| "$value": "{dimension.16}" | ||
| }, | ||
| "r500": { | ||
| "$value": "{dimension.20}" | ||
| }, | ||
| "full": { | ||
| "$value": "999px" | ||
| } | ||
| } | ||
| } |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ദ്ദിᐢ. .ᐢ₎ 감사합니다 !!!!!