-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #104 from ConductionNL/development
Development to main, week 10
- Loading branch information
Showing
137 changed files
with
1,939 additions
and
296 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
55 changes: 44 additions & 11 deletions
55
conduction-design-tokens/src/brand/conduction/font-size.tokens.json
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,17 +1,50 @@ | ||
{ | ||
"conduction": { | ||
"font-size": { | ||
"4xs": { "value": "5px" }, | ||
"3xs": { "value": "8px" }, | ||
"2xs": { "value": "10px" }, | ||
"xs": { "value": "12px" }, | ||
"sm": { "value": "14px" }, | ||
"md": { "value": "18px" }, | ||
"lg": { "value": "20px" }, | ||
"xl": { "value": "24px" }, | ||
"2xl": { "value": "32px" }, | ||
"3xl": { "value": "48px" }, | ||
"4xl": { "value": "58px" } | ||
"4xs": { | ||
"value": "0.313rem", | ||
"comment": "5px" | ||
}, | ||
"3xs": { | ||
"value": "0.5rem", | ||
"comment": "8px" | ||
}, | ||
"2xs": { | ||
"value": "0.625rem", | ||
"comment": "10px" | ||
}, | ||
"xs": { | ||
"value": "0.75rem", | ||
"comment": "12px" | ||
}, | ||
"sm": { | ||
"value": "0.875rem", | ||
"comment": "14px" | ||
}, | ||
"md": { | ||
"value": "1.125rem", | ||
"comment": "18px" | ||
}, | ||
"lg": { | ||
"value": "1.25rem", | ||
"comment": "20px" | ||
}, | ||
"xl": { | ||
"value": "1.5rem", | ||
"comment": "24px" | ||
}, | ||
"2xl": { | ||
"value": "2rem", | ||
"comment": "32px" | ||
}, | ||
"3xl": { | ||
"value": "3rem", | ||
"comment": "48px" | ||
}, | ||
"4xl": { | ||
"value": "3.625rem", | ||
"comment": "58px" | ||
} | ||
} | ||
} | ||
} |
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
17 changes: 17 additions & 0 deletions
17
conduction-design-tokens/src/component/utrecht/extra-tokens/skip-link.tokens.json
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"utrecht": { | ||
"skip-link": { | ||
"font-weight": { "value": "{conduction.typography.font-weight.bold}" }, | ||
"font-size": { "value": "{conduction.font-size.md}" }, | ||
"outline-style": { "value": "none" }, | ||
"outline-color": {}, | ||
"border-radius": { "value": "3px" }, | ||
"focus": { | ||
"text-decoration": { "value": "{utrecht.skip-link.text-decoration}" } | ||
}, | ||
"inset-block-start": {}, | ||
"inset-inline-start": {}, | ||
"box-shadow-width": {} | ||
} | ||
} | ||
} |
15 changes: 15 additions & 0 deletions
15
conduction-design-tokens/src/component/utrecht/focus.tokens.json
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"utrecht": { | ||
"focus": { | ||
"background-color": {}, | ||
"color": {}, | ||
"outline-color": {}, | ||
"outline-offset": { "value": "2.5px" }, | ||
"outline-style": {}, | ||
"outline-width": { "value": "2.5px" }, | ||
"inverse": { | ||
"outline-color": { "value": "{conduction.color.black.0-60t}" } | ||
} | ||
} | ||
} | ||
} |
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
16 changes: 16 additions & 0 deletions
16
conduction-design-tokens/src/component/utrecht/skip-link.tokens.json
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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"utrecht": { | ||
"skip-link": { | ||
"background-color": { "value": "{conduction.color.grey.87}" }, | ||
"color": { "value": "{conduction.color.grey.27}" }, | ||
"min-block-size": { "value": "20px" }, | ||
"min-inline-size": { "value": "20px" }, | ||
"padding-block-start": { "value": "15px" }, | ||
"padding-block-end": { "value": "{conduction.size.sm}" }, | ||
"padding-inline-start": { "value": "23px" }, | ||
"padding-inline-end": { "value": "23px" }, | ||
"text-decoration": { "value": "none" }, | ||
"z-index": { "value": "100000" } | ||
} | ||
} | ||
} |
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 |
---|---|---|
|
@@ -91,6 +91,9 @@ | |
}, | ||
"29": { | ||
"value": "#334761" | ||
}, | ||
"49": { | ||
"value": "#0771f2" | ||
} | ||
} | ||
} | ||
|
55 changes: 44 additions & 11 deletions
55
municipalities/commonground-design-tokens/src/brand/commonground/font-size.tokens.json
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,17 +1,50 @@ | ||
{ | ||
"commonground": { | ||
"font-size": { | ||
"4xs": { "value": "5px" }, | ||
"3xs": { "value": "8px" }, | ||
"2xs": { "value": "10px" }, | ||
"xs": { "value": "12px" }, | ||
"sm": { "value": "14px" }, | ||
"md": { "value": "16px" }, | ||
"lg": { "value": "20px" }, | ||
"xl": { "value": "24px" }, | ||
"2xl": { "value": "30px" }, | ||
"3xl": { "value": "48px" }, | ||
"4xl": { "value": "58px" } | ||
"4xs": { | ||
"value": "0.313rem", | ||
"comment": "5px" | ||
}, | ||
"3xs": { | ||
"value": "0.5rem", | ||
"comment": "8px" | ||
}, | ||
"2xs": { | ||
"value": "0.625rem", | ||
"comment": "10px" | ||
}, | ||
"xs": { | ||
"value": "0.75rem", | ||
"comment": "12px" | ||
}, | ||
"sm": { | ||
"value": "0.875rem", | ||
"comment": "14px" | ||
}, | ||
"md": { | ||
"value": "1rem", | ||
"comment": "16px" | ||
}, | ||
"lg": { | ||
"value": "1.25rem", | ||
"comment": "20px" | ||
}, | ||
"xl": { | ||
"value": "1.5rem", | ||
"comment": "24px" | ||
}, | ||
"2xl": { | ||
"value": "1.875rem", | ||
"comment": "30px" | ||
}, | ||
"3xl": { | ||
"value": "3rem", | ||
"comment": "48px" | ||
}, | ||
"4xl": { | ||
"value": "3.625rem", | ||
"comment": "58px" | ||
} | ||
} | ||
} | ||
} |
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
17 changes: 17 additions & 0 deletions
17
...ities/commonground-design-tokens/src/component/utrecht/extra-tokens/skip-link.tokens.json
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"utrecht": { | ||
"skip-link": { | ||
"font-weight": {}, | ||
"font-size": {}, | ||
"outline-style": { "value": "none" }, | ||
"outline-color": {}, | ||
"border-radius": {}, | ||
"focus": { | ||
"text-decoration": { "value": "{utrecht.skip-link.text-decoration}" } | ||
}, | ||
"inset-block-start": {}, | ||
"inset-inline-start": {}, | ||
"box-shadow-width": {} | ||
} | ||
} | ||
} |
15 changes: 15 additions & 0 deletions
15
municipalities/commonground-design-tokens/src/component/utrecht/focus.tokens.json
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"utrecht": { | ||
"focus": { | ||
"background-color": { "value": "green" }, | ||
"color": { "value": "purple" }, | ||
"outline-color": { "value": "{commonground.color.black.0}" }, | ||
"outline-offset": { "value": "{commonground.size.3xs}" }, | ||
"outline-style": {}, | ||
"outline-width": { "value": "{commonground.size.3xs}" }, | ||
"inverse": { | ||
"outline-color": { "value": "{commonground.color.black.0}" } | ||
} | ||
} | ||
} | ||
} |
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
16 changes: 16 additions & 0 deletions
16
municipalities/commonground-design-tokens/src/component/utrecht/skip-link.tokens.json
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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"utrecht": { | ||
"skip-link": { | ||
"background-color": { "value": "{commonground.color.blue.49}" }, | ||
"color": { "value": "{commonground.color.white.100}" }, | ||
"min-block-size": { "value": "20px" }, | ||
"min-inline-size": { "value": "20px" }, | ||
"padding-block-start": { "value": "11px" }, | ||
"padding-block-end": { "value": "11px" }, | ||
"padding-inline-start": { "value": "12px" }, | ||
"padding-inline-end": { "value": "12px" }, | ||
"text-decoration": { "value": "none" }, | ||
"z-index": { "value": "100000" } | ||
} | ||
} | ||
} |
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.