@utrecht/design-tokens 2.2.0 → 2.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +20 -0
- package/dist/_mixin-theme.scss +124 -63
- package/dist/_mixin.scss +124 -63
- package/dist/_variables.scss +124 -63
- package/dist/dark/_mixin-theme.scss +124 -63
- package/dist/dark/_mixin.scss +124 -63
- package/dist/dark/_variables.scss +124 -63
- package/dist/dark/index.cjs +62 -1
- package/dist/dark/index.css +124 -63
- package/dist/dark/index.d.ts +62 -1
- package/dist/dark/index.flat.json +62 -1
- package/dist/dark/index.json +1046 -102
- package/dist/dark/index.mjs +62 -1
- package/dist/dark/index.tokens.json +614 -72
- package/dist/dark/list.d.ts +14 -0
- package/dist/dark/list.json +1046 -102
- package/dist/dark/list.mjs +31638 -0
- package/dist/dark/property.css +0 -1
- package/dist/dark/root.css +124 -63
- package/dist/dark/theme-prince-xml.css +124 -63
- package/dist/dark/theme.css +124 -63
- package/dist/dark/tokens.cjs +1541 -116
- package/dist/dark/tokens.d.ts +355 -22
- package/dist/dark/tokens.json +1541 -116
- package/dist/dark/variables.cjs +62 -1
- package/dist/dark/variables.css +124 -63
- package/dist/dark/variables.d.ts +62 -1
- package/dist/dark/variables.json +62 -1
- package/dist/dark/variables.less +124 -63
- package/dist/dark/variables.mjs +62 -1
- package/dist/index.cjs +62 -1
- package/dist/index.css +248 -126
- package/dist/index.d.ts +62 -1
- package/dist/index.flat.json +62 -1
- package/dist/index.json +1046 -102
- package/dist/index.mjs +62 -1
- package/dist/index.tokens.json +614 -72
- package/dist/list.d.ts +14 -0
- package/dist/list.json +1046 -102
- package/dist/list.mjs +32755 -0
- package/dist/property.css +0 -1
- package/dist/root.css +124 -63
- package/dist/theme-prince-xml.css +124 -63
- package/dist/theme.css +124 -63
- package/dist/tokens.cjs +1541 -116
- package/dist/tokens.d.ts +355 -22
- package/dist/tokens.json +1541 -116
- package/dist/variables.cjs +62 -1
- package/dist/variables.css +124 -63
- package/dist/variables.d.ts +62 -1
- package/dist/variables.json +62 -1
- package/dist/variables.less +124 -63
- package/dist/variables.mjs +62 -1
- package/package.json +1 -1
- package/src/component/nl/code-block.tokens.json +13 -0
- package/src/component/nl/code.tokens.json +11 -0
- package/src/component/nl/data-badge.tokens.json +22 -0
- package/src/component/nl/heading.tokens.json +48 -0
- package/src/component/nl/mark.tokens.json +8 -0
- package/src/component/nl/number-badge.tokens.json +23 -0
- package/src/component/nl/paragraph.tokens.json +20 -0
- package/src/component/nl/skip-link.tokens.json +16 -0
- package/src/component/utrecht/badge.tokens.json +5 -5
- package/src/component/utrecht/code-block.tokens.json +9 -9
- package/src/component/utrecht/heading-1.tokens.json +4 -4
- package/src/component/utrecht/heading-2.tokens.json +4 -4
- package/src/component/utrecht/heading-3.tokens.json +4 -4
- package/src/component/utrecht/heading-4.tokens.json +4 -4
- package/src/component/utrecht/heading-5.tokens.json +4 -4
- package/src/component/utrecht/heading-6.tokens.json +4 -4
- package/src/component/utrecht/mark.tokens.json +2 -2
- package/src/component/utrecht/number-badge.tokens.json +6 -6
- package/src/component/utrecht/paragraph.tokens.json +8 -8
- package/src/component/utrecht/skip-link.tokens.json +10 -10
- package/src/css-property-formatter.mjs +2 -1
- package/src/json-list-formatter.js +2 -1
- package/style-dictionary-build.mjs +3 -1
- package/style-dictionary-config.mjs +27 -0
- package/src/component/utrecht/badge-data.tokens.json +0 -8
package/dist/index.mjs
CHANGED
|
@@ -275,6 +275,7 @@ export const utrechtCheckboxInvalidBorderColor = "#990000";
|
|
|
275
275
|
export const utrechtCheckboxMarginBlockStart = 0;
|
|
276
276
|
export const utrechtCodeBlockBackgroundColor = "hsl(0 0% 95%)";
|
|
277
277
|
export const utrechtCodeBlockColor = "hsl(0 0% 0%)";
|
|
278
|
+
export const utrechtCodeBlockFontFamily = "\"Monaco\"";
|
|
278
279
|
export const utrechtCodeBlockFontSize = "1rem";
|
|
279
280
|
export const utrechtCodeBlockLineHeight = "1.5";
|
|
280
281
|
export const utrechtCodeBlockMarginBlockStart = "20px";
|
|
@@ -728,7 +729,6 @@ export const utrechtParagraphFontWeight = "400";
|
|
|
728
729
|
export const utrechtParagraphLineHeight = "1.5";
|
|
729
730
|
export const utrechtParagraphMarginBlockStart = "16px";
|
|
730
731
|
export const utrechtParagraphMarginBlockEnd = "0";
|
|
731
|
-
export const utrechtParagraphLeadColor = "hsl(0 0% 0%)";
|
|
732
732
|
export const utrechtParagraphLeadFontSize = "1.25rem";
|
|
733
733
|
export const utrechtParagraphLeadFontWeight = "400";
|
|
734
734
|
export const utrechtParagraphLeadLineHeight = "1.5";
|
|
@@ -999,6 +999,67 @@ export const denhaagProcessStepsSubStepHeadingColor = "hsl(0 0% 15%)";
|
|
|
999
999
|
export const denhaagProcessStepsSubStepHeadingFontSize = "0.875rem";
|
|
1000
1000
|
export const denhaagProcessStepsSubStepHeadingFontWeight = "400";
|
|
1001
1001
|
export const denhaagProcessStepsSubStepLineColor = "hsl(90 30% 30%)";
|
|
1002
|
+
export const nlCodeBlockBackgroundColor = "hsl(0 0% 95%)";
|
|
1003
|
+
export const nlCodeBlockColor = "hsl(0 0% 0%)";
|
|
1004
|
+
export const nlCodeBlockFontFamily = "\"Monaco\"";
|
|
1005
|
+
export const nlCodeBlockFontSize = "1rem";
|
|
1006
|
+
export const nlCodeBlockLineHeight = "1.5";
|
|
1007
|
+
export const nlCodeBlockPaddingBlock = "20px";
|
|
1008
|
+
export const nlCodeBlockPaddingInline = "20px";
|
|
1009
|
+
export const nlDataBadgeBackgroundColor = "hsl(0 0% 30%)";
|
|
1010
|
+
export const nlDataBadgeBorderRadius = "0";
|
|
1011
|
+
export const nlDataBadgeColor = "hsl(0 0% 100%)";
|
|
1012
|
+
export const nlDataBadgePaddingBlock = "8px";
|
|
1013
|
+
export const nlDataBadgePaddingInline = "12px";
|
|
1014
|
+
export const nlHeadingLevel1FontFamily = "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif";
|
|
1015
|
+
export const nlHeadingLevel1FontSize = "2rem";
|
|
1016
|
+
export const nlHeadingLevel1FontWeight = "700";
|
|
1017
|
+
export const nlHeadingLevel1LineHeight = "1.25";
|
|
1018
|
+
export const nlHeadingLevel2FontFamily = "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif";
|
|
1019
|
+
export const nlHeadingLevel2FontSize = "1.25rem";
|
|
1020
|
+
export const nlHeadingLevel2FontWeight = "700";
|
|
1021
|
+
export const nlHeadingLevel2LineHeight = "1.25";
|
|
1022
|
+
export const nlHeadingLevel3FontFamily = "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif";
|
|
1023
|
+
export const nlHeadingLevel3FontSize = "1.25rem";
|
|
1024
|
+
export const nlHeadingLevel3FontWeight = "400";
|
|
1025
|
+
export const nlHeadingLevel3LineHeight = "1.25";
|
|
1026
|
+
export const nlHeadingLevel4FontFamily = "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif";
|
|
1027
|
+
export const nlHeadingLevel4FontSize = "1.125rem";
|
|
1028
|
+
export const nlHeadingLevel4FontWeight = "400";
|
|
1029
|
+
export const nlHeadingLevel4LineHeight = "1.5";
|
|
1030
|
+
export const nlHeadingLevel5FontFamily = "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif";
|
|
1031
|
+
export const nlHeadingLevel5FontSize = "0.875rem";
|
|
1032
|
+
export const nlHeadingLevel5FontWeight = "400";
|
|
1033
|
+
export const nlHeadingLevel5LineHeight = "1.5";
|
|
1034
|
+
export const nlHeadingLevel6FontFamily = "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif";
|
|
1035
|
+
export const nlHeadingLevel6FontSize = "0.875rem";
|
|
1036
|
+
export const nlHeadingLevel6FontWeight = "400";
|
|
1037
|
+
export const nlHeadingLevel6LineHeight = "1.5";
|
|
1038
|
+
export const nlMarkBackgroundColor = "hsl(48 100% 60%)";
|
|
1039
|
+
export const nlMarkColor = "hsl(0 0% 0%)";
|
|
1040
|
+
export const nlNumberBadgeBackgroundColor = "hsl(0 100% 40%)";
|
|
1041
|
+
export const nlNumberBadgeBorderRadius = "1rem";
|
|
1042
|
+
export const nlNumberBadgeColor = "hsl(0 0% 100%)";
|
|
1043
|
+
export const nlNumberBadgeFontSize = "1rem";
|
|
1044
|
+
export const nlNumberBadgePaddingBlock = "1ex";
|
|
1045
|
+
export const nlNumberBadgePaddingInline = "1ex";
|
|
1046
|
+
export const nlParagraphFontFamily = "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif";
|
|
1047
|
+
export const nlParagraphFontSize = "1rem";
|
|
1048
|
+
export const nlParagraphFontWeight = "400";
|
|
1049
|
+
export const nlParagraphLineHeight = "1.5";
|
|
1050
|
+
export const nlParagraphLeadColor = "hsl(0 0% 0%)";
|
|
1051
|
+
export const nlParagraphLeadFontSize = "1.25rem";
|
|
1052
|
+
export const nlParagraphLeadFontWeight = "400";
|
|
1053
|
+
export const nlParagraphLeadLineHeight = "1.5";
|
|
1054
|
+
export const nlParagraphSmallFontSize = "0.875rem";
|
|
1055
|
+
export const nlSkipLinkBackgroundColor = "hsl(0 0% 15%)";
|
|
1056
|
+
export const nlSkipLinkColor = "hsl(0 0% 100%)";
|
|
1057
|
+
export const nlSkipLinkPaddingBlock = "8px";
|
|
1058
|
+
export const nlSkipLinkPaddingInline = "16px";
|
|
1059
|
+
export const nlSkipLinkTextDecoration = "underline";
|
|
1060
|
+
export const nlSkipLinkFocusVisibleColor = "hsl(0 0% 0%)";
|
|
1061
|
+
export const nlSkipLinkFocusVisibleBackgroundColor = "hsl(48 100% 80%)";
|
|
1062
|
+
export const nlSkipLinkFocusVisibleTextDecoration = "none";
|
|
1002
1063
|
export const ofLayoutBackground = "hsl(0 0% 100%)";
|
|
1003
1064
|
export const ofLayoutBg = "hsl(0 0% 100%)";
|
|
1004
1065
|
export const ofPageFooterBg = "hsl(0 100% 40%)";
|