@rijkshuisstijl-community/design-tokens 1.0.0-alpha.125 → 1.0.0-alpha.127
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/dist/_variables.scss +11 -7
- package/dist/index.css +11 -7
- package/dist/index.d.ts +11 -7
- package/dist/index.js +11 -7
- package/dist/index.json +10 -6
- package/dist/index.tokens.json +6 -2
- package/dist/root.css +11 -7
- package/dist/tokens.d.ts +6 -2
- package/dist/tokens.js +106 -22
- package/dist/uitvoerend-mintgroen-focus/_variables.scss +11 -7
- package/dist/uitvoerend-mintgroen-focus/index.css +11 -7
- package/dist/uitvoerend-mintgroen-focus/index.d.ts +11 -7
- package/dist/uitvoerend-mintgroen-focus/index.js +11 -7
- package/dist/uitvoerend-mintgroen-focus/index.json +10 -6
- package/dist/uitvoerend-mintgroen-focus/index.tokens.json +6 -2
- package/dist/uitvoerend-mintgroen-focus/root.css +11 -7
- package/dist/uitvoerend-mintgroen-focus/tokens.d.ts +6 -2
- package/dist/uitvoerend-mintgroen-focus/tokens.js +106 -22
- package/dist/uitvoerend-violet/_variables.scss +11 -7
- package/dist/uitvoerend-violet/index.css +11 -7
- package/dist/uitvoerend-violet/index.d.ts +11 -7
- package/dist/uitvoerend-violet/index.js +11 -7
- package/dist/uitvoerend-violet/index.json +10 -6
- package/dist/uitvoerend-violet/index.tokens.json +6 -2
- package/dist/uitvoerend-violet/root.css +11 -7
- package/dist/uitvoerend-violet/tokens.d.ts +6 -2
- package/dist/uitvoerend-violet/tokens.js +106 -22
- package/dist/uitvoerend-violet-oud/_variables.scss +11 -7
- package/dist/uitvoerend-violet-oud/index.css +11 -7
- package/dist/uitvoerend-violet-oud/index.d.ts +11 -7
- package/dist/uitvoerend-violet-oud/index.js +11 -7
- package/dist/uitvoerend-violet-oud/index.json +10 -6
- package/dist/uitvoerend-violet-oud/index.tokens.json +6 -2
- package/dist/uitvoerend-violet-oud/root.css +11 -7
- package/dist/uitvoerend-violet-oud/tokens.d.ts +6 -2
- package/dist/uitvoerend-violet-oud/tokens.js +106 -22
- package/dist/wetgevend/_variables.scss +11 -7
- package/dist/wetgevend/index.css +11 -7
- package/dist/wetgevend/index.d.ts +11 -7
- package/dist/wetgevend/index.js +11 -7
- package/dist/wetgevend/index.json +10 -6
- package/dist/wetgevend/index.tokens.json +6 -2
- package/dist/wetgevend/root.css +11 -7
- package/dist/wetgevend/tokens.d.ts +6 -2
- package/dist/wetgevend/tokens.js +106 -22
- package/figma/figma.tokens.json +18 -2
- package/package.json +2 -2
- package/src/generated/base.tokens.json +18 -2
- package/src/generated/themes.json +72 -8
- package/src/generated/uitvoerend-mintgroen-focus/tokens.json +18 -2
- package/src/generated/uitvoerend-violet/tokens.json +18 -2
- package/src/generated/uitvoerend-violet-oud/tokens.json +18 -2
- package/src/generated/wetgevend/tokens.json +18 -2
package/dist/_variables.scss
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Thu, 30 Jan 2025 09:11:55 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-
|
|
121
|
-
$utrecht-blockquote-
|
|
122
|
-
$utrecht-blockquote-
|
|
123
|
-
$utrecht-blockquote-
|
|
124
|
-
$utrecht-blockquote-
|
|
125
|
-
$utrecht-blockquote-
|
|
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;
|
package/dist/index.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Thu, 30 Jan 2025 09:11:55 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.rhc-theme {
|
|
@@ -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-
|
|
123
|
-
--utrecht-blockquote-
|
|
124
|
-
--utrecht-blockquote-
|
|
125
|
-
--utrecht-blockquote-
|
|
126
|
-
--utrecht-blockquote-
|
|
127
|
-
--utrecht-blockquote-
|
|
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;
|
package/dist/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Thu, 30 Jan 2025 09:11:55 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const rhcSubNavBarBackgroundColor : string;
|
|
@@ -1070,17 +1070,21 @@ export const utrechtBreadcrumbNavDividerInsetBlockStart : number;
|
|
|
1070
1070
|
export const utrechtBreadcrumbNavMarginInline : string;
|
|
1071
1071
|
export const utrechtBreadcrumbNavFontFamily : string;
|
|
1072
1072
|
export const utrechtBreadcrumbNavFontWeight : number;
|
|
1073
|
-
export const
|
|
1074
|
-
export const
|
|
1075
|
-
export const
|
|
1076
|
-
export const
|
|
1077
|
-
export const
|
|
1078
|
-
export const
|
|
1073
|
+
export const utrechtBlockquoteCaptionFontSize : string;
|
|
1074
|
+
export const utrechtBlockquoteCaptionFontFamily : string;
|
|
1075
|
+
export const utrechtBlockquoteCaptionLineHeight : string;
|
|
1076
|
+
export const utrechtBlockquoteCaptionFontWeight : number;
|
|
1077
|
+
export const utrechtBlockquoteCaptionPaddingBlockStart : string;
|
|
1078
|
+
export const utrechtBlockquoteCaptionColor : string;
|
|
1079
1079
|
export const utrechtBlockquoteContentFontFamily : string;
|
|
1080
1080
|
export const utrechtBlockquoteContentLineHeight : string;
|
|
1081
1081
|
export const utrechtBlockquoteContentFontWeight : number;
|
|
1082
1082
|
export const utrechtBlockquoteContentFontSize : string;
|
|
1083
1083
|
export const utrechtBlockquoteContentColor : string;
|
|
1084
|
+
export const utrechtBlockquoteMarginBlockEnd : number;
|
|
1085
|
+
export const utrechtBlockquoteMarginBlockStart : number;
|
|
1086
|
+
export const utrechtBlockquoteMarginInlineEnd : number;
|
|
1087
|
+
export const utrechtBlockquoteMarginInlineStart : number;
|
|
1084
1088
|
export const utrechtBlockquotePaddingBlockEnd : string;
|
|
1085
1089
|
export const utrechtBlockquotePaddingBlockStart : string;
|
|
1086
1090
|
export const utrechtBlockquotePaddingInlineEnd : string;
|
package/dist/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Thu, 30 Jan 2025 09:11:55 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const rhcSubNavBarBackgroundColor = "#f2f4f6";
|
|
@@ -1070,17 +1070,21 @@ export const utrechtBreadcrumbNavDividerInsetBlockStart = 0;
|
|
|
1070
1070
|
export const utrechtBreadcrumbNavMarginInline = "0.5rem";
|
|
1071
1071
|
export const utrechtBreadcrumbNavFontFamily = "Fira Sans, Arial, Verdana, sans-serif";
|
|
1072
1072
|
export const utrechtBreadcrumbNavFontWeight = 400;
|
|
1073
|
-
export const
|
|
1074
|
-
export const
|
|
1075
|
-
export const
|
|
1076
|
-
export const
|
|
1077
|
-
export const
|
|
1078
|
-
export const
|
|
1073
|
+
export const utrechtBlockquoteCaptionFontSize = "1.25rem";
|
|
1074
|
+
export const utrechtBlockquoteCaptionFontFamily = "Fira Sans, Arial, Verdana, sans-serif";
|
|
1075
|
+
export const utrechtBlockquoteCaptionLineHeight = "150%";
|
|
1076
|
+
export const utrechtBlockquoteCaptionFontWeight = 400;
|
|
1077
|
+
export const utrechtBlockquoteCaptionPaddingBlockStart = "0.75rem";
|
|
1078
|
+
export const utrechtBlockquoteCaptionColor = "#334155";
|
|
1079
1079
|
export const utrechtBlockquoteContentFontFamily = "RijksoverheidSerifWeb, 'Times New Roman', serif";
|
|
1080
1080
|
export const utrechtBlockquoteContentLineHeight = "150%";
|
|
1081
1081
|
export const utrechtBlockquoteContentFontWeight = 400;
|
|
1082
1082
|
export const utrechtBlockquoteContentFontSize = "1.5rem";
|
|
1083
1083
|
export const utrechtBlockquoteContentColor = "#154273";
|
|
1084
|
+
export const utrechtBlockquoteMarginBlockEnd = 0;
|
|
1085
|
+
export const utrechtBlockquoteMarginBlockStart = 0;
|
|
1086
|
+
export const utrechtBlockquoteMarginInlineEnd = 0;
|
|
1087
|
+
export const utrechtBlockquoteMarginInlineStart = 0;
|
|
1084
1088
|
export const utrechtBlockquotePaddingBlockEnd = "2rem";
|
|
1085
1089
|
export const utrechtBlockquotePaddingBlockStart = "2rem";
|
|
1086
1090
|
export const utrechtBlockquotePaddingInlineEnd = "2rem";
|
package/dist/index.json
CHANGED
|
@@ -1066,17 +1066,21 @@
|
|
|
1066
1066
|
"utrechtBreadcrumbNavMarginInline": "0.5rem",
|
|
1067
1067
|
"utrechtBreadcrumbNavFontFamily": "Fira Sans, Arial, Verdana, sans-serif",
|
|
1068
1068
|
"utrechtBreadcrumbNavFontWeight": 400,
|
|
1069
|
-
"
|
|
1070
|
-
"
|
|
1071
|
-
"
|
|
1072
|
-
"
|
|
1073
|
-
"
|
|
1074
|
-
"
|
|
1069
|
+
"utrechtBlockquoteCaptionFontSize": "1.25rem",
|
|
1070
|
+
"utrechtBlockquoteCaptionFontFamily": "Fira Sans, Arial, Verdana, sans-serif",
|
|
1071
|
+
"utrechtBlockquoteCaptionLineHeight": "150%",
|
|
1072
|
+
"utrechtBlockquoteCaptionFontWeight": 400,
|
|
1073
|
+
"utrechtBlockquoteCaptionPaddingBlockStart": "0.75rem",
|
|
1074
|
+
"utrechtBlockquoteCaptionColor": "#334155",
|
|
1075
1075
|
"utrechtBlockquoteContentFontFamily": "RijksoverheidSerifWeb, 'Times New Roman', serif",
|
|
1076
1076
|
"utrechtBlockquoteContentLineHeight": "150%",
|
|
1077
1077
|
"utrechtBlockquoteContentFontWeight": 400,
|
|
1078
1078
|
"utrechtBlockquoteContentFontSize": "1.5rem",
|
|
1079
1079
|
"utrechtBlockquoteContentColor": "#154273",
|
|
1080
|
+
"utrechtBlockquoteMarginBlockEnd": 0,
|
|
1081
|
+
"utrechtBlockquoteMarginBlockStart": 0,
|
|
1082
|
+
"utrechtBlockquoteMarginInlineEnd": 0,
|
|
1083
|
+
"utrechtBlockquoteMarginInlineStart": 0,
|
|
1080
1084
|
"utrechtBlockquotePaddingBlockEnd": "2rem",
|
|
1081
1085
|
"utrechtBlockquotePaddingBlockStart": "2rem",
|
|
1082
1086
|
"utrechtBlockquotePaddingInlineEnd": "2rem",
|
package/dist/index.tokens.json
CHANGED
|
@@ -1644,10 +1644,10 @@
|
|
|
1644
1644
|
"font-weight": 400
|
|
1645
1645
|
},
|
|
1646
1646
|
"blockquote": {
|
|
1647
|
-
"
|
|
1647
|
+
"caption": {
|
|
1648
1648
|
"font-size": "1.25rem",
|
|
1649
1649
|
"font-family": "Fira Sans, Arial, Verdana, sans-serif",
|
|
1650
|
-
"line-height":
|
|
1650
|
+
"line-height": "150%",
|
|
1651
1651
|
"font-weight": 400,
|
|
1652
1652
|
"padding-block-start": "0.75rem",
|
|
1653
1653
|
"color": "#334155"
|
|
@@ -1659,6 +1659,10 @@
|
|
|
1659
1659
|
"font-size": "1.5rem",
|
|
1660
1660
|
"color": "#154273"
|
|
1661
1661
|
},
|
|
1662
|
+
"margin-block-end": 0,
|
|
1663
|
+
"margin-block-start": 0,
|
|
1664
|
+
"margin-inline-end": 0,
|
|
1665
|
+
"margin-inline-start": 0,
|
|
1662
1666
|
"padding-block-end": "2rem",
|
|
1663
1667
|
"padding-block-start": "2rem",
|
|
1664
1668
|
"padding-inline-end": "2rem",
|
package/dist/root.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Thu, 30 Jan 2025 09:11:55 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-
|
|
123
|
-
--utrecht-blockquote-
|
|
124
|
-
--utrecht-blockquote-
|
|
125
|
-
--utrecht-blockquote-
|
|
126
|
-
--utrecht-blockquote-
|
|
127
|
-
--utrecht-blockquote-
|
|
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;
|
package/dist/tokens.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Thu, 30 Jan 2025 09:11:55 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export default tokens;
|
|
@@ -1667,7 +1667,7 @@ declare const tokens: {
|
|
|
1667
1667
|
"font-weight": DesignToken
|
|
1668
1668
|
},
|
|
1669
1669
|
"blockquote": {
|
|
1670
|
-
"
|
|
1670
|
+
"caption": {
|
|
1671
1671
|
"font-size": DesignToken,
|
|
1672
1672
|
"font-family": DesignToken,
|
|
1673
1673
|
"line-height": DesignToken,
|
|
@@ -1682,6 +1682,10 @@ declare const tokens: {
|
|
|
1682
1682
|
"font-size": DesignToken,
|
|
1683
1683
|
"color": DesignToken
|
|
1684
1684
|
},
|
|
1685
|
+
"margin-block-end": DesignToken,
|
|
1686
|
+
"margin-block-start": DesignToken,
|
|
1687
|
+
"margin-inline-end": DesignToken,
|
|
1688
|
+
"margin-inline-start": DesignToken,
|
|
1685
1689
|
"padding-block-end": DesignToken,
|
|
1686
1690
|
"padding-block-start": DesignToken,
|
|
1687
1691
|
"padding-inline-end": DesignToken,
|
package/dist/tokens.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Thu, 30 Jan 2025 09:11:55 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
module.exports = {
|
|
@@ -25111,7 +25111,7 @@ module.exports = {
|
|
|
25111
25111
|
}
|
|
25112
25112
|
},
|
|
25113
25113
|
"blockquote": {
|
|
25114
|
-
"
|
|
25114
|
+
"caption": {
|
|
25115
25115
|
"font-size": {
|
|
25116
25116
|
"value": "1.25rem",
|
|
25117
25117
|
"type": "fontSizes",
|
|
@@ -25121,17 +25121,17 @@ module.exports = {
|
|
|
25121
25121
|
"value": "1.25rem",
|
|
25122
25122
|
"type": "fontSizes"
|
|
25123
25123
|
},
|
|
25124
|
-
"name": "
|
|
25124
|
+
"name": "utrechtBlockquoteCaptionFontSize",
|
|
25125
25125
|
"attributes": {
|
|
25126
25126
|
"category": "utrecht",
|
|
25127
25127
|
"type": "blockquote",
|
|
25128
|
-
"item": "
|
|
25128
|
+
"item": "caption",
|
|
25129
25129
|
"subitem": "font-size"
|
|
25130
25130
|
},
|
|
25131
25131
|
"path": [
|
|
25132
25132
|
"utrecht",
|
|
25133
25133
|
"blockquote",
|
|
25134
|
-
"
|
|
25134
|
+
"caption",
|
|
25135
25135
|
"font-size"
|
|
25136
25136
|
]
|
|
25137
25137
|
},
|
|
@@ -25144,40 +25144,40 @@ module.exports = {
|
|
|
25144
25144
|
"value": "Fira Sans, Arial, Verdana, sans-serif",
|
|
25145
25145
|
"type": "fontFamilies"
|
|
25146
25146
|
},
|
|
25147
|
-
"name": "
|
|
25147
|
+
"name": "utrechtBlockquoteCaptionFontFamily",
|
|
25148
25148
|
"attributes": {
|
|
25149
25149
|
"category": "utrecht",
|
|
25150
25150
|
"type": "blockquote",
|
|
25151
|
-
"item": "
|
|
25151
|
+
"item": "caption",
|
|
25152
25152
|
"subitem": "font-family"
|
|
25153
25153
|
},
|
|
25154
25154
|
"path": [
|
|
25155
25155
|
"utrecht",
|
|
25156
25156
|
"blockquote",
|
|
25157
|
-
"
|
|
25157
|
+
"caption",
|
|
25158
25158
|
"font-family"
|
|
25159
25159
|
]
|
|
25160
25160
|
},
|
|
25161
25161
|
"line-height": {
|
|
25162
|
-
"value":
|
|
25162
|
+
"value": "150%",
|
|
25163
25163
|
"type": "lineHeights",
|
|
25164
25164
|
"filePath": "src/generated/base.tokens.json",
|
|
25165
25165
|
"isSource": true,
|
|
25166
25166
|
"original": {
|
|
25167
|
-
"value":
|
|
25167
|
+
"value": "150%",
|
|
25168
25168
|
"type": "lineHeights"
|
|
25169
25169
|
},
|
|
25170
|
-
"name": "
|
|
25170
|
+
"name": "utrechtBlockquoteCaptionLineHeight",
|
|
25171
25171
|
"attributes": {
|
|
25172
25172
|
"category": "utrecht",
|
|
25173
25173
|
"type": "blockquote",
|
|
25174
|
-
"item": "
|
|
25174
|
+
"item": "caption",
|
|
25175
25175
|
"subitem": "line-height"
|
|
25176
25176
|
},
|
|
25177
25177
|
"path": [
|
|
25178
25178
|
"utrecht",
|
|
25179
25179
|
"blockquote",
|
|
25180
|
-
"
|
|
25180
|
+
"caption",
|
|
25181
25181
|
"line-height"
|
|
25182
25182
|
]
|
|
25183
25183
|
},
|
|
@@ -25190,17 +25190,17 @@ module.exports = {
|
|
|
25190
25190
|
"value": 400,
|
|
25191
25191
|
"type": "fontWeights"
|
|
25192
25192
|
},
|
|
25193
|
-
"name": "
|
|
25193
|
+
"name": "utrechtBlockquoteCaptionFontWeight",
|
|
25194
25194
|
"attributes": {
|
|
25195
25195
|
"category": "utrecht",
|
|
25196
25196
|
"type": "blockquote",
|
|
25197
|
-
"item": "
|
|
25197
|
+
"item": "caption",
|
|
25198
25198
|
"subitem": "font-weight"
|
|
25199
25199
|
},
|
|
25200
25200
|
"path": [
|
|
25201
25201
|
"utrecht",
|
|
25202
25202
|
"blockquote",
|
|
25203
|
-
"
|
|
25203
|
+
"caption",
|
|
25204
25204
|
"font-weight"
|
|
25205
25205
|
]
|
|
25206
25206
|
},
|
|
@@ -25213,17 +25213,17 @@ module.exports = {
|
|
|
25213
25213
|
"value": "0.75rem",
|
|
25214
25214
|
"type": "spacing"
|
|
25215
25215
|
},
|
|
25216
|
-
"name": "
|
|
25216
|
+
"name": "utrechtBlockquoteCaptionPaddingBlockStart",
|
|
25217
25217
|
"attributes": {
|
|
25218
25218
|
"category": "utrecht",
|
|
25219
25219
|
"type": "blockquote",
|
|
25220
|
-
"item": "
|
|
25220
|
+
"item": "caption",
|
|
25221
25221
|
"subitem": "padding-block-start"
|
|
25222
25222
|
},
|
|
25223
25223
|
"path": [
|
|
25224
25224
|
"utrecht",
|
|
25225
25225
|
"blockquote",
|
|
25226
|
-
"
|
|
25226
|
+
"caption",
|
|
25227
25227
|
"padding-block-start"
|
|
25228
25228
|
]
|
|
25229
25229
|
},
|
|
@@ -25236,17 +25236,17 @@ module.exports = {
|
|
|
25236
25236
|
"value": "#334155",
|
|
25237
25237
|
"type": "color"
|
|
25238
25238
|
},
|
|
25239
|
-
"name": "
|
|
25239
|
+
"name": "utrechtBlockquoteCaptionColor",
|
|
25240
25240
|
"attributes": {
|
|
25241
25241
|
"category": "utrecht",
|
|
25242
25242
|
"type": "blockquote",
|
|
25243
|
-
"item": "
|
|
25243
|
+
"item": "caption",
|
|
25244
25244
|
"subitem": "color"
|
|
25245
25245
|
},
|
|
25246
25246
|
"path": [
|
|
25247
25247
|
"utrecht",
|
|
25248
25248
|
"blockquote",
|
|
25249
|
-
"
|
|
25249
|
+
"caption",
|
|
25250
25250
|
"color"
|
|
25251
25251
|
]
|
|
25252
25252
|
}
|
|
@@ -25368,6 +25368,90 @@ module.exports = {
|
|
|
25368
25368
|
]
|
|
25369
25369
|
}
|
|
25370
25370
|
},
|
|
25371
|
+
"margin-block-end": {
|
|
25372
|
+
"value": 0,
|
|
25373
|
+
"type": "spacing",
|
|
25374
|
+
"filePath": "src/generated/base.tokens.json",
|
|
25375
|
+
"isSource": true,
|
|
25376
|
+
"original": {
|
|
25377
|
+
"value": 0,
|
|
25378
|
+
"type": "spacing"
|
|
25379
|
+
},
|
|
25380
|
+
"name": "utrechtBlockquoteMarginBlockEnd",
|
|
25381
|
+
"attributes": {
|
|
25382
|
+
"category": "utrecht",
|
|
25383
|
+
"type": "blockquote",
|
|
25384
|
+
"item": "margin-block-end"
|
|
25385
|
+
},
|
|
25386
|
+
"path": [
|
|
25387
|
+
"utrecht",
|
|
25388
|
+
"blockquote",
|
|
25389
|
+
"margin-block-end"
|
|
25390
|
+
]
|
|
25391
|
+
},
|
|
25392
|
+
"margin-block-start": {
|
|
25393
|
+
"value": 0,
|
|
25394
|
+
"type": "spacing",
|
|
25395
|
+
"filePath": "src/generated/base.tokens.json",
|
|
25396
|
+
"isSource": true,
|
|
25397
|
+
"original": {
|
|
25398
|
+
"value": 0,
|
|
25399
|
+
"type": "spacing"
|
|
25400
|
+
},
|
|
25401
|
+
"name": "utrechtBlockquoteMarginBlockStart",
|
|
25402
|
+
"attributes": {
|
|
25403
|
+
"category": "utrecht",
|
|
25404
|
+
"type": "blockquote",
|
|
25405
|
+
"item": "margin-block-start"
|
|
25406
|
+
},
|
|
25407
|
+
"path": [
|
|
25408
|
+
"utrecht",
|
|
25409
|
+
"blockquote",
|
|
25410
|
+
"margin-block-start"
|
|
25411
|
+
]
|
|
25412
|
+
},
|
|
25413
|
+
"margin-inline-end": {
|
|
25414
|
+
"value": 0,
|
|
25415
|
+
"type": "spacing",
|
|
25416
|
+
"filePath": "src/generated/base.tokens.json",
|
|
25417
|
+
"isSource": true,
|
|
25418
|
+
"original": {
|
|
25419
|
+
"value": 0,
|
|
25420
|
+
"type": "spacing"
|
|
25421
|
+
},
|
|
25422
|
+
"name": "utrechtBlockquoteMarginInlineEnd",
|
|
25423
|
+
"attributes": {
|
|
25424
|
+
"category": "utrecht",
|
|
25425
|
+
"type": "blockquote",
|
|
25426
|
+
"item": "margin-inline-end"
|
|
25427
|
+
},
|
|
25428
|
+
"path": [
|
|
25429
|
+
"utrecht",
|
|
25430
|
+
"blockquote",
|
|
25431
|
+
"margin-inline-end"
|
|
25432
|
+
]
|
|
25433
|
+
},
|
|
25434
|
+
"margin-inline-start": {
|
|
25435
|
+
"value": 0,
|
|
25436
|
+
"type": "spacing",
|
|
25437
|
+
"filePath": "src/generated/base.tokens.json",
|
|
25438
|
+
"isSource": true,
|
|
25439
|
+
"original": {
|
|
25440
|
+
"value": 0,
|
|
25441
|
+
"type": "spacing"
|
|
25442
|
+
},
|
|
25443
|
+
"name": "utrechtBlockquoteMarginInlineStart",
|
|
25444
|
+
"attributes": {
|
|
25445
|
+
"category": "utrecht",
|
|
25446
|
+
"type": "blockquote",
|
|
25447
|
+
"item": "margin-inline-start"
|
|
25448
|
+
},
|
|
25449
|
+
"path": [
|
|
25450
|
+
"utrecht",
|
|
25451
|
+
"blockquote",
|
|
25452
|
+
"margin-inline-start"
|
|
25453
|
+
]
|
|
25454
|
+
},
|
|
25371
25455
|
"padding-block-end": {
|
|
25372
25456
|
"value": "2rem",
|
|
25373
25457
|
"type": "spacing",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Thu, 30 Jan 2025 09:11:56 GMT
|
|
4
4
|
|
|
5
5
|
$denhaag-sidenav-link-focus-background-color: #FDD370;
|
|
6
6
|
$todo-pagination-page-link-focus-background-color: #FDD370;
|
|
@@ -94,17 +94,21 @@ $utrecht-blockquote-padding-inline-start: 2rem;
|
|
|
94
94
|
$utrecht-blockquote-padding-inline-end: 2rem;
|
|
95
95
|
$utrecht-blockquote-padding-block-start: 2rem;
|
|
96
96
|
$utrecht-blockquote-padding-block-end: 2rem;
|
|
97
|
+
$utrecht-blockquote-margin-inline-start: 0;
|
|
98
|
+
$utrecht-blockquote-margin-inline-end: 0;
|
|
99
|
+
$utrecht-blockquote-margin-block-start: 0;
|
|
100
|
+
$utrecht-blockquote-margin-block-end: 0;
|
|
97
101
|
$utrecht-blockquote-content-color: #154273;
|
|
98
102
|
$utrecht-blockquote-content-font-size: 1.5rem;
|
|
99
103
|
$utrecht-blockquote-content-font-weight: 400;
|
|
100
104
|
$utrecht-blockquote-content-line-height: 150%;
|
|
101
105
|
$utrecht-blockquote-content-font-family: RijksoverheidSerifWeb, 'Times New Roman', serif;
|
|
102
|
-
$utrecht-blockquote-
|
|
103
|
-
$utrecht-blockquote-
|
|
104
|
-
$utrecht-blockquote-
|
|
105
|
-
$utrecht-blockquote-
|
|
106
|
-
$utrecht-blockquote-
|
|
107
|
-
$utrecht-blockquote-
|
|
106
|
+
$utrecht-blockquote-caption-color: #334155;
|
|
107
|
+
$utrecht-blockquote-caption-padding-block-start: 0.75rem;
|
|
108
|
+
$utrecht-blockquote-caption-font-weight: 400;
|
|
109
|
+
$utrecht-blockquote-caption-line-height: 150%;
|
|
110
|
+
$utrecht-blockquote-caption-font-family: Fira Sans, Arial, Verdana, sans-serif;
|
|
111
|
+
$utrecht-blockquote-caption-font-size: 1.25rem;
|
|
108
112
|
$utrecht-breadcrumb-nav-font-weight: 400;
|
|
109
113
|
$utrecht-breadcrumb-nav-font-family: Fira Sans, Arial, Verdana, sans-serif;
|
|
110
114
|
$utrecht-breadcrumb-nav-margin-inline: 0.5rem;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Thu, 30 Jan 2025 09:11:56 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.uitvoerend-mintgroen-focus {
|
|
@@ -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-
|
|
105
|
-
--utrecht-blockquote-
|
|
106
|
-
--utrecht-blockquote-
|
|
107
|
-
--utrecht-blockquote-
|
|
108
|
-
--utrecht-blockquote-
|
|
109
|
-
--utrecht-blockquote-
|
|
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
|
|
3
|
+
* Generated on Thu, 30 Jan 2025 09:11:56 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const rhcColorPrimary50 : string;
|
|
@@ -1090,17 +1090,21 @@ export const utrechtBreadcrumbNavDividerInsetBlockStart : number;
|
|
|
1090
1090
|
export const utrechtBreadcrumbNavMarginInline : string;
|
|
1091
1091
|
export const utrechtBreadcrumbNavFontFamily : string;
|
|
1092
1092
|
export const utrechtBreadcrumbNavFontWeight : number;
|
|
1093
|
-
export const
|
|
1094
|
-
export const
|
|
1095
|
-
export const
|
|
1096
|
-
export const
|
|
1097
|
-
export const
|
|
1098
|
-
export const
|
|
1093
|
+
export const utrechtBlockquoteCaptionFontSize : string;
|
|
1094
|
+
export const utrechtBlockquoteCaptionFontFamily : string;
|
|
1095
|
+
export const utrechtBlockquoteCaptionLineHeight : string;
|
|
1096
|
+
export const utrechtBlockquoteCaptionFontWeight : number;
|
|
1097
|
+
export const utrechtBlockquoteCaptionPaddingBlockStart : string;
|
|
1098
|
+
export const utrechtBlockquoteCaptionColor : string;
|
|
1099
1099
|
export const utrechtBlockquoteContentFontFamily : string;
|
|
1100
1100
|
export const utrechtBlockquoteContentLineHeight : string;
|
|
1101
1101
|
export const utrechtBlockquoteContentFontWeight : number;
|
|
1102
1102
|
export const utrechtBlockquoteContentFontSize : string;
|
|
1103
1103
|
export const utrechtBlockquoteContentColor : string;
|
|
1104
|
+
export const utrechtBlockquoteMarginBlockEnd : number;
|
|
1105
|
+
export const utrechtBlockquoteMarginBlockStart : number;
|
|
1106
|
+
export const utrechtBlockquoteMarginInlineEnd : number;
|
|
1107
|
+
export const utrechtBlockquoteMarginInlineStart : number;
|
|
1104
1108
|
export const utrechtBlockquotePaddingBlockEnd : string;
|
|
1105
1109
|
export const utrechtBlockquotePaddingBlockStart : string;
|
|
1106
1110
|
export const utrechtBlockquotePaddingInlineEnd : string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Thu, 30 Jan 2025 09:11:56 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const rhcColorPrimary50 = "#eaf8f4";
|
|
@@ -1090,17 +1090,21 @@ export const utrechtBreadcrumbNavDividerInsetBlockStart = 0;
|
|
|
1090
1090
|
export const utrechtBreadcrumbNavMarginInline = "0.5rem";
|
|
1091
1091
|
export const utrechtBreadcrumbNavFontFamily = "Fira Sans, Arial, Verdana, sans-serif";
|
|
1092
1092
|
export const utrechtBreadcrumbNavFontWeight = 400;
|
|
1093
|
-
export const
|
|
1094
|
-
export const
|
|
1095
|
-
export const
|
|
1096
|
-
export const
|
|
1097
|
-
export const
|
|
1098
|
-
export const
|
|
1093
|
+
export const utrechtBlockquoteCaptionFontSize = "1.25rem";
|
|
1094
|
+
export const utrechtBlockquoteCaptionFontFamily = "Fira Sans, Arial, Verdana, sans-serif";
|
|
1095
|
+
export const utrechtBlockquoteCaptionLineHeight = "150%";
|
|
1096
|
+
export const utrechtBlockquoteCaptionFontWeight = 400;
|
|
1097
|
+
export const utrechtBlockquoteCaptionPaddingBlockStart = "0.75rem";
|
|
1098
|
+
export const utrechtBlockquoteCaptionColor = "#334155";
|
|
1099
1099
|
export const utrechtBlockquoteContentFontFamily = "RijksoverheidSerifWeb, 'Times New Roman', serif";
|
|
1100
1100
|
export const utrechtBlockquoteContentLineHeight = "150%";
|
|
1101
1101
|
export const utrechtBlockquoteContentFontWeight = 400;
|
|
1102
1102
|
export const utrechtBlockquoteContentFontSize = "1.5rem";
|
|
1103
1103
|
export const utrechtBlockquoteContentColor = "#154273";
|
|
1104
|
+
export const utrechtBlockquoteMarginBlockEnd = 0;
|
|
1105
|
+
export const utrechtBlockquoteMarginBlockStart = 0;
|
|
1106
|
+
export const utrechtBlockquoteMarginInlineEnd = 0;
|
|
1107
|
+
export const utrechtBlockquoteMarginInlineStart = 0;
|
|
1104
1108
|
export const utrechtBlockquotePaddingBlockEnd = "2rem";
|
|
1105
1109
|
export const utrechtBlockquotePaddingBlockStart = "2rem";
|
|
1106
1110
|
export const utrechtBlockquotePaddingInlineEnd = "2rem";
|