Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FIx sorting
Browse files Browse the repository at this point in the history
VincentSmedinga committed May 31, 2024
1 parent ca8e4d2 commit 51aafb1
Showing 5 changed files with 23 additions and 23 deletions.
Original file line number Diff line number Diff line change
@@ -6,18 +6,18 @@
"font-size": { "value": "{ams.text.level.5.font-size}" },
"font-weight": { "value": "{ams.text.font-weight.normal}" },
"gap": { "value": "{ams.space.stack.md}" },
"line-height": { "value": "{ams.text.level.5.line-height}" },
"details": {
"font-weight": { "value": "{ams.text.font-weight.bold}" },
"padding-inline-start": { "value": "{ams.space.inside.xl}" }
},
"inverse": {
"color": {
"value": "{ams.color.primary-white}"
}
},
"line-height": { "value": "{ams.text.level.5.line-height}" },
"row": {
"gap": { "value": "{ams.space.stack.md}" }
},
"details": {
"font-weight": { "value": "{ams.text.font-weight.bold}" },
"padding-inline-start": { "value": "{ams.space.inside.xl}" }
}
}
}
12 changes: 6 additions & 6 deletions proprietary/tokens/src/components/ams/ordered-list.tokens.json
Original file line number Diff line number Diff line change
@@ -6,17 +6,13 @@
"font-size": { "value": "{ams.text.level.5.font-size}" },
"font-weight": { "value": "{ams.text.font-weight.normal}" },
"gap": { "value": "0.75rem" },
"line-height": { "value": "{ams.text.level.5.line-height}" },
"list-style-type": { "value": "decimal" },
"inverse": {
"color": {
"value": "{ams.color.primary-white}"
}
},
"line-height": { "value": "{ams.text.level.5.line-height}" },
"list-style-type": { "value": "decimal" },
"small": {
"font-size": { "value": "{ams.text.level.6.font-size}" },
"line-height": { "value": "{ams.text.level.6.line-height}" }
},
"item": {
"margin-inline-start": {
"value": "2.25rem",
@@ -39,6 +35,10 @@
"comment": "The total level >=2 indentation for Amsterdam is 28 pixels, or 1.75rem."
}
}
},
"small": {
"font-size": { "value": "{ams.text.level.6.font-size}" },
"line-height": { "value": "{ams.text.level.6.line-height}" }
}
}
}
Original file line number Diff line number Diff line change
@@ -5,12 +5,12 @@
"font-family": { "value": "{ams.text.font-family}" },
"font-size": { "value": "{ams.text.level.0.font-size}" },
"font-weight": { "value": "{ams.text.font-weight.bold}" },
"line-height": { "value": "{ams.text.level.0.font-size}" },
"inverse": {
"color": {
"value": "{ams.color.primary-white}"
}
},
"line-height": { "value": "{ams.text.level.0.font-size}" }
}
}
}
}
8 changes: 4 additions & 4 deletions proprietary/tokens/src/components/ams/paragraph.tokens.json
Original file line number Diff line number Diff line change
@@ -11,13 +11,13 @@
"value": "{ams.color.primary-white}"
}
},
"small": {
"font-size": { "value": "{ams.text.level.6.font-size}" },
"line-height": { "value": "{ams.text.level.6.line-height}" }
},
"large": {
"font-size": { "value": "{ams.text.level.4.font-size}" },
"line-height": { "value": "{ams.text.level.4.line-height}" }
},
"small": {
"font-size": { "value": "{ams.text.level.6.font-size}" },
"line-height": { "value": "{ams.text.level.6.line-height}" }
}
}
}
12 changes: 6 additions & 6 deletions proprietary/tokens/src/components/ams/unordered-list.tokens.json
Original file line number Diff line number Diff line change
@@ -6,13 +6,13 @@
"font-size": { "value": "{ams.text.level.5.font-size}" },
"font-weight": { "value": "{ams.text.font-weight.normal}" },
"gap": { "value": "0.75rem" },
"line-height": { "value": "{ams.text.level.5.line-height}" },
"list-style-type": { "value": "'\\2022'" },
"inverse": {
"color": {
"value": "{ams.color.primary-white}"
}
},
"line-height": { "value": "{ams.text.level.5.line-height}" },
"list-style-type": { "value": "'\\2022'" },
"item": {
"margin-inline-start": {
"value": "1.625rem",
@@ -23,6 +23,10 @@
"comment": "The total level 1 indentation for Amsterdam is 40 pixels, or 2.5rem."
}
},
"small": {
"font-size": { "value": "{ams.text.level.6.font-size}" },
"line-height": { "value": "{ams.text.level.6.line-height}" }
},
"unordered-list": {
"list-style-type": { "value": "'\\2013'" },
"item": {
@@ -35,10 +39,6 @@
"comment": "The total level >=2 indentation for Amsterdam is 28 pixels, or 1.75rem."
}
}
},
"small": {
"font-size": { "value": "{ams.text.level.6.font-size}" },
"line-height": { "value": "{ams.text.level.6.line-height}" }
}
}
}

0 comments on commit 51aafb1

Please sign in to comment.