@rijkshuisstijl-community/design-tokens 1.0.0-alpha.155 → 1.0.0-alpha.156
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 +3 -2
- package/dist/index.css +3 -2
- package/dist/index.d.ts +2 -1
- package/dist/index.js +3 -2
- package/dist/index.json +2 -1
- package/dist/index.tokens.json +3 -2
- package/dist/root.css +3 -2
- package/dist/tokens.d.ts +3 -2
- package/dist/tokens.js +26 -3
- package/dist/uitvoerend-mintgroen-focus/_variables.scss +3 -2
- package/dist/uitvoerend-mintgroen-focus/index.css +3 -2
- package/dist/uitvoerend-mintgroen-focus/index.d.ts +2 -1
- package/dist/uitvoerend-mintgroen-focus/index.js +3 -2
- package/dist/uitvoerend-mintgroen-focus/index.json +2 -1
- package/dist/uitvoerend-mintgroen-focus/index.tokens.json +3 -2
- package/dist/uitvoerend-mintgroen-focus/root.css +3 -2
- package/dist/uitvoerend-mintgroen-focus/tokens.d.ts +3 -2
- package/dist/uitvoerend-mintgroen-focus/tokens.js +26 -3
- package/dist/uitvoerend-violet/_variables.scss +3 -2
- package/dist/uitvoerend-violet/index.css +3 -2
- package/dist/uitvoerend-violet/index.d.ts +2 -1
- package/dist/uitvoerend-violet/index.js +3 -2
- package/dist/uitvoerend-violet/index.json +2 -1
- package/dist/uitvoerend-violet/index.tokens.json +3 -2
- package/dist/uitvoerend-violet/root.css +3 -2
- package/dist/uitvoerend-violet/tokens.d.ts +3 -2
- package/dist/uitvoerend-violet/tokens.js +26 -3
- package/dist/uitvoerend-violet-oud/_variables.scss +3 -2
- package/dist/uitvoerend-violet-oud/index.css +3 -2
- package/dist/uitvoerend-violet-oud/index.d.ts +2 -1
- package/dist/uitvoerend-violet-oud/index.js +3 -2
- package/dist/uitvoerend-violet-oud/index.json +2 -1
- package/dist/uitvoerend-violet-oud/index.tokens.json +3 -2
- package/dist/uitvoerend-violet-oud/root.css +3 -2
- package/dist/uitvoerend-violet-oud/tokens.d.ts +3 -2
- package/dist/uitvoerend-violet-oud/tokens.js +26 -3
- package/dist/wetgevend/_variables.scss +3 -2
- package/dist/wetgevend/index.css +3 -2
- package/dist/wetgevend/index.d.ts +2 -1
- package/dist/wetgevend/index.js +3 -2
- package/dist/wetgevend/index.json +2 -1
- package/dist/wetgevend/index.tokens.json +3 -2
- package/dist/wetgevend/root.css +3 -2
- package/dist/wetgevend/tokens.d.ts +3 -2
- package/dist/wetgevend/tokens.js +26 -3
- package/figma/figma.tokens.json +5 -1
- package/package.json +2 -2
- package/src/generated/base.tokens.json +5 -1
- package/src/generated/themes.json +20 -4
- package/src/generated/uitvoerend-mintgroen-focus/tokens.json +5 -1
- package/src/generated/uitvoerend-violet/tokens.json +5 -1
- package/src/generated/uitvoerend-violet-oud/tokens.json +5 -1
- package/src/generated/wetgevend/tokens.json +5 -1
package/dist/_variables.scss
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Fri, 14 Feb 2025 08:43:17 GMT
|
|
4
4
|
|
|
5
5
|
$nl-number-badge-padding-block: 0.5rem;
|
|
6
6
|
$nl-number-badge-padding-inline: 0.5rem;
|
|
@@ -1012,7 +1012,8 @@ $rhc-file-input-feedback-font-size: 1rem;
|
|
|
1012
1012
|
$rhc-file-input-feedback-color: #475569;
|
|
1013
1013
|
$rhc-file-input-row-gap: 0.75rem;
|
|
1014
1014
|
$rhc-file-input-column-gap: 0.75rem;
|
|
1015
|
-
$rhc-page-footer-flex-direction:
|
|
1015
|
+
$rhc-page-footer-flex-direction: column;
|
|
1016
|
+
$rhc-page-footer-padding-inline-end: 2.5rem;
|
|
1016
1017
|
$rhc-page-footer-padding-inline-start: 2.5rem;
|
|
1017
1018
|
$rhc-page-footer-padding-block-end: 2.5rem;
|
|
1018
1019
|
$rhc-page-footer-padding-block-start: 2.5rem;
|
package/dist/index.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Fri, 14 Feb 2025 08:43:17 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.rhc-theme {
|
|
@@ -1014,7 +1014,8 @@
|
|
|
1014
1014
|
--rhc-file-input-feedback-color: #475569;
|
|
1015
1015
|
--rhc-file-input-row-gap: 0.75rem;
|
|
1016
1016
|
--rhc-file-input-column-gap: 0.75rem;
|
|
1017
|
-
--rhc-page-footer-flex-direction:
|
|
1017
|
+
--rhc-page-footer-flex-direction: column;
|
|
1018
|
+
--rhc-page-footer-padding-inline-end: 2.5rem;
|
|
1018
1019
|
--rhc-page-footer-padding-inline-start: 2.5rem;
|
|
1019
1020
|
--rhc-page-footer-padding-block-end: 2.5rem;
|
|
1020
1021
|
--rhc-page-footer-padding-block-start: 2.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 Fri, 14 Feb 2025 08:43:17 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const rhcSubNavBarBackgroundColor : string;
|
|
@@ -186,6 +186,7 @@ export const rhcPageFooterBorderBlockStartStyle : string;
|
|
|
186
186
|
export const rhcPageFooterPaddingBlockStart : string;
|
|
187
187
|
export const rhcPageFooterPaddingBlockEnd : string;
|
|
188
188
|
export const rhcPageFooterPaddingInlineStart : string;
|
|
189
|
+
export const rhcPageFooterPaddingInlineEnd : string;
|
|
189
190
|
export const rhcPageFooterFlexDirection : string;
|
|
190
191
|
export const rhcFileInputColumnGap : string;
|
|
191
192
|
export const rhcFileInputRowGap : string;
|
package/dist/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Fri, 14 Feb 2025 08:43:17 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const rhcSubNavBarBackgroundColor = "#f2f4f6";
|
|
@@ -186,7 +186,8 @@ export const rhcPageFooterBorderBlockStartStyle = "solid";
|
|
|
186
186
|
export const rhcPageFooterPaddingBlockStart = "2.5rem";
|
|
187
187
|
export const rhcPageFooterPaddingBlockEnd = "2.5rem";
|
|
188
188
|
export const rhcPageFooterPaddingInlineStart = "2.5rem";
|
|
189
|
-
export const
|
|
189
|
+
export const rhcPageFooterPaddingInlineEnd = "2.5rem";
|
|
190
|
+
export const rhcPageFooterFlexDirection = "column";
|
|
190
191
|
export const rhcFileInputColumnGap = "0.75rem";
|
|
191
192
|
export const rhcFileInputRowGap = "0.75rem";
|
|
192
193
|
export const rhcFileInputFeedbackColor = "#475569";
|
package/dist/index.json
CHANGED
|
@@ -182,7 +182,8 @@
|
|
|
182
182
|
"rhcPageFooterPaddingBlockStart": "2.5rem",
|
|
183
183
|
"rhcPageFooterPaddingBlockEnd": "2.5rem",
|
|
184
184
|
"rhcPageFooterPaddingInlineStart": "2.5rem",
|
|
185
|
-
"
|
|
185
|
+
"rhcPageFooterPaddingInlineEnd": "2.5rem",
|
|
186
|
+
"rhcPageFooterFlexDirection": "column",
|
|
186
187
|
"rhcFileInputColumnGap": "0.75rem",
|
|
187
188
|
"rhcFileInputRowGap": "0.75rem",
|
|
188
189
|
"rhcFileInputFeedbackColor": "#475569",
|
package/dist/index.tokens.json
CHANGED
|
@@ -310,10 +310,11 @@
|
|
|
310
310
|
"padding": {
|
|
311
311
|
"block-start": "2.5rem",
|
|
312
312
|
"block-end": "2.5rem",
|
|
313
|
-
"inline-start": "2.5rem"
|
|
313
|
+
"inline-start": "2.5rem",
|
|
314
|
+
"inline-end": "2.5rem"
|
|
314
315
|
},
|
|
315
316
|
"flex": {
|
|
316
|
-
"direction": "
|
|
317
|
+
"direction": "column"
|
|
317
318
|
}
|
|
318
319
|
},
|
|
319
320
|
"file-input": {
|
package/dist/root.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Fri, 14 Feb 2025 08:43:17 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
:root {
|
|
@@ -1014,7 +1014,8 @@
|
|
|
1014
1014
|
--rhc-file-input-feedback-color: #475569;
|
|
1015
1015
|
--rhc-file-input-row-gap: 0.75rem;
|
|
1016
1016
|
--rhc-file-input-column-gap: 0.75rem;
|
|
1017
|
-
--rhc-page-footer-flex-direction:
|
|
1017
|
+
--rhc-page-footer-flex-direction: column;
|
|
1018
|
+
--rhc-page-footer-padding-inline-end: 2.5rem;
|
|
1018
1019
|
--rhc-page-footer-padding-inline-start: 2.5rem;
|
|
1019
1020
|
--rhc-page-footer-padding-block-end: 2.5rem;
|
|
1020
1021
|
--rhc-page-footer-padding-block-start: 2.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 Fri, 14 Feb 2025 08:43:17 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export default tokens;
|
|
@@ -333,7 +333,8 @@ declare const tokens: {
|
|
|
333
333
|
"padding": {
|
|
334
334
|
"block-start": DesignToken,
|
|
335
335
|
"block-end": DesignToken,
|
|
336
|
-
"inline-start": DesignToken
|
|
336
|
+
"inline-start": DesignToken,
|
|
337
|
+
"inline-end": DesignToken
|
|
337
338
|
},
|
|
338
339
|
"flex": {
|
|
339
340
|
"direction": DesignToken
|
package/dist/tokens.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Fri, 14 Feb 2025 08:43:17 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
module.exports = {
|
|
@@ -4377,16 +4377,39 @@ module.exports = {
|
|
|
4377
4377
|
"padding",
|
|
4378
4378
|
"inline-start"
|
|
4379
4379
|
]
|
|
4380
|
+
},
|
|
4381
|
+
"inline-end": {
|
|
4382
|
+
"value": "2.5rem",
|
|
4383
|
+
"type": "spacing",
|
|
4384
|
+
"filePath": "src/generated/base.tokens.json",
|
|
4385
|
+
"isSource": true,
|
|
4386
|
+
"original": {
|
|
4387
|
+
"value": "2.5rem",
|
|
4388
|
+
"type": "spacing"
|
|
4389
|
+
},
|
|
4390
|
+
"name": "rhcPageFooterPaddingInlineEnd",
|
|
4391
|
+
"attributes": {
|
|
4392
|
+
"category": "rhc",
|
|
4393
|
+
"type": "page-footer",
|
|
4394
|
+
"item": "padding",
|
|
4395
|
+
"subitem": "inline-end"
|
|
4396
|
+
},
|
|
4397
|
+
"path": [
|
|
4398
|
+
"rhc",
|
|
4399
|
+
"page-footer",
|
|
4400
|
+
"padding",
|
|
4401
|
+
"inline-end"
|
|
4402
|
+
]
|
|
4380
4403
|
}
|
|
4381
4404
|
},
|
|
4382
4405
|
"flex": {
|
|
4383
4406
|
"direction": {
|
|
4384
|
-
"value": "
|
|
4407
|
+
"value": "column",
|
|
4385
4408
|
"type": "flexDirection",
|
|
4386
4409
|
"filePath": "src/generated/base.tokens.json",
|
|
4387
4410
|
"isSource": true,
|
|
4388
4411
|
"original": {
|
|
4389
|
-
"value": "
|
|
4412
|
+
"value": "column",
|
|
4390
4413
|
"type": "flexDirection"
|
|
4391
4414
|
},
|
|
4392
4415
|
"name": "rhcPageFooterFlexDirection",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Fri, 14 Feb 2025 08:43:17 GMT
|
|
4
4
|
|
|
5
5
|
$nl-number-badge-padding-block: 0.5rem;
|
|
6
6
|
$nl-number-badge-padding-inline: 0.5rem;
|
|
@@ -867,7 +867,8 @@ $rhc-file-input-feedback-font-size: 1rem;
|
|
|
867
867
|
$rhc-file-input-feedback-color: #475569;
|
|
868
868
|
$rhc-file-input-row-gap: 0.75rem;
|
|
869
869
|
$rhc-file-input-column-gap: 0.75rem;
|
|
870
|
-
$rhc-page-footer-flex-direction:
|
|
870
|
+
$rhc-page-footer-flex-direction: column;
|
|
871
|
+
$rhc-page-footer-padding-inline-end: 2.5rem;
|
|
871
872
|
$rhc-page-footer-padding-inline-start: 2.5rem;
|
|
872
873
|
$rhc-page-footer-padding-block-end: 2.5rem;
|
|
873
874
|
$rhc-page-footer-padding-block-start: 2.5rem;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Fri, 14 Feb 2025 08:43:17 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.uitvoerend-mintgroen-focus {
|
|
@@ -869,7 +869,8 @@
|
|
|
869
869
|
--rhc-file-input-feedback-color: #475569;
|
|
870
870
|
--rhc-file-input-row-gap: 0.75rem;
|
|
871
871
|
--rhc-file-input-column-gap: 0.75rem;
|
|
872
|
-
--rhc-page-footer-flex-direction:
|
|
872
|
+
--rhc-page-footer-flex-direction: column;
|
|
873
|
+
--rhc-page-footer-padding-inline-end: 2.5rem;
|
|
873
874
|
--rhc-page-footer-padding-inline-start: 2.5rem;
|
|
874
875
|
--rhc-page-footer-padding-block-end: 2.5rem;
|
|
875
876
|
--rhc-page-footer-padding-block-start: 2.5rem;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Fri, 14 Feb 2025 08:43:17 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const rhcColorPrimary50 : string;
|
|
@@ -333,6 +333,7 @@ export const rhcPageFooterBorderBlockStartStyle : string;
|
|
|
333
333
|
export const rhcPageFooterPaddingBlockStart : string;
|
|
334
334
|
export const rhcPageFooterPaddingBlockEnd : string;
|
|
335
335
|
export const rhcPageFooterPaddingInlineStart : string;
|
|
336
|
+
export const rhcPageFooterPaddingInlineEnd : string;
|
|
336
337
|
export const rhcPageFooterFlexDirection : string;
|
|
337
338
|
export const rhcFileInputColumnGap : string;
|
|
338
339
|
export const rhcFileInputRowGap : string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Fri, 14 Feb 2025 08:43:17 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const rhcColorPrimary50 = "#eaf8f4";
|
|
@@ -333,7 +333,8 @@ export const rhcPageFooterBorderBlockStartStyle = "solid";
|
|
|
333
333
|
export const rhcPageFooterPaddingBlockStart = "2.5rem";
|
|
334
334
|
export const rhcPageFooterPaddingBlockEnd = "2.5rem";
|
|
335
335
|
export const rhcPageFooterPaddingInlineStart = "2.5rem";
|
|
336
|
-
export const
|
|
336
|
+
export const rhcPageFooterPaddingInlineEnd = "2.5rem";
|
|
337
|
+
export const rhcPageFooterFlexDirection = "column";
|
|
337
338
|
export const rhcFileInputColumnGap = "0.75rem";
|
|
338
339
|
export const rhcFileInputRowGap = "0.75rem";
|
|
339
340
|
export const rhcFileInputFeedbackColor = "#475569";
|
|
@@ -329,7 +329,8 @@
|
|
|
329
329
|
"rhcPageFooterPaddingBlockStart": "2.5rem",
|
|
330
330
|
"rhcPageFooterPaddingBlockEnd": "2.5rem",
|
|
331
331
|
"rhcPageFooterPaddingInlineStart": "2.5rem",
|
|
332
|
-
"
|
|
332
|
+
"rhcPageFooterPaddingInlineEnd": "2.5rem",
|
|
333
|
+
"rhcPageFooterFlexDirection": "column",
|
|
333
334
|
"rhcFileInputColumnGap": "0.75rem",
|
|
334
335
|
"rhcFileInputRowGap": "0.75rem",
|
|
335
336
|
"rhcFileInputFeedbackColor": "#475569",
|
|
@@ -517,10 +517,11 @@
|
|
|
517
517
|
"padding": {
|
|
518
518
|
"block-start": "2.5rem",
|
|
519
519
|
"block-end": "2.5rem",
|
|
520
|
-
"inline-start": "2.5rem"
|
|
520
|
+
"inline-start": "2.5rem",
|
|
521
|
+
"inline-end": "2.5rem"
|
|
521
522
|
},
|
|
522
523
|
"flex": {
|
|
523
|
-
"direction": "
|
|
524
|
+
"direction": "column"
|
|
524
525
|
}
|
|
525
526
|
},
|
|
526
527
|
"file-input": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Fri, 14 Feb 2025 08:43:17 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
:root {
|
|
@@ -869,7 +869,8 @@
|
|
|
869
869
|
--rhc-file-input-feedback-color: #475569;
|
|
870
870
|
--rhc-file-input-row-gap: 0.75rem;
|
|
871
871
|
--rhc-file-input-column-gap: 0.75rem;
|
|
872
|
-
--rhc-page-footer-flex-direction:
|
|
872
|
+
--rhc-page-footer-flex-direction: column;
|
|
873
|
+
--rhc-page-footer-padding-inline-end: 2.5rem;
|
|
873
874
|
--rhc-page-footer-padding-inline-start: 2.5rem;
|
|
874
875
|
--rhc-page-footer-padding-block-end: 2.5rem;
|
|
875
876
|
--rhc-page-footer-padding-block-start: 2.5rem;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Fri, 14 Feb 2025 08:43:17 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export default tokens;
|
|
@@ -540,7 +540,8 @@ declare const tokens: {
|
|
|
540
540
|
"padding": {
|
|
541
541
|
"block-start": DesignToken,
|
|
542
542
|
"block-end": DesignToken,
|
|
543
|
-
"inline-start": DesignToken
|
|
543
|
+
"inline-start": DesignToken,
|
|
544
|
+
"inline-end": DesignToken
|
|
544
545
|
},
|
|
545
546
|
"flex": {
|
|
546
547
|
"direction": DesignToken
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Fri, 14 Feb 2025 08:43:17 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
module.exports = {
|
|
@@ -8030,16 +8030,39 @@ module.exports = {
|
|
|
8030
8030
|
"padding",
|
|
8031
8031
|
"inline-start"
|
|
8032
8032
|
]
|
|
8033
|
+
},
|
|
8034
|
+
"inline-end": {
|
|
8035
|
+
"value": "2.5rem",
|
|
8036
|
+
"type": "spacing",
|
|
8037
|
+
"filePath": "src/generated/uitvoerend-mintgroen-focus/tokens.json",
|
|
8038
|
+
"isSource": true,
|
|
8039
|
+
"original": {
|
|
8040
|
+
"value": "2.5rem",
|
|
8041
|
+
"type": "spacing"
|
|
8042
|
+
},
|
|
8043
|
+
"name": "rhcPageFooterPaddingInlineEnd",
|
|
8044
|
+
"attributes": {
|
|
8045
|
+
"category": "rhc",
|
|
8046
|
+
"type": "page-footer",
|
|
8047
|
+
"item": "padding",
|
|
8048
|
+
"subitem": "inline-end"
|
|
8049
|
+
},
|
|
8050
|
+
"path": [
|
|
8051
|
+
"rhc",
|
|
8052
|
+
"page-footer",
|
|
8053
|
+
"padding",
|
|
8054
|
+
"inline-end"
|
|
8055
|
+
]
|
|
8033
8056
|
}
|
|
8034
8057
|
},
|
|
8035
8058
|
"flex": {
|
|
8036
8059
|
"direction": {
|
|
8037
|
-
"value": "
|
|
8060
|
+
"value": "column",
|
|
8038
8061
|
"type": "flexDirection",
|
|
8039
8062
|
"filePath": "src/generated/uitvoerend-mintgroen-focus/tokens.json",
|
|
8040
8063
|
"isSource": true,
|
|
8041
8064
|
"original": {
|
|
8042
|
-
"value": "
|
|
8065
|
+
"value": "column",
|
|
8043
8066
|
"type": "flexDirection"
|
|
8044
8067
|
},
|
|
8045
8068
|
"name": "rhcPageFooterFlexDirection",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Fri, 14 Feb 2025 08:43:17 GMT
|
|
4
4
|
|
|
5
5
|
$nl-number-badge-padding-block: 0.5rem;
|
|
6
6
|
$nl-number-badge-padding-inline: 0.5rem;
|
|
@@ -860,7 +860,8 @@ $rhc-file-input-feedback-font-size: 1rem;
|
|
|
860
860
|
$rhc-file-input-feedback-color: #475569;
|
|
861
861
|
$rhc-file-input-row-gap: 0.75rem;
|
|
862
862
|
$rhc-file-input-column-gap: 0.75rem;
|
|
863
|
-
$rhc-page-footer-flex-direction:
|
|
863
|
+
$rhc-page-footer-flex-direction: column;
|
|
864
|
+
$rhc-page-footer-padding-inline-end: 2.5rem;
|
|
864
865
|
$rhc-page-footer-padding-inline-start: 2.5rem;
|
|
865
866
|
$rhc-page-footer-padding-block-end: 2.5rem;
|
|
866
867
|
$rhc-page-footer-padding-block-start: 2.5rem;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Fri, 14 Feb 2025 08:43:17 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.uitvoerend-violet {
|
|
@@ -862,7 +862,8 @@
|
|
|
862
862
|
--rhc-file-input-feedback-color: #475569;
|
|
863
863
|
--rhc-file-input-row-gap: 0.75rem;
|
|
864
864
|
--rhc-file-input-column-gap: 0.75rem;
|
|
865
|
-
--rhc-page-footer-flex-direction:
|
|
865
|
+
--rhc-page-footer-flex-direction: column;
|
|
866
|
+
--rhc-page-footer-padding-inline-end: 2.5rem;
|
|
866
867
|
--rhc-page-footer-padding-inline-start: 2.5rem;
|
|
867
868
|
--rhc-page-footer-padding-block-end: 2.5rem;
|
|
868
869
|
--rhc-page-footer-padding-block-start: 2.5rem;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Fri, 14 Feb 2025 08:43:17 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const rhcColorPrimary50 : string;
|
|
@@ -333,6 +333,7 @@ export const rhcPageFooterBorderBlockStartStyle : string;
|
|
|
333
333
|
export const rhcPageFooterPaddingBlockStart : string;
|
|
334
334
|
export const rhcPageFooterPaddingBlockEnd : string;
|
|
335
335
|
export const rhcPageFooterPaddingInlineStart : string;
|
|
336
|
+
export const rhcPageFooterPaddingInlineEnd : string;
|
|
336
337
|
export const rhcPageFooterFlexDirection : string;
|
|
337
338
|
export const rhcFileInputColumnGap : string;
|
|
338
339
|
export const rhcFileInputRowGap : string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Fri, 14 Feb 2025 08:43:17 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const rhcColorPrimary50 = "#f2d9e7";
|
|
@@ -333,7 +333,8 @@ export const rhcPageFooterBorderBlockStartStyle = "solid";
|
|
|
333
333
|
export const rhcPageFooterPaddingBlockStart = "2.5rem";
|
|
334
334
|
export const rhcPageFooterPaddingBlockEnd = "2.5rem";
|
|
335
335
|
export const rhcPageFooterPaddingInlineStart = "2.5rem";
|
|
336
|
-
export const
|
|
336
|
+
export const rhcPageFooterPaddingInlineEnd = "2.5rem";
|
|
337
|
+
export const rhcPageFooterFlexDirection = "column";
|
|
337
338
|
export const rhcFileInputColumnGap = "0.75rem";
|
|
338
339
|
export const rhcFileInputRowGap = "0.75rem";
|
|
339
340
|
export const rhcFileInputFeedbackColor = "#475569";
|
|
@@ -329,7 +329,8 @@
|
|
|
329
329
|
"rhcPageFooterPaddingBlockStart": "2.5rem",
|
|
330
330
|
"rhcPageFooterPaddingBlockEnd": "2.5rem",
|
|
331
331
|
"rhcPageFooterPaddingInlineStart": "2.5rem",
|
|
332
|
-
"
|
|
332
|
+
"rhcPageFooterPaddingInlineEnd": "2.5rem",
|
|
333
|
+
"rhcPageFooterFlexDirection": "column",
|
|
333
334
|
"rhcFileInputColumnGap": "0.75rem",
|
|
334
335
|
"rhcFileInputRowGap": "0.75rem",
|
|
335
336
|
"rhcFileInputFeedbackColor": "#475569",
|
|
@@ -517,10 +517,11 @@
|
|
|
517
517
|
"padding": {
|
|
518
518
|
"block-start": "2.5rem",
|
|
519
519
|
"block-end": "2.5rem",
|
|
520
|
-
"inline-start": "2.5rem"
|
|
520
|
+
"inline-start": "2.5rem",
|
|
521
|
+
"inline-end": "2.5rem"
|
|
521
522
|
},
|
|
522
523
|
"flex": {
|
|
523
|
-
"direction": "
|
|
524
|
+
"direction": "column"
|
|
524
525
|
}
|
|
525
526
|
},
|
|
526
527
|
"file-input": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Fri, 14 Feb 2025 08:43:17 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
:root {
|
|
@@ -862,7 +862,8 @@
|
|
|
862
862
|
--rhc-file-input-feedback-color: #475569;
|
|
863
863
|
--rhc-file-input-row-gap: 0.75rem;
|
|
864
864
|
--rhc-file-input-column-gap: 0.75rem;
|
|
865
|
-
--rhc-page-footer-flex-direction:
|
|
865
|
+
--rhc-page-footer-flex-direction: column;
|
|
866
|
+
--rhc-page-footer-padding-inline-end: 2.5rem;
|
|
866
867
|
--rhc-page-footer-padding-inline-start: 2.5rem;
|
|
867
868
|
--rhc-page-footer-padding-block-end: 2.5rem;
|
|
868
869
|
--rhc-page-footer-padding-block-start: 2.5rem;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Fri, 14 Feb 2025 08:43:17 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export default tokens;
|
|
@@ -540,7 +540,8 @@ declare const tokens: {
|
|
|
540
540
|
"padding": {
|
|
541
541
|
"block-start": DesignToken,
|
|
542
542
|
"block-end": DesignToken,
|
|
543
|
-
"inline-start": DesignToken
|
|
543
|
+
"inline-start": DesignToken,
|
|
544
|
+
"inline-end": DesignToken
|
|
544
545
|
},
|
|
545
546
|
"flex": {
|
|
546
547
|
"direction": DesignToken
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Fri, 14 Feb 2025 08:43:17 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
module.exports = {
|
|
@@ -8030,16 +8030,39 @@ module.exports = {
|
|
|
8030
8030
|
"padding",
|
|
8031
8031
|
"inline-start"
|
|
8032
8032
|
]
|
|
8033
|
+
},
|
|
8034
|
+
"inline-end": {
|
|
8035
|
+
"value": "2.5rem",
|
|
8036
|
+
"type": "spacing",
|
|
8037
|
+
"filePath": "src/generated/uitvoerend-violet/tokens.json",
|
|
8038
|
+
"isSource": true,
|
|
8039
|
+
"original": {
|
|
8040
|
+
"value": "2.5rem",
|
|
8041
|
+
"type": "spacing"
|
|
8042
|
+
},
|
|
8043
|
+
"name": "rhcPageFooterPaddingInlineEnd",
|
|
8044
|
+
"attributes": {
|
|
8045
|
+
"category": "rhc",
|
|
8046
|
+
"type": "page-footer",
|
|
8047
|
+
"item": "padding",
|
|
8048
|
+
"subitem": "inline-end"
|
|
8049
|
+
},
|
|
8050
|
+
"path": [
|
|
8051
|
+
"rhc",
|
|
8052
|
+
"page-footer",
|
|
8053
|
+
"padding",
|
|
8054
|
+
"inline-end"
|
|
8055
|
+
]
|
|
8033
8056
|
}
|
|
8034
8057
|
},
|
|
8035
8058
|
"flex": {
|
|
8036
8059
|
"direction": {
|
|
8037
|
-
"value": "
|
|
8060
|
+
"value": "column",
|
|
8038
8061
|
"type": "flexDirection",
|
|
8039
8062
|
"filePath": "src/generated/uitvoerend-violet/tokens.json",
|
|
8040
8063
|
"isSource": true,
|
|
8041
8064
|
"original": {
|
|
8042
|
-
"value": "
|
|
8065
|
+
"value": "column",
|
|
8043
8066
|
"type": "flexDirection"
|
|
8044
8067
|
},
|
|
8045
8068
|
"name": "rhcPageFooterFlexDirection",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Fri, 14 Feb 2025 08:43:17 GMT
|
|
4
4
|
|
|
5
5
|
$nl-number-badge-padding-block: 0.5rem;
|
|
6
6
|
$nl-number-badge-padding-inline: 0.5rem;
|
|
@@ -855,7 +855,8 @@ $rhc-file-input-feedback-font-size: 1rem;
|
|
|
855
855
|
$rhc-file-input-feedback-color: #475569;
|
|
856
856
|
$rhc-file-input-row-gap: 0.75rem;
|
|
857
857
|
$rhc-file-input-column-gap: 0.75rem;
|
|
858
|
-
$rhc-page-footer-flex-direction:
|
|
858
|
+
$rhc-page-footer-flex-direction: column;
|
|
859
|
+
$rhc-page-footer-padding-inline-end: 2.5rem;
|
|
859
860
|
$rhc-page-footer-padding-inline-start: 2.5rem;
|
|
860
861
|
$rhc-page-footer-padding-block-end: 2.5rem;
|
|
861
862
|
$rhc-page-footer-padding-block-start: 2.5rem;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Fri, 14 Feb 2025 08:43:17 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.uitvoerend-violet-oud {
|
|
@@ -857,7 +857,8 @@
|
|
|
857
857
|
--rhc-file-input-feedback-color: #475569;
|
|
858
858
|
--rhc-file-input-row-gap: 0.75rem;
|
|
859
859
|
--rhc-file-input-column-gap: 0.75rem;
|
|
860
|
-
--rhc-page-footer-flex-direction:
|
|
860
|
+
--rhc-page-footer-flex-direction: column;
|
|
861
|
+
--rhc-page-footer-padding-inline-end: 2.5rem;
|
|
861
862
|
--rhc-page-footer-padding-inline-start: 2.5rem;
|
|
862
863
|
--rhc-page-footer-padding-block-end: 2.5rem;
|
|
863
864
|
--rhc-page-footer-padding-block-start: 2.5rem;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Fri, 14 Feb 2025 08:43:17 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const rhcColorPrimary50 : string;
|
|
@@ -338,6 +338,7 @@ export const rhcPageFooterBorderBlockStartStyle : string;
|
|
|
338
338
|
export const rhcPageFooterPaddingBlockStart : string;
|
|
339
339
|
export const rhcPageFooterPaddingBlockEnd : string;
|
|
340
340
|
export const rhcPageFooterPaddingInlineStart : string;
|
|
341
|
+
export const rhcPageFooterPaddingInlineEnd : string;
|
|
341
342
|
export const rhcPageFooterFlexDirection : string;
|
|
342
343
|
export const rhcFileInputColumnGap : string;
|
|
343
344
|
export const rhcFileInputRowGap : string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Fri, 14 Feb 2025 08:43:17 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const rhcColorPrimary50 = "#f2d9e7";
|
|
@@ -338,7 +338,8 @@ export const rhcPageFooterBorderBlockStartStyle = "solid";
|
|
|
338
338
|
export const rhcPageFooterPaddingBlockStart = "2.5rem";
|
|
339
339
|
export const rhcPageFooterPaddingBlockEnd = "2.5rem";
|
|
340
340
|
export const rhcPageFooterPaddingInlineStart = "2.5rem";
|
|
341
|
-
export const
|
|
341
|
+
export const rhcPageFooterPaddingInlineEnd = "2.5rem";
|
|
342
|
+
export const rhcPageFooterFlexDirection = "column";
|
|
342
343
|
export const rhcFileInputColumnGap = "0.75rem";
|
|
343
344
|
export const rhcFileInputRowGap = "0.75rem";
|
|
344
345
|
export const rhcFileInputFeedbackColor = "#475569";
|
|
@@ -334,7 +334,8 @@
|
|
|
334
334
|
"rhcPageFooterPaddingBlockStart": "2.5rem",
|
|
335
335
|
"rhcPageFooterPaddingBlockEnd": "2.5rem",
|
|
336
336
|
"rhcPageFooterPaddingInlineStart": "2.5rem",
|
|
337
|
-
"
|
|
337
|
+
"rhcPageFooterPaddingInlineEnd": "2.5rem",
|
|
338
|
+
"rhcPageFooterFlexDirection": "column",
|
|
338
339
|
"rhcFileInputColumnGap": "0.75rem",
|
|
339
340
|
"rhcFileInputRowGap": "0.75rem",
|
|
340
341
|
"rhcFileInputFeedbackColor": "#475569",
|
|
@@ -524,10 +524,11 @@
|
|
|
524
524
|
"padding": {
|
|
525
525
|
"block-start": "2.5rem",
|
|
526
526
|
"block-end": "2.5rem",
|
|
527
|
-
"inline-start": "2.5rem"
|
|
527
|
+
"inline-start": "2.5rem",
|
|
528
|
+
"inline-end": "2.5rem"
|
|
528
529
|
},
|
|
529
530
|
"flex": {
|
|
530
|
-
"direction": "
|
|
531
|
+
"direction": "column"
|
|
531
532
|
}
|
|
532
533
|
},
|
|
533
534
|
"file-input": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Fri, 14 Feb 2025 08:43:17 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
:root {
|
|
@@ -857,7 +857,8 @@
|
|
|
857
857
|
--rhc-file-input-feedback-color: #475569;
|
|
858
858
|
--rhc-file-input-row-gap: 0.75rem;
|
|
859
859
|
--rhc-file-input-column-gap: 0.75rem;
|
|
860
|
-
--rhc-page-footer-flex-direction:
|
|
860
|
+
--rhc-page-footer-flex-direction: column;
|
|
861
|
+
--rhc-page-footer-padding-inline-end: 2.5rem;
|
|
861
862
|
--rhc-page-footer-padding-inline-start: 2.5rem;
|
|
862
863
|
--rhc-page-footer-padding-block-end: 2.5rem;
|
|
863
864
|
--rhc-page-footer-padding-block-start: 2.5rem;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Fri, 14 Feb 2025 08:43:17 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export default tokens;
|
|
@@ -547,7 +547,8 @@ declare const tokens: {
|
|
|
547
547
|
"padding": {
|
|
548
548
|
"block-start": DesignToken,
|
|
549
549
|
"block-end": DesignToken,
|
|
550
|
-
"inline-start": DesignToken
|
|
550
|
+
"inline-start": DesignToken,
|
|
551
|
+
"inline-end": DesignToken
|
|
551
552
|
},
|
|
552
553
|
"flex": {
|
|
553
554
|
"direction": DesignToken
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Fri, 14 Feb 2025 08:43:17 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
module.exports = {
|
|
@@ -8141,16 +8141,39 @@ module.exports = {
|
|
|
8141
8141
|
"padding",
|
|
8142
8142
|
"inline-start"
|
|
8143
8143
|
]
|
|
8144
|
+
},
|
|
8145
|
+
"inline-end": {
|
|
8146
|
+
"value": "2.5rem",
|
|
8147
|
+
"type": "spacing",
|
|
8148
|
+
"filePath": "src/generated/uitvoerend-violet-oud/tokens.json",
|
|
8149
|
+
"isSource": true,
|
|
8150
|
+
"original": {
|
|
8151
|
+
"value": "2.5rem",
|
|
8152
|
+
"type": "spacing"
|
|
8153
|
+
},
|
|
8154
|
+
"name": "rhcPageFooterPaddingInlineEnd",
|
|
8155
|
+
"attributes": {
|
|
8156
|
+
"category": "rhc",
|
|
8157
|
+
"type": "page-footer",
|
|
8158
|
+
"item": "padding",
|
|
8159
|
+
"subitem": "inline-end"
|
|
8160
|
+
},
|
|
8161
|
+
"path": [
|
|
8162
|
+
"rhc",
|
|
8163
|
+
"page-footer",
|
|
8164
|
+
"padding",
|
|
8165
|
+
"inline-end"
|
|
8166
|
+
]
|
|
8144
8167
|
}
|
|
8145
8168
|
},
|
|
8146
8169
|
"flex": {
|
|
8147
8170
|
"direction": {
|
|
8148
|
-
"value": "
|
|
8171
|
+
"value": "column",
|
|
8149
8172
|
"type": "flexDirection",
|
|
8150
8173
|
"filePath": "src/generated/uitvoerend-violet-oud/tokens.json",
|
|
8151
8174
|
"isSource": true,
|
|
8152
8175
|
"original": {
|
|
8153
|
-
"value": "
|
|
8176
|
+
"value": "column",
|
|
8154
8177
|
"type": "flexDirection"
|
|
8155
8178
|
},
|
|
8156
8179
|
"name": "rhcPageFooterFlexDirection",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Fri, 14 Feb 2025 08:43:17 GMT
|
|
4
4
|
|
|
5
5
|
$nl-number-badge-padding-block: 0.5rem;
|
|
6
6
|
$nl-number-badge-padding-inline: 0.5rem;
|
|
@@ -1007,7 +1007,8 @@ $rhc-file-input-feedback-font-size: 1rem;
|
|
|
1007
1007
|
$rhc-file-input-feedback-color: #475569;
|
|
1008
1008
|
$rhc-file-input-row-gap: 0.75rem;
|
|
1009
1009
|
$rhc-file-input-column-gap: 0.75rem;
|
|
1010
|
-
$rhc-page-footer-flex-direction:
|
|
1010
|
+
$rhc-page-footer-flex-direction: column;
|
|
1011
|
+
$rhc-page-footer-padding-inline-end: 2.5rem;
|
|
1011
1012
|
$rhc-page-footer-padding-inline-start: 2.5rem;
|
|
1012
1013
|
$rhc-page-footer-padding-block-end: 2.5rem;
|
|
1013
1014
|
$rhc-page-footer-padding-block-start: 2.5rem;
|
package/dist/wetgevend/index.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Fri, 14 Feb 2025 08:43:17 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.wetgevend {
|
|
@@ -1009,7 +1009,8 @@
|
|
|
1009
1009
|
--rhc-file-input-feedback-color: #475569;
|
|
1010
1010
|
--rhc-file-input-row-gap: 0.75rem;
|
|
1011
1011
|
--rhc-file-input-column-gap: 0.75rem;
|
|
1012
|
-
--rhc-page-footer-flex-direction:
|
|
1012
|
+
--rhc-page-footer-flex-direction: column;
|
|
1013
|
+
--rhc-page-footer-padding-inline-end: 2.5rem;
|
|
1013
1014
|
--rhc-page-footer-padding-inline-start: 2.5rem;
|
|
1014
1015
|
--rhc-page-footer-padding-block-end: 2.5rem;
|
|
1015
1016
|
--rhc-page-footer-padding-block-start: 2.5rem;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Fri, 14 Feb 2025 08:43:17 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const rhcSubNavBarBackgroundColor : string;
|
|
@@ -186,6 +186,7 @@ export const rhcPageFooterBorderBlockStartStyle : string;
|
|
|
186
186
|
export const rhcPageFooterPaddingBlockStart : string;
|
|
187
187
|
export const rhcPageFooterPaddingBlockEnd : string;
|
|
188
188
|
export const rhcPageFooterPaddingInlineStart : string;
|
|
189
|
+
export const rhcPageFooterPaddingInlineEnd : string;
|
|
189
190
|
export const rhcPageFooterFlexDirection : string;
|
|
190
191
|
export const rhcFileInputColumnGap : string;
|
|
191
192
|
export const rhcFileInputRowGap : string;
|
package/dist/wetgevend/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Fri, 14 Feb 2025 08:43:17 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const rhcSubNavBarBackgroundColor = "#f2f4f6";
|
|
@@ -186,7 +186,8 @@ export const rhcPageFooterBorderBlockStartStyle = "solid";
|
|
|
186
186
|
export const rhcPageFooterPaddingBlockStart = "2.5rem";
|
|
187
187
|
export const rhcPageFooterPaddingBlockEnd = "2.5rem";
|
|
188
188
|
export const rhcPageFooterPaddingInlineStart = "2.5rem";
|
|
189
|
-
export const
|
|
189
|
+
export const rhcPageFooterPaddingInlineEnd = "2.5rem";
|
|
190
|
+
export const rhcPageFooterFlexDirection = "column";
|
|
190
191
|
export const rhcFileInputColumnGap = "0.75rem";
|
|
191
192
|
export const rhcFileInputRowGap = "0.75rem";
|
|
192
193
|
export const rhcFileInputFeedbackColor = "#475569";
|
|
@@ -182,7 +182,8 @@
|
|
|
182
182
|
"rhcPageFooterPaddingBlockStart": "2.5rem",
|
|
183
183
|
"rhcPageFooterPaddingBlockEnd": "2.5rem",
|
|
184
184
|
"rhcPageFooterPaddingInlineStart": "2.5rem",
|
|
185
|
-
"
|
|
185
|
+
"rhcPageFooterPaddingInlineEnd": "2.5rem",
|
|
186
|
+
"rhcPageFooterFlexDirection": "column",
|
|
186
187
|
"rhcFileInputColumnGap": "0.75rem",
|
|
187
188
|
"rhcFileInputRowGap": "0.75rem",
|
|
188
189
|
"rhcFileInputFeedbackColor": "#475569",
|
|
@@ -310,10 +310,11 @@
|
|
|
310
310
|
"padding": {
|
|
311
311
|
"block-start": "2.5rem",
|
|
312
312
|
"block-end": "2.5rem",
|
|
313
|
-
"inline-start": "2.5rem"
|
|
313
|
+
"inline-start": "2.5rem",
|
|
314
|
+
"inline-end": "2.5rem"
|
|
314
315
|
},
|
|
315
316
|
"flex": {
|
|
316
|
-
"direction": "
|
|
317
|
+
"direction": "column"
|
|
317
318
|
}
|
|
318
319
|
},
|
|
319
320
|
"file-input": {
|
package/dist/wetgevend/root.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Fri, 14 Feb 2025 08:43:17 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
:root {
|
|
@@ -1009,7 +1009,8 @@
|
|
|
1009
1009
|
--rhc-file-input-feedback-color: #475569;
|
|
1010
1010
|
--rhc-file-input-row-gap: 0.75rem;
|
|
1011
1011
|
--rhc-file-input-column-gap: 0.75rem;
|
|
1012
|
-
--rhc-page-footer-flex-direction:
|
|
1012
|
+
--rhc-page-footer-flex-direction: column;
|
|
1013
|
+
--rhc-page-footer-padding-inline-end: 2.5rem;
|
|
1013
1014
|
--rhc-page-footer-padding-inline-start: 2.5rem;
|
|
1014
1015
|
--rhc-page-footer-padding-block-end: 2.5rem;
|
|
1015
1016
|
--rhc-page-footer-padding-block-start: 2.5rem;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Fri, 14 Feb 2025 08:43:17 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export default tokens;
|
|
@@ -333,7 +333,8 @@ declare const tokens: {
|
|
|
333
333
|
"padding": {
|
|
334
334
|
"block-start": DesignToken,
|
|
335
335
|
"block-end": DesignToken,
|
|
336
|
-
"inline-start": DesignToken
|
|
336
|
+
"inline-start": DesignToken,
|
|
337
|
+
"inline-end": DesignToken
|
|
337
338
|
},
|
|
338
339
|
"flex": {
|
|
339
340
|
"direction": DesignToken
|
package/dist/wetgevend/tokens.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Fri, 14 Feb 2025 08:43:17 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
module.exports = {
|
|
@@ -4377,16 +4377,39 @@ module.exports = {
|
|
|
4377
4377
|
"padding",
|
|
4378
4378
|
"inline-start"
|
|
4379
4379
|
]
|
|
4380
|
+
},
|
|
4381
|
+
"inline-end": {
|
|
4382
|
+
"value": "2.5rem",
|
|
4383
|
+
"type": "spacing",
|
|
4384
|
+
"filePath": "src/generated/wetgevend/tokens.json",
|
|
4385
|
+
"isSource": true,
|
|
4386
|
+
"original": {
|
|
4387
|
+
"value": "2.5rem",
|
|
4388
|
+
"type": "spacing"
|
|
4389
|
+
},
|
|
4390
|
+
"name": "rhcPageFooterPaddingInlineEnd",
|
|
4391
|
+
"attributes": {
|
|
4392
|
+
"category": "rhc",
|
|
4393
|
+
"type": "page-footer",
|
|
4394
|
+
"item": "padding",
|
|
4395
|
+
"subitem": "inline-end"
|
|
4396
|
+
},
|
|
4397
|
+
"path": [
|
|
4398
|
+
"rhc",
|
|
4399
|
+
"page-footer",
|
|
4400
|
+
"padding",
|
|
4401
|
+
"inline-end"
|
|
4402
|
+
]
|
|
4380
4403
|
}
|
|
4381
4404
|
},
|
|
4382
4405
|
"flex": {
|
|
4383
4406
|
"direction": {
|
|
4384
|
-
"value": "
|
|
4407
|
+
"value": "column",
|
|
4385
4408
|
"type": "flexDirection",
|
|
4386
4409
|
"filePath": "src/generated/wetgevend/tokens.json",
|
|
4387
4410
|
"isSource": true,
|
|
4388
4411
|
"original": {
|
|
4389
|
-
"value": "
|
|
4412
|
+
"value": "column",
|
|
4390
4413
|
"type": "flexDirection"
|
|
4391
4414
|
},
|
|
4392
4415
|
"name": "rhcPageFooterFlexDirection",
|
package/figma/figma.tokens.json
CHANGED
|
@@ -3544,11 +3544,15 @@
|
|
|
3544
3544
|
"inline-start": {
|
|
3545
3545
|
"value": "{rhc.space.500}",
|
|
3546
3546
|
"type": "spacing"
|
|
3547
|
+
},
|
|
3548
|
+
"inline-end": {
|
|
3549
|
+
"value": "{rhc.space.500}",
|
|
3550
|
+
"type": "spacing"
|
|
3547
3551
|
}
|
|
3548
3552
|
},
|
|
3549
3553
|
"flex": {
|
|
3550
3554
|
"direction": {
|
|
3551
|
-
"value": "
|
|
3555
|
+
"value": "column",
|
|
3552
3556
|
"type": "flexDirection"
|
|
3553
3557
|
}
|
|
3554
3558
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rijkshuisstijl-community/design-tokens",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.156",
|
|
4
4
|
"author": "Community for NL Design System",
|
|
5
5
|
"description": "Example design tokens",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
@@ -32,5 +32,5 @@
|
|
|
32
32
|
"style-dictionary": "3.9.2",
|
|
33
33
|
"token-transformer": "0.0.33"
|
|
34
34
|
},
|
|
35
|
-
"gitHead": "
|
|
35
|
+
"gitHead": "f9395545ef657a5418ca4d616ec1bf81bc2026a8"
|
|
36
36
|
}
|
|
@@ -868,11 +868,15 @@
|
|
|
868
868
|
"inline-start": {
|
|
869
869
|
"value": "2.5rem",
|
|
870
870
|
"type": "spacing"
|
|
871
|
+
},
|
|
872
|
+
"inline-end": {
|
|
873
|
+
"value": "2.5rem",
|
|
874
|
+
"type": "spacing"
|
|
871
875
|
}
|
|
872
876
|
},
|
|
873
877
|
"flex": {
|
|
874
878
|
"direction": {
|
|
875
|
-
"value": "
|
|
879
|
+
"value": "column",
|
|
876
880
|
"type": "flexDirection"
|
|
877
881
|
}
|
|
878
882
|
}
|
|
@@ -871,11 +871,15 @@
|
|
|
871
871
|
"inline-start": {
|
|
872
872
|
"value": "2.5rem",
|
|
873
873
|
"type": "spacing"
|
|
874
|
+
},
|
|
875
|
+
"inline-end": {
|
|
876
|
+
"value": "2.5rem",
|
|
877
|
+
"type": "spacing"
|
|
874
878
|
}
|
|
875
879
|
},
|
|
876
880
|
"flex": {
|
|
877
881
|
"direction": {
|
|
878
|
-
"value": "
|
|
882
|
+
"value": "column",
|
|
879
883
|
"type": "flexDirection"
|
|
880
884
|
}
|
|
881
885
|
}
|
|
@@ -7195,11 +7199,15 @@
|
|
|
7195
7199
|
"inline-start": {
|
|
7196
7200
|
"value": "2.5rem",
|
|
7197
7201
|
"type": "spacing"
|
|
7202
|
+
},
|
|
7203
|
+
"inline-end": {
|
|
7204
|
+
"value": "2.5rem",
|
|
7205
|
+
"type": "spacing"
|
|
7198
7206
|
}
|
|
7199
7207
|
},
|
|
7200
7208
|
"flex": {
|
|
7201
7209
|
"direction": {
|
|
7202
|
-
"value": "
|
|
7210
|
+
"value": "column",
|
|
7203
7211
|
"type": "flexDirection"
|
|
7204
7212
|
}
|
|
7205
7213
|
}
|
|
@@ -12795,11 +12803,15 @@
|
|
|
12795
12803
|
"inline-start": {
|
|
12796
12804
|
"value": "2.5rem",
|
|
12797
12805
|
"type": "spacing"
|
|
12806
|
+
},
|
|
12807
|
+
"inline-end": {
|
|
12808
|
+
"value": "2.5rem",
|
|
12809
|
+
"type": "spacing"
|
|
12798
12810
|
}
|
|
12799
12811
|
},
|
|
12800
12812
|
"flex": {
|
|
12801
12813
|
"direction": {
|
|
12802
|
-
"value": "
|
|
12814
|
+
"value": "column",
|
|
12803
12815
|
"type": "flexDirection"
|
|
12804
12816
|
}
|
|
12805
12817
|
}
|
|
@@ -18347,11 +18359,15 @@
|
|
|
18347
18359
|
"inline-start": {
|
|
18348
18360
|
"value": "2.5rem",
|
|
18349
18361
|
"type": "spacing"
|
|
18362
|
+
},
|
|
18363
|
+
"inline-end": {
|
|
18364
|
+
"value": "2.5rem",
|
|
18365
|
+
"type": "spacing"
|
|
18350
18366
|
}
|
|
18351
18367
|
},
|
|
18352
18368
|
"flex": {
|
|
18353
18369
|
"direction": {
|
|
18354
|
-
"value": "
|
|
18370
|
+
"value": "column",
|
|
18355
18371
|
"type": "flexDirection"
|
|
18356
18372
|
}
|
|
18357
18373
|
}
|
|
@@ -1616,11 +1616,15 @@
|
|
|
1616
1616
|
"inline-start": {
|
|
1617
1617
|
"value": "2.5rem",
|
|
1618
1618
|
"type": "spacing"
|
|
1619
|
+
},
|
|
1620
|
+
"inline-end": {
|
|
1621
|
+
"value": "2.5rem",
|
|
1622
|
+
"type": "spacing"
|
|
1619
1623
|
}
|
|
1620
1624
|
},
|
|
1621
1625
|
"flex": {
|
|
1622
1626
|
"direction": {
|
|
1623
|
-
"value": "
|
|
1627
|
+
"value": "column",
|
|
1624
1628
|
"type": "flexDirection"
|
|
1625
1629
|
}
|
|
1626
1630
|
}
|
|
@@ -1616,11 +1616,15 @@
|
|
|
1616
1616
|
"inline-start": {
|
|
1617
1617
|
"value": "2.5rem",
|
|
1618
1618
|
"type": "spacing"
|
|
1619
|
+
},
|
|
1620
|
+
"inline-end": {
|
|
1621
|
+
"value": "2.5rem",
|
|
1622
|
+
"type": "spacing"
|
|
1619
1623
|
}
|
|
1620
1624
|
},
|
|
1621
1625
|
"flex": {
|
|
1622
1626
|
"direction": {
|
|
1623
|
-
"value": "
|
|
1627
|
+
"value": "column",
|
|
1624
1628
|
"type": "flexDirection"
|
|
1625
1629
|
}
|
|
1626
1630
|
}
|
|
@@ -1640,11 +1640,15 @@
|
|
|
1640
1640
|
"inline-start": {
|
|
1641
1641
|
"value": "2.5rem",
|
|
1642
1642
|
"type": "spacing"
|
|
1643
|
+
},
|
|
1644
|
+
"inline-end": {
|
|
1645
|
+
"value": "2.5rem",
|
|
1646
|
+
"type": "spacing"
|
|
1643
1647
|
}
|
|
1644
1648
|
},
|
|
1645
1649
|
"flex": {
|
|
1646
1650
|
"direction": {
|
|
1647
|
-
"value": "
|
|
1651
|
+
"value": "column",
|
|
1648
1652
|
"type": "flexDirection"
|
|
1649
1653
|
}
|
|
1650
1654
|
}
|
|
@@ -868,11 +868,15 @@
|
|
|
868
868
|
"inline-start": {
|
|
869
869
|
"value": "2.5rem",
|
|
870
870
|
"type": "spacing"
|
|
871
|
+
},
|
|
872
|
+
"inline-end": {
|
|
873
|
+
"value": "2.5rem",
|
|
874
|
+
"type": "spacing"
|
|
871
875
|
}
|
|
872
876
|
},
|
|
873
877
|
"flex": {
|
|
874
878
|
"direction": {
|
|
875
|
-
"value": "
|
|
879
|
+
"value": "column",
|
|
876
880
|
"type": "flexDirection"
|
|
877
881
|
}
|
|
878
882
|
}
|