@rijkshuisstijl-community/design-tokens 10.0.1 → 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 +18 -0
- package/dist/_variables.scss +20 -18
- package/dist/index.css +20 -18
- package/dist/index.d.ts +24 -20
- package/dist/index.js +23 -21
- package/dist/index.json +21 -19
- package/dist/index.tokens.json +33 -31
- package/dist/kern-lintblauw/_variables.scss +20 -18
- package/dist/kern-lintblauw/index.css +20 -18
- package/dist/kern-lintblauw/index.d.ts +24 -20
- package/dist/kern-lintblauw/index.js +23 -21
- package/dist/kern-lintblauw/index.json +21 -19
- package/dist/kern-lintblauw/index.tokens.json +33 -31
- package/dist/kern-lintblauw/root.css +20 -18
- package/dist/kern-lintblauw/tokens.d.ts +31 -29
- package/dist/kern-lintblauw/tokens.js +446 -350
- package/dist/root.css +20 -18
- package/dist/tokens.d.ts +31 -29
- package/dist/tokens.js +446 -350
- package/dist/uitvoerend-groen/_variables.scss +21 -19
- package/dist/uitvoerend-groen/index.css +21 -19
- package/dist/uitvoerend-groen/index.d.ts +24 -20
- package/dist/uitvoerend-groen/index.js +23 -21
- package/dist/uitvoerend-groen/index.json +21 -19
- package/dist/uitvoerend-groen/index.tokens.json +33 -31
- package/dist/uitvoerend-groen/root.css +21 -19
- package/dist/uitvoerend-groen/tokens.d.ts +31 -29
- package/dist/uitvoerend-groen/tokens.js +446 -350
- package/dist/uitvoerend-hemelblauw/_variables.scss +21 -19
- package/dist/uitvoerend-hemelblauw/index.css +21 -19
- package/dist/uitvoerend-hemelblauw/index.d.ts +24 -20
- package/dist/uitvoerend-hemelblauw/index.js +23 -21
- package/dist/uitvoerend-hemelblauw/index.json +21 -19
- package/dist/uitvoerend-hemelblauw/index.tokens.json +33 -31
- package/dist/uitvoerend-hemelblauw/root.css +21 -19
- package/dist/uitvoerend-hemelblauw/tokens.d.ts +31 -29
- package/dist/uitvoerend-hemelblauw/tokens.js +446 -350
- package/dist/uitvoerend-lintblauw/_variables.scss +21 -19
- package/dist/uitvoerend-lintblauw/index.css +21 -19
- package/dist/uitvoerend-lintblauw/index.d.ts +24 -20
- package/dist/uitvoerend-lintblauw/index.js +23 -21
- package/dist/uitvoerend-lintblauw/index.json +21 -19
- package/dist/uitvoerend-lintblauw/index.tokens.json +33 -31
- package/dist/uitvoerend-lintblauw/root.css +21 -19
- package/dist/uitvoerend-lintblauw/tokens.d.ts +31 -29
- package/dist/uitvoerend-lintblauw/tokens.js +446 -350
- package/dist/uitvoerend-oranje/_variables.scss +21 -19
- package/dist/uitvoerend-oranje/index.css +21 -19
- package/dist/uitvoerend-oranje/index.d.ts +24 -20
- package/dist/uitvoerend-oranje/index.js +23 -21
- package/dist/uitvoerend-oranje/index.json +21 -19
- package/dist/uitvoerend-oranje/index.tokens.json +33 -31
- package/dist/uitvoerend-oranje/root.css +21 -19
- package/dist/uitvoerend-oranje/tokens.d.ts +31 -29
- package/dist/uitvoerend-oranje/tokens.js +446 -350
- package/dist/uitvoerend-paars/_variables.scss +21 -19
- package/dist/uitvoerend-paars/index.css +21 -19
- package/dist/uitvoerend-paars/index.d.ts +24 -20
- package/dist/uitvoerend-paars/index.js +23 -21
- package/dist/uitvoerend-paars/index.json +21 -19
- package/dist/uitvoerend-paars/index.tokens.json +33 -31
- package/dist/uitvoerend-paars/root.css +21 -19
- package/dist/uitvoerend-paars/tokens.d.ts +31 -29
- package/dist/uitvoerend-paars/tokens.js +446 -350
- package/dist/uitvoerend-robijnrood/_variables.scss +21 -19
- package/dist/uitvoerend-robijnrood/index.css +21 -19
- package/dist/uitvoerend-robijnrood/index.d.ts +24 -20
- package/dist/uitvoerend-robijnrood/index.js +23 -21
- package/dist/uitvoerend-robijnrood/index.json +21 -19
- package/dist/uitvoerend-robijnrood/index.tokens.json +33 -31
- package/dist/uitvoerend-robijnrood/root.css +21 -19
- package/dist/uitvoerend-robijnrood/tokens.d.ts +31 -29
- package/dist/uitvoerend-robijnrood/tokens.js +446 -350
- package/figma/figma.tokens.json +89 -79
- package/package.json +1 -1
- package/src/generated/base.tokens.json +89 -79
- package/src/generated/kern-lintblauw/tokens.json +89 -79
- package/src/generated/themes.json +623 -553
- package/src/generated/uitvoerend-groen/tokens.json +89 -79
- package/src/generated/uitvoerend-hemelblauw/tokens.json +89 -79
- package/src/generated/uitvoerend-lintblauw/tokens.json +89 -79
- package/src/generated/uitvoerend-oranje/tokens.json +89 -79
- package/src/generated/uitvoerend-paars/tokens.json +89 -79
- package/src/generated/uitvoerend-robijnrood/tokens.json +89 -79
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly, this file was auto-generated.
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Tue, 30 Dec 2025 09:35:46 GMT
|
|
4
4
|
|
|
5
5
|
$rhc-border-radius-round: 999px;
|
|
6
6
|
$rhc-border-radius-none: 0px;
|
|
@@ -507,22 +507,23 @@ $rhc-nav-bar-link-padding-inline-end: $rhc-space-150;
|
|
|
507
507
|
$rhc-nav-bar-link-padding-inline-start: $rhc-space-150;
|
|
508
508
|
$rhc-nav-bar-link-column-gap: $rhc-space-100;
|
|
509
509
|
$rhc-nav-bar-background-color: $rhc-color-wit;
|
|
510
|
-
$rhc-navigation-list-icon-border-radius: $rhc-border-radius-round;
|
|
511
|
-
$rhc-navigation-list-item-icon-padding-inline: $rhc-space-100;
|
|
512
|
-
$rhc-navigation-list-item-icon-padding-block: $rhc-space-100;
|
|
513
|
-
$rhc-navigation-list-item-icon-size: $rhc-size-icon-md;
|
|
514
|
-
$rhc-navigation-list-item-content-column-gap: $rhc-space-100;
|
|
515
|
-
$rhc-navigation-list-item-content-row-gap: $rhc-space-50;
|
|
516
|
-
$rhc-navigation-list-item-label-font-family: $rhc-text-font-family-default;
|
|
517
|
-
$rhc-navigation-list-item-label-line-height: $rhc-text-line-height-md;
|
|
518
|
-
$rhc-navigation-list-item-active-background-color: $rhc-color-cool-grey-100;
|
|
519
|
-
$rhc-navigation-list-item-hover-background-color: $rhc-color-cool-grey-50;
|
|
520
|
-
$rhc-navigation-list-item-border-width: $rhc-border-width-sm;
|
|
521
510
|
$rhc-navigation-list-item-border-color: $rhc-color-cool-grey-300;
|
|
511
|
+
$rhc-navigation-list-item-border-width: $rhc-border-width-sm;
|
|
522
512
|
$rhc-navigation-list-item-column-gap: $rhc-space-200;
|
|
523
513
|
$rhc-navigation-list-item-min-height: $rhc-size-pointer-target;
|
|
524
514
|
$rhc-navigation-list-item-padding-block: $rhc-space-150;
|
|
525
515
|
$rhc-navigation-list-item-padding-inline: $rhc-space-200;
|
|
516
|
+
$rhc-navigation-list-item-active-background-color: $rhc-color-cool-grey-100;
|
|
517
|
+
$rhc-navigation-list-item-hover-background-color: $rhc-color-cool-grey-50;
|
|
518
|
+
$rhc-navigation-list-item-content-column-gap: $rhc-space-100; // [code-only]
|
|
519
|
+
$rhc-navigation-list-item-content-row-gap: $rhc-space-50; // [code-only]
|
|
520
|
+
$rhc-navigation-list-item-description-line-height: $rhc-text-line-height-md;
|
|
521
|
+
$rhc-navigation-list-item-icon-start-border-radius: $rhc-border-radius-round;
|
|
522
|
+
$rhc-navigation-list-item-icon-start-padding-block: $rhc-space-100;
|
|
523
|
+
$rhc-navigation-list-item-icon-start-padding-inline: $rhc-space-100;
|
|
524
|
+
$rhc-navigation-list-item-icon-start-size: $rhc-size-icon-md;
|
|
525
|
+
$rhc-navigation-list-item-label-font-family: $rhc-text-font-family-default;
|
|
526
|
+
$rhc-navigation-list-item-label-line-height: $rhc-text-line-height-md;
|
|
526
527
|
$rhc-radio-group-padding-block-end: $rhc-space-100;
|
|
527
528
|
$rhc-radio-group-padding-block-start: $rhc-space-100;
|
|
528
529
|
$rhc-radio-group-row-gap: $rhc-space-200;
|
|
@@ -1101,15 +1102,16 @@ $rhc-nav-bar-link-font-size: $rhc-text-font-size-md;
|
|
|
1101
1102
|
$rhc-nav-bar-heading-font-weight: $rhc-text-font-weight-strong;
|
|
1102
1103
|
$rhc-nav-bar-color: $rhc-color-primary-500;
|
|
1103
1104
|
$rhc-nav-bar-border-color: $rhc-color-primary-400;
|
|
1104
|
-
$rhc-navigation-list-
|
|
1105
|
-
$rhc-navigation-list-
|
|
1106
|
-
$rhc-navigation-list-item-
|
|
1105
|
+
$rhc-navigation-list-item-background-color: $rhc-color-bg-document;
|
|
1106
|
+
$rhc-navigation-list-item-focus-background-color: $rhc-color-primary-50;
|
|
1107
|
+
$rhc-navigation-list-item-description-color: $rhc-color-foreground-subtle;
|
|
1108
|
+
$rhc-navigation-list-item-description-font-size: $rhc-text-font-size-md;
|
|
1109
|
+
$rhc-navigation-list-item-icon-end-color: $rhc-color-foreground-subtle;
|
|
1110
|
+
$rhc-navigation-list-item-icon-start-background-color: $rhc-color-foreground-default;
|
|
1111
|
+
$rhc-navigation-list-item-icon-start-color: $rhc-color-foreground-on-dark-color;
|
|
1112
|
+
$rhc-navigation-list-item-label-color: $rhc-color-foreground-default;
|
|
1107
1113
|
$rhc-navigation-list-item-label-font-size: $rhc-text-font-size-xl;
|
|
1108
1114
|
$rhc-navigation-list-item-label-font-weight: $rhc-text-font-weight-strong;
|
|
1109
|
-
$rhc-navigation-list-item-focus-background-color: $rhc-color-primary-50;
|
|
1110
|
-
$rhc-navigation-list-item-background-color: $rhc-color-bg-document;
|
|
1111
|
-
$rhc-navigation-list-item-color: $rhc-color-foreground-subtle;
|
|
1112
|
-
$rhc-navigation-list-item-heading-color: $rhc-color-foreground-default;
|
|
1113
1115
|
$rhc-sidenav-link-font-size: $rhc-text-font-size-md;
|
|
1114
1116
|
$rhc-sidenav-link-font-weight: $rhc-text-font-weight-default;
|
|
1115
1117
|
$rhc-sidenav-link-current-font-weight: $rhc-text-font-weight-strong;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly, this file was auto-generated.
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Tue, 30 Dec 2025 09:35:46 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.uitvoerend-oranje {
|
|
@@ -509,22 +509,23 @@
|
|
|
509
509
|
--rhc-nav-bar-link-padding-inline-start: var(--rhc-space-150);
|
|
510
510
|
--rhc-nav-bar-link-column-gap: var(--rhc-space-100);
|
|
511
511
|
--rhc-nav-bar-background-color: var(--rhc-color-wit);
|
|
512
|
-
--rhc-navigation-list-icon-border-radius: var(--rhc-border-radius-round);
|
|
513
|
-
--rhc-navigation-list-item-icon-padding-inline: var(--rhc-space-100);
|
|
514
|
-
--rhc-navigation-list-item-icon-padding-block: var(--rhc-space-100);
|
|
515
|
-
--rhc-navigation-list-item-icon-size: var(--rhc-size-icon-md);
|
|
516
|
-
--rhc-navigation-list-item-content-column-gap: var(--rhc-space-100);
|
|
517
|
-
--rhc-navigation-list-item-content-row-gap: var(--rhc-space-50);
|
|
518
|
-
--rhc-navigation-list-item-label-font-family: var(--rhc-text-font-family-default);
|
|
519
|
-
--rhc-navigation-list-item-label-line-height: var(--rhc-text-line-height-md);
|
|
520
|
-
--rhc-navigation-list-item-active-background-color: var(--rhc-color-cool-grey-100);
|
|
521
|
-
--rhc-navigation-list-item-hover-background-color: var(--rhc-color-cool-grey-50);
|
|
522
|
-
--rhc-navigation-list-item-border-width: var(--rhc-border-width-sm);
|
|
523
512
|
--rhc-navigation-list-item-border-color: var(--rhc-color-cool-grey-300);
|
|
513
|
+
--rhc-navigation-list-item-border-width: var(--rhc-border-width-sm);
|
|
524
514
|
--rhc-navigation-list-item-column-gap: var(--rhc-space-200);
|
|
525
515
|
--rhc-navigation-list-item-min-height: var(--rhc-size-pointer-target);
|
|
526
516
|
--rhc-navigation-list-item-padding-block: var(--rhc-space-150);
|
|
527
517
|
--rhc-navigation-list-item-padding-inline: var(--rhc-space-200);
|
|
518
|
+
--rhc-navigation-list-item-active-background-color: var(--rhc-color-cool-grey-100);
|
|
519
|
+
--rhc-navigation-list-item-hover-background-color: var(--rhc-color-cool-grey-50);
|
|
520
|
+
--rhc-navigation-list-item-content-column-gap: var(--rhc-space-100); /** [code-only] */
|
|
521
|
+
--rhc-navigation-list-item-content-row-gap: var(--rhc-space-50); /** [code-only] */
|
|
522
|
+
--rhc-navigation-list-item-description-line-height: var(--rhc-text-line-height-md);
|
|
523
|
+
--rhc-navigation-list-item-icon-start-border-radius: var(--rhc-border-radius-round);
|
|
524
|
+
--rhc-navigation-list-item-icon-start-padding-block: var(--rhc-space-100);
|
|
525
|
+
--rhc-navigation-list-item-icon-start-padding-inline: var(--rhc-space-100);
|
|
526
|
+
--rhc-navigation-list-item-icon-start-size: var(--rhc-size-icon-md);
|
|
527
|
+
--rhc-navigation-list-item-label-font-family: var(--rhc-text-font-family-default);
|
|
528
|
+
--rhc-navigation-list-item-label-line-height: var(--rhc-text-line-height-md);
|
|
528
529
|
--rhc-radio-group-padding-block-end: var(--rhc-space-100);
|
|
529
530
|
--rhc-radio-group-padding-block-start: var(--rhc-space-100);
|
|
530
531
|
--rhc-radio-group-row-gap: var(--rhc-space-200);
|
|
@@ -1103,15 +1104,16 @@
|
|
|
1103
1104
|
--rhc-nav-bar-heading-font-weight: var(--rhc-text-font-weight-strong);
|
|
1104
1105
|
--rhc-nav-bar-color: var(--rhc-color-primary-500);
|
|
1105
1106
|
--rhc-nav-bar-border-color: var(--rhc-color-primary-400);
|
|
1106
|
-
--rhc-navigation-list-
|
|
1107
|
-
--rhc-navigation-list-
|
|
1108
|
-
--rhc-navigation-list-item-
|
|
1107
|
+
--rhc-navigation-list-item-background-color: var(--rhc-color-bg-document);
|
|
1108
|
+
--rhc-navigation-list-item-focus-background-color: var(--rhc-color-primary-50);
|
|
1109
|
+
--rhc-navigation-list-item-description-color: var(--rhc-color-foreground-subtle);
|
|
1110
|
+
--rhc-navigation-list-item-description-font-size: var(--rhc-text-font-size-md);
|
|
1111
|
+
--rhc-navigation-list-item-icon-end-color: var(--rhc-color-foreground-subtle);
|
|
1112
|
+
--rhc-navigation-list-item-icon-start-background-color: var(--rhc-color-foreground-default);
|
|
1113
|
+
--rhc-navigation-list-item-icon-start-color: var(--rhc-color-foreground-on-dark-color);
|
|
1114
|
+
--rhc-navigation-list-item-label-color: var(--rhc-color-foreground-default);
|
|
1109
1115
|
--rhc-navigation-list-item-label-font-size: var(--rhc-text-font-size-xl);
|
|
1110
1116
|
--rhc-navigation-list-item-label-font-weight: var(--rhc-text-font-weight-strong);
|
|
1111
|
-
--rhc-navigation-list-item-focus-background-color: var(--rhc-color-primary-50);
|
|
1112
|
-
--rhc-navigation-list-item-background-color: var(--rhc-color-bg-document);
|
|
1113
|
-
--rhc-navigation-list-item-color: var(--rhc-color-foreground-subtle);
|
|
1114
|
-
--rhc-navigation-list-item-heading-color: var(--rhc-color-foreground-default);
|
|
1115
1117
|
--rhc-sidenav-link-font-size: var(--rhc-text-font-size-md);
|
|
1116
1118
|
--rhc-sidenav-link-font-weight: var(--rhc-text-font-weight-default);
|
|
1117
1119
|
--rhc-sidenav-link-current-font-weight: var(--rhc-text-font-weight-strong);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly, this file was auto-generated.
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Tue, 30 Dec 2025 09:35:46 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const rhcBorderRadiusRound: string;
|
|
@@ -435,31 +435,35 @@ export const rhcNavBarHeadingFontWeight: string;
|
|
|
435
435
|
export const rhcNavBarBackgroundColor: string;
|
|
436
436
|
export const rhcNavBarColor: string;
|
|
437
437
|
export const rhcNavBarBorderColor: string;
|
|
438
|
-
export const rhcNavigationListIconBackgroundColor: string;
|
|
439
|
-
export const rhcNavigationListIconBorderRadius: string;
|
|
440
|
-
export const rhcNavigationListIconColor: string;
|
|
441
|
-
export const rhcNavigationListItemIconPaddingInline: string;
|
|
442
|
-
export const rhcNavigationListItemIconPaddingBlock: string;
|
|
443
|
-
export const rhcNavigationListItemIconSize: string;
|
|
444
|
-
export const rhcNavigationListItemContentFontSize: string;
|
|
445
|
-
export const rhcNavigationListItemContentColumnGap: string;
|
|
446
|
-
export const rhcNavigationListItemContentRowGap: string;
|
|
447
|
-
export const rhcNavigationListItemLabelFontFamily: string;
|
|
448
|
-
export const rhcNavigationListItemLabelFontSize: string;
|
|
449
|
-
export const rhcNavigationListItemLabelFontWeight: string;
|
|
450
|
-
export const rhcNavigationListItemLabelLineHeight: string;
|
|
451
|
-
export const rhcNavigationListItemActiveBackgroundColor: string;
|
|
452
|
-
export const rhcNavigationListItemHoverBackgroundColor: string;
|
|
453
|
-
export const rhcNavigationListItemFocusBackgroundColor: string;
|
|
454
438
|
export const rhcNavigationListItemBackgroundColor: string;
|
|
455
|
-
export const rhcNavigationListItemColor: string;
|
|
456
|
-
export const rhcNavigationListItemBorderWidth: string;
|
|
457
439
|
export const rhcNavigationListItemBorderColor: string;
|
|
458
|
-
export const
|
|
440
|
+
export const rhcNavigationListItemBorderWidth: string;
|
|
459
441
|
export const rhcNavigationListItemColumnGap: string;
|
|
460
442
|
export const rhcNavigationListItemMinHeight: string;
|
|
461
443
|
export const rhcNavigationListItemPaddingBlock: string;
|
|
462
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;
|
|
463
467
|
export const rhcRadioGroupPaddingBlockEnd: string;
|
|
464
468
|
export const rhcRadioGroupPaddingBlockStart: string;
|
|
465
469
|
export const rhcRadioGroupRowGap: string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly, this file was auto-generated.
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Tue, 30 Dec 2025 09:35:46 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const rhcBorderRadiusRound = "999px";
|
|
@@ -434,32 +434,34 @@ export const rhcNavBarHeadingFontWeight = "700";
|
|
|
434
434
|
export const rhcNavBarBackgroundColor = "#ffffff";
|
|
435
435
|
export const rhcNavBarColor = "#e17000";
|
|
436
436
|
export const rhcNavBarBorderColor = "#e89440";
|
|
437
|
-
export const rhcNavigationListIconBackgroundColor = "#0f172a";
|
|
438
|
-
export const rhcNavigationListIconBorderRadius = "999px";
|
|
439
|
-
export const rhcNavigationListIconColor = "#ffffff";
|
|
440
|
-
export const rhcNavigationListItemIconPaddingInline = "0.5rem";
|
|
441
|
-
export const rhcNavigationListItemIconPaddingBlock = "0.5rem";
|
|
442
|
-
export const rhcNavigationListItemIconSize = "24px";
|
|
443
|
-
export const rhcNavigationListItemContentFontSize = "1.25rem";
|
|
444
|
-
export const rhcNavigationListItemContentColumnGap = "0.5rem";
|
|
445
|
-
export const rhcNavigationListItemContentRowGap = "0.25rem";
|
|
446
|
-
export const rhcNavigationListItemLabelFontFamily =
|
|
447
|
-
"RijksSans, Arial, Verdana, sans-serif";
|
|
448
|
-
export const rhcNavigationListItemLabelFontSize = "1.875rem";
|
|
449
|
-
export const rhcNavigationListItemLabelFontWeight = "700";
|
|
450
|
-
export const rhcNavigationListItemLabelLineHeight = "150%";
|
|
451
|
-
export const rhcNavigationListItemActiveBackgroundColor = "#f1f5f9";
|
|
452
|
-
export const rhcNavigationListItemHoverBackgroundColor = "#f8fafc";
|
|
453
|
-
export const rhcNavigationListItemFocusBackgroundColor = "#fbead9";
|
|
454
437
|
export const rhcNavigationListItemBackgroundColor = "#ffffff";
|
|
455
|
-
export const rhcNavigationListItemColor = "#334155";
|
|
456
|
-
export const rhcNavigationListItemBorderWidth = "1px";
|
|
457
438
|
export const rhcNavigationListItemBorderColor = "#cbd5e1";
|
|
458
|
-
export const
|
|
439
|
+
export const rhcNavigationListItemBorderWidth = "1px";
|
|
459
440
|
export const rhcNavigationListItemColumnGap = "1rem";
|
|
460
441
|
export const rhcNavigationListItemMinHeight = "48px";
|
|
461
442
|
export const rhcNavigationListItemPaddingBlock = "0.75rem";
|
|
462
443
|
export const rhcNavigationListItemPaddingInline = "1rem";
|
|
444
|
+
export const rhcNavigationListItemActiveBackgroundColor = "#f1f5f9";
|
|
445
|
+
export const rhcNavigationListItemHoverBackgroundColor = "#f8fafc";
|
|
446
|
+
export const rhcNavigationListItemFocusBackgroundColor = "#fbead9";
|
|
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%";
|
|
463
465
|
export const rhcRadioGroupPaddingBlockEnd = "0.5rem";
|
|
464
466
|
export const rhcRadioGroupPaddingBlockStart = "0.5rem";
|
|
465
467
|
export const rhcRadioGroupRowGap = "1rem";
|
|
@@ -428,31 +428,33 @@
|
|
|
428
428
|
"rhcNavBarBackgroundColor": "#ffffff",
|
|
429
429
|
"rhcNavBarColor": "#e17000",
|
|
430
430
|
"rhcNavBarBorderColor": "#e89440",
|
|
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": "#fbead9",
|
|
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": "#fbead9",
|
|
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": "#e89440"
|
|
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": "#fbead9"
|
|
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,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly, this file was auto-generated.
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Tue, 30 Dec 2025 09:35:46 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
:root {
|
|
@@ -509,22 +509,23 @@
|
|
|
509
509
|
--rhc-nav-bar-link-padding-inline-start: var(--rhc-space-150);
|
|
510
510
|
--rhc-nav-bar-link-column-gap: var(--rhc-space-100);
|
|
511
511
|
--rhc-nav-bar-background-color: var(--rhc-color-wit);
|
|
512
|
-
--rhc-navigation-list-icon-border-radius: var(--rhc-border-radius-round);
|
|
513
|
-
--rhc-navigation-list-item-icon-padding-inline: var(--rhc-space-100);
|
|
514
|
-
--rhc-navigation-list-item-icon-padding-block: var(--rhc-space-100);
|
|
515
|
-
--rhc-navigation-list-item-icon-size: var(--rhc-size-icon-md);
|
|
516
|
-
--rhc-navigation-list-item-content-column-gap: var(--rhc-space-100);
|
|
517
|
-
--rhc-navigation-list-item-content-row-gap: var(--rhc-space-50);
|
|
518
|
-
--rhc-navigation-list-item-label-font-family: var(--rhc-text-font-family-default);
|
|
519
|
-
--rhc-navigation-list-item-label-line-height: var(--rhc-text-line-height-md);
|
|
520
|
-
--rhc-navigation-list-item-active-background-color: var(--rhc-color-cool-grey-100);
|
|
521
|
-
--rhc-navigation-list-item-hover-background-color: var(--rhc-color-cool-grey-50);
|
|
522
|
-
--rhc-navigation-list-item-border-width: var(--rhc-border-width-sm);
|
|
523
512
|
--rhc-navigation-list-item-border-color: var(--rhc-color-cool-grey-300);
|
|
513
|
+
--rhc-navigation-list-item-border-width: var(--rhc-border-width-sm);
|
|
524
514
|
--rhc-navigation-list-item-column-gap: var(--rhc-space-200);
|
|
525
515
|
--rhc-navigation-list-item-min-height: var(--rhc-size-pointer-target);
|
|
526
516
|
--rhc-navigation-list-item-padding-block: var(--rhc-space-150);
|
|
527
517
|
--rhc-navigation-list-item-padding-inline: var(--rhc-space-200);
|
|
518
|
+
--rhc-navigation-list-item-active-background-color: var(--rhc-color-cool-grey-100);
|
|
519
|
+
--rhc-navigation-list-item-hover-background-color: var(--rhc-color-cool-grey-50);
|
|
520
|
+
--rhc-navigation-list-item-content-column-gap: var(--rhc-space-100); /** [code-only] */
|
|
521
|
+
--rhc-navigation-list-item-content-row-gap: var(--rhc-space-50); /** [code-only] */
|
|
522
|
+
--rhc-navigation-list-item-description-line-height: var(--rhc-text-line-height-md);
|
|
523
|
+
--rhc-navigation-list-item-icon-start-border-radius: var(--rhc-border-radius-round);
|
|
524
|
+
--rhc-navigation-list-item-icon-start-padding-block: var(--rhc-space-100);
|
|
525
|
+
--rhc-navigation-list-item-icon-start-padding-inline: var(--rhc-space-100);
|
|
526
|
+
--rhc-navigation-list-item-icon-start-size: var(--rhc-size-icon-md);
|
|
527
|
+
--rhc-navigation-list-item-label-font-family: var(--rhc-text-font-family-default);
|
|
528
|
+
--rhc-navigation-list-item-label-line-height: var(--rhc-text-line-height-md);
|
|
528
529
|
--rhc-radio-group-padding-block-end: var(--rhc-space-100);
|
|
529
530
|
--rhc-radio-group-padding-block-start: var(--rhc-space-100);
|
|
530
531
|
--rhc-radio-group-row-gap: var(--rhc-space-200);
|
|
@@ -1103,15 +1104,16 @@
|
|
|
1103
1104
|
--rhc-nav-bar-heading-font-weight: var(--rhc-text-font-weight-strong);
|
|
1104
1105
|
--rhc-nav-bar-color: var(--rhc-color-primary-500);
|
|
1105
1106
|
--rhc-nav-bar-border-color: var(--rhc-color-primary-400);
|
|
1106
|
-
--rhc-navigation-list-
|
|
1107
|
-
--rhc-navigation-list-
|
|
1108
|
-
--rhc-navigation-list-item-
|
|
1107
|
+
--rhc-navigation-list-item-background-color: var(--rhc-color-bg-document);
|
|
1108
|
+
--rhc-navigation-list-item-focus-background-color: var(--rhc-color-primary-50);
|
|
1109
|
+
--rhc-navigation-list-item-description-color: var(--rhc-color-foreground-subtle);
|
|
1110
|
+
--rhc-navigation-list-item-description-font-size: var(--rhc-text-font-size-md);
|
|
1111
|
+
--rhc-navigation-list-item-icon-end-color: var(--rhc-color-foreground-subtle);
|
|
1112
|
+
--rhc-navigation-list-item-icon-start-background-color: var(--rhc-color-foreground-default);
|
|
1113
|
+
--rhc-navigation-list-item-icon-start-color: var(--rhc-color-foreground-on-dark-color);
|
|
1114
|
+
--rhc-navigation-list-item-label-color: var(--rhc-color-foreground-default);
|
|
1109
1115
|
--rhc-navigation-list-item-label-font-size: var(--rhc-text-font-size-xl);
|
|
1110
1116
|
--rhc-navigation-list-item-label-font-weight: var(--rhc-text-font-weight-strong);
|
|
1111
|
-
--rhc-navigation-list-item-focus-background-color: var(--rhc-color-primary-50);
|
|
1112
|
-
--rhc-navigation-list-item-background-color: var(--rhc-color-bg-document);
|
|
1113
|
-
--rhc-navigation-list-item-color: var(--rhc-color-foreground-subtle);
|
|
1114
|
-
--rhc-navigation-list-item-heading-color: var(--rhc-color-foreground-default);
|
|
1115
1117
|
--rhc-sidenav-link-font-size: var(--rhc-text-font-size-md);
|
|
1116
1118
|
--rhc-sidenav-link-font-weight: var(--rhc-text-font-weight-default);
|
|
1117
1119
|
--rhc-sidenav-link-current-font-weight: var(--rhc-text-font-weight-strong);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly, this file was auto-generated.
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Tue, 30 Dec 2025 09:35:46 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export default tokens;
|
|
@@ -695,48 +695,50 @@ declare const tokens: {
|
|
|
695
695
|
"border-color": DesignToken;
|
|
696
696
|
};
|
|
697
697
|
"navigation-list": {
|
|
698
|
-
icon: {
|
|
699
|
-
"background-color": DesignToken;
|
|
700
|
-
"border-radius": DesignToken;
|
|
701
|
-
color: DesignToken;
|
|
702
|
-
};
|
|
703
698
|
item: {
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
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;
|
|
708
714
|
};
|
|
709
715
|
content: {
|
|
710
|
-
"font-size": DesignToken;
|
|
711
716
|
"column-gap": DesignToken;
|
|
712
717
|
"row-gap": DesignToken;
|
|
713
718
|
};
|
|
714
|
-
|
|
715
|
-
|
|
719
|
+
description: {
|
|
720
|
+
color: DesignToken;
|
|
716
721
|
"font-size": DesignToken;
|
|
717
|
-
"font-weight": DesignToken;
|
|
718
722
|
"line-height": DesignToken;
|
|
719
723
|
};
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
};
|
|
723
|
-
hover: {
|
|
724
|
-
"background-color": DesignToken;
|
|
724
|
+
"icon-end": {
|
|
725
|
+
color: DesignToken;
|
|
725
726
|
};
|
|
726
|
-
|
|
727
|
+
"icon-start": {
|
|
727
728
|
"background-color": DesignToken;
|
|
729
|
+
"border-radius": DesignToken;
|
|
730
|
+
color: DesignToken;
|
|
731
|
+
"padding-block": DesignToken;
|
|
732
|
+
"padding-inline": DesignToken;
|
|
733
|
+
size: DesignToken;
|
|
728
734
|
};
|
|
729
|
-
|
|
730
|
-
color: DesignToken;
|
|
731
|
-
"border-width": DesignToken;
|
|
732
|
-
"border-color": DesignToken;
|
|
733
|
-
heading: {
|
|
735
|
+
label: {
|
|
734
736
|
color: DesignToken;
|
|
737
|
+
"font-family": DesignToken;
|
|
738
|
+
"font-size": DesignToken;
|
|
739
|
+
"font-weight": DesignToken;
|
|
740
|
+
"line-height": DesignToken;
|
|
735
741
|
};
|
|
736
|
-
"column-gap": DesignToken;
|
|
737
|
-
"min-height": DesignToken;
|
|
738
|
-
"padding-block": DesignToken;
|
|
739
|
-
"padding-inline": DesignToken;
|
|
740
742
|
};
|
|
741
743
|
};
|
|
742
744
|
"radio-group": {
|