generated from nl-design-system/example
-
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.
feat(design-tokens): Utrecht Page footer tokens toegevoegd
- utrecht link-list tokens - utrecht page-footer tokens Voor dit ticket: #285 & #248 --------- Co-authored-by: Remy Parzinski <rs.parzinski@gmail.com>
- Loading branch information
Showing
11 changed files
with
184 additions
and
14 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
"@lux-design-system/design-tokens": minor | ||
--- | ||
|
||
Nieuwe tokens: Utrecht Column layout | ||
Nieuwe tokens: Utrecht Link list | ||
Nieuwe tokens: Utrecht Page footer |
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,51 +1,54 @@ | ||
{ | ||
"tokenSetOrder": [ | ||
"core/border", | ||
"core/color", | ||
"core/spacing", | ||
"core/font", | ||
"core/border", | ||
"core/other", | ||
"core/spacing", | ||
"common/default", | ||
"viewport/xl", | ||
"viewport/lg", | ||
"viewport/md", | ||
"viewport/sm", | ||
"viewport/xs", | ||
"product/Logius", | ||
"product/Logius Blauw", | ||
"product/DigiD", | ||
"product/Digitoegankelijk", | ||
"product/MijnOverheid", | ||
"product/EVA", | ||
"product/DigiD", | ||
"product/Logius Blauw", | ||
"product/Logius", | ||
"product/MijnOverheid", | ||
"product/NLdoc-mapping", | ||
"mode/light", | ||
"mode/dark", | ||
"mode/light", | ||
"NLdoc/default", | ||
"NLdoc/Ridderkerk", | ||
"NLdoc/Waterschap Hollandse Delta", | ||
"NLdoc/Rijksoverheid", | ||
"NLdoc/Waterschap Hollandse Delta", | ||
"component/alert", | ||
"component/button", | ||
"component/icon-logo", | ||
"component/login link", | ||
"component/link", | ||
"component/login link", | ||
"component/paragraph", | ||
"component/section", | ||
"nl/utrecht-alert", | ||
"nl/utrecht-button", | ||
"nl/utrecht-column-layout", | ||
"nl/utrecht-document", | ||
"nl/utrecht-fieldset", | ||
"nl/utrecht-focus", | ||
"nl/utrecht-form-field", | ||
"nl/utrecht-form-field-description", | ||
"nl/utrecht-form-field-error-message", | ||
"nl/utrecht-form-field", | ||
"nl/utrecht-form-label", | ||
"nl/utrecht-heading", | ||
"nl/utrecht-link-list", | ||
"nl/utrecht-link", | ||
"nl/utrecht-page-footer", | ||
"nl/utrecht-paragraph", | ||
"nl/utrecht-pointer-target", | ||
"nl/utrecht-textarea", | ||
"nl/utrecht-pre-heading", | ||
"nl/utrecht-text-input" | ||
"nl/utrecht-text-input", | ||
"nl/utrecht-textarea" | ||
] | ||
} | ||
} |
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
28 changes: 28 additions & 0 deletions
28
proprietary/design-tokens/src/imported/nl/utrecht-column-layout.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,28 @@ | ||
{ | ||
"utrecht": { | ||
"column-layout": { | ||
"column-rule-color": { | ||
"value": "{lux.color.none}", | ||
"type": "color" | ||
}, | ||
"column-rule-width": { | ||
"value": "{lux.border-width.none}", | ||
"type": "borderWidth" | ||
}, | ||
"column-width": { | ||
"value": "12.5rem", | ||
"type": "sizing", | ||
"description": "full-size, hoe stel ik dit in? " | ||
}, | ||
"gap": { | ||
"value": "{utrecht.column-layout.column-gap}", | ||
"type": "spacing", | ||
"description": "Deze token uitfaseren" | ||
}, | ||
"column-gap": { | ||
"value": "{lux.grid.gutter}", | ||
"type": "spacing" | ||
} | ||
} | ||
} | ||
} |
34 changes: 34 additions & 0 deletions
34
proprietary/design-tokens/src/imported/nl/utrecht-link-list.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,34 @@ | ||
{ | ||
"utrecht": { | ||
"link-list": { | ||
"row-gap": { | ||
"value": "{lux.space.100}", | ||
"type": "spacing" | ||
}, | ||
"icon": { | ||
"size": { | ||
"value": "{lux.size.icon}", | ||
"type": "sizing" | ||
}, | ||
"inset-block-start": { | ||
"value": "{lux.icon.inset-block-start}", | ||
"type": "spacing" | ||
} | ||
} | ||
} | ||
}, | ||
"todo": { | ||
"link-list": { | ||
"item": { | ||
"column-gap": { | ||
"value": "{lux.space.100}", | ||
"type": "spacing" | ||
}, | ||
"text-decoration": { | ||
"value": "None", | ||
"type": "textDecoration" | ||
} | ||
} | ||
} | ||
} | ||
} |
56 changes: 56 additions & 0 deletions
56
proprietary/design-tokens/src/imported/nl/utrecht-page-footer.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,56 @@ | ||
{ | ||
"utrecht": { | ||
"page-footer": { | ||
"background-color": { | ||
"value": "{lux.color.background.default}", | ||
"type": "color" | ||
}, | ||
"color": { | ||
"value": "{lux.color.foreground.default}", | ||
"type": "color" | ||
}, | ||
"padding-block-start": { | ||
"value": "{lux.space.600}", | ||
"type": "spacing" | ||
}, | ||
"padding-block-end": { | ||
"value": "{lux.space.600}", | ||
"type": "spacing" | ||
}, | ||
"padding-inline-start": { | ||
"value": "{lux.grid.margin}", | ||
"type": "spacing" | ||
}, | ||
"padding-inline-end": { | ||
"value": "{lux.grid.margin}", | ||
"type": "spacing" | ||
}, | ||
"border-color": { | ||
"value": "{lux.color.brand.default}", | ||
"type": "color" | ||
}, | ||
"border-width": { | ||
"value": "{lux.border-width.m}", | ||
"type": "borderWidth" | ||
}, | ||
"content": { | ||
"column-gap": { | ||
"value": "{lux.grid.gutter}", | ||
"type": "spacing" | ||
}, | ||
"row-gap": { | ||
"value": "{lux.space.400}", | ||
"type": "spacing" | ||
}, | ||
"column-width": { | ||
"value": "12.5rem", | ||
"type": "sizing" | ||
}, | ||
"max-inline-size": { | ||
"value": "{lux.grid.max-inline-size}", | ||
"type": "sizing" | ||
} | ||
} | ||
} | ||
} | ||
} |
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
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