forked from nl-design-system/themes
-
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.
- Loading branch information
Showing
21 changed files
with
531 additions
and
42 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
70 changes: 70 additions & 0 deletions
70
proprietary/tubbergen-design-tokens/src/component/conduction/checkbox.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,70 @@ | ||
{ | ||
"conduction": { | ||
"input-checkbox": { | ||
"color": { "value": "{tubbergen.color.white.100}" }, | ||
"border-width": { "value": "{tubbergen.size.4xs}" }, | ||
"border-style": { "value": "solid" }, | ||
"border-color": { "value": "{tubbergen.color.grey.46}" }, | ||
"border-radius": { "value": "3px" }, | ||
"box-shadow": {}, | ||
"hover": { | ||
"color": { "value": "{tubbergen.color.white.100}" }, | ||
"border-width": { "value": "{tubbergen.size.4xs}" }, | ||
"border-style": { "value": "solid" }, | ||
"border-color": { "value": "{tubbergen.color.grey.31}" }, | ||
"border-radius": { "value": "3px" }, | ||
"box-shadow": {} | ||
}, | ||
"checked": { | ||
"color": { "value": "{tubbergen.color.primary}" }, | ||
"border-width": { "value": "{tubbergen.size.4xs}" }, | ||
"border-style": { "value": "solid" }, | ||
"border-color": { "value": "{tubbergen.color.primary}" }, | ||
"border-radius": { "value": "3px" }, | ||
"box-shadow": {}, | ||
"checkmark-url": {}, | ||
|
||
"hover": { | ||
"color": { "value": "{tubbergen.color.primary-hover}" }, | ||
"border-width": { "value": "{tubbergen.size.4xs}" }, | ||
"border-style": { "value": "solid" }, | ||
"border-color": { "value": "{tubbergen.color.primary-hover}" }, | ||
"border-radius": { "value": "3px" }, | ||
"box-shadow": {} | ||
} | ||
}, | ||
"disabled": { | ||
"color": { "value": "{tubbergen.color.grey.82}" }, | ||
"border-width": { "value": "{tubbergen.size.4xs}" }, | ||
"border-style": { "value": "solid" }, | ||
"border-color": { "value": "{tubbergen.color.grey.82}" }, | ||
"border-radius": { "value": "3px" }, | ||
"box-shadow": {}, | ||
"hover": { | ||
"color": { "value": "{tubbergen.color.grey.82}" }, | ||
"border-width": { "value": "{tubbergen.size.4xs}" }, | ||
"border-style": { "value": "solid" }, | ||
"border-color": { "value": "{tubbergen.color.grey.82}" }, | ||
"border-radius": { "value": "3px" }, | ||
"box-shadow": {} | ||
} | ||
}, | ||
"focus": { | ||
"outline-width": { "value": "2px" }, | ||
"outline-style": { "value": "solid" }, | ||
"outline-color": { "value": "{tubbergen.color.black.0}" }, | ||
"outline-offset": { "value": "2px" } | ||
}, | ||
"label": { | ||
"color": { "value": "{utrecht.document.color}" }, | ||
"font-size": { "value": "{utrecht.document.font-size}" }, | ||
"font-weight": {}, | ||
"font-family": { "value": "{utrecht.document.font-family}" }, | ||
"container": { | ||
"padding": { "value": "3px" }, | ||
"margin": { "value": "3px" } | ||
} | ||
} | ||
} | ||
} | ||
} |
23 changes: 23 additions & 0 deletions
23
proprietary/tubbergen-design-tokens/src/component/conduction/download-card.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,23 @@ | ||
{ | ||
"conduction": { | ||
"download-card": { | ||
"background-color": {}, | ||
"title": { | ||
"color": { "value": "{tubbergen.color.black.13}" }, | ||
"font-size": { "value": "{tubbergen.font-size.md}" }, | ||
"font-weight": { "value": "{tubbergen.typography.font-weight.bold}" }, | ||
"font-family": { "value": "{tubbergen.typography.montserrat.font-family}" }, | ||
"margin-inline-end": { "value": "{tubbergen.size.sm}" } | ||
}, | ||
"border-width": { "value": "{tubbergen.size.4xs}" }, | ||
"border-style": { "value": "solid" }, | ||
"border-color": { "value": "{tubbergen.color.grey.82}" }, | ||
"border-radius": { "value": "0px" }, | ||
"icon-gap": { "value": "{tubbergen.size.xs}" }, | ||
"padding-inline-end": { "value": "{tubbergen.size.md}" }, | ||
"padding-inline-start": { "value": "{tubbergen.size.md}" }, | ||
"padding-block-end": { "value": "{tubbergen.size.md}" }, | ||
"padding-block-start": { "value": "{tubbergen.size.md}" } | ||
} | ||
} | ||
} |
25 changes: 25 additions & 0 deletions
25
proprietary/tubbergen-design-tokens/src/component/conduction/logo.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,25 @@ | ||
{ | ||
"conduction": { | ||
"logo": { | ||
"header": { | ||
"inline-size": { "value": "150px" }, | ||
"block-size": { "value": "36px" }, | ||
"background-image": { | ||
"value": "url('https://www.tubbergen.nl/sites/all/themes/tubbergen/logo.svg')" | ||
} | ||
}, | ||
"footer": { | ||
"inline-size": { "value": "" }, | ||
"block-size": { "value": "" }, | ||
"background-image": { "value": "" } | ||
}, | ||
"navbar": { | ||
"inline-size": { "value": "150px" }, | ||
"block-size": { "value": "50px" }, | ||
"background-image": { | ||
"value": "url('https://www.tubbergen.nl/sites/all/themes/tubbergen/logo.svg')" | ||
} | ||
} | ||
} | ||
} | ||
} |
67 changes: 67 additions & 0 deletions
67
proprietary/tubbergen-design-tokens/src/component/conduction/navigation.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,67 @@ | ||
{ | ||
"conduction": { | ||
"primary": { | ||
"top-nav": { | ||
"color": { "value": "{tubbergen.color.black.20}" }, | ||
"background-color": { "value": "{tubbergen.color.white.100}" }, | ||
"hover": { | ||
"color": { "value": "{tubbergen.color.primary}" }, | ||
"background-color": { "value": "{tubbergen.color.white.100}" }, | ||
"box-shadow": {} | ||
}, | ||
"current": { | ||
"color": { "value": "{tubbergen.color.primary}" }, | ||
"background-color": { "value": "unset" }, | ||
"box-shadow": { "value": "inset 0 -4px {tubbergen.color.primary}" }, | ||
"mobile": { | ||
"box-shadow": { "value": "inset 4px 0 {tubbergen.color.primary}" } | ||
} | ||
}, | ||
"dropdown": { | ||
"color": {}, | ||
"background-color": {}, | ||
"border-width": {}, | ||
"border-style": {}, | ||
"border-color": {}, | ||
"hover": { | ||
"color": {}, | ||
"background-color": {}, | ||
"box-shadow": {} | ||
} | ||
}, | ||
"item": { | ||
"padding": { "value": "18px" }, | ||
"border-radius": {} | ||
}, | ||
"padding-inline-end": { "value": "16px" }, | ||
"padding-inline-start": { "value": "16px" }, | ||
"padding-block-end": { "value": "16px" }, | ||
"padding-block-start": { "value": "16px" } | ||
} | ||
}, | ||
"secondary": { | ||
"top-nav": { | ||
"color": { "value": "{tubbergen.color.black.20}" }, | ||
"background-color": { "value": "transparent" }, | ||
"hover": { | ||
"color": { "value": "{tubbergen.color.primary}" }, | ||
"background-color": { "value": "{tubbergen.color.white.100}" } | ||
}, | ||
"current": { | ||
"color": { "value": "{tubbergen.color.primary}" }, | ||
"background-color": { "value": "unset" }, | ||
"box-shadow": { "value": "inset 0 -4px {tubbergen.color.primary}" } | ||
}, | ||
"font-size": { "value": "{tubbergen.font-size.md}" }, | ||
"font-weight": { "value": "400" }, | ||
"item": { | ||
"padding": { "value": "18px" } | ||
}, | ||
"padding-inline-end": { "value": "16px" }, | ||
"padding-inline-start": { "value": "16px" }, | ||
"padding-block-end": { "value": "16px" }, | ||
"padding-block-start": { "value": "16px" } | ||
} | ||
} | ||
} | ||
} |
109 changes: 70 additions & 39 deletions
109
proprietary/tubbergen-design-tokens/src/component/conduction/pagination.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,45 +1,76 @@ | ||
{ | ||
"conduction": { | ||
"pagination": { | ||
"container-background-color": { "value": "unset" }, | ||
"container-padding-inline-start": { "value": "0px" }, | ||
"container-padding-inline-end": { "value": "0px" }, | ||
"container-padding-block-start": { "value": "0px" }, | ||
"container-padding-block-end": { "value": "0px" }, | ||
"item-gap": { "value": "{tubbergen.size.2xs}" }, | ||
"item-color": { "value": "{tubbergen.color.white.100}" }, | ||
"item-background-color": { "value": "{tubbergen.color.primary}" }, | ||
"item-border-radius": { "value": "0px" }, | ||
"item-padding-inline-start": { "value": "15px" }, | ||
"item-padding-inline-end": { "value": "15px" }, | ||
"item-padding-block-start": { "value": "7.5px" }, | ||
"item-padding-block-end": { "value": "7.5px" }, | ||
"item-font-size": { "value": "17.6px" }, | ||
"item-font-weight": { "value": "{tubbergen.typography.font-weight.normal}" }, | ||
"item-font-family": { "value": "{utrecht.document.font-family}" }, | ||
"item-border-width": {}, | ||
"item-border-style": {}, | ||
"item-border-color": {}, | ||
"navigation-button-padding-inline-start": { "value": "{tubbergen.size.xs}" }, | ||
"navigation-button-padding-inline-end": { "value": "{tubbergen.size.xs}" }, | ||
"navigation-button-padding-block-start": { "value": "0px" }, | ||
"navigation-button-padding-block-end": { "value": "0px" }, | ||
"disabled-color": { "value": "{tubbergen.color.white.100}" }, | ||
"disabled-background-color": { "value": "{tubbergen.color.lightgrey.89}" }, | ||
"current-page-color": { "value": "{tubbergen.color.blue.36}" }, | ||
"current-page-background-color": { "value": "{tubbergen.color.white.100}" }, | ||
"current-page-font-weight": { "value": "{tubbergen.typography.font-weight.normal}" }, | ||
"current-page-text-decoration": { "value": "unset" }, | ||
"current-page-border-width": {}, | ||
"current-page-border-style": {}, | ||
"current-page-border-color": {}, | ||
"page-hover-color": { "value": "{tubbergen.color.white.100}" }, | ||
"page-hover-background-color": { "value": "{tubbergen.color.green.16}" }, | ||
"page-hover-text-decoration": { "value": "unset" }, | ||
"page-hover-text-decoration-thickness": { "value": "0px" }, | ||
"page-hover-border-width": {}, | ||
"page-hover-border-style": {}, | ||
"page-hover-border-color": {} | ||
"container": { | ||
"background-color": { "value": "unset" }, | ||
"padding-inline-start": { "value": "0px" }, | ||
"padding-inline-end": { "value": "0px" }, | ||
"padding-block-start": { "value": "0px" }, | ||
"padding-block-end": { "value": "0px" } | ||
}, | ||
"item": { | ||
"gap": { "value": "{tubbergen.size.2xs}" }, | ||
"color": { "value": "{tubbergen.color.white.100}" }, | ||
"background-color": { "value": "{tubbergen.color.primary}" }, | ||
"padding-inline-start": { "value": "15px" }, | ||
"padding-inline-end": { "value": "15px" }, | ||
"padding-block-start": { "value": "7.5px" }, | ||
"padding-block-end": { "value": "7.5px" }, | ||
"font-size": { "value": "17.6px" }, | ||
"font-weight": { "value": "{tubbergen.typography.font-weight.normal}" }, | ||
"font-family": { "value": "{utrecht.document.font-family}" }, | ||
"border-width": {}, | ||
"border-style": {}, | ||
"border-color": {}, | ||
"border-radius": { "value": "0px" } | ||
}, | ||
"navigation-button": { | ||
"color": { "value": "{tubbergen.color.white.100}" }, | ||
"background-color": { "value": "{tubbergen.color.primary}" }, | ||
"border-color": {}, | ||
"border-radius": {}, | ||
"border-width": { "value": "0px" }, | ||
"padding-inline-start": { "value": "{tubbergen.size.xs}" }, | ||
"padding-inline-end": { "value": "{tubbergen.size.xs}" }, | ||
"padding-block-start": { "value": "0px" }, | ||
"padding-block-end": { "value": "0px" }, | ||
"disabled": { | ||
"color": { "value": "{tubbergen.color.lightgrey.89}" }, | ||
"background-color": { "value": "transparent" }, | ||
"border-width": { "value": "0px" }, | ||
"border-style": {}, | ||
"border-color": {}, | ||
"border-radius": {} | ||
}, | ||
"hover": { | ||
"color": { "value": "{tubbergen.color.white.100}" }, | ||
"background-color": { "value": "{tubbergen.color.green.16}" }, | ||
"border-width": { "value": "0px" }, | ||
"border-style": {}, | ||
"border-color": {}, | ||
"border-radius": {} | ||
} | ||
}, | ||
"current-page": { | ||
"color": { "value": "{tubbergen.color.blue.36}" }, | ||
"background-color": { "value": "{tubbergen.color.white.100}" }, | ||
"font-weight": { "value": "{tubbergen.typography.font-weight.normal}" }, | ||
"text-decoration": { "value": "unset" }, | ||
"border-width": {}, | ||
"border-style": {}, | ||
"border-color": {} | ||
}, | ||
"page": { | ||
"hover": { | ||
"color": { "value": "{tubbergen.color.white.100}" }, | ||
"background-color": { "value": "{tubbergen.color.green.16}" }, | ||
"text-decoration": { "value": "unset" }, | ||
"text-decoration-thickness": { "value": "0px" }, | ||
"border-width": {}, | ||
"border-style": {}, | ||
"border-color": {} | ||
} | ||
} | ||
} | ||
} | ||
} |
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
21 changes: 21 additions & 0 deletions
21
proprietary/tubbergen-design-tokens/src/component/conduction/table-wrapper.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,21 @@ | ||
{ | ||
"conduction": { | ||
"table-wrapper": { | ||
"scroll-button": { | ||
"background-color": { "value": "{tubbergen.color.blue.96}" }, | ||
"color": { "value": "{tubbergen.color.black.20}" }, | ||
"padding-inline-start": { "value": "{tubbergen.size.sm}" }, | ||
"padding-inline-end": { "value": "{tubbergen.size.sm}" }, | ||
"padding-block-start": {}, | ||
"padding-block-end": {}, | ||
"border-width": {}, | ||
"border-style": {}, | ||
"border-color": {}, | ||
"hover": { | ||
"background-color": { "value": "{tubbergen.color.blue.96}" }, | ||
"color": { "value": "{tubbergen.color.green.24}" } | ||
} | ||
} | ||
} | ||
} | ||
} |
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.