@rijkshuisstijl-community/design-tokens 1.0.0-alpha.125 → 1.0.0-alpha.126

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 (53) hide show
  1. package/dist/_variables.scss +11 -7
  2. package/dist/index.css +11 -7
  3. package/dist/index.d.ts +11 -7
  4. package/dist/index.js +11 -7
  5. package/dist/index.json +10 -6
  6. package/dist/index.tokens.json +6 -2
  7. package/dist/root.css +11 -7
  8. package/dist/tokens.d.ts +6 -2
  9. package/dist/tokens.js +106 -22
  10. package/dist/uitvoerend-mintgroen-focus/_variables.scss +11 -7
  11. package/dist/uitvoerend-mintgroen-focus/index.css +11 -7
  12. package/dist/uitvoerend-mintgroen-focus/index.d.ts +11 -7
  13. package/dist/uitvoerend-mintgroen-focus/index.js +11 -7
  14. package/dist/uitvoerend-mintgroen-focus/index.json +10 -6
  15. package/dist/uitvoerend-mintgroen-focus/index.tokens.json +6 -2
  16. package/dist/uitvoerend-mintgroen-focus/root.css +11 -7
  17. package/dist/uitvoerend-mintgroen-focus/tokens.d.ts +6 -2
  18. package/dist/uitvoerend-mintgroen-focus/tokens.js +106 -22
  19. package/dist/uitvoerend-violet/_variables.scss +11 -7
  20. package/dist/uitvoerend-violet/index.css +11 -7
  21. package/dist/uitvoerend-violet/index.d.ts +11 -7
  22. package/dist/uitvoerend-violet/index.js +11 -7
  23. package/dist/uitvoerend-violet/index.json +10 -6
  24. package/dist/uitvoerend-violet/index.tokens.json +6 -2
  25. package/dist/uitvoerend-violet/root.css +11 -7
  26. package/dist/uitvoerend-violet/tokens.d.ts +6 -2
  27. package/dist/uitvoerend-violet/tokens.js +106 -22
  28. package/dist/uitvoerend-violet-oud/_variables.scss +11 -7
  29. package/dist/uitvoerend-violet-oud/index.css +11 -7
  30. package/dist/uitvoerend-violet-oud/index.d.ts +11 -7
  31. package/dist/uitvoerend-violet-oud/index.js +11 -7
  32. package/dist/uitvoerend-violet-oud/index.json +10 -6
  33. package/dist/uitvoerend-violet-oud/index.tokens.json +6 -2
  34. package/dist/uitvoerend-violet-oud/root.css +11 -7
  35. package/dist/uitvoerend-violet-oud/tokens.d.ts +6 -2
  36. package/dist/uitvoerend-violet-oud/tokens.js +106 -22
  37. package/dist/wetgevend/_variables.scss +11 -7
  38. package/dist/wetgevend/index.css +11 -7
  39. package/dist/wetgevend/index.d.ts +11 -7
  40. package/dist/wetgevend/index.js +11 -7
  41. package/dist/wetgevend/index.json +10 -6
  42. package/dist/wetgevend/index.tokens.json +6 -2
  43. package/dist/wetgevend/root.css +11 -7
  44. package/dist/wetgevend/tokens.d.ts +6 -2
  45. package/dist/wetgevend/tokens.js +106 -22
  46. package/figma/figma.tokens.json +18 -2
  47. package/package.json +2 -2
  48. package/src/generated/base.tokens.json +18 -2
  49. package/src/generated/themes.json +72 -8
  50. package/src/generated/uitvoerend-mintgroen-focus/tokens.json +18 -2
  51. package/src/generated/uitvoerend-violet/tokens.json +18 -2
  52. package/src/generated/uitvoerend-violet-oud/tokens.json +18 -2
  53. package/src/generated/wetgevend/tokens.json +18 -2
@@ -1086,17 +1086,21 @@
1086
1086
  "utrechtBreadcrumbNavMarginInline": "0.5rem",
1087
1087
  "utrechtBreadcrumbNavFontFamily": "Fira Sans, Arial, Verdana, sans-serif",
1088
1088
  "utrechtBreadcrumbNavFontWeight": 400,
1089
- "utrechtBlockquoteAttributionFontSize": "1.25rem",
1090
- "utrechtBlockquoteAttributionFontFamily": "Fira Sans, Arial, Verdana, sans-serif",
1091
- "utrechtBlockquoteAttributionLineHeight": 1.25,
1092
- "utrechtBlockquoteAttributionFontWeight": 400,
1093
- "utrechtBlockquoteAttributionPaddingBlockStart": "0.75rem",
1094
- "utrechtBlockquoteAttributionColor": "#334155",
1089
+ "utrechtBlockquoteCaptionFontSize": "1.25rem",
1090
+ "utrechtBlockquoteCaptionFontFamily": "Fira Sans, Arial, Verdana, sans-serif",
1091
+ "utrechtBlockquoteCaptionLineHeight": "150%",
1092
+ "utrechtBlockquoteCaptionFontWeight": 400,
1093
+ "utrechtBlockquoteCaptionPaddingBlockStart": "0.75rem",
1094
+ "utrechtBlockquoteCaptionColor": "#334155",
1095
1095
  "utrechtBlockquoteContentFontFamily": "RijksoverheidSerifWeb, 'Times New Roman', serif",
1096
1096
  "utrechtBlockquoteContentLineHeight": "150%",
1097
1097
  "utrechtBlockquoteContentFontWeight": 400,
1098
1098
  "utrechtBlockquoteContentFontSize": "1.5rem",
1099
1099
  "utrechtBlockquoteContentColor": "#154273",
1100
+ "utrechtBlockquoteMarginBlockEnd": 0,
1101
+ "utrechtBlockquoteMarginBlockStart": 0,
1102
+ "utrechtBlockquoteMarginInlineEnd": 0,
1103
+ "utrechtBlockquoteMarginInlineStart": 0,
1100
1104
  "utrechtBlockquotePaddingBlockEnd": "2rem",
1101
1105
  "utrechtBlockquotePaddingBlockStart": "2rem",
1102
1106
  "utrechtBlockquotePaddingInlineEnd": "2rem",
@@ -1686,10 +1686,10 @@
1686
1686
  "font-weight": 400
1687
1687
  },
1688
1688
  "blockquote": {
1689
- "attribution": {
1689
+ "caption": {
1690
1690
  "font-size": "1.25rem",
1691
1691
  "font-family": "Fira Sans, Arial, Verdana, sans-serif",
1692
- "line-height": 1.25,
1692
+ "line-height": "150%",
1693
1693
  "font-weight": 400,
1694
1694
  "padding-block-start": "0.75rem",
1695
1695
  "color": "#334155"
@@ -1701,6 +1701,10 @@
1701
1701
  "font-size": "1.5rem",
1702
1702
  "color": "#154273"
1703
1703
  },
1704
+ "margin-block-end": 0,
1705
+ "margin-block-start": 0,
1706
+ "margin-inline-end": 0,
1707
+ "margin-inline-start": 0,
1704
1708
  "padding-block-end": "2rem",
1705
1709
  "padding-block-start": "2rem",
1706
1710
  "padding-inline-end": "2rem",
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 24 Jan 2025 08:15:47 GMT
3
+ * Generated on Wed, 29 Jan 2025 15:29:01 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -96,17 +96,21 @@
96
96
  --utrecht-blockquote-padding-inline-end: 2rem;
97
97
  --utrecht-blockquote-padding-block-start: 2rem;
98
98
  --utrecht-blockquote-padding-block-end: 2rem;
99
+ --utrecht-blockquote-margin-inline-start: 0;
100
+ --utrecht-blockquote-margin-inline-end: 0;
101
+ --utrecht-blockquote-margin-block-start: 0;
102
+ --utrecht-blockquote-margin-block-end: 0;
99
103
  --utrecht-blockquote-content-color: #154273;
100
104
  --utrecht-blockquote-content-font-size: 1.5rem;
101
105
  --utrecht-blockquote-content-font-weight: 400;
102
106
  --utrecht-blockquote-content-line-height: 150%;
103
107
  --utrecht-blockquote-content-font-family: RijksoverheidSerifWeb, 'Times New Roman', serif;
104
- --utrecht-blockquote-attribution-color: #334155;
105
- --utrecht-blockquote-attribution-padding-block-start: 0.75rem;
106
- --utrecht-blockquote-attribution-font-weight: 400;
107
- --utrecht-blockquote-attribution-line-height: 1.25;
108
- --utrecht-blockquote-attribution-font-family: Fira Sans, Arial, Verdana, sans-serif;
109
- --utrecht-blockquote-attribution-font-size: 1.25rem;
108
+ --utrecht-blockquote-caption-color: #334155;
109
+ --utrecht-blockquote-caption-padding-block-start: 0.75rem;
110
+ --utrecht-blockquote-caption-font-weight: 400;
111
+ --utrecht-blockquote-caption-line-height: 150%;
112
+ --utrecht-blockquote-caption-font-family: Fira Sans, Arial, Verdana, sans-serif;
113
+ --utrecht-blockquote-caption-font-size: 1.25rem;
110
114
  --utrecht-breadcrumb-nav-font-weight: 400;
111
115
  --utrecht-breadcrumb-nav-font-family: Fira Sans, Arial, Verdana, sans-serif;
112
116
  --utrecht-breadcrumb-nav-margin-inline: 0.5rem;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 24 Jan 2025 08:15:47 GMT
3
+ * Generated on Wed, 29 Jan 2025 15:29:01 GMT
4
4
  */
5
5
 
6
6
  export default tokens;
@@ -1709,7 +1709,7 @@ declare const tokens: {
1709
1709
  "font-weight": DesignToken
1710
1710
  },
1711
1711
  "blockquote": {
1712
- "attribution": {
1712
+ "caption": {
1713
1713
  "font-size": DesignToken,
1714
1714
  "font-family": DesignToken,
1715
1715
  "line-height": DesignToken,
@@ -1724,6 +1724,10 @@ declare const tokens: {
1724
1724
  "font-size": DesignToken,
1725
1725
  "color": DesignToken
1726
1726
  },
1727
+ "margin-block-end": DesignToken,
1728
+ "margin-block-start": DesignToken,
1729
+ "margin-inline-end": DesignToken,
1730
+ "margin-inline-start": DesignToken,
1727
1731
  "padding-block-end": DesignToken,
1728
1732
  "padding-block-start": DesignToken,
1729
1733
  "padding-inline-end": DesignToken,
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 24 Jan 2025 08:15:47 GMT
3
+ * Generated on Wed, 29 Jan 2025 15:29:01 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -25625,7 +25625,7 @@ module.exports = {
25625
25625
  }
25626
25626
  },
25627
25627
  "blockquote": {
25628
- "attribution": {
25628
+ "caption": {
25629
25629
  "font-size": {
25630
25630
  "value": "1.25rem",
25631
25631
  "type": "fontSizes",
@@ -25635,17 +25635,17 @@ module.exports = {
25635
25635
  "value": "1.25rem",
25636
25636
  "type": "fontSizes"
25637
25637
  },
25638
- "name": "utrechtBlockquoteAttributionFontSize",
25638
+ "name": "utrechtBlockquoteCaptionFontSize",
25639
25639
  "attributes": {
25640
25640
  "category": "utrecht",
25641
25641
  "type": "blockquote",
25642
- "item": "attribution",
25642
+ "item": "caption",
25643
25643
  "subitem": "font-size"
25644
25644
  },
25645
25645
  "path": [
25646
25646
  "utrecht",
25647
25647
  "blockquote",
25648
- "attribution",
25648
+ "caption",
25649
25649
  "font-size"
25650
25650
  ]
25651
25651
  },
@@ -25658,40 +25658,40 @@ module.exports = {
25658
25658
  "value": "Fira Sans, Arial, Verdana, sans-serif",
25659
25659
  "type": "fontFamilies"
25660
25660
  },
25661
- "name": "utrechtBlockquoteAttributionFontFamily",
25661
+ "name": "utrechtBlockquoteCaptionFontFamily",
25662
25662
  "attributes": {
25663
25663
  "category": "utrecht",
25664
25664
  "type": "blockquote",
25665
- "item": "attribution",
25665
+ "item": "caption",
25666
25666
  "subitem": "font-family"
25667
25667
  },
25668
25668
  "path": [
25669
25669
  "utrecht",
25670
25670
  "blockquote",
25671
- "attribution",
25671
+ "caption",
25672
25672
  "font-family"
25673
25673
  ]
25674
25674
  },
25675
25675
  "line-height": {
25676
- "value": 1.25,
25676
+ "value": "150%",
25677
25677
  "type": "lineHeights",
25678
25678
  "filePath": "src/generated/uitvoerend-mintgroen-focus/tokens.json",
25679
25679
  "isSource": true,
25680
25680
  "original": {
25681
- "value": 1.25,
25681
+ "value": "150%",
25682
25682
  "type": "lineHeights"
25683
25683
  },
25684
- "name": "utrechtBlockquoteAttributionLineHeight",
25684
+ "name": "utrechtBlockquoteCaptionLineHeight",
25685
25685
  "attributes": {
25686
25686
  "category": "utrecht",
25687
25687
  "type": "blockquote",
25688
- "item": "attribution",
25688
+ "item": "caption",
25689
25689
  "subitem": "line-height"
25690
25690
  },
25691
25691
  "path": [
25692
25692
  "utrecht",
25693
25693
  "blockquote",
25694
- "attribution",
25694
+ "caption",
25695
25695
  "line-height"
25696
25696
  ]
25697
25697
  },
@@ -25704,17 +25704,17 @@ module.exports = {
25704
25704
  "value": 400,
25705
25705
  "type": "fontWeights"
25706
25706
  },
25707
- "name": "utrechtBlockquoteAttributionFontWeight",
25707
+ "name": "utrechtBlockquoteCaptionFontWeight",
25708
25708
  "attributes": {
25709
25709
  "category": "utrecht",
25710
25710
  "type": "blockquote",
25711
- "item": "attribution",
25711
+ "item": "caption",
25712
25712
  "subitem": "font-weight"
25713
25713
  },
25714
25714
  "path": [
25715
25715
  "utrecht",
25716
25716
  "blockquote",
25717
- "attribution",
25717
+ "caption",
25718
25718
  "font-weight"
25719
25719
  ]
25720
25720
  },
@@ -25727,17 +25727,17 @@ module.exports = {
25727
25727
  "value": "0.75rem",
25728
25728
  "type": "spacing"
25729
25729
  },
25730
- "name": "utrechtBlockquoteAttributionPaddingBlockStart",
25730
+ "name": "utrechtBlockquoteCaptionPaddingBlockStart",
25731
25731
  "attributes": {
25732
25732
  "category": "utrecht",
25733
25733
  "type": "blockquote",
25734
- "item": "attribution",
25734
+ "item": "caption",
25735
25735
  "subitem": "padding-block-start"
25736
25736
  },
25737
25737
  "path": [
25738
25738
  "utrecht",
25739
25739
  "blockquote",
25740
- "attribution",
25740
+ "caption",
25741
25741
  "padding-block-start"
25742
25742
  ]
25743
25743
  },
@@ -25750,17 +25750,17 @@ module.exports = {
25750
25750
  "value": "#334155",
25751
25751
  "type": "color"
25752
25752
  },
25753
- "name": "utrechtBlockquoteAttributionColor",
25753
+ "name": "utrechtBlockquoteCaptionColor",
25754
25754
  "attributes": {
25755
25755
  "category": "utrecht",
25756
25756
  "type": "blockquote",
25757
- "item": "attribution",
25757
+ "item": "caption",
25758
25758
  "subitem": "color"
25759
25759
  },
25760
25760
  "path": [
25761
25761
  "utrecht",
25762
25762
  "blockquote",
25763
- "attribution",
25763
+ "caption",
25764
25764
  "color"
25765
25765
  ]
25766
25766
  }
@@ -25882,6 +25882,90 @@ module.exports = {
25882
25882
  ]
25883
25883
  }
25884
25884
  },
25885
+ "margin-block-end": {
25886
+ "value": 0,
25887
+ "type": "spacing",
25888
+ "filePath": "src/generated/uitvoerend-mintgroen-focus/tokens.json",
25889
+ "isSource": true,
25890
+ "original": {
25891
+ "value": 0,
25892
+ "type": "spacing"
25893
+ },
25894
+ "name": "utrechtBlockquoteMarginBlockEnd",
25895
+ "attributes": {
25896
+ "category": "utrecht",
25897
+ "type": "blockquote",
25898
+ "item": "margin-block-end"
25899
+ },
25900
+ "path": [
25901
+ "utrecht",
25902
+ "blockquote",
25903
+ "margin-block-end"
25904
+ ]
25905
+ },
25906
+ "margin-block-start": {
25907
+ "value": 0,
25908
+ "type": "spacing",
25909
+ "filePath": "src/generated/uitvoerend-mintgroen-focus/tokens.json",
25910
+ "isSource": true,
25911
+ "original": {
25912
+ "value": 0,
25913
+ "type": "spacing"
25914
+ },
25915
+ "name": "utrechtBlockquoteMarginBlockStart",
25916
+ "attributes": {
25917
+ "category": "utrecht",
25918
+ "type": "blockquote",
25919
+ "item": "margin-block-start"
25920
+ },
25921
+ "path": [
25922
+ "utrecht",
25923
+ "blockquote",
25924
+ "margin-block-start"
25925
+ ]
25926
+ },
25927
+ "margin-inline-end": {
25928
+ "value": 0,
25929
+ "type": "spacing",
25930
+ "filePath": "src/generated/uitvoerend-mintgroen-focus/tokens.json",
25931
+ "isSource": true,
25932
+ "original": {
25933
+ "value": 0,
25934
+ "type": "spacing"
25935
+ },
25936
+ "name": "utrechtBlockquoteMarginInlineEnd",
25937
+ "attributes": {
25938
+ "category": "utrecht",
25939
+ "type": "blockquote",
25940
+ "item": "margin-inline-end"
25941
+ },
25942
+ "path": [
25943
+ "utrecht",
25944
+ "blockquote",
25945
+ "margin-inline-end"
25946
+ ]
25947
+ },
25948
+ "margin-inline-start": {
25949
+ "value": 0,
25950
+ "type": "spacing",
25951
+ "filePath": "src/generated/uitvoerend-mintgroen-focus/tokens.json",
25952
+ "isSource": true,
25953
+ "original": {
25954
+ "value": 0,
25955
+ "type": "spacing"
25956
+ },
25957
+ "name": "utrechtBlockquoteMarginInlineStart",
25958
+ "attributes": {
25959
+ "category": "utrecht",
25960
+ "type": "blockquote",
25961
+ "item": "margin-inline-start"
25962
+ },
25963
+ "path": [
25964
+ "utrecht",
25965
+ "blockquote",
25966
+ "margin-inline-start"
25967
+ ]
25968
+ },
25885
25969
  "padding-block-end": {
25886
25970
  "value": "2rem",
25887
25971
  "type": "spacing",
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Fri, 24 Jan 2025 08:15:47 GMT
3
+ // Generated on Wed, 29 Jan 2025 15:29:01 GMT
4
4
 
5
5
  $utrecht-focus-inverse-outline-color: transparant;
6
6
  $utrecht-focus-outline-width: 2px;
@@ -112,17 +112,21 @@ $utrecht-blockquote-padding-inline-start: 2rem;
112
112
  $utrecht-blockquote-padding-inline-end: 2rem;
113
113
  $utrecht-blockquote-padding-block-start: 2rem;
114
114
  $utrecht-blockquote-padding-block-end: 2rem;
115
+ $utrecht-blockquote-margin-inline-start: 0;
116
+ $utrecht-blockquote-margin-inline-end: 0;
117
+ $utrecht-blockquote-margin-block-start: 0;
118
+ $utrecht-blockquote-margin-block-end: 0;
115
119
  $utrecht-blockquote-content-color: #154273;
116
120
  $utrecht-blockquote-content-font-size: 1.5rem;
117
121
  $utrecht-blockquote-content-font-weight: 400;
118
122
  $utrecht-blockquote-content-line-height: 150%;
119
123
  $utrecht-blockquote-content-font-family: RijksoverheidSerifWeb, 'Times New Roman', serif;
120
- $utrecht-blockquote-attribution-color: #334155;
121
- $utrecht-blockquote-attribution-padding-block-start: 0.75rem;
122
- $utrecht-blockquote-attribution-font-weight: 400;
123
- $utrecht-blockquote-attribution-line-height: 1.25;
124
- $utrecht-blockquote-attribution-font-family: Fira Sans, Arial, Verdana, sans-serif;
125
- $utrecht-blockquote-attribution-font-size: 1.25rem;
124
+ $utrecht-blockquote-caption-color: #334155;
125
+ $utrecht-blockquote-caption-padding-block-start: 0.75rem;
126
+ $utrecht-blockquote-caption-font-weight: 400;
127
+ $utrecht-blockquote-caption-line-height: 150%;
128
+ $utrecht-blockquote-caption-font-family: Fira Sans, Arial, Verdana, sans-serif;
129
+ $utrecht-blockquote-caption-font-size: 1.25rem;
126
130
  $utrecht-breadcrumb-nav-font-weight: 400;
127
131
  $utrecht-breadcrumb-nav-font-family: Fira Sans, Arial, Verdana, sans-serif;
128
132
  $utrecht-breadcrumb-nav-margin-inline: 0.5rem;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 24 Jan 2025 08:15:47 GMT
3
+ * Generated on Wed, 29 Jan 2025 15:29:01 GMT
4
4
  */
5
5
 
6
6
  .uitvoerend-violet {
@@ -114,17 +114,21 @@
114
114
  --utrecht-blockquote-padding-inline-end: 2rem;
115
115
  --utrecht-blockquote-padding-block-start: 2rem;
116
116
  --utrecht-blockquote-padding-block-end: 2rem;
117
+ --utrecht-blockquote-margin-inline-start: 0;
118
+ --utrecht-blockquote-margin-inline-end: 0;
119
+ --utrecht-blockquote-margin-block-start: 0;
120
+ --utrecht-blockquote-margin-block-end: 0;
117
121
  --utrecht-blockquote-content-color: #154273;
118
122
  --utrecht-blockquote-content-font-size: 1.5rem;
119
123
  --utrecht-blockquote-content-font-weight: 400;
120
124
  --utrecht-blockquote-content-line-height: 150%;
121
125
  --utrecht-blockquote-content-font-family: RijksoverheidSerifWeb, 'Times New Roman', serif;
122
- --utrecht-blockquote-attribution-color: #334155;
123
- --utrecht-blockquote-attribution-padding-block-start: 0.75rem;
124
- --utrecht-blockquote-attribution-font-weight: 400;
125
- --utrecht-blockquote-attribution-line-height: 1.25;
126
- --utrecht-blockquote-attribution-font-family: Fira Sans, Arial, Verdana, sans-serif;
127
- --utrecht-blockquote-attribution-font-size: 1.25rem;
126
+ --utrecht-blockquote-caption-color: #334155;
127
+ --utrecht-blockquote-caption-padding-block-start: 0.75rem;
128
+ --utrecht-blockquote-caption-font-weight: 400;
129
+ --utrecht-blockquote-caption-line-height: 150%;
130
+ --utrecht-blockquote-caption-font-family: Fira Sans, Arial, Verdana, sans-serif;
131
+ --utrecht-blockquote-caption-font-size: 1.25rem;
128
132
  --utrecht-breadcrumb-nav-font-weight: 400;
129
133
  --utrecht-breadcrumb-nav-font-family: Fira Sans, Arial, Verdana, sans-serif;
130
134
  --utrecht-breadcrumb-nav-margin-inline: 0.5rem;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 24 Jan 2025 08:15:47 GMT
3
+ * Generated on Wed, 29 Jan 2025 15:29:01 GMT
4
4
  */
5
5
 
6
6
  export const rhcColorPrimary50 : string;
@@ -1065,17 +1065,21 @@ export const utrechtBreadcrumbNavDividerInsetBlockStart : number;
1065
1065
  export const utrechtBreadcrumbNavMarginInline : string;
1066
1066
  export const utrechtBreadcrumbNavFontFamily : string;
1067
1067
  export const utrechtBreadcrumbNavFontWeight : number;
1068
- export const utrechtBlockquoteAttributionFontSize : string;
1069
- export const utrechtBlockquoteAttributionFontFamily : string;
1070
- export const utrechtBlockquoteAttributionLineHeight : number;
1071
- export const utrechtBlockquoteAttributionFontWeight : number;
1072
- export const utrechtBlockquoteAttributionPaddingBlockStart : string;
1073
- export const utrechtBlockquoteAttributionColor : string;
1068
+ export const utrechtBlockquoteCaptionFontSize : string;
1069
+ export const utrechtBlockquoteCaptionFontFamily : string;
1070
+ export const utrechtBlockquoteCaptionLineHeight : string;
1071
+ export const utrechtBlockquoteCaptionFontWeight : number;
1072
+ export const utrechtBlockquoteCaptionPaddingBlockStart : string;
1073
+ export const utrechtBlockquoteCaptionColor : string;
1074
1074
  export const utrechtBlockquoteContentFontFamily : string;
1075
1075
  export const utrechtBlockquoteContentLineHeight : string;
1076
1076
  export const utrechtBlockquoteContentFontWeight : number;
1077
1077
  export const utrechtBlockquoteContentFontSize : string;
1078
1078
  export const utrechtBlockquoteContentColor : string;
1079
+ export const utrechtBlockquoteMarginBlockEnd : number;
1080
+ export const utrechtBlockquoteMarginBlockStart : number;
1081
+ export const utrechtBlockquoteMarginInlineEnd : number;
1082
+ export const utrechtBlockquoteMarginInlineStart : number;
1079
1083
  export const utrechtBlockquotePaddingBlockEnd : string;
1080
1084
  export const utrechtBlockquotePaddingBlockStart : string;
1081
1085
  export const utrechtBlockquotePaddingInlineEnd : string;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 24 Jan 2025 08:15:47 GMT
3
+ * Generated on Wed, 29 Jan 2025 15:29:01 GMT
4
4
  */
5
5
 
6
6
  export const rhcColorPrimary50 = "#f2d9e7";
@@ -1065,17 +1065,21 @@ export const utrechtBreadcrumbNavDividerInsetBlockStart = 0;
1065
1065
  export const utrechtBreadcrumbNavMarginInline = "0.5rem";
1066
1066
  export const utrechtBreadcrumbNavFontFamily = "Fira Sans, Arial, Verdana, sans-serif";
1067
1067
  export const utrechtBreadcrumbNavFontWeight = 400;
1068
- export const utrechtBlockquoteAttributionFontSize = "1.25rem";
1069
- export const utrechtBlockquoteAttributionFontFamily = "Fira Sans, Arial, Verdana, sans-serif";
1070
- export const utrechtBlockquoteAttributionLineHeight = 1.25;
1071
- export const utrechtBlockquoteAttributionFontWeight = 400;
1072
- export const utrechtBlockquoteAttributionPaddingBlockStart = "0.75rem";
1073
- export const utrechtBlockquoteAttributionColor = "#334155";
1068
+ export const utrechtBlockquoteCaptionFontSize = "1.25rem";
1069
+ export const utrechtBlockquoteCaptionFontFamily = "Fira Sans, Arial, Verdana, sans-serif";
1070
+ export const utrechtBlockquoteCaptionLineHeight = "150%";
1071
+ export const utrechtBlockquoteCaptionFontWeight = 400;
1072
+ export const utrechtBlockquoteCaptionPaddingBlockStart = "0.75rem";
1073
+ export const utrechtBlockquoteCaptionColor = "#334155";
1074
1074
  export const utrechtBlockquoteContentFontFamily = "RijksoverheidSerifWeb, 'Times New Roman', serif";
1075
1075
  export const utrechtBlockquoteContentLineHeight = "150%";
1076
1076
  export const utrechtBlockquoteContentFontWeight = 400;
1077
1077
  export const utrechtBlockquoteContentFontSize = "1.5rem";
1078
1078
  export const utrechtBlockquoteContentColor = "#154273";
1079
+ export const utrechtBlockquoteMarginBlockEnd = 0;
1080
+ export const utrechtBlockquoteMarginBlockStart = 0;
1081
+ export const utrechtBlockquoteMarginInlineEnd = 0;
1082
+ export const utrechtBlockquoteMarginInlineStart = 0;
1079
1083
  export const utrechtBlockquotePaddingBlockEnd = "2rem";
1080
1084
  export const utrechtBlockquotePaddingBlockStart = "2rem";
1081
1085
  export const utrechtBlockquotePaddingInlineEnd = "2rem";
@@ -1061,17 +1061,21 @@
1061
1061
  "utrechtBreadcrumbNavMarginInline": "0.5rem",
1062
1062
  "utrechtBreadcrumbNavFontFamily": "Fira Sans, Arial, Verdana, sans-serif",
1063
1063
  "utrechtBreadcrumbNavFontWeight": 400,
1064
- "utrechtBlockquoteAttributionFontSize": "1.25rem",
1065
- "utrechtBlockquoteAttributionFontFamily": "Fira Sans, Arial, Verdana, sans-serif",
1066
- "utrechtBlockquoteAttributionLineHeight": 1.25,
1067
- "utrechtBlockquoteAttributionFontWeight": 400,
1068
- "utrechtBlockquoteAttributionPaddingBlockStart": "0.75rem",
1069
- "utrechtBlockquoteAttributionColor": "#334155",
1064
+ "utrechtBlockquoteCaptionFontSize": "1.25rem",
1065
+ "utrechtBlockquoteCaptionFontFamily": "Fira Sans, Arial, Verdana, sans-serif",
1066
+ "utrechtBlockquoteCaptionLineHeight": "150%",
1067
+ "utrechtBlockquoteCaptionFontWeight": 400,
1068
+ "utrechtBlockquoteCaptionPaddingBlockStart": "0.75rem",
1069
+ "utrechtBlockquoteCaptionColor": "#334155",
1070
1070
  "utrechtBlockquoteContentFontFamily": "RijksoverheidSerifWeb, 'Times New Roman', serif",
1071
1071
  "utrechtBlockquoteContentLineHeight": "150%",
1072
1072
  "utrechtBlockquoteContentFontWeight": 400,
1073
1073
  "utrechtBlockquoteContentFontSize": "1.5rem",
1074
1074
  "utrechtBlockquoteContentColor": "#154273",
1075
+ "utrechtBlockquoteMarginBlockEnd": 0,
1076
+ "utrechtBlockquoteMarginBlockStart": 0,
1077
+ "utrechtBlockquoteMarginInlineEnd": 0,
1078
+ "utrechtBlockquoteMarginInlineStart": 0,
1075
1079
  "utrechtBlockquotePaddingBlockEnd": "2rem",
1076
1080
  "utrechtBlockquotePaddingBlockStart": "2rem",
1077
1081
  "utrechtBlockquotePaddingInlineEnd": "2rem",
@@ -1637,10 +1637,10 @@
1637
1637
  "font-weight": 400
1638
1638
  },
1639
1639
  "blockquote": {
1640
- "attribution": {
1640
+ "caption": {
1641
1641
  "font-size": "1.25rem",
1642
1642
  "font-family": "Fira Sans, Arial, Verdana, sans-serif",
1643
- "line-height": 1.25,
1643
+ "line-height": "150%",
1644
1644
  "font-weight": 400,
1645
1645
  "padding-block-start": "0.75rem",
1646
1646
  "color": "#334155"
@@ -1652,6 +1652,10 @@
1652
1652
  "font-size": "1.5rem",
1653
1653
  "color": "#154273"
1654
1654
  },
1655
+ "margin-block-end": 0,
1656
+ "margin-block-start": 0,
1657
+ "margin-inline-end": 0,
1658
+ "margin-inline-start": 0,
1655
1659
  "padding-block-end": "2rem",
1656
1660
  "padding-block-start": "2rem",
1657
1661
  "padding-inline-end": "2rem",
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 24 Jan 2025 08:15:47 GMT
3
+ * Generated on Wed, 29 Jan 2025 15:29:01 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -114,17 +114,21 @@
114
114
  --utrecht-blockquote-padding-inline-end: 2rem;
115
115
  --utrecht-blockquote-padding-block-start: 2rem;
116
116
  --utrecht-blockquote-padding-block-end: 2rem;
117
+ --utrecht-blockquote-margin-inline-start: 0;
118
+ --utrecht-blockquote-margin-inline-end: 0;
119
+ --utrecht-blockquote-margin-block-start: 0;
120
+ --utrecht-blockquote-margin-block-end: 0;
117
121
  --utrecht-blockquote-content-color: #154273;
118
122
  --utrecht-blockquote-content-font-size: 1.5rem;
119
123
  --utrecht-blockquote-content-font-weight: 400;
120
124
  --utrecht-blockquote-content-line-height: 150%;
121
125
  --utrecht-blockquote-content-font-family: RijksoverheidSerifWeb, 'Times New Roman', serif;
122
- --utrecht-blockquote-attribution-color: #334155;
123
- --utrecht-blockquote-attribution-padding-block-start: 0.75rem;
124
- --utrecht-blockquote-attribution-font-weight: 400;
125
- --utrecht-blockquote-attribution-line-height: 1.25;
126
- --utrecht-blockquote-attribution-font-family: Fira Sans, Arial, Verdana, sans-serif;
127
- --utrecht-blockquote-attribution-font-size: 1.25rem;
126
+ --utrecht-blockquote-caption-color: #334155;
127
+ --utrecht-blockquote-caption-padding-block-start: 0.75rem;
128
+ --utrecht-blockquote-caption-font-weight: 400;
129
+ --utrecht-blockquote-caption-line-height: 150%;
130
+ --utrecht-blockquote-caption-font-family: Fira Sans, Arial, Verdana, sans-serif;
131
+ --utrecht-blockquote-caption-font-size: 1.25rem;
128
132
  --utrecht-breadcrumb-nav-font-weight: 400;
129
133
  --utrecht-breadcrumb-nav-font-family: Fira Sans, Arial, Verdana, sans-serif;
130
134
  --utrecht-breadcrumb-nav-margin-inline: 0.5rem;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 24 Jan 2025 08:15:47 GMT
3
+ * Generated on Wed, 29 Jan 2025 15:29:01 GMT
4
4
  */
5
5
 
6
6
  export default tokens;
@@ -1660,7 +1660,7 @@ declare const tokens: {
1660
1660
  "font-weight": DesignToken
1661
1661
  },
1662
1662
  "blockquote": {
1663
- "attribution": {
1663
+ "caption": {
1664
1664
  "font-size": DesignToken,
1665
1665
  "font-family": DesignToken,
1666
1666
  "line-height": DesignToken,
@@ -1675,6 +1675,10 @@ declare const tokens: {
1675
1675
  "font-size": DesignToken,
1676
1676
  "color": DesignToken
1677
1677
  },
1678
+ "margin-block-end": DesignToken,
1679
+ "margin-block-start": DesignToken,
1680
+ "margin-inline-end": DesignToken,
1681
+ "margin-inline-start": DesignToken,
1678
1682
  "padding-block-end": DesignToken,
1679
1683
  "padding-block-start": DesignToken,
1680
1684
  "padding-inline-end": DesignToken,