@utrecht/design-tokens 2.3.0 → 2.5.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.
Files changed (83) hide show
  1. package/CHANGELOG.md +21 -0
  2. package/dist/_mixin-theme.scss +165 -76
  3. package/dist/_mixin.scss +165 -76
  4. package/dist/_variables.scss +165 -76
  5. package/dist/dark/_mixin-theme.scss +165 -76
  6. package/dist/dark/_mixin.scss +165 -76
  7. package/dist/dark/_variables.scss +165 -76
  8. package/dist/dark/index.cjs +104 -15
  9. package/dist/dark/index.css +165 -76
  10. package/dist/dark/index.d.ts +97 -8
  11. package/dist/dark/index.flat.json +102 -13
  12. package/dist/dark/index.json +11111 -9439
  13. package/dist/dark/index.mjs +103 -14
  14. package/dist/dark/index.tokens.json +369 -248
  15. package/dist/dark/list.json +11111 -9439
  16. package/dist/dark/list.mjs +11111 -9439
  17. package/dist/dark/property.css +19 -7
  18. package/dist/dark/root.css +164 -75
  19. package/dist/dark/theme-prince-xml.css +165 -76
  20. package/dist/dark/theme.css +164 -75
  21. package/dist/dark/tokens.cjs +2051 -347
  22. package/dist/dark/tokens.d.ts +255 -126
  23. package/dist/dark/tokens.json +2051 -347
  24. package/dist/dark/variables.cjs +104 -15
  25. package/dist/dark/variables.css +164 -75
  26. package/dist/dark/variables.d.ts +97 -8
  27. package/dist/dark/variables.json +102 -13
  28. package/dist/dark/variables.less +165 -76
  29. package/dist/dark/variables.mjs +103 -14
  30. package/dist/index.cjs +104 -15
  31. package/dist/index.css +330 -152
  32. package/dist/index.d.ts +97 -8
  33. package/dist/index.flat.json +102 -13
  34. package/dist/index.json +2175 -503
  35. package/dist/index.mjs +103 -14
  36. package/dist/index.tokens.json +369 -248
  37. package/dist/list.json +2175 -503
  38. package/dist/list.mjs +2175 -503
  39. package/dist/property.css +19 -7
  40. package/dist/root.css +164 -75
  41. package/dist/theme-prince-xml.css +165 -76
  42. package/dist/theme.css +164 -75
  43. package/dist/tokens.cjs +2051 -347
  44. package/dist/tokens.d.ts +255 -126
  45. package/dist/tokens.json +2051 -347
  46. package/dist/variables.cjs +104 -15
  47. package/dist/variables.css +164 -75
  48. package/dist/variables.d.ts +97 -8
  49. package/dist/variables.json +102 -13
  50. package/dist/variables.less +165 -76
  51. package/dist/variables.mjs +103 -14
  52. package/package.json +1 -1
  53. package/src/component/nl/code-block.tokens.json +13 -0
  54. package/src/component/nl/code.tokens.json +11 -0
  55. package/src/component/nl/data-badge.tokens.json +22 -0
  56. package/src/component/nl/heading.tokens.json +48 -0
  57. package/src/component/nl/mark.tokens.json +8 -0
  58. package/src/component/nl/number-badge.tokens.json +23 -0
  59. package/src/component/nl/paragraph.tokens.json +20 -0
  60. package/src/component/nl/skip-link.tokens.json +16 -0
  61. package/src/component/signalen/signalen.tokens.json +17 -0
  62. package/src/component/utrecht/badge.tokens.json +5 -5
  63. package/src/component/utrecht/body.tokens.json +11 -0
  64. package/src/component/utrecht/code-block.tokens.json +9 -9
  65. package/src/component/utrecht/heading-1.tokens.json +4 -4
  66. package/src/component/utrecht/heading-2.tokens.json +4 -4
  67. package/src/component/utrecht/heading-3.tokens.json +4 -4
  68. package/src/component/utrecht/heading-4.tokens.json +4 -4
  69. package/src/component/utrecht/heading-5.tokens.json +4 -4
  70. package/src/component/utrecht/heading-6.tokens.json +4 -4
  71. package/src/component/utrecht/link-list.tokens.json +3 -0
  72. package/src/component/utrecht/mark.tokens.json +2 -2
  73. package/src/component/utrecht/nav-bar.tokens.json +0 -2
  74. package/src/component/utrecht/number-badge.tokens.json +6 -6
  75. package/src/component/utrecht/page-body.tokens.json +19 -0
  76. package/src/component/utrecht/page-footer.tokens.json +6 -4
  77. package/src/component/utrecht/page-header.tokens.json +14 -4
  78. package/src/component/utrecht/page.tokens.json +2 -2
  79. package/src/component/utrecht/paragraph.tokens.json +8 -8
  80. package/src/component/utrecht/root.tokens.json +8 -0
  81. package/src/component/utrecht/skip-link.tokens.json +10 -10
  82. package/project.json +0 -25
  83. package/src/component/utrecht/badge-data.tokens.json +0 -8
@@ -0,0 +1,22 @@
1
+ {
2
+ "nl": {
3
+ "data-badge": {
4
+ "background-color": {
5
+ "value": "{utrecht.color.grey.30}"
6
+ },
7
+ "border-radius": {
8
+ "value": "0"
9
+ },
10
+ "color": {
11
+ "value": "{utrecht.color.white}"
12
+ },
13
+ "font-weight": {},
14
+ "padding-block": {
15
+ "value": "{utrecht.space.block.xs}"
16
+ },
17
+ "padding-inline": {
18
+ "value": "{utrecht.space.inline.sm}"
19
+ }
20
+ }
21
+ }
22
+ }
@@ -0,0 +1,48 @@
1
+ {
2
+ "nl": {
3
+ "heading": {
4
+ "level-1": {
5
+ "color": {},
6
+ "font-family": { "value": "{utrecht.typography.sans-serif.font-family}" },
7
+ "font-size": { "value": "{utrecht.typography.scale.4xl.font-size}" },
8
+ "font-weight": { "value": "{utrecht.typography.weight-scale.bold.font-weight}" },
9
+ "line-height": { "value": "{utrecht.typography.line-height.sm}" }
10
+ },
11
+ "level-2": {
12
+ "color": {},
13
+ "font-family": { "value": "{utrecht.typography.sans-serif.font-family}" },
14
+ "font-size": { "value": "{utrecht.typography.scale.xl.font-size}" },
15
+ "font-weight": { "value": "{utrecht.typography.weight-scale.bold.font-weight}" },
16
+ "line-height": { "value": "{utrecht.typography.line-height.sm}" }
17
+ },
18
+ "level-3": {
19
+ "color": {},
20
+ "font-family": { "value": "{utrecht.typography.sans-serif.font-family}" },
21
+ "font-size": { "value": "{utrecht.typography.scale.xl.font-size}" },
22
+ "font-weight": { "value": "{utrecht.typography.weight-scale.normal.font-weight}" },
23
+ "line-height": { "value": "{utrecht.typography.line-height.sm}" }
24
+ },
25
+ "level-4": {
26
+ "color": {},
27
+ "font-family": { "value": "{utrecht.typography.sans-serif.font-family}" },
28
+ "font-size": { "value": "{utrecht.typography.scale.lg.font-size}" },
29
+ "font-weight": { "value": "{utrecht.typography.weight-scale.normal.font-weight}" },
30
+ "line-height": { "value": "{utrecht.typography.line-height.md}" }
31
+ },
32
+ "level-5": {
33
+ "color": {},
34
+ "font-family": { "value": "{utrecht.typography.sans-serif.font-family}" },
35
+ "font-size": { "value": "{utrecht.typography.scale.sm.font-size}" },
36
+ "font-weight": { "value": "{utrecht.typography.weight-scale.normal.font-weight}" },
37
+ "line-height": { "value": "{utrecht.typography.line-height.md}" }
38
+ },
39
+ "level-6": {
40
+ "color": {},
41
+ "font-family": { "value": "{utrecht.typography.sans-serif.font-family}" },
42
+ "font-size": { "value": "{utrecht.typography.scale.sm.font-size}" },
43
+ "font-weight": { "value": "{utrecht.typography.weight-scale.normal.font-weight}" },
44
+ "line-height": { "value": "{utrecht.typography.line-height.md}" }
45
+ }
46
+ }
47
+ }
48
+ }
@@ -0,0 +1,8 @@
1
+ {
2
+ "nl": {
3
+ "mark": {
4
+ "background-color": { "value": "{utrecht.color.yellow.60}" },
5
+ "color": { "value": "{utrecht.color.black}" }
6
+ }
7
+ }
8
+ }
@@ -0,0 +1,23 @@
1
+ {
2
+ "nl": {
3
+ "number-badge": {
4
+ "background-color": {
5
+ "value": "{utrecht.color.red.40}"
6
+ },
7
+ "border-radius": {
8
+ "value": "{nl.number-badge.font-size}"
9
+ },
10
+ "color": {
11
+ "value": "{utrecht.color.white}"
12
+ },
13
+ "font-size": { "value": "{utrecht.typography.scale.md.font-size}" },
14
+ "font-weight": {},
15
+ "padding-block": {
16
+ "value": "1ex"
17
+ },
18
+ "padding-inline": {
19
+ "value": "1ex"
20
+ }
21
+ }
22
+ }
23
+ }
@@ -0,0 +1,20 @@
1
+ {
2
+ "nl": {
3
+ "paragraph": {
4
+ "color": {},
5
+ "font-family": { "value": "{utrecht.typography.sans-serif.font-family}" },
6
+ "font-size": { "value": "{utrecht.typography.scale.md.font-size}" },
7
+ "font-weight": { "value": "{utrecht.typography.weight-scale.normal.font-weight}" },
8
+ "line-height": { "value": "{utrecht.typography.line-height.md}" },
9
+ "lead": {
10
+ "color": { "value": "{utrecht.document.color}" },
11
+ "font-size": { "value": "{utrecht.typography.scale.xl.font-size}" },
12
+ "font-weight": { "value": "{utrecht.typography.weight-scale.normal.font-weight}" },
13
+ "line-height": { "value": "{utrecht.typography.line-height.md}" }
14
+ },
15
+ "small": {
16
+ "font-size": { "value": "{utrecht.typography.scale.sm.font-size}" }
17
+ }
18
+ }
19
+ }
20
+ }
@@ -0,0 +1,16 @@
1
+ {
2
+ "nl": {
3
+ "skip-link": {
4
+ "background-color": { "value": "{utrecht.topnav.list.background-color}" },
5
+ "color": { "value": "{utrecht.topnav.link.color}" },
6
+ "padding-block": { "value": "{utrecht.button.padding-block-start}" },
7
+ "padding-inline": { "value": "{utrecht.button.padding-inline-start}" },
8
+ "text-decoration": { "value": "{utrecht.link.text-decoration}" },
9
+ "focus-visible": {
10
+ "color": { "value": "{utrecht.topnav.link.focus.color}" },
11
+ "background-color": { "value": "{utrecht.topnav.link.focus.background-color}" },
12
+ "text-decoration": { "value": "{utrecht.link.focus-visible.text-decoration}" }
13
+ }
14
+ }
15
+ }
16
+ }
@@ -0,0 +1,17 @@
1
+ {
2
+ "signalen": {
3
+ "modal-dialog": {
4
+ "background-color": {
5
+ "value": "{utrecht.body.background-color}"
6
+ },
7
+ "color": {
8
+ "value": "{utrecht.body.color}"
9
+ }
10
+ },
11
+ "progress-bar": {
12
+ "border-radius": {
13
+ "value": "4px"
14
+ }
15
+ }
16
+ }
17
+ }
@@ -2,23 +2,23 @@
2
2
  "utrecht": {
3
3
  "badge": {
4
4
  "background-color": {
5
- "value": "{utrecht.color.grey.30}"
5
+ "value": "{nl.data-badge.background-color}"
6
6
  },
7
7
  "border-radius": {
8
- "value": "0"
8
+ "value": "{nl.data-badge.border-radius}"
9
9
  },
10
10
  "color": {
11
- "value": "{utrecht.color.white}"
11
+ "value": "{nl.data-badge.color}"
12
12
  },
13
13
  "font-weight": {},
14
14
  "padding-block": {
15
- "value": "{utrecht.space.block.xs}"
15
+ "value": "{nl.data-badge.padding-block}"
16
16
  },
17
17
  "font-style": {
18
18
  "value": "{utrecht.typography.font-style.normal}"
19
19
  },
20
20
  "padding-inline": {
21
- "value": "{utrecht.space.inline.sm}"
21
+ "value": "{nl.data-badge.padding-inline}"
22
22
  }
23
23
  }
24
24
  }
@@ -0,0 +1,11 @@
1
+ {
2
+ "utrecht": {
3
+ "body": {
4
+ "background-color": { "value": "{utrecht.color.white}" },
5
+ "color": { "value": "{utrecht.color.black}" },
6
+ "font-family": { "value": "{utrecht.typography.sans-serif.font-family}" },
7
+ "font-size": { "value": "{utrecht.typography.scale.md.font-size}" },
8
+ "line-height": { "value": "1.4" }
9
+ }
10
+ }
11
+ }
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "utrecht": {
3
3
  "code-block": {
4
- "background-color": { "value": "{utrecht.color.grey.95}" },
5
- "color": { "value": "{utrecht.color.black}" },
6
- "font-family": {},
7
- "font-size": { "value": "{utrecht.typography.scale.md.font-size}" },
8
- "line-height": { "value": "{utrecht.typography.line-height.md}" },
4
+ "background-color": { "value": "{nl.code-block.background-color}" },
5
+ "color": { "value": "{nl.code-block.color}" },
6
+ "font-family": { "value": "{nl.code-block.font-family}" },
7
+ "font-size": { "value": "{nl.code-block.font-size}" },
8
+ "line-height": { "value": "{nl.code-block.line-height}" },
9
9
  "margin-block-end": { "value": "{utrecht.space.block.lg}" },
10
10
  "margin-block-start": { "value": "{utrecht.space.block.lg}" },
11
11
  "margin-inline-end": {},
12
12
  "margin-inline-start": {},
13
- "padding-block-end": { "value": "20px" },
14
- "padding-block-start": { "value": "20px" },
15
- "padding-inline-end": { "value": "20px" },
16
- "padding-inline-start": { "value": "20px" }
13
+ "padding-block-end": { "value": "{nl.code-block.padding-block}" },
14
+ "padding-block-start": { "value": "{nl.code-block.padding-block}" },
15
+ "padding-inline-end": { "value": "{nl.code-block.padding-inline}" },
16
+ "padding-inline-start": { "value": "{nl.code-block.padding-inline}" }
17
17
  }
18
18
  }
19
19
  }
@@ -2,10 +2,10 @@
2
2
  "utrecht": {
3
3
  "heading-1": {
4
4
  "color": {},
5
- "font-family": { "value": "{utrecht.typography.sans-serif.font-family}" },
6
- "font-size": { "value": "{utrecht.typography.scale.4xl.font-size}" },
7
- "font-weight": { "value": "{utrecht.typography.weight-scale.bold.font-weight}" },
8
- "line-height": { "value": "{utrecht.typography.line-height.sm}" },
5
+ "font-family": { "value": "{nl.heading.level-1.font-family}" },
6
+ "font-size": { "value": "{nl.heading.level-1.font-size}" },
7
+ "font-weight": { "value": "{nl.heading.level-1.font-weight}" },
8
+ "line-height": { "value": "{nl.heading.level-1.line-height}" },
9
9
  "margin-block-end": { "value": "0.67rem" },
10
10
  "margin-block-start": { "value": "0.67rem" },
11
11
  "text-transform": {}
@@ -2,10 +2,10 @@
2
2
  "utrecht": {
3
3
  "heading-2": {
4
4
  "color": {},
5
- "font-family": { "value": "{utrecht.typography.sans-serif.font-family}" },
6
- "font-size": { "value": "{utrecht.typography.scale.xl.font-size}" },
7
- "font-weight": { "value": "{utrecht.typography.weight-scale.bold.font-weight}" },
8
- "line-height": { "value": "{utrecht.typography.line-height.sm}" },
5
+ "font-family": { "value": "{nl.heading.level-2.font-family}" },
6
+ "font-size": { "value": "{nl.heading.level-2.font-size}" },
7
+ "font-weight": { "value": "{nl.heading.level-2.font-weight}" },
8
+ "line-height": { "value": "{nl.heading.level-2.line-height}" },
9
9
  "margin-block-end": { "value": "0.3rem" },
10
10
  "margin-block-start": { "value": "1.5rem" },
11
11
  "text-transform": {}
@@ -2,10 +2,10 @@
2
2
  "utrecht": {
3
3
  "heading-3": {
4
4
  "color": {},
5
- "font-family": { "value": "{utrecht.typography.sans-serif.font-family}" },
6
- "font-size": { "value": "{utrecht.typography.scale.xl.font-size}" },
7
- "font-weight": { "value": "{utrecht.typography.weight-scale.normal.font-weight}" },
8
- "line-height": { "value": "{utrecht.typography.line-height.sm}" },
5
+ "font-family": { "value": "{nl.heading.level-3.font-family}" },
6
+ "font-size": { "value": "{nl.heading.level-3.font-size}" },
7
+ "font-weight": { "value": "{nl.heading.level-3.font-weight}" },
8
+ "line-height": { "value": "{nl.heading.level-3.line-height}" },
9
9
  "margin-block-end": { "value": "0.2rem" },
10
10
  "margin-block-start": { "value": "1rem" },
11
11
  "text-transform": {}
@@ -2,10 +2,10 @@
2
2
  "utrecht": {
3
3
  "heading-4": {
4
4
  "color": {},
5
- "font-family": { "value": "{utrecht.typography.sans-serif.font-family}" },
6
- "font-size": { "value": "{utrecht.typography.scale.lg.font-size}" },
7
- "font-weight": { "value": "{utrecht.typography.weight-scale.normal.font-weight}" },
8
- "line-height": { "value": "{utrecht.typography.line-height.md}" },
5
+ "font-family": { "value": "{nl.heading.level-4.font-family}" },
6
+ "font-size": { "value": "{nl.heading.level-4.font-size}" },
7
+ "font-weight": { "value": "{nl.heading.level-4.font-weight}" },
8
+ "line-height": { "value": "{nl.heading.level-4.line-height}" },
9
9
  "margin-block-end": { "value": "0.3rem" },
10
10
  "margin-block-start": { "value": "1.2rem" },
11
11
  "text-transform": {}
@@ -2,10 +2,10 @@
2
2
  "utrecht": {
3
3
  "heading-5": {
4
4
  "color": {},
5
- "font-family": { "value": "{utrecht.typography.sans-serif.font-family}" },
6
- "font-size": { "value": "{utrecht.typography.scale.sm.font-size}" },
7
- "font-weight": { "value": "{utrecht.typography.weight-scale.normal.font-weight}" },
8
- "line-height": { "value": "{utrecht.typography.line-height.md}" },
5
+ "font-family": { "value": "{nl.heading.level-5.font-family}" },
6
+ "font-size": { "value": "{nl.heading.level-5.font-size}" },
7
+ "font-weight": { "value": "{nl.heading.level-5.font-weight}" },
8
+ "line-height": { "value": "{nl.heading.level-5.line-height}" },
9
9
  "margin-block-end": { "value": "0.2rem" },
10
10
  "margin-block-start": { "value": "1rem" }
11
11
  }
@@ -2,10 +2,10 @@
2
2
  "utrecht": {
3
3
  "heading-6": {
4
4
  "color": {},
5
- "font-family": { "value": "{utrecht.typography.sans-serif.font-family}" },
6
- "font-size": { "value": "{utrecht.typography.scale.sm.font-size}" },
7
- "font-weight": { "value": "{utrecht.typography.weight-scale.normal.font-weight}" },
8
- "line-height": { "value": "{utrecht.typography.line-height.md}" },
5
+ "font-family": { "value": "{nl.heading.level-6.font-family}" },
6
+ "font-size": { "value": "{nl.heading.level-6.font-size}" },
7
+ "font-weight": { "value": "{nl.heading.level-6.font-weight}" },
8
+ "line-height": { "value": "{nl.heading.level-6.line-height}" },
9
9
  "margin-block-end": {},
10
10
  "margin-block-start": {}
11
11
  }
@@ -16,6 +16,9 @@
16
16
  }
17
17
  },
18
18
  "icon": {
19
+ "inset-block-start": {
20
+ "value": "0.15em"
21
+ },
19
22
  "size": {
20
23
  "value": "14px"
21
24
  }
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "utrecht": {
3
3
  "mark": {
4
- "background-color": { "value": "{utrecht.color.yellow.60}" },
5
- "color": { "value": "{utrecht.color.black}" }
4
+ "background-color": { "value": "{nl.mark.background-color}" },
5
+ "color": { "value": "{nl.mark.color}" }
6
6
  }
7
7
  }
8
8
  }
@@ -1,8 +1,6 @@
1
1
  {
2
2
  "utrecht": {
3
3
  "nav-bar": {
4
- "background-color": { "value": "{utrecht.color.white}" },
5
- "color": { "value": "{utrecht.color.black}" },
6
4
  "content": {
7
5
  "max-inline-size": { "value": "{utrecht.page.max-inline-size}" }
8
6
  },
@@ -2,21 +2,21 @@
2
2
  "utrecht": {
3
3
  "number-badge": {
4
4
  "background-color": {
5
- "value": "{utrecht.color.red.40}"
5
+ "value": "{nl.number-badge.background-color}"
6
6
  },
7
7
  "border-radius": {
8
- "value": "{utrecht.number-badge.font-size}"
8
+ "value": "{nl.number-badge.border-radius}"
9
9
  },
10
10
  "color": {
11
- "value": "{utrecht.color.white}"
11
+ "value": "{nl.number-badge.color}"
12
12
  },
13
- "font-size": { "value": "{utrecht.typography.scale.md.font-size}" },
13
+ "font-size": { "value": "{nl.number-badge.font-size}" },
14
14
  "font-weight": {},
15
15
  "padding-block": {
16
- "value": "1ex"
16
+ "value": "{nl.number-badge.padding-block}"
17
17
  },
18
18
  "padding-inline": {
19
- "value": "1ex"
19
+ "value": "{nl.number-badge.padding-inline}"
20
20
  }
21
21
  }
22
22
  }
@@ -0,0 +1,19 @@
1
+ {
2
+ "utrecht": {
3
+ "page-body": {
4
+ "padding-inline-end": { "value": "0" },
5
+ "padding-inline-start": { "value": "0" },
6
+ "padding-block-end": { "value": "0" },
7
+ "padding-block-start": { "value": "0" },
8
+ "content": {
9
+ "background-color": { "value": "{utrecht.color.white}" },
10
+ "color": { "value": "{utrecht.color.black}" },
11
+ "max-inline-size": { "value": "1184px" },
12
+ "padding-inline-end": { "value": "2.4em" },
13
+ "padding-inline-start": { "value": "2em" },
14
+ "padding-block-end": { "value": "1em" },
15
+ "padding-block-start": { "value": "0" }
16
+ }
17
+ }
18
+ }
19
+ }
@@ -6,10 +6,12 @@
6
6
  "background-image": {
7
7
  "value": "linear-gradient(45deg, {utrecht.color.red.40}, {utrecht.color.red.40} 50%, #d63433 50%);"
8
8
  },
9
- "padding-inline-end": { "value": "{utrecht.space.inline.2xl}" },
10
- "padding-inline-start": { "value": "{utrecht.space.inline.2xl}" },
11
- "padding-block-end": { "value": "{utrecht.space.block.3xl}" },
12
- "padding-block-start": { "value": "{utrecht.space.block.3xl}" }
9
+ "content": {
10
+ "max-inline-size": { "value": "1184px" },
11
+ "padding-inline": { "value": "{utrecht.space.inline.2xl}" },
12
+ "padding-block-end": { "value": "{utrecht.space.block.3xl}" },
13
+ "padding-block-start": { "value": "{utrecht.space.block.3xl}" }
14
+ }
13
15
  }
14
16
  }
15
17
  }
@@ -1,10 +1,20 @@
1
1
  {
2
2
  "utrecht": {
3
3
  "page-header": {
4
- "padding-inline-end": { "value": "2.4em" },
5
- "padding-inline-start": { "value": "2em" },
6
- "padding-block-end": { "value": "1em" },
7
- "padding-block-start": { "value": "1.8em" }
4
+ "padding-inline-end": { "value": "0" },
5
+ "padding-inline-start": { "value": "0" },
6
+ "padding-block-end": { "value": "0" },
7
+ "padding-block-start": { "value": "0" },
8
+ "content": {
9
+ "background-color": { "value": "{utrecht.color.white}" },
10
+ "color": { "value": "{utrecht.color.black}" },
11
+ "max-inline-size": { "value": "1184px" },
12
+ "padding-inline-end": { "value": "2.4em", "$comment": "Legacy design token" },
13
+ "padding-inline-start": { "value": "2em", "$comment": "Legacy design token" },
14
+ "padding-inline": { "value": "2em" },
15
+ "padding-block-end": { "value": "1em" },
16
+ "padding-block-start": { "value": "1.8em" }
17
+ }
8
18
  }
9
19
  }
10
20
  }
@@ -7,9 +7,9 @@
7
7
  "margin-inline-end": { "value": "2em" },
8
8
  "max-inline-size": { "value": "1184px" },
9
9
  "padding-block-start": { "value": "1.8em" },
10
- "padding-inline-end": { "value": "2em" },
10
+ "padding-inline-end": { "value": "0" },
11
11
  "padding-block-end": { "value": "1em" },
12
- "padding-inline-start": { "value": "2em" }
12
+ "padding-inline-start": { "value": "0" }
13
13
  }
14
14
  }
15
15
  }
@@ -2,17 +2,17 @@
2
2
  "utrecht": {
3
3
  "paragraph": {
4
4
  "color": {},
5
- "font-family": { "value": "{utrecht.typography.sans-serif.font-family}" },
6
- "font-size": { "value": "{utrecht.typography.scale.md.font-size}" },
7
- "font-weight": { "value": "{utrecht.typography.weight-scale.normal.font-weight}" },
8
- "line-height": { "value": "{utrecht.typography.line-height.md}" },
5
+ "font-family": { "value": "{nl.paragraph.font-family}" },
6
+ "font-size": { "value": "{nl.paragraph.font-size}" },
7
+ "font-weight": { "value": "{nl.paragraph.font-weight}" },
8
+ "line-height": { "value": "{nl.paragraph.line-height}" },
9
9
  "margin-block-start": { "value": "{utrecht.space.block.md}" },
10
10
  "margin-block-end": { "value": "0" },
11
11
  "lead": {
12
- "color": { "value": "{utrecht.document.color}" },
13
- "font-size": { "value": "{utrecht.typography.scale.xl.font-size}" },
14
- "font-weight": { "value": "{utrecht.typography.weight-scale.normal.font-weight}" },
15
- "line-height": { "value": "{utrecht.typography.line-height.md}" }
12
+ "color": {},
13
+ "font-size": { "value": "{nl.paragraph.lead.font-size}" },
14
+ "font-weight": { "value": "{nl.paragraph.lead.font-weight}" },
15
+ "line-height": { "value": "{nl.paragraph.lead.line-height}" }
16
16
  },
17
17
  "small": {
18
18
  "font-size": { "value": "{utrecht.typography.scale.sm.font-size}" }
@@ -0,0 +1,8 @@
1
+ {
2
+ "utrecht": {
3
+ "root": {
4
+ "background-color": { "value": "{utrecht.color.grey.95}" },
5
+ "color": { "value": "{utrecht.color.grey.10}" }
6
+ }
7
+ }
8
+ }
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "utrecht": {
3
3
  "skip-link": {
4
- "background-color": { "value": "{utrecht.topnav.list.background-color}" },
5
- "color": { "value": "{utrecht.topnav.link.color}" },
6
- "padding-block-end": { "value": "{utrecht.button.padding-block-end}" },
7
- "padding-block-start": { "value": "{utrecht.button.padding-block-start}" },
8
- "padding-inline-end": { "value": "{utrecht.button.padding-inline-end}" },
9
- "padding-inline-start": { "value": "{utrecht.button.padding-inline-start}" },
10
- "text-decoration": { "value": "{utrecht.link.text-decoration}" },
4
+ "background-color": { "value": "{nl.skip-link.background-color}" },
5
+ "color": { "value": "{nl.skip-link.color}" },
6
+ "padding-block-end": { "value": "{nl.skip-link.padding-block}" },
7
+ "padding-block-start": { "value": "{nl.skip-link.padding-block}" },
8
+ "padding-inline-end": { "value": "{nl.skip-link.padding-inline}" },
9
+ "padding-inline-start": { "value": "{nl.skip-link.padding-inline}" },
10
+ "text-decoration": { "value": "{nl.skip-link.text-decoration}" },
11
11
  "focus": {
12
- "color": { "value": "{utrecht.topnav.link.focus.color}" },
13
- "background-color": { "value": "{utrecht.topnav.link.focus.background-color}" }
12
+ "color": { "value": "{nl.skip-link.focus-visible.color}" },
13
+ "background-color": { "value": "{nl.skip-link.focus-visible.background-color}" }
14
14
  },
15
15
  "focus-visible": {
16
- "text-decoration": { "value": "{utrecht.link.focus-visible.text-decoration}" }
16
+ "text-decoration": { "value": "{nl.skip-link.focus-visible.text-decoration}" }
17
17
  }
18
18
  }
19
19
  }
package/project.json DELETED
@@ -1,25 +0,0 @@
1
- {
2
- "$schema": "../../node_modules/nx/schemas/project-schema.json",
3
- "root": "{workspaceRoot}/proprietary/design-tokens",
4
- "sourceRoot": "{projectRoot}",
5
- "projectType": "library",
6
- "targets": {
7
- "build": {
8
- "executor": "@nrwl/workspace:run-commands",
9
- "outputs": ["{projectRoot}/dist"],
10
- "options": {
11
- "command": "pnpm run build",
12
- "cwd": "proprietary/design-tokens",
13
- "outputPath": "proprietary/design-tokens/dist"
14
- },
15
- "dependsOn": ["^build"]
16
- },
17
- "watch": {
18
- "executor": "@nrwl/workspace:run-commands",
19
- "options": {
20
- "command": "pnpm run watch",
21
- "cwd": "proprietary/design-tokens"
22
- }
23
- }
24
- }
25
- }
@@ -1,8 +0,0 @@
1
- {
2
- "utrecht": {
3
- "badge-data": {
4
- "letter-spacing": {},
5
- "text-transform": {}
6
- }
7
- }
8
- }