@gemeente-rotterdam/design-tokens
Advanced tools
Comparing version 1.0.0-alpha.8 to 1.0.0-alpha.9
/** | ||
* Do not edit directly | ||
* Generated on Sun, 03 Dec 2023 17:48:56 GMT | ||
* Generated on Sun, 03 Dec 2023 19:45:37 GMT | ||
*/ | ||
@@ -298,2 +298,9 @@ | ||
export const utrechtBadgePaddingInline : string; | ||
export const utrechtBreadcrumbNavLinkColor : string; | ||
export const utrechtBreadcrumbNavLinkFocusColor : string; | ||
export const utrechtBreadcrumbNavLinkHoverColor : string; | ||
export const utrechtBreadcrumbNavLinkDisabledColor : string; | ||
export const utrechtBreadcrumbNavSeparatorColor : string; | ||
export const utrechtBreadcrumbNavSeparatorInlineSize : string; | ||
export const utrechtBreadcrumbNavSeparatorIconSize : string; | ||
export const utrechtButtonBackgroundColor : string; | ||
@@ -392,2 +399,7 @@ export const utrechtButtonBorderWidth : string; | ||
export const utrechtLinkHoverColor : string; | ||
export const utrechtLinkPlaceholderColor : string; | ||
export const utrechtOrderedListFontSize : string; | ||
export const utrechtOrderedListLineHeight : string; | ||
export const utrechtOrderedListItemMarginBlockEnd : string; | ||
export const utrechtOrderedListItemPaddingInlineStart : string; | ||
export const utrechtPageFooterColor : string; | ||
@@ -434,3 +446,8 @@ export const utrechtPageFooterBackgroundColor : string; | ||
export const utrechtTextboxInvalidBorderBottomColor : string; | ||
export const utrechtUnorderedListFontSize : string; | ||
export const utrechtUnorderedListLineHeight : string; | ||
export const utrechtUnorderedListItemMarginBlockEnd : string; | ||
export const utrechtUnorderedListItemPaddingInlineStart : string; | ||
export const utrechtUnorderedListMarkerColor : string; | ||
export const exampleButtonBackgroundColor : string; | ||
export const exampleButtonColor : string; |
@@ -221,2 +221,9 @@ { | ||
"utrechtBadgePaddingInline": "8px", | ||
"utrechtBreadcrumbNavLinkColor": "#00811F", | ||
"utrechtBreadcrumbNavLinkFocusColor": "#00602E", | ||
"utrechtBreadcrumbNavLinkHoverColor": "#00602E", | ||
"utrechtBreadcrumbNavLinkDisabledColor": "#65757B", | ||
"utrechtBreadcrumbNavSeparatorColor": "#00811F", | ||
"utrechtBreadcrumbNavSeparatorInlineSize": "40px", | ||
"utrechtBreadcrumbNavSeparatorIconSize": "24px", | ||
"utrechtButtonBackgroundColor": "#00811F", | ||
@@ -314,2 +321,7 @@ "utrechtButtonBorderWidth": "0", | ||
"utrechtLinkHoverColor": "#00602E", | ||
"utrechtLinkPlaceholderColor": "#65757B", | ||
"utrechtOrderedListFontSize": "16px", | ||
"utrechtOrderedListLineHeight": "28px", | ||
"utrechtOrderedListItemMarginBlockEnd": "8px", | ||
"utrechtOrderedListItemPaddingInlineStart": "16px", | ||
"utrechtPageFooterColor": "#ffffff", | ||
@@ -356,4 +368,9 @@ "utrechtPageFooterBackgroundColor": "#00811F", | ||
"utrechtTextboxInvalidBorderBottomColor": "#FE1818", | ||
"utrechtUnorderedListFontSize": "16px", | ||
"utrechtUnorderedListLineHeight": "28px", | ||
"utrechtUnorderedListItemMarginBlockEnd": "8px", | ||
"utrechtUnorderedListItemPaddingInlineStart": "16px", | ||
"utrechtUnorderedListMarkerColor": "#00811F", | ||
"exampleButtonBackgroundColor": "#00811F", | ||
"exampleButtonColor": "#ffffff" | ||
} |
@@ -398,2 +398,47 @@ { | ||
}, | ||
"breadcrumb-nav": { | ||
"min-block-size": {}, | ||
"font-family": {}, | ||
"font-size": {}, | ||
"text-transform": {}, | ||
"item": { | ||
"padding-block-start": {}, | ||
"padding-block-end": {}, | ||
"padding-inline-end": {}, | ||
"padding-inline-start": {} | ||
}, | ||
"link": { | ||
"color": "#00811F", | ||
"focus": { | ||
"background-color": {}, | ||
"color": "#00602E", | ||
"text-decoration": {} | ||
}, | ||
"hover": { | ||
"color": "#00602E", | ||
"text-decoration": {} | ||
}, | ||
"current": { | ||
"font-weight": {} | ||
}, | ||
"disabled": { | ||
"color": "#65757B" | ||
} | ||
}, | ||
"separator": { | ||
"color": "#00811F", | ||
"inline-size": "40px", | ||
"icon": { | ||
"size": "24px" | ||
} | ||
}, | ||
"arrows": { | ||
"link": { | ||
"background-color": {}, | ||
"focus": { | ||
"background-color": {} | ||
} | ||
} | ||
} | ||
}, | ||
"button": { | ||
@@ -720,3 +765,3 @@ "background-color": "#00811F", | ||
"placeholder": { | ||
"color": {} | ||
"color": "#65757B" | ||
}, | ||
@@ -730,2 +775,14 @@ "visited": { | ||
}, | ||
"ordered-list": { | ||
"font-size": "16px", | ||
"line-height": "28px", | ||
"margin-block-start": {}, | ||
"margin-block-end": {}, | ||
"padding-inline-start": {}, | ||
"item": { | ||
"margin-block-start": {}, | ||
"margin-block-end": "8px", | ||
"padding-inline-start": "16px" | ||
} | ||
}, | ||
"page-footer": { | ||
@@ -871,2 +928,17 @@ "color": "#ffffff", | ||
} | ||
}, | ||
"unordered-list": { | ||
"font-size": "16px", | ||
"line-height": "28px", | ||
"margin-block-start": {}, | ||
"margin-block-end": {}, | ||
"padding-inline-start": {}, | ||
"item": { | ||
"margin-block-start": {}, | ||
"margin-block-end": "8px", | ||
"padding-inline-start": "16px" | ||
}, | ||
"marker": { | ||
"color": "#00811F" | ||
} | ||
} | ||
@@ -873,0 +945,0 @@ }, |
/** | ||
* Do not edit directly | ||
* Generated on Sun, 03 Dec 2023 17:48:56 GMT | ||
* Generated on Sun, 03 Dec 2023 19:45:37 GMT | ||
*/ | ||
@@ -421,2 +421,47 @@ | ||
}, | ||
"breadcrumb-nav": { | ||
"min-block-size": {}, | ||
"font-family": {}, | ||
"font-size": {}, | ||
"text-transform": {}, | ||
"item": { | ||
"padding-block-start": {}, | ||
"padding-block-end": {}, | ||
"padding-inline-end": {}, | ||
"padding-inline-start": {} | ||
}, | ||
"link": { | ||
"color": DesignToken, | ||
"focus": { | ||
"background-color": {}, | ||
"color": DesignToken, | ||
"text-decoration": {} | ||
}, | ||
"hover": { | ||
"color": DesignToken, | ||
"text-decoration": {} | ||
}, | ||
"current": { | ||
"font-weight": {} | ||
}, | ||
"disabled": { | ||
"color": DesignToken | ||
} | ||
}, | ||
"separator": { | ||
"color": DesignToken, | ||
"inline-size": DesignToken, | ||
"icon": { | ||
"size": DesignToken | ||
} | ||
}, | ||
"arrows": { | ||
"link": { | ||
"background-color": {}, | ||
"focus": { | ||
"background-color": {} | ||
} | ||
} | ||
} | ||
}, | ||
"button": { | ||
@@ -743,3 +788,3 @@ "background-color": DesignToken, | ||
"placeholder": { | ||
"color": {} | ||
"color": DesignToken | ||
}, | ||
@@ -753,2 +798,14 @@ "visited": { | ||
}, | ||
"ordered-list": { | ||
"font-size": DesignToken, | ||
"line-height": DesignToken, | ||
"margin-block-start": {}, | ||
"margin-block-end": {}, | ||
"padding-inline-start": {}, | ||
"item": { | ||
"margin-block-start": {}, | ||
"margin-block-end": DesignToken, | ||
"padding-inline-start": DesignToken | ||
} | ||
}, | ||
"page-footer": { | ||
@@ -894,2 +951,17 @@ "color": DesignToken, | ||
} | ||
}, | ||
"unordered-list": { | ||
"font-size": DesignToken, | ||
"line-height": DesignToken, | ||
"margin-block-start": {}, | ||
"margin-block-end": {}, | ||
"padding-inline-start": {}, | ||
"item": { | ||
"margin-block-start": {}, | ||
"margin-block-end": DesignToken, | ||
"padding-inline-start": DesignToken | ||
}, | ||
"marker": { | ||
"color": DesignToken | ||
} | ||
} | ||
@@ -896,0 +968,0 @@ }, |
{ | ||
"version": "1.0.0-alpha.8", | ||
"version": "1.0.0-alpha.9", | ||
"author": "Community for NL Design System", | ||
@@ -37,3 +37,3 @@ "description": "Example design tokens", | ||
}, | ||
"gitHead": "39f4aaa2b5e824213d5ca9de60b1f3b1959d6916" | ||
"gitHead": "abb61bc4947a6bdb740ce2d1089f80ac080cdad6" | ||
} |
@@ -23,3 +23,3 @@ { | ||
"placeholder": { | ||
"color": {} | ||
"color": { "value": "{rods.color.gray.tint-09}" } | ||
}, | ||
@@ -26,0 +26,0 @@ "visited": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
530857
65
14699