@rijkshuisstijl-community/design-tokens 10.0.0 → 11.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +26 -0
- package/README.md +46 -1
- package/build.mjs +36 -10
- package/cssFixers.mjs +89 -0
- package/cssFixers.spec.mjs +98 -0
- package/dist/_variables.scss +20 -17
- package/dist/index.css +20 -17
- package/dist/index.d.ts +24 -19
- package/dist/index.js +23 -20
- package/dist/index.json +21 -19
- package/dist/index.tokens.json +33 -31
- package/dist/kern-lintblauw/_variables.scss +20 -17
- package/dist/kern-lintblauw/index.css +20 -17
- package/dist/kern-lintblauw/index.d.ts +24 -19
- package/dist/kern-lintblauw/index.js +23 -20
- package/dist/kern-lintblauw/index.json +21 -19
- package/dist/kern-lintblauw/index.tokens.json +33 -31
- package/dist/kern-lintblauw/root.css +20 -17
- package/dist/kern-lintblauw/tokens.d.ts +31 -28
- package/dist/kern-lintblauw/tokens.js +446 -531
- package/dist/root.css +20 -17
- package/dist/tokens.d.ts +31 -28
- package/dist/tokens.js +446 -531
- package/dist/uitvoerend-groen/_variables.scss +21 -18
- package/dist/uitvoerend-groen/index.css +21 -18
- package/dist/uitvoerend-groen/index.d.ts +24 -19
- package/dist/uitvoerend-groen/index.js +23 -20
- package/dist/uitvoerend-groen/index.json +21 -19
- package/dist/uitvoerend-groen/index.tokens.json +33 -31
- package/dist/uitvoerend-groen/root.css +21 -18
- package/dist/uitvoerend-groen/tokens.d.ts +31 -28
- package/dist/uitvoerend-groen/tokens.js +446 -531
- package/dist/uitvoerend-hemelblauw/_variables.scss +21 -18
- package/dist/uitvoerend-hemelblauw/index.css +21 -18
- package/dist/uitvoerend-hemelblauw/index.d.ts +24 -19
- package/dist/uitvoerend-hemelblauw/index.js +23 -20
- package/dist/uitvoerend-hemelblauw/index.json +21 -19
- package/dist/uitvoerend-hemelblauw/index.tokens.json +33 -31
- package/dist/uitvoerend-hemelblauw/root.css +21 -18
- package/dist/uitvoerend-hemelblauw/tokens.d.ts +31 -28
- package/dist/uitvoerend-hemelblauw/tokens.js +446 -531
- package/dist/uitvoerend-lintblauw/_variables.scss +21 -18
- package/dist/uitvoerend-lintblauw/index.css +21 -18
- package/dist/uitvoerend-lintblauw/index.d.ts +24 -19
- package/dist/uitvoerend-lintblauw/index.js +23 -20
- package/dist/uitvoerend-lintblauw/index.json +21 -19
- package/dist/uitvoerend-lintblauw/index.tokens.json +33 -31
- package/dist/uitvoerend-lintblauw/root.css +21 -18
- package/dist/uitvoerend-lintblauw/tokens.d.ts +31 -28
- package/dist/uitvoerend-lintblauw/tokens.js +446 -531
- package/dist/uitvoerend-oranje/_variables.scss +21 -18
- package/dist/uitvoerend-oranje/index.css +21 -18
- package/dist/uitvoerend-oranje/index.d.ts +24 -19
- package/dist/uitvoerend-oranje/index.js +23 -20
- package/dist/uitvoerend-oranje/index.json +21 -19
- package/dist/uitvoerend-oranje/index.tokens.json +33 -31
- package/dist/uitvoerend-oranje/root.css +21 -18
- package/dist/uitvoerend-oranje/tokens.d.ts +31 -28
- package/dist/uitvoerend-oranje/tokens.js +446 -531
- package/dist/uitvoerend-paars/_variables.scss +21 -18
- package/dist/uitvoerend-paars/index.css +21 -18
- package/dist/uitvoerend-paars/index.d.ts +24 -19
- package/dist/uitvoerend-paars/index.js +23 -20
- package/dist/uitvoerend-paars/index.json +21 -19
- package/dist/uitvoerend-paars/index.tokens.json +33 -31
- package/dist/uitvoerend-paars/root.css +21 -18
- package/dist/uitvoerend-paars/tokens.d.ts +31 -28
- package/dist/uitvoerend-paars/tokens.js +446 -531
- package/dist/uitvoerend-robijnrood/_variables.scss +21 -18
- package/dist/uitvoerend-robijnrood/index.css +21 -18
- package/dist/uitvoerend-robijnrood/index.d.ts +24 -19
- package/dist/uitvoerend-robijnrood/index.js +23 -20
- package/dist/uitvoerend-robijnrood/index.json +21 -19
- package/dist/uitvoerend-robijnrood/index.tokens.json +33 -31
- package/dist/uitvoerend-robijnrood/root.css +21 -18
- package/dist/uitvoerend-robijnrood/tokens.d.ts +31 -28
- package/dist/uitvoerend-robijnrood/tokens.js +446 -531
- package/figma/figma.tokens.json +90 -171
- package/package.json +4 -3
- package/src/generated/base.tokens.json +89 -170
- package/src/generated/kern-lintblauw/tokens.json +89 -170
- package/src/generated/themes.json +623 -1190
- package/src/generated/uitvoerend-groen/tokens.json +89 -170
- package/src/generated/uitvoerend-hemelblauw/tokens.json +89 -170
- package/src/generated/uitvoerend-lintblauw/tokens.json +89 -170
- package/src/generated/uitvoerend-oranje/tokens.json +89 -170
- package/src/generated/uitvoerend-paars/tokens.json +89 -170
- package/src/generated/uitvoerend-robijnrood/tokens.json +89 -170
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly, this file was auto-generated.
|
|
3
|
+
// Generated on Tue, 30 Dec 2025 09:35:42 GMT
|
|
3
4
|
|
|
4
5
|
$rhc-border-radius-round: 999px;
|
|
5
6
|
$rhc-border-radius-none: 0px;
|
|
@@ -499,22 +500,23 @@ $rhc-nav-bar-link-padding-inline-end: $rhc-space-150;
|
|
|
499
500
|
$rhc-nav-bar-link-padding-inline-start: $rhc-space-150;
|
|
500
501
|
$rhc-nav-bar-link-column-gap: $rhc-space-100;
|
|
501
502
|
$rhc-nav-bar-background-color: $rhc-color-wit;
|
|
502
|
-
$rhc-navigation-list-icon-border-radius: $rhc-border-radius-round;
|
|
503
|
-
$rhc-navigation-list-item-icon-padding-inline: $rhc-space-100;
|
|
504
|
-
$rhc-navigation-list-item-icon-padding-block: $rhc-space-100;
|
|
505
|
-
$rhc-navigation-list-item-icon-size: $rhc-size-icon-md;
|
|
506
|
-
$rhc-navigation-list-item-content-column-gap: $rhc-space-100;
|
|
507
|
-
$rhc-navigation-list-item-content-row-gap: $rhc-space-50;
|
|
508
|
-
$rhc-navigation-list-item-label-font-family: $rhc-text-font-family-default;
|
|
509
|
-
$rhc-navigation-list-item-label-line-height: $rhc-text-line-height-md;
|
|
510
|
-
$rhc-navigation-list-item-active-background-color: $rhc-color-cool-grey-100;
|
|
511
|
-
$rhc-navigation-list-item-hover-background-color: $rhc-color-cool-grey-50;
|
|
512
|
-
$rhc-navigation-list-item-border-width: $rhc-border-width-sm;
|
|
513
503
|
$rhc-navigation-list-item-border-color: $rhc-color-cool-grey-300;
|
|
504
|
+
$rhc-navigation-list-item-border-width: $rhc-border-width-sm;
|
|
514
505
|
$rhc-navigation-list-item-column-gap: $rhc-space-200;
|
|
515
506
|
$rhc-navigation-list-item-min-height: $rhc-size-pointer-target;
|
|
516
507
|
$rhc-navigation-list-item-padding-block: $rhc-space-150;
|
|
517
508
|
$rhc-navigation-list-item-padding-inline: $rhc-space-200;
|
|
509
|
+
$rhc-navigation-list-item-active-background-color: $rhc-color-cool-grey-100;
|
|
510
|
+
$rhc-navigation-list-item-hover-background-color: $rhc-color-cool-grey-50;
|
|
511
|
+
$rhc-navigation-list-item-content-column-gap: $rhc-space-100; // [code-only]
|
|
512
|
+
$rhc-navigation-list-item-content-row-gap: $rhc-space-50; // [code-only]
|
|
513
|
+
$rhc-navigation-list-item-description-line-height: $rhc-text-line-height-md;
|
|
514
|
+
$rhc-navigation-list-item-icon-start-border-radius: $rhc-border-radius-round;
|
|
515
|
+
$rhc-navigation-list-item-icon-start-padding-block: $rhc-space-100;
|
|
516
|
+
$rhc-navigation-list-item-icon-start-padding-inline: $rhc-space-100;
|
|
517
|
+
$rhc-navigation-list-item-icon-start-size: $rhc-size-icon-md;
|
|
518
|
+
$rhc-navigation-list-item-label-font-family: $rhc-text-font-family-default;
|
|
519
|
+
$rhc-navigation-list-item-label-line-height: $rhc-text-line-height-md;
|
|
518
520
|
$rhc-radio-group-padding-block-end: $rhc-space-100;
|
|
519
521
|
$rhc-radio-group-padding-block-start: $rhc-space-100;
|
|
520
522
|
$rhc-radio-group-row-gap: $rhc-space-200;
|
|
@@ -1082,15 +1084,16 @@ $rhc-nav-bar-link-font-size: $rhc-text-font-size-md;
|
|
|
1082
1084
|
$rhc-nav-bar-heading-font-weight: $rhc-text-font-weight-strong;
|
|
1083
1085
|
$rhc-nav-bar-color: $rhc-color-primary-500;
|
|
1084
1086
|
$rhc-nav-bar-border-color: $rhc-color-primary-400;
|
|
1085
|
-
$rhc-navigation-list-
|
|
1086
|
-
$rhc-navigation-list-
|
|
1087
|
-
$rhc-navigation-list-item-
|
|
1087
|
+
$rhc-navigation-list-item-background-color: $rhc-color-bg-document;
|
|
1088
|
+
$rhc-navigation-list-item-focus-background-color: $rhc-color-primary-50;
|
|
1089
|
+
$rhc-navigation-list-item-description-color: $rhc-color-foreground-subtle;
|
|
1090
|
+
$rhc-navigation-list-item-description-font-size: $rhc-text-font-size-md;
|
|
1091
|
+
$rhc-navigation-list-item-icon-end-color: $rhc-color-foreground-subtle;
|
|
1092
|
+
$rhc-navigation-list-item-icon-start-background-color: $rhc-color-foreground-default;
|
|
1093
|
+
$rhc-navigation-list-item-icon-start-color: $rhc-color-foreground-on-dark-color;
|
|
1094
|
+
$rhc-navigation-list-item-label-color: $rhc-color-foreground-default;
|
|
1088
1095
|
$rhc-navigation-list-item-label-font-size: $rhc-text-font-size-xl;
|
|
1089
1096
|
$rhc-navigation-list-item-label-font-weight: $rhc-text-font-weight-strong;
|
|
1090
|
-
$rhc-navigation-list-item-focus-background-color: $rhc-color-primary-50;
|
|
1091
|
-
$rhc-navigation-list-item-background-color: $rhc-color-bg-document;
|
|
1092
|
-
$rhc-navigation-list-item-color: $rhc-color-foreground-subtle;
|
|
1093
|
-
$rhc-navigation-list-item-heading-color: $rhc-color-foreground-default;
|
|
1094
1097
|
$rhc-sidenav-link-font-size: $rhc-text-font-size-md;
|
|
1095
1098
|
$rhc-sidenav-link-font-weight: $rhc-text-font-weight-default;
|
|
1096
1099
|
$rhc-sidenav-link-current-font-weight: $rhc-text-font-weight-strong;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly, this file was auto-generated.
|
|
3
|
+
* Generated on Tue, 30 Dec 2025 09:35:42 GMT
|
|
3
4
|
*/
|
|
4
5
|
|
|
5
6
|
.uitvoerend-lintblauw {
|
|
@@ -501,22 +502,23 @@
|
|
|
501
502
|
--rhc-nav-bar-link-padding-inline-start: var(--rhc-space-150);
|
|
502
503
|
--rhc-nav-bar-link-column-gap: var(--rhc-space-100);
|
|
503
504
|
--rhc-nav-bar-background-color: var(--rhc-color-wit);
|
|
504
|
-
--rhc-navigation-list-icon-border-radius: var(--rhc-border-radius-round);
|
|
505
|
-
--rhc-navigation-list-item-icon-padding-inline: var(--rhc-space-100);
|
|
506
|
-
--rhc-navigation-list-item-icon-padding-block: var(--rhc-space-100);
|
|
507
|
-
--rhc-navigation-list-item-icon-size: var(--rhc-size-icon-md);
|
|
508
|
-
--rhc-navigation-list-item-content-column-gap: var(--rhc-space-100);
|
|
509
|
-
--rhc-navigation-list-item-content-row-gap: var(--rhc-space-50);
|
|
510
|
-
--rhc-navigation-list-item-label-font-family: var(--rhc-text-font-family-default);
|
|
511
|
-
--rhc-navigation-list-item-label-line-height: var(--rhc-text-line-height-md);
|
|
512
|
-
--rhc-navigation-list-item-active-background-color: var(--rhc-color-cool-grey-100);
|
|
513
|
-
--rhc-navigation-list-item-hover-background-color: var(--rhc-color-cool-grey-50);
|
|
514
|
-
--rhc-navigation-list-item-border-width: var(--rhc-border-width-sm);
|
|
515
505
|
--rhc-navigation-list-item-border-color: var(--rhc-color-cool-grey-300);
|
|
506
|
+
--rhc-navigation-list-item-border-width: var(--rhc-border-width-sm);
|
|
516
507
|
--rhc-navigation-list-item-column-gap: var(--rhc-space-200);
|
|
517
508
|
--rhc-navigation-list-item-min-height: var(--rhc-size-pointer-target);
|
|
518
509
|
--rhc-navigation-list-item-padding-block: var(--rhc-space-150);
|
|
519
510
|
--rhc-navigation-list-item-padding-inline: var(--rhc-space-200);
|
|
511
|
+
--rhc-navigation-list-item-active-background-color: var(--rhc-color-cool-grey-100);
|
|
512
|
+
--rhc-navigation-list-item-hover-background-color: var(--rhc-color-cool-grey-50);
|
|
513
|
+
--rhc-navigation-list-item-content-column-gap: var(--rhc-space-100); /** [code-only] */
|
|
514
|
+
--rhc-navigation-list-item-content-row-gap: var(--rhc-space-50); /** [code-only] */
|
|
515
|
+
--rhc-navigation-list-item-description-line-height: var(--rhc-text-line-height-md);
|
|
516
|
+
--rhc-navigation-list-item-icon-start-border-radius: var(--rhc-border-radius-round);
|
|
517
|
+
--rhc-navigation-list-item-icon-start-padding-block: var(--rhc-space-100);
|
|
518
|
+
--rhc-navigation-list-item-icon-start-padding-inline: var(--rhc-space-100);
|
|
519
|
+
--rhc-navigation-list-item-icon-start-size: var(--rhc-size-icon-md);
|
|
520
|
+
--rhc-navigation-list-item-label-font-family: var(--rhc-text-font-family-default);
|
|
521
|
+
--rhc-navigation-list-item-label-line-height: var(--rhc-text-line-height-md);
|
|
520
522
|
--rhc-radio-group-padding-block-end: var(--rhc-space-100);
|
|
521
523
|
--rhc-radio-group-padding-block-start: var(--rhc-space-100);
|
|
522
524
|
--rhc-radio-group-row-gap: var(--rhc-space-200);
|
|
@@ -1084,15 +1086,16 @@
|
|
|
1084
1086
|
--rhc-nav-bar-heading-font-weight: var(--rhc-text-font-weight-strong);
|
|
1085
1087
|
--rhc-nav-bar-color: var(--rhc-color-primary-500);
|
|
1086
1088
|
--rhc-nav-bar-border-color: var(--rhc-color-primary-400);
|
|
1087
|
-
--rhc-navigation-list-
|
|
1088
|
-
--rhc-navigation-list-
|
|
1089
|
-
--rhc-navigation-list-item-
|
|
1089
|
+
--rhc-navigation-list-item-background-color: var(--rhc-color-bg-document);
|
|
1090
|
+
--rhc-navigation-list-item-focus-background-color: var(--rhc-color-primary-50);
|
|
1091
|
+
--rhc-navigation-list-item-description-color: var(--rhc-color-foreground-subtle);
|
|
1092
|
+
--rhc-navigation-list-item-description-font-size: var(--rhc-text-font-size-md);
|
|
1093
|
+
--rhc-navigation-list-item-icon-end-color: var(--rhc-color-foreground-subtle);
|
|
1094
|
+
--rhc-navigation-list-item-icon-start-background-color: var(--rhc-color-foreground-default);
|
|
1095
|
+
--rhc-navigation-list-item-icon-start-color: var(--rhc-color-foreground-on-dark-color);
|
|
1096
|
+
--rhc-navigation-list-item-label-color: var(--rhc-color-foreground-default);
|
|
1090
1097
|
--rhc-navigation-list-item-label-font-size: var(--rhc-text-font-size-xl);
|
|
1091
1098
|
--rhc-navigation-list-item-label-font-weight: var(--rhc-text-font-weight-strong);
|
|
1092
|
-
--rhc-navigation-list-item-focus-background-color: var(--rhc-color-primary-50);
|
|
1093
|
-
--rhc-navigation-list-item-background-color: var(--rhc-color-bg-document);
|
|
1094
|
-
--rhc-navigation-list-item-color: var(--rhc-color-foreground-subtle);
|
|
1095
|
-
--rhc-navigation-list-item-heading-color: var(--rhc-color-foreground-default);
|
|
1096
1099
|
--rhc-sidenav-link-font-size: var(--rhc-text-font-size-md);
|
|
1097
1100
|
--rhc-sidenav-link-font-weight: var(--rhc-text-font-weight-default);
|
|
1098
1101
|
--rhc-sidenav-link-current-font-weight: var(--rhc-text-font-weight-strong);
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly, this file was auto-generated.
|
|
3
|
+
* Generated on Tue, 30 Dec 2025 09:35:42 GMT
|
|
3
4
|
*/
|
|
4
5
|
|
|
5
6
|
export const rhcBorderRadiusRound: string;
|
|
@@ -434,31 +435,35 @@ export const rhcNavBarHeadingFontWeight: string;
|
|
|
434
435
|
export const rhcNavBarBackgroundColor: string;
|
|
435
436
|
export const rhcNavBarColor: string;
|
|
436
437
|
export const rhcNavBarBorderColor: string;
|
|
437
|
-
export const rhcNavigationListIconBackgroundColor: string;
|
|
438
|
-
export const rhcNavigationListIconBorderRadius: string;
|
|
439
|
-
export const rhcNavigationListIconColor: string;
|
|
440
|
-
export const rhcNavigationListItemIconPaddingInline: string;
|
|
441
|
-
export const rhcNavigationListItemIconPaddingBlock: string;
|
|
442
|
-
export const rhcNavigationListItemIconSize: string;
|
|
443
|
-
export const rhcNavigationListItemContentFontSize: string;
|
|
444
|
-
export const rhcNavigationListItemContentColumnGap: string;
|
|
445
|
-
export const rhcNavigationListItemContentRowGap: string;
|
|
446
|
-
export const rhcNavigationListItemLabelFontFamily: string;
|
|
447
|
-
export const rhcNavigationListItemLabelFontSize: string;
|
|
448
|
-
export const rhcNavigationListItemLabelFontWeight: string;
|
|
449
|
-
export const rhcNavigationListItemLabelLineHeight: string;
|
|
450
|
-
export const rhcNavigationListItemActiveBackgroundColor: string;
|
|
451
|
-
export const rhcNavigationListItemHoverBackgroundColor: string;
|
|
452
|
-
export const rhcNavigationListItemFocusBackgroundColor: string;
|
|
453
438
|
export const rhcNavigationListItemBackgroundColor: string;
|
|
454
|
-
export const rhcNavigationListItemColor: string;
|
|
455
|
-
export const rhcNavigationListItemBorderWidth: string;
|
|
456
439
|
export const rhcNavigationListItemBorderColor: string;
|
|
457
|
-
export const
|
|
440
|
+
export const rhcNavigationListItemBorderWidth: string;
|
|
458
441
|
export const rhcNavigationListItemColumnGap: string;
|
|
459
442
|
export const rhcNavigationListItemMinHeight: string;
|
|
460
443
|
export const rhcNavigationListItemPaddingBlock: string;
|
|
461
444
|
export const rhcNavigationListItemPaddingInline: string;
|
|
445
|
+
export const rhcNavigationListItemActiveBackgroundColor: string;
|
|
446
|
+
export const rhcNavigationListItemHoverBackgroundColor: string;
|
|
447
|
+
export const rhcNavigationListItemFocusBackgroundColor: string;
|
|
448
|
+
/** [code-only] */
|
|
449
|
+
export const rhcNavigationListItemContentColumnGap: string;
|
|
450
|
+
/** [code-only] */
|
|
451
|
+
export const rhcNavigationListItemContentRowGap: string;
|
|
452
|
+
export const rhcNavigationListItemDescriptionColor: string;
|
|
453
|
+
export const rhcNavigationListItemDescriptionFontSize: string;
|
|
454
|
+
export const rhcNavigationListItemDescriptionLineHeight: string;
|
|
455
|
+
export const rhcNavigationListItemIconEndColor: string;
|
|
456
|
+
export const rhcNavigationListItemIconStartBackgroundColor: string;
|
|
457
|
+
export const rhcNavigationListItemIconStartBorderRadius: string;
|
|
458
|
+
export const rhcNavigationListItemIconStartColor: string;
|
|
459
|
+
export const rhcNavigationListItemIconStartPaddingBlock: string;
|
|
460
|
+
export const rhcNavigationListItemIconStartPaddingInline: string;
|
|
461
|
+
export const rhcNavigationListItemIconStartSize: string;
|
|
462
|
+
export const rhcNavigationListItemLabelColor: string;
|
|
463
|
+
export const rhcNavigationListItemLabelFontFamily: string;
|
|
464
|
+
export const rhcNavigationListItemLabelFontSize: string;
|
|
465
|
+
export const rhcNavigationListItemLabelFontWeight: string;
|
|
466
|
+
export const rhcNavigationListItemLabelLineHeight: string;
|
|
462
467
|
export const rhcRadioGroupPaddingBlockEnd: string;
|
|
463
468
|
export const rhcRadioGroupPaddingBlockStart: string;
|
|
464
469
|
export const rhcRadioGroupRowGap: string;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly, this file was auto-generated.
|
|
3
|
+
* Generated on Tue, 30 Dec 2025 09:35:42 GMT
|
|
3
4
|
*/
|
|
4
5
|
|
|
5
6
|
export const rhcBorderRadiusRound = "999px";
|
|
@@ -433,32 +434,34 @@ export const rhcNavBarHeadingFontWeight = "700";
|
|
|
433
434
|
export const rhcNavBarBackgroundColor = "#ffffff";
|
|
434
435
|
export const rhcNavBarColor = "#154273";
|
|
435
436
|
export const rhcNavBarBorderColor = "#4f7196";
|
|
436
|
-
export const rhcNavigationListIconBackgroundColor = "#0f172a";
|
|
437
|
-
export const rhcNavigationListIconBorderRadius = "999px";
|
|
438
|
-
export const rhcNavigationListIconColor = "#ffffff";
|
|
439
|
-
export const rhcNavigationListItemIconPaddingInline = "0.5rem";
|
|
440
|
-
export const rhcNavigationListItemIconPaddingBlock = "0.5rem";
|
|
441
|
-
export const rhcNavigationListItemIconSize = "24px";
|
|
442
|
-
export const rhcNavigationListItemContentFontSize = "1.25rem";
|
|
443
|
-
export const rhcNavigationListItemContentColumnGap = "0.5rem";
|
|
444
|
-
export const rhcNavigationListItemContentRowGap = "0.25rem";
|
|
445
|
-
export const rhcNavigationListItemLabelFontFamily =
|
|
446
|
-
"RijksSans, Arial, Verdana, sans-serif";
|
|
447
|
-
export const rhcNavigationListItemLabelFontSize = "1.875rem";
|
|
448
|
-
export const rhcNavigationListItemLabelFontWeight = "700";
|
|
449
|
-
export const rhcNavigationListItemLabelLineHeight = "150%";
|
|
450
|
-
export const rhcNavigationListItemActiveBackgroundColor = "#f1f5f9";
|
|
451
|
-
export const rhcNavigationListItemHoverBackgroundColor = "#f8fafc";
|
|
452
|
-
export const rhcNavigationListItemFocusBackgroundColor = "#dce3ea";
|
|
453
437
|
export const rhcNavigationListItemBackgroundColor = "#ffffff";
|
|
454
|
-
export const rhcNavigationListItemColor = "#334155";
|
|
455
|
-
export const rhcNavigationListItemBorderWidth = "1px";
|
|
456
438
|
export const rhcNavigationListItemBorderColor = "#cbd5e1";
|
|
457
|
-
export const
|
|
439
|
+
export const rhcNavigationListItemBorderWidth = "1px";
|
|
458
440
|
export const rhcNavigationListItemColumnGap = "1rem";
|
|
459
441
|
export const rhcNavigationListItemMinHeight = "48px";
|
|
460
442
|
export const rhcNavigationListItemPaddingBlock = "0.75rem";
|
|
461
443
|
export const rhcNavigationListItemPaddingInline = "1rem";
|
|
444
|
+
export const rhcNavigationListItemActiveBackgroundColor = "#f1f5f9";
|
|
445
|
+
export const rhcNavigationListItemHoverBackgroundColor = "#f8fafc";
|
|
446
|
+
export const rhcNavigationListItemFocusBackgroundColor = "#dce3ea";
|
|
447
|
+
export const rhcNavigationListItemContentColumnGap = "0.5rem"; // [code-only]
|
|
448
|
+
export const rhcNavigationListItemContentRowGap = "0.25rem"; // [code-only]
|
|
449
|
+
export const rhcNavigationListItemDescriptionColor = "#334155";
|
|
450
|
+
export const rhcNavigationListItemDescriptionFontSize = "1.25rem";
|
|
451
|
+
export const rhcNavigationListItemDescriptionLineHeight = "150%";
|
|
452
|
+
export const rhcNavigationListItemIconEndColor = "#334155";
|
|
453
|
+
export const rhcNavigationListItemIconStartBackgroundColor = "#0f172a";
|
|
454
|
+
export const rhcNavigationListItemIconStartBorderRadius = "999px";
|
|
455
|
+
export const rhcNavigationListItemIconStartColor = "#ffffff";
|
|
456
|
+
export const rhcNavigationListItemIconStartPaddingBlock = "0.5rem";
|
|
457
|
+
export const rhcNavigationListItemIconStartPaddingInline = "0.5rem";
|
|
458
|
+
export const rhcNavigationListItemIconStartSize = "24px";
|
|
459
|
+
export const rhcNavigationListItemLabelColor = "#0f172a";
|
|
460
|
+
export const rhcNavigationListItemLabelFontFamily =
|
|
461
|
+
"RijksSans, Arial, Verdana, sans-serif";
|
|
462
|
+
export const rhcNavigationListItemLabelFontSize = "1.875rem";
|
|
463
|
+
export const rhcNavigationListItemLabelFontWeight = "700";
|
|
464
|
+
export const rhcNavigationListItemLabelLineHeight = "150%";
|
|
462
465
|
export const rhcRadioGroupPaddingBlockEnd = "0.5rem";
|
|
463
466
|
export const rhcRadioGroupPaddingBlockStart = "0.5rem";
|
|
464
467
|
export const rhcRadioGroupRowGap = "1rem";
|
|
@@ -428,31 +428,33 @@
|
|
|
428
428
|
"rhcNavBarBackgroundColor": "#ffffff",
|
|
429
429
|
"rhcNavBarColor": "#154273",
|
|
430
430
|
"rhcNavBarBorderColor": "#4f7196",
|
|
431
|
-
"rhcNavigationListIconBackgroundColor": "#0f172a",
|
|
432
|
-
"rhcNavigationListIconBorderRadius": "999px",
|
|
433
|
-
"rhcNavigationListIconColor": "#ffffff",
|
|
434
|
-
"rhcNavigationListItemIconPaddingInline": "0.5rem",
|
|
435
|
-
"rhcNavigationListItemIconPaddingBlock": "0.5rem",
|
|
436
|
-
"rhcNavigationListItemIconSize": "24px",
|
|
437
|
-
"rhcNavigationListItemContentFontSize": "1.25rem",
|
|
438
|
-
"rhcNavigationListItemContentColumnGap": "0.5rem",
|
|
439
|
-
"rhcNavigationListItemContentRowGap": "0.25rem",
|
|
440
|
-
"rhcNavigationListItemLabelFontFamily": "RijksSans, Arial, Verdana, sans-serif",
|
|
441
|
-
"rhcNavigationListItemLabelFontSize": "1.875rem",
|
|
442
|
-
"rhcNavigationListItemLabelFontWeight": "700",
|
|
443
|
-
"rhcNavigationListItemLabelLineHeight": "150%",
|
|
444
|
-
"rhcNavigationListItemActiveBackgroundColor": "#f1f5f9",
|
|
445
|
-
"rhcNavigationListItemHoverBackgroundColor": "#f8fafc",
|
|
446
|
-
"rhcNavigationListItemFocusBackgroundColor": "#dce3ea",
|
|
447
431
|
"rhcNavigationListItemBackgroundColor": "#ffffff",
|
|
448
|
-
"rhcNavigationListItemColor": "#334155",
|
|
449
|
-
"rhcNavigationListItemBorderWidth": "1px",
|
|
450
432
|
"rhcNavigationListItemBorderColor": "#cbd5e1",
|
|
451
|
-
"
|
|
433
|
+
"rhcNavigationListItemBorderWidth": "1px",
|
|
452
434
|
"rhcNavigationListItemColumnGap": "1rem",
|
|
453
435
|
"rhcNavigationListItemMinHeight": "48px",
|
|
454
436
|
"rhcNavigationListItemPaddingBlock": "0.75rem",
|
|
455
437
|
"rhcNavigationListItemPaddingInline": "1rem",
|
|
438
|
+
"rhcNavigationListItemActiveBackgroundColor": "#f1f5f9",
|
|
439
|
+
"rhcNavigationListItemHoverBackgroundColor": "#f8fafc",
|
|
440
|
+
"rhcNavigationListItemFocusBackgroundColor": "#dce3ea",
|
|
441
|
+
"rhcNavigationListItemContentColumnGap": "0.5rem",
|
|
442
|
+
"rhcNavigationListItemContentRowGap": "0.25rem",
|
|
443
|
+
"rhcNavigationListItemDescriptionColor": "#334155",
|
|
444
|
+
"rhcNavigationListItemDescriptionFontSize": "1.25rem",
|
|
445
|
+
"rhcNavigationListItemDescriptionLineHeight": "150%",
|
|
446
|
+
"rhcNavigationListItemIconEndColor": "#334155",
|
|
447
|
+
"rhcNavigationListItemIconStartBackgroundColor": "#0f172a",
|
|
448
|
+
"rhcNavigationListItemIconStartBorderRadius": "999px",
|
|
449
|
+
"rhcNavigationListItemIconStartColor": "#ffffff",
|
|
450
|
+
"rhcNavigationListItemIconStartPaddingBlock": "0.5rem",
|
|
451
|
+
"rhcNavigationListItemIconStartPaddingInline": "0.5rem",
|
|
452
|
+
"rhcNavigationListItemIconStartSize": "24px",
|
|
453
|
+
"rhcNavigationListItemLabelColor": "#0f172a",
|
|
454
|
+
"rhcNavigationListItemLabelFontFamily": "RijksSans, Arial, Verdana, sans-serif",
|
|
455
|
+
"rhcNavigationListItemLabelFontSize": "1.875rem",
|
|
456
|
+
"rhcNavigationListItemLabelFontWeight": "700",
|
|
457
|
+
"rhcNavigationListItemLabelLineHeight": "150%",
|
|
456
458
|
"rhcRadioGroupPaddingBlockEnd": "0.5rem",
|
|
457
459
|
"rhcRadioGroupPaddingBlockStart": "0.5rem",
|
|
458
460
|
"rhcRadioGroupRowGap": "1rem",
|
|
@@ -678,28 +678,14 @@
|
|
|
678
678
|
"border-color": "#4f7196"
|
|
679
679
|
},
|
|
680
680
|
"navigation-list": {
|
|
681
|
-
"icon": {
|
|
682
|
-
"background-color": "#0f172a",
|
|
683
|
-
"border-radius": "999px",
|
|
684
|
-
"color": "#ffffff"
|
|
685
|
-
},
|
|
686
681
|
"item": {
|
|
687
|
-
"
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
"
|
|
693
|
-
|
|
694
|
-
"column-gap": "0.5rem",
|
|
695
|
-
"row-gap": "0.25rem"
|
|
696
|
-
},
|
|
697
|
-
"label": {
|
|
698
|
-
"font-family": "RijksSans, Arial, Verdana, sans-serif",
|
|
699
|
-
"font-size": "1.875rem",
|
|
700
|
-
"font-weight": "700",
|
|
701
|
-
"line-height": "150%"
|
|
702
|
-
},
|
|
682
|
+
"background-color": "#ffffff",
|
|
683
|
+
"border-color": "#cbd5e1",
|
|
684
|
+
"border-width": "1px",
|
|
685
|
+
"column-gap": "1rem",
|
|
686
|
+
"min-height": "48px",
|
|
687
|
+
"padding-block": "0.75rem",
|
|
688
|
+
"padding-inline": "1rem",
|
|
703
689
|
"active": {
|
|
704
690
|
"background-color": "#f1f5f9"
|
|
705
691
|
},
|
|
@@ -709,17 +695,33 @@
|
|
|
709
695
|
"focus": {
|
|
710
696
|
"background-color": "#dce3ea"
|
|
711
697
|
},
|
|
712
|
-
"
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
"border-color": "#cbd5e1",
|
|
716
|
-
"heading": {
|
|
717
|
-
"color": "#0f172a"
|
|
698
|
+
"content": {
|
|
699
|
+
"column-gap": "0.5rem",
|
|
700
|
+
"row-gap": "0.25rem"
|
|
718
701
|
},
|
|
719
|
-
"
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
702
|
+
"description": {
|
|
703
|
+
"color": "#334155",
|
|
704
|
+
"font-size": "1.25rem",
|
|
705
|
+
"line-height": "150%"
|
|
706
|
+
},
|
|
707
|
+
"icon-end": {
|
|
708
|
+
"color": "#334155"
|
|
709
|
+
},
|
|
710
|
+
"icon-start": {
|
|
711
|
+
"background-color": "#0f172a",
|
|
712
|
+
"border-radius": "999px",
|
|
713
|
+
"color": "#ffffff",
|
|
714
|
+
"padding-block": "0.5rem",
|
|
715
|
+
"padding-inline": "0.5rem",
|
|
716
|
+
"size": "24px"
|
|
717
|
+
},
|
|
718
|
+
"label": {
|
|
719
|
+
"color": "#0f172a",
|
|
720
|
+
"font-family": "RijksSans, Arial, Verdana, sans-serif",
|
|
721
|
+
"font-size": "1.875rem",
|
|
722
|
+
"font-weight": "700",
|
|
723
|
+
"line-height": "150%"
|
|
724
|
+
}
|
|
723
725
|
}
|
|
724
726
|
},
|
|
725
727
|
"radio-group": {
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly, this file was auto-generated.
|
|
3
|
+
* Generated on Tue, 30 Dec 2025 09:35:42 GMT
|
|
3
4
|
*/
|
|
4
5
|
|
|
5
6
|
:root {
|
|
@@ -501,22 +502,23 @@
|
|
|
501
502
|
--rhc-nav-bar-link-padding-inline-start: var(--rhc-space-150);
|
|
502
503
|
--rhc-nav-bar-link-column-gap: var(--rhc-space-100);
|
|
503
504
|
--rhc-nav-bar-background-color: var(--rhc-color-wit);
|
|
504
|
-
--rhc-navigation-list-icon-border-radius: var(--rhc-border-radius-round);
|
|
505
|
-
--rhc-navigation-list-item-icon-padding-inline: var(--rhc-space-100);
|
|
506
|
-
--rhc-navigation-list-item-icon-padding-block: var(--rhc-space-100);
|
|
507
|
-
--rhc-navigation-list-item-icon-size: var(--rhc-size-icon-md);
|
|
508
|
-
--rhc-navigation-list-item-content-column-gap: var(--rhc-space-100);
|
|
509
|
-
--rhc-navigation-list-item-content-row-gap: var(--rhc-space-50);
|
|
510
|
-
--rhc-navigation-list-item-label-font-family: var(--rhc-text-font-family-default);
|
|
511
|
-
--rhc-navigation-list-item-label-line-height: var(--rhc-text-line-height-md);
|
|
512
|
-
--rhc-navigation-list-item-active-background-color: var(--rhc-color-cool-grey-100);
|
|
513
|
-
--rhc-navigation-list-item-hover-background-color: var(--rhc-color-cool-grey-50);
|
|
514
|
-
--rhc-navigation-list-item-border-width: var(--rhc-border-width-sm);
|
|
515
505
|
--rhc-navigation-list-item-border-color: var(--rhc-color-cool-grey-300);
|
|
506
|
+
--rhc-navigation-list-item-border-width: var(--rhc-border-width-sm);
|
|
516
507
|
--rhc-navigation-list-item-column-gap: var(--rhc-space-200);
|
|
517
508
|
--rhc-navigation-list-item-min-height: var(--rhc-size-pointer-target);
|
|
518
509
|
--rhc-navigation-list-item-padding-block: var(--rhc-space-150);
|
|
519
510
|
--rhc-navigation-list-item-padding-inline: var(--rhc-space-200);
|
|
511
|
+
--rhc-navigation-list-item-active-background-color: var(--rhc-color-cool-grey-100);
|
|
512
|
+
--rhc-navigation-list-item-hover-background-color: var(--rhc-color-cool-grey-50);
|
|
513
|
+
--rhc-navigation-list-item-content-column-gap: var(--rhc-space-100); /** [code-only] */
|
|
514
|
+
--rhc-navigation-list-item-content-row-gap: var(--rhc-space-50); /** [code-only] */
|
|
515
|
+
--rhc-navigation-list-item-description-line-height: var(--rhc-text-line-height-md);
|
|
516
|
+
--rhc-navigation-list-item-icon-start-border-radius: var(--rhc-border-radius-round);
|
|
517
|
+
--rhc-navigation-list-item-icon-start-padding-block: var(--rhc-space-100);
|
|
518
|
+
--rhc-navigation-list-item-icon-start-padding-inline: var(--rhc-space-100);
|
|
519
|
+
--rhc-navigation-list-item-icon-start-size: var(--rhc-size-icon-md);
|
|
520
|
+
--rhc-navigation-list-item-label-font-family: var(--rhc-text-font-family-default);
|
|
521
|
+
--rhc-navigation-list-item-label-line-height: var(--rhc-text-line-height-md);
|
|
520
522
|
--rhc-radio-group-padding-block-end: var(--rhc-space-100);
|
|
521
523
|
--rhc-radio-group-padding-block-start: var(--rhc-space-100);
|
|
522
524
|
--rhc-radio-group-row-gap: var(--rhc-space-200);
|
|
@@ -1084,15 +1086,16 @@
|
|
|
1084
1086
|
--rhc-nav-bar-heading-font-weight: var(--rhc-text-font-weight-strong);
|
|
1085
1087
|
--rhc-nav-bar-color: var(--rhc-color-primary-500);
|
|
1086
1088
|
--rhc-nav-bar-border-color: var(--rhc-color-primary-400);
|
|
1087
|
-
--rhc-navigation-list-
|
|
1088
|
-
--rhc-navigation-list-
|
|
1089
|
-
--rhc-navigation-list-item-
|
|
1089
|
+
--rhc-navigation-list-item-background-color: var(--rhc-color-bg-document);
|
|
1090
|
+
--rhc-navigation-list-item-focus-background-color: var(--rhc-color-primary-50);
|
|
1091
|
+
--rhc-navigation-list-item-description-color: var(--rhc-color-foreground-subtle);
|
|
1092
|
+
--rhc-navigation-list-item-description-font-size: var(--rhc-text-font-size-md);
|
|
1093
|
+
--rhc-navigation-list-item-icon-end-color: var(--rhc-color-foreground-subtle);
|
|
1094
|
+
--rhc-navigation-list-item-icon-start-background-color: var(--rhc-color-foreground-default);
|
|
1095
|
+
--rhc-navigation-list-item-icon-start-color: var(--rhc-color-foreground-on-dark-color);
|
|
1096
|
+
--rhc-navigation-list-item-label-color: var(--rhc-color-foreground-default);
|
|
1090
1097
|
--rhc-navigation-list-item-label-font-size: var(--rhc-text-font-size-xl);
|
|
1091
1098
|
--rhc-navigation-list-item-label-font-weight: var(--rhc-text-font-weight-strong);
|
|
1092
|
-
--rhc-navigation-list-item-focus-background-color: var(--rhc-color-primary-50);
|
|
1093
|
-
--rhc-navigation-list-item-background-color: var(--rhc-color-bg-document);
|
|
1094
|
-
--rhc-navigation-list-item-color: var(--rhc-color-foreground-subtle);
|
|
1095
|
-
--rhc-navigation-list-item-heading-color: var(--rhc-color-foreground-default);
|
|
1096
1099
|
--rhc-sidenav-link-font-size: var(--rhc-text-font-size-md);
|
|
1097
1100
|
--rhc-sidenav-link-font-weight: var(--rhc-text-font-weight-default);
|
|
1098
1101
|
--rhc-sidenav-link-current-font-weight: var(--rhc-text-font-weight-strong);
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly, this file was auto-generated.
|
|
3
|
+
* Generated on Tue, 30 Dec 2025 09:35:42 GMT
|
|
3
4
|
*/
|
|
4
5
|
|
|
5
6
|
export default tokens;
|
|
@@ -694,48 +695,50 @@ declare const tokens: {
|
|
|
694
695
|
"border-color": DesignToken;
|
|
695
696
|
};
|
|
696
697
|
"navigation-list": {
|
|
697
|
-
icon: {
|
|
698
|
-
"background-color": DesignToken;
|
|
699
|
-
"border-radius": DesignToken;
|
|
700
|
-
color: DesignToken;
|
|
701
|
-
};
|
|
702
698
|
item: {
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
699
|
+
"background-color": DesignToken;
|
|
700
|
+
"border-color": DesignToken;
|
|
701
|
+
"border-width": DesignToken;
|
|
702
|
+
"column-gap": DesignToken;
|
|
703
|
+
"min-height": DesignToken;
|
|
704
|
+
"padding-block": DesignToken;
|
|
705
|
+
"padding-inline": DesignToken;
|
|
706
|
+
active: {
|
|
707
|
+
"background-color": DesignToken;
|
|
708
|
+
};
|
|
709
|
+
hover: {
|
|
710
|
+
"background-color": DesignToken;
|
|
711
|
+
};
|
|
712
|
+
focus: {
|
|
713
|
+
"background-color": DesignToken;
|
|
707
714
|
};
|
|
708
715
|
content: {
|
|
709
|
-
"font-size": DesignToken;
|
|
710
716
|
"column-gap": DesignToken;
|
|
711
717
|
"row-gap": DesignToken;
|
|
712
718
|
};
|
|
713
|
-
|
|
714
|
-
|
|
719
|
+
description: {
|
|
720
|
+
color: DesignToken;
|
|
715
721
|
"font-size": DesignToken;
|
|
716
|
-
"font-weight": DesignToken;
|
|
717
722
|
"line-height": DesignToken;
|
|
718
723
|
};
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
};
|
|
722
|
-
hover: {
|
|
723
|
-
"background-color": DesignToken;
|
|
724
|
+
"icon-end": {
|
|
725
|
+
color: DesignToken;
|
|
724
726
|
};
|
|
725
|
-
|
|
727
|
+
"icon-start": {
|
|
726
728
|
"background-color": DesignToken;
|
|
729
|
+
"border-radius": DesignToken;
|
|
730
|
+
color: DesignToken;
|
|
731
|
+
"padding-block": DesignToken;
|
|
732
|
+
"padding-inline": DesignToken;
|
|
733
|
+
size: DesignToken;
|
|
727
734
|
};
|
|
728
|
-
|
|
729
|
-
color: DesignToken;
|
|
730
|
-
"border-width": DesignToken;
|
|
731
|
-
"border-color": DesignToken;
|
|
732
|
-
heading: {
|
|
735
|
+
label: {
|
|
733
736
|
color: DesignToken;
|
|
737
|
+
"font-family": DesignToken;
|
|
738
|
+
"font-size": DesignToken;
|
|
739
|
+
"font-weight": DesignToken;
|
|
740
|
+
"line-height": DesignToken;
|
|
734
741
|
};
|
|
735
|
-
"column-gap": DesignToken;
|
|
736
|
-
"min-height": DesignToken;
|
|
737
|
-
"padding-block": DesignToken;
|
|
738
|
-
"padding-inline": DesignToken;
|
|
739
742
|
};
|
|
740
743
|
};
|
|
741
744
|
"radio-group": {
|