Skip to content

Commit

Permalink
Merge pull request #182 from adobe/larz0/SDS-13798-s1-typography-deta…
Browse files Browse the repository at this point in the history
…il-update

feat: S1 typography, detail tokens update
  • Loading branch information
karstens authored Aug 31, 2024
2 parents 9d61883 + 906a6a1 commit c434106
Show file tree
Hide file tree
Showing 2 changed files with 86 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@
}
},
"detail-cjk-emphasized-font-weight": {
"value": "{black-font-weight}",
"value": "{extra-bold-font-weight}",
"type": "fontWeights",
"$extensions": {
"spectrum-tokens": {
Expand Down Expand Up @@ -770,7 +770,7 @@
}
},
"detail-cjk-strong-emphasized-font-weight": {
"value": "{black-font-weight}",
"value": "{extra-bold-font-weight}",
"type": "fontWeights",
"$extensions": {
"spectrum-tokens": {
Expand All @@ -790,7 +790,7 @@
}
},
"detail-cjk-strong-font-weight": {
"value": "{black-font-weight}",
"value": "{extra-bold-font-weight}",
"type": "fontWeights",
"$extensions": {
"spectrum-tokens": {
Expand Down Expand Up @@ -1239,6 +1239,46 @@
}
}
},
"detail-cjk-size-xl": {
"value": "{font-size-100}",
"type": "fontSizes",
"$extensions": {
"spectrum-tokens": {
"uuid": "",
"name": "detail-cjk-size-xl"
}
}
},
"detail-cjk-size-l": {
"value": "{font-size-75}",
"type": "fontSizes",
"$extensions": {
"spectrum-tokens": {
"uuid": "",
"name": "detail-cjk-size-l"
}
}
},
"detail-cjk-size-m": {
"value": "{font-size-50}",
"type": "fontSizes",
"$extensions": {
"spectrum-tokens": {
"uuid": "",
"name": "detail-cjk-size-m"
}
}
},
"detail-cjk-size-s": {
"value": "{font-size-25}",
"type": "fontSizes",
"$extensions": {
"spectrum-tokens": {
"uuid": "",
"name": "detail-cjk-size-s"
}
}
},
"heading-cjk-emphasized-font-style": {
"value": "{default-font-style}",
"type": "other",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@
}
},
"detail-cjk-emphasized-font-weight": {
"value": "{black-font-weight}",
"value": "{extra-bold-font-weight}",
"type": "fontWeights",
"$extensions": {
"spectrum-tokens": {
Expand Down Expand Up @@ -770,7 +770,7 @@
}
},
"detail-cjk-strong-emphasized-font-weight": {
"value": "{black-font-weight}",
"value": "{extra-bold-font-weight}",
"type": "fontWeights",
"$extensions": {
"spectrum-tokens": {
Expand All @@ -790,7 +790,7 @@
}
},
"detail-cjk-strong-font-weight": {
"value": "{black-font-weight}",
"value": "{extra-bold-font-weight}",
"type": "fontWeights",
"$extensions": {
"spectrum-tokens": {
Expand Down Expand Up @@ -1239,6 +1239,46 @@
}
}
},
"detail-cjk-size-xl": {
"value": "{font-size-100}",
"type": "fontSizes",
"$extensions": {
"spectrum-tokens": {
"uuid": "",
"name": "detail-cjk-size-xl"
}
}
},
"detail-cjk-size-l": {
"value": "{font-size-75}",
"type": "fontSizes",
"$extensions": {
"spectrum-tokens": {
"uuid": "",
"name": "detail-cjk-size-l"
}
}
},
"detail-cjk-size-m": {
"value": "{font-size-50}",
"type": "fontSizes",
"$extensions": {
"spectrum-tokens": {
"uuid": "",
"name": "detail-cjk-size-m"
}
}
},
"detail-cjk-size-s": {
"value": "{font-size-25}",
"type": "fontSizes",
"$extensions": {
"spectrum-tokens": {
"uuid": "",
"name": "detail-cjk-size-s"
}
}
},
"heading-cjk-emphasized-font-style": {
"value": "{default-font-style}",
"type": "other",
Expand Down

0 comments on commit c434106

Please sign in to comment.