@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:40 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const rhcBorderRadiusRound = "999px";
|
|
@@ -436,32 +436,34 @@ export const rhcNavBarHeadingFontWeight = "700";
|
|
|
436
436
|
export const rhcNavBarBackgroundColor = "#ffffff";
|
|
437
437
|
export const rhcNavBarColor = "#154273";
|
|
438
438
|
export const rhcNavBarBorderColor = "#4f7196";
|
|
439
|
-
export const rhcNavigationListIconBackgroundColor = "#0f172a";
|
|
440
|
-
export const rhcNavigationListIconBorderRadius = "999px";
|
|
441
|
-
export const rhcNavigationListIconColor = "#ffffff";
|
|
442
|
-
export const rhcNavigationListItemIconPaddingInline = "0.5rem";
|
|
443
|
-
export const rhcNavigationListItemIconPaddingBlock = "0.5rem";
|
|
444
|
-
export const rhcNavigationListItemIconSize = "24px";
|
|
445
|
-
export const rhcNavigationListItemContentFontSize = "1.25rem";
|
|
446
|
-
export const rhcNavigationListItemContentColumnGap = "0.5rem";
|
|
447
|
-
export const rhcNavigationListItemContentRowGap = "0.25rem";
|
|
448
|
-
export const rhcNavigationListItemLabelFontFamily =
|
|
449
|
-
"'Fira Sans', Arial, Verdana, sans-serif";
|
|
450
|
-
export const rhcNavigationListItemLabelFontSize = "1.875rem";
|
|
451
|
-
export const rhcNavigationListItemLabelFontWeight = "700";
|
|
452
|
-
export const rhcNavigationListItemLabelLineHeight = "150%";
|
|
453
|
-
export const rhcNavigationListItemActiveBackgroundColor = "#f1f5f9";
|
|
454
|
-
export const rhcNavigationListItemHoverBackgroundColor = "#f8fafc";
|
|
455
|
-
export const rhcNavigationListItemFocusBackgroundColor = "#dce3ea";
|
|
456
439
|
export const rhcNavigationListItemBackgroundColor = "#ffffff";
|
|
457
|
-
export const rhcNavigationListItemColor = "#334155";
|
|
458
|
-
export const rhcNavigationListItemBorderWidth = "1px";
|
|
459
440
|
export const rhcNavigationListItemBorderColor = "#cbd5e1";
|
|
460
|
-
export const
|
|
441
|
+
export const rhcNavigationListItemBorderWidth = "1px";
|
|
461
442
|
export const rhcNavigationListItemColumnGap = "1rem";
|
|
462
443
|
export const rhcNavigationListItemMinHeight = "48px";
|
|
463
444
|
export const rhcNavigationListItemPaddingBlock = "0.75rem";
|
|
464
445
|
export const rhcNavigationListItemPaddingInline = "1rem";
|
|
446
|
+
export const rhcNavigationListItemActiveBackgroundColor = "#f1f5f9";
|
|
447
|
+
export const rhcNavigationListItemHoverBackgroundColor = "#f8fafc";
|
|
448
|
+
export const rhcNavigationListItemFocusBackgroundColor = "#dce3ea";
|
|
449
|
+
export const rhcNavigationListItemContentColumnGap = "0.5rem"; // [code-only]
|
|
450
|
+
export const rhcNavigationListItemContentRowGap = "0.25rem"; // [code-only]
|
|
451
|
+
export const rhcNavigationListItemDescriptionColor = "#334155";
|
|
452
|
+
export const rhcNavigationListItemDescriptionFontSize = "1.25rem";
|
|
453
|
+
export const rhcNavigationListItemDescriptionLineHeight = "150%";
|
|
454
|
+
export const rhcNavigationListItemIconEndColor = "#334155";
|
|
455
|
+
export const rhcNavigationListItemIconStartBackgroundColor = "#0f172a";
|
|
456
|
+
export const rhcNavigationListItemIconStartBorderRadius = "999px";
|
|
457
|
+
export const rhcNavigationListItemIconStartColor = "#ffffff";
|
|
458
|
+
export const rhcNavigationListItemIconStartPaddingBlock = "0.5rem";
|
|
459
|
+
export const rhcNavigationListItemIconStartPaddingInline = "0.5rem";
|
|
460
|
+
export const rhcNavigationListItemIconStartSize = "24px";
|
|
461
|
+
export const rhcNavigationListItemLabelColor = "#0f172a";
|
|
462
|
+
export const rhcNavigationListItemLabelFontFamily =
|
|
463
|
+
"'Fira Sans', Arial, Verdana, sans-serif";
|
|
464
|
+
export const rhcNavigationListItemLabelFontSize = "1.875rem";
|
|
465
|
+
export const rhcNavigationListItemLabelFontWeight = "700";
|
|
466
|
+
export const rhcNavigationListItemLabelLineHeight = "150%";
|
|
465
467
|
export const rhcRadioGroupPaddingBlockEnd = "0.5rem";
|
|
466
468
|
export const rhcRadioGroupPaddingBlockStart = "0.5rem";
|
|
467
469
|
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": "'Fira Sans', 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": "'Fira Sans', 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": "'Fira Sans', 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": "'Fira Sans', 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:40 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
:root {
|
|
@@ -496,21 +496,22 @@
|
|
|
496
496
|
--rhc-nav-bar-link-padding-inline-start: var(--rhc-space-150);
|
|
497
497
|
--rhc-nav-bar-link-column-gap: var(--rhc-space-100);
|
|
498
498
|
--rhc-nav-bar-background-color: var(--rhc-color-wit);
|
|
499
|
-
--rhc-navigation-list-icon-border-radius: var(--rhc-border-radius-round);
|
|
500
|
-
--rhc-navigation-list-item-icon-padding-inline: var(--rhc-space-100);
|
|
501
|
-
--rhc-navigation-list-item-icon-padding-block: var(--rhc-space-100);
|
|
502
|
-
--rhc-navigation-list-item-icon-size: var(--rhc-size-icon-md);
|
|
503
|
-
--rhc-navigation-list-item-content-column-gap: var(--rhc-space-100);
|
|
504
|
-
--rhc-navigation-list-item-content-row-gap: var(--rhc-space-50);
|
|
505
|
-
--rhc-navigation-list-item-label-line-height: var(--rhc-text-line-height-md);
|
|
506
|
-
--rhc-navigation-list-item-active-background-color: var(--rhc-color-cool-grey-100);
|
|
507
|
-
--rhc-navigation-list-item-hover-background-color: var(--rhc-color-cool-grey-50);
|
|
508
|
-
--rhc-navigation-list-item-border-width: var(--rhc-border-width-sm);
|
|
509
499
|
--rhc-navigation-list-item-border-color: var(--rhc-color-cool-grey-300);
|
|
500
|
+
--rhc-navigation-list-item-border-width: var(--rhc-border-width-sm);
|
|
510
501
|
--rhc-navigation-list-item-column-gap: var(--rhc-space-200);
|
|
511
502
|
--rhc-navigation-list-item-min-height: var(--rhc-size-pointer-target);
|
|
512
503
|
--rhc-navigation-list-item-padding-block: var(--rhc-space-150);
|
|
513
504
|
--rhc-navigation-list-item-padding-inline: var(--rhc-space-200);
|
|
505
|
+
--rhc-navigation-list-item-active-background-color: var(--rhc-color-cool-grey-100);
|
|
506
|
+
--rhc-navigation-list-item-hover-background-color: var(--rhc-color-cool-grey-50);
|
|
507
|
+
--rhc-navigation-list-item-content-column-gap: var(--rhc-space-100); /** [code-only] */
|
|
508
|
+
--rhc-navigation-list-item-content-row-gap: var(--rhc-space-50); /** [code-only] */
|
|
509
|
+
--rhc-navigation-list-item-description-line-height: var(--rhc-text-line-height-md);
|
|
510
|
+
--rhc-navigation-list-item-icon-start-border-radius: var(--rhc-border-radius-round);
|
|
511
|
+
--rhc-navigation-list-item-icon-start-padding-block: var(--rhc-space-100);
|
|
512
|
+
--rhc-navigation-list-item-icon-start-padding-inline: var(--rhc-space-100);
|
|
513
|
+
--rhc-navigation-list-item-icon-start-size: var(--rhc-size-icon-md);
|
|
514
|
+
--rhc-navigation-list-item-label-line-height: var(--rhc-text-line-height-md);
|
|
514
515
|
--rhc-radio-group-padding-block-end: var(--rhc-space-100);
|
|
515
516
|
--rhc-radio-group-padding-block-start: var(--rhc-space-100);
|
|
516
517
|
--rhc-radio-group-row-gap: var(--rhc-space-200);
|
|
@@ -1055,16 +1056,17 @@
|
|
|
1055
1056
|
--rhc-nav-bar-heading-font-weight: var(--rhc-text-font-weight-strong);
|
|
1056
1057
|
--rhc-nav-bar-color: var(--rhc-color-primary-500);
|
|
1057
1058
|
--rhc-nav-bar-border-color: var(--rhc-color-primary-400);
|
|
1058
|
-
--rhc-navigation-list-
|
|
1059
|
-
--rhc-navigation-list-
|
|
1060
|
-
--rhc-navigation-list-item-
|
|
1059
|
+
--rhc-navigation-list-item-background-color: var(--rhc-color-bg-document);
|
|
1060
|
+
--rhc-navigation-list-item-focus-background-color: var(--rhc-color-primary-50);
|
|
1061
|
+
--rhc-navigation-list-item-description-color: var(--rhc-color-foreground-subtle);
|
|
1062
|
+
--rhc-navigation-list-item-description-font-size: var(--rhc-text-font-size-md);
|
|
1063
|
+
--rhc-navigation-list-item-icon-end-color: var(--rhc-color-foreground-subtle);
|
|
1064
|
+
--rhc-navigation-list-item-icon-start-background-color: var(--rhc-color-foreground-default);
|
|
1065
|
+
--rhc-navigation-list-item-icon-start-color: var(--rhc-color-foreground-on-dark-color);
|
|
1066
|
+
--rhc-navigation-list-item-label-color: var(--rhc-color-foreground-default);
|
|
1061
1067
|
--rhc-navigation-list-item-label-font-family: var(--rhc-text-font-family-default);
|
|
1062
1068
|
--rhc-navigation-list-item-label-font-size: var(--rhc-text-font-size-xl);
|
|
1063
1069
|
--rhc-navigation-list-item-label-font-weight: var(--rhc-text-font-weight-strong);
|
|
1064
|
-
--rhc-navigation-list-item-focus-background-color: var(--rhc-color-primary-50);
|
|
1065
|
-
--rhc-navigation-list-item-background-color: var(--rhc-color-bg-document);
|
|
1066
|
-
--rhc-navigation-list-item-color: var(--rhc-color-foreground-subtle);
|
|
1067
|
-
--rhc-navigation-list-item-heading-color: var(--rhc-color-foreground-default);
|
|
1068
1070
|
--rhc-sidenav-link-font-size: var(--rhc-text-font-size-md);
|
|
1069
1071
|
--rhc-sidenav-link-font-family: var(--rhc-text-font-family-default);
|
|
1070
1072
|
--rhc-sidenav-link-font-weight: var(--rhc-text-font-weight-default);
|
|
@@ -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:40 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": {
|