@rijkshuisstijl-community/design-tokens 1.0.0-alpha.163 → 1.0.0-alpha.165
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_variables.scss +29 -29
- package/dist/index.css +29 -29
- package/dist/index.d.ts +29 -29
- package/dist/index.js +29 -29
- package/dist/index.json +28 -28
- package/dist/index.tokens.json +36 -36
- package/dist/root.css +29 -29
- package/dist/tokens.d.ts +37 -37
- package/dist/tokens.js +1783 -1783
- package/dist/uitvoerend-mintgroen-focus/_variables.scss +29 -28
- package/dist/uitvoerend-mintgroen-focus/index.css +29 -28
- package/dist/uitvoerend-mintgroen-focus/index.d.ts +29 -28
- package/dist/uitvoerend-mintgroen-focus/index.js +29 -28
- package/dist/uitvoerend-mintgroen-focus/index.json +28 -27
- package/dist/uitvoerend-mintgroen-focus/index.tokens.json +38 -33
- package/dist/uitvoerend-mintgroen-focus/root.css +29 -28
- package/dist/uitvoerend-mintgroen-focus/tokens.d.ts +39 -34
- package/dist/uitvoerend-mintgroen-focus/tokens.js +1452 -1425
- package/dist/uitvoerend-violet/_variables.scss +29 -29
- package/dist/uitvoerend-violet/index.css +29 -29
- package/dist/uitvoerend-violet/index.d.ts +29 -29
- package/dist/uitvoerend-violet/index.js +29 -29
- package/dist/uitvoerend-violet/index.json +28 -28
- package/dist/uitvoerend-violet/index.tokens.json +36 -36
- package/dist/uitvoerend-violet/root.css +29 -29
- package/dist/uitvoerend-violet/tokens.d.ts +37 -37
- package/dist/uitvoerend-violet/tokens.js +1783 -1783
- package/dist/uitvoerend-violet-oud/_variables.scss +29 -29
- package/dist/uitvoerend-violet-oud/index.css +29 -29
- package/dist/uitvoerend-violet-oud/index.d.ts +29 -29
- package/dist/uitvoerend-violet-oud/index.js +29 -29
- package/dist/uitvoerend-violet-oud/index.json +28 -28
- package/dist/uitvoerend-violet-oud/index.tokens.json +36 -36
- package/dist/uitvoerend-violet-oud/root.css +29 -29
- package/dist/uitvoerend-violet-oud/tokens.d.ts +37 -37
- package/dist/uitvoerend-violet-oud/tokens.js +1783 -1783
- package/dist/wetgevend/_variables.scss +29 -29
- package/dist/wetgevend/index.css +29 -29
- package/dist/wetgevend/index.d.ts +29 -29
- package/dist/wetgevend/index.js +29 -29
- package/dist/wetgevend/index.json +28 -28
- package/dist/wetgevend/index.tokens.json +36 -36
- package/dist/wetgevend/root.css +29 -29
- package/dist/wetgevend/tokens.d.ts +37 -37
- package/dist/wetgevend/tokens.js +1783 -1783
- package/figma/figma.tokens.json +1 -1
- package/package.json +2 -2
- package/src/generated/base.tokens.json +120 -120
- package/src/generated/themes.json +505 -497
- package/src/generated/uitvoerend-mintgroen-focus/tokens.json +120 -112
- package/src/generated/uitvoerend-violet/tokens.json +120 -120
- package/src/generated/uitvoerend-violet-oud/tokens.json +120 -120
- package/src/generated/wetgevend/tokens.json +120 -120
package/dist/_variables.scss
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Thu, 20 Feb 2025 09:00:19 GMT
|
|
4
4
|
|
|
5
5
|
$nl-number-badge-padding-block: 0.5rem;
|
|
6
6
|
$nl-number-badge-padding-inline: 0.5rem;
|
|
@@ -65,6 +65,34 @@ $nl-paragraph-font-weight: 400;
|
|
|
65
65
|
$nl-paragraph-font-size: 1.25rem;
|
|
66
66
|
$nl-paragraph-font-family: Fira Sans, Arial, Verdana, sans-serif;
|
|
67
67
|
$nl-paragraph-color: #154273;
|
|
68
|
+
$nl-skip-link-text-underline-offset: 0.125rem;
|
|
69
|
+
$nl-skip-link-text-decoration: underline;
|
|
70
|
+
$nl-skip-link-box-block-end-shadow-color: #0000001a;
|
|
71
|
+
$nl-skip-link-box-block-end-shadow-spread-radius: 0;
|
|
72
|
+
$nl-skip-link-box-block-end-shadow-blur-radius: 48px;
|
|
73
|
+
$nl-skip-link-box-block-end-shadow-offset-y: 16px;
|
|
74
|
+
$nl-skip-link-box-block-end-shadow-offset-x: 0;
|
|
75
|
+
$nl-skip-link-border-width: 2px;
|
|
76
|
+
$nl-skip-link-color: #fff;
|
|
77
|
+
$nl-skip-link-border-color: transparent;
|
|
78
|
+
$nl-skip-link-background-color: #154273;
|
|
79
|
+
$nl-skip-link-focus-visible-outline-color: #000;
|
|
80
|
+
$nl-skip-link-focus-text-decoration: None;
|
|
81
|
+
$nl-skip-link-focus-color: #154273;
|
|
82
|
+
$nl-skip-link-focus-border-width: 2px;
|
|
83
|
+
$nl-skip-link-focus-border-style: solid;
|
|
84
|
+
$nl-skip-link-focus-border-color: #154273;
|
|
85
|
+
$nl-skip-link-focus-background-color: #fff;
|
|
86
|
+
$nl-skip-link-padding-inline-start: 1rem;
|
|
87
|
+
$nl-skip-link-padding-inline-end: 1rem;
|
|
88
|
+
$nl-skip-link-padding-block-start: 0.75rem;
|
|
89
|
+
$nl-skip-link-padding-block-end: 0.75rem;
|
|
90
|
+
$nl-skip-link-min-inline-size: 48px;
|
|
91
|
+
$nl-skip-link-min-block-size: 48px;
|
|
92
|
+
$nl-skip-link-line-height: 150%;
|
|
93
|
+
$nl-skip-link-font-size: 1.25rem;
|
|
94
|
+
$nl-skip-link-font-family: Fira Sans, Arial, Verdana, sans-serif;
|
|
95
|
+
$nl-skip-link-font-weight: 700;
|
|
68
96
|
$utrecht-focus-inverse-outline-color: transparant;
|
|
69
97
|
$utrecht-focus-outline-width: 2px;
|
|
70
98
|
$utrecht-focus-outline-style: solid;
|
|
@@ -545,34 +573,6 @@ $utrecht-separator-margin-block-start: 0.75rem;
|
|
|
545
573
|
$utrecht-separator-margin-block-end: 0.75rem;
|
|
546
574
|
$utrecht-separator-block-size: 2px;
|
|
547
575
|
$utrecht-separator-color: #CBD5E1;
|
|
548
|
-
$utrecht-skip-link-text-underline-offset: 0.125rem;
|
|
549
|
-
$utrecht-skip-link-text-decoration: underline;
|
|
550
|
-
$utrecht-skip-link-box-block-end-shadow-color: #0000001a;
|
|
551
|
-
$utrecht-skip-link-box-block-end-shadow-spread-radius: 0;
|
|
552
|
-
$utrecht-skip-link-box-block-end-shadow-blur-radius: 48px;
|
|
553
|
-
$utrecht-skip-link-box-block-end-shadow-offset-y: 16px;
|
|
554
|
-
$utrecht-skip-link-box-block-end-shadow-offset-x: 0;
|
|
555
|
-
$utrecht-skip-link-border-width: 2px;
|
|
556
|
-
$utrecht-skip-link-color: #fff;
|
|
557
|
-
$utrecht-skip-link-border-color: transparent;
|
|
558
|
-
$utrecht-skip-link-background-color: #154273;
|
|
559
|
-
$utrecht-skip-link-focus-visible-outline-color: #000;
|
|
560
|
-
$utrecht-skip-link-focus-text-decoration: None;
|
|
561
|
-
$utrecht-skip-link-focus-color: #154273;
|
|
562
|
-
$utrecht-skip-link-focus-border-width: 2px;
|
|
563
|
-
$utrecht-skip-link-focus-border-style: solid;
|
|
564
|
-
$utrecht-skip-link-focus-border-color: #154273;
|
|
565
|
-
$utrecht-skip-link-focus-background-color: #fff;
|
|
566
|
-
$utrecht-skip-link-padding-inline-start: 1rem;
|
|
567
|
-
$utrecht-skip-link-padding-inline-end: 1rem;
|
|
568
|
-
$utrecht-skip-link-padding-block-start: 0.75rem;
|
|
569
|
-
$utrecht-skip-link-padding-block-end: 0.75rem;
|
|
570
|
-
$utrecht-skip-link-min-inline-size: 48px;
|
|
571
|
-
$utrecht-skip-link-min-block-size: 48px;
|
|
572
|
-
$utrecht-skip-link-line-height: 150%;
|
|
573
|
-
$utrecht-skip-link-font-size: 1.25rem;
|
|
574
|
-
$utrecht-skip-link-font-family: Fira Sans, Arial, Verdana, sans-serif;
|
|
575
|
-
$utrecht-skip-link-font-weight: 700;
|
|
576
576
|
$utrecht-table-font-size: 1.25rem;
|
|
577
577
|
$utrecht-table-container-box-inline-start-shadow-color: #0000001a;
|
|
578
578
|
$utrecht-table-container-box-inline-start-shadow-spread: 0;
|
package/dist/index.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Thu, 20 Feb 2025 09:00:19 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.rhc-theme {
|
|
@@ -67,6 +67,34 @@
|
|
|
67
67
|
--nl-paragraph-font-size: 1.25rem;
|
|
68
68
|
--nl-paragraph-font-family: Fira Sans, Arial, Verdana, sans-serif;
|
|
69
69
|
--nl-paragraph-color: #154273;
|
|
70
|
+
--nl-skip-link-text-underline-offset: 0.125rem;
|
|
71
|
+
--nl-skip-link-text-decoration: underline;
|
|
72
|
+
--nl-skip-link-box-block-end-shadow-color: #0000001a;
|
|
73
|
+
--nl-skip-link-box-block-end-shadow-spread-radius: 0;
|
|
74
|
+
--nl-skip-link-box-block-end-shadow-blur-radius: 48px;
|
|
75
|
+
--nl-skip-link-box-block-end-shadow-offset-y: 16px;
|
|
76
|
+
--nl-skip-link-box-block-end-shadow-offset-x: 0;
|
|
77
|
+
--nl-skip-link-border-width: 2px;
|
|
78
|
+
--nl-skip-link-color: #fff;
|
|
79
|
+
--nl-skip-link-border-color: transparent;
|
|
80
|
+
--nl-skip-link-background-color: #154273;
|
|
81
|
+
--nl-skip-link-focus-visible-outline-color: #000;
|
|
82
|
+
--nl-skip-link-focus-text-decoration: None;
|
|
83
|
+
--nl-skip-link-focus-color: #154273;
|
|
84
|
+
--nl-skip-link-focus-border-width: 2px;
|
|
85
|
+
--nl-skip-link-focus-border-style: solid;
|
|
86
|
+
--nl-skip-link-focus-border-color: #154273;
|
|
87
|
+
--nl-skip-link-focus-background-color: #fff;
|
|
88
|
+
--nl-skip-link-padding-inline-start: 1rem;
|
|
89
|
+
--nl-skip-link-padding-inline-end: 1rem;
|
|
90
|
+
--nl-skip-link-padding-block-start: 0.75rem;
|
|
91
|
+
--nl-skip-link-padding-block-end: 0.75rem;
|
|
92
|
+
--nl-skip-link-min-inline-size: 48px;
|
|
93
|
+
--nl-skip-link-min-block-size: 48px;
|
|
94
|
+
--nl-skip-link-line-height: 150%;
|
|
95
|
+
--nl-skip-link-font-size: 1.25rem;
|
|
96
|
+
--nl-skip-link-font-family: Fira Sans, Arial, Verdana, sans-serif;
|
|
97
|
+
--nl-skip-link-font-weight: 700;
|
|
70
98
|
--utrecht-focus-inverse-outline-color: transparant;
|
|
71
99
|
--utrecht-focus-outline-width: 2px;
|
|
72
100
|
--utrecht-focus-outline-style: solid;
|
|
@@ -547,34 +575,6 @@
|
|
|
547
575
|
--utrecht-separator-margin-block-end: 0.75rem;
|
|
548
576
|
--utrecht-separator-block-size: 2px;
|
|
549
577
|
--utrecht-separator-color: #CBD5E1;
|
|
550
|
-
--utrecht-skip-link-text-underline-offset: 0.125rem;
|
|
551
|
-
--utrecht-skip-link-text-decoration: underline;
|
|
552
|
-
--utrecht-skip-link-box-block-end-shadow-color: #0000001a;
|
|
553
|
-
--utrecht-skip-link-box-block-end-shadow-spread-radius: 0;
|
|
554
|
-
--utrecht-skip-link-box-block-end-shadow-blur-radius: 48px;
|
|
555
|
-
--utrecht-skip-link-box-block-end-shadow-offset-y: 16px;
|
|
556
|
-
--utrecht-skip-link-box-block-end-shadow-offset-x: 0;
|
|
557
|
-
--utrecht-skip-link-border-width: 2px;
|
|
558
|
-
--utrecht-skip-link-color: #fff;
|
|
559
|
-
--utrecht-skip-link-border-color: transparent;
|
|
560
|
-
--utrecht-skip-link-background-color: #154273;
|
|
561
|
-
--utrecht-skip-link-focus-visible-outline-color: #000;
|
|
562
|
-
--utrecht-skip-link-focus-text-decoration: None;
|
|
563
|
-
--utrecht-skip-link-focus-color: #154273;
|
|
564
|
-
--utrecht-skip-link-focus-border-width: 2px;
|
|
565
|
-
--utrecht-skip-link-focus-border-style: solid;
|
|
566
|
-
--utrecht-skip-link-focus-border-color: #154273;
|
|
567
|
-
--utrecht-skip-link-focus-background-color: #fff;
|
|
568
|
-
--utrecht-skip-link-padding-inline-start: 1rem;
|
|
569
|
-
--utrecht-skip-link-padding-inline-end: 1rem;
|
|
570
|
-
--utrecht-skip-link-padding-block-start: 0.75rem;
|
|
571
|
-
--utrecht-skip-link-padding-block-end: 0.75rem;
|
|
572
|
-
--utrecht-skip-link-min-inline-size: 48px;
|
|
573
|
-
--utrecht-skip-link-min-block-size: 48px;
|
|
574
|
-
--utrecht-skip-link-line-height: 150%;
|
|
575
|
-
--utrecht-skip-link-font-size: 1.25rem;
|
|
576
|
-
--utrecht-skip-link-font-family: Fira Sans, Arial, Verdana, sans-serif;
|
|
577
|
-
--utrecht-skip-link-font-weight: 700;
|
|
578
578
|
--utrecht-table-font-size: 1.25rem;
|
|
579
579
|
--utrecht-table-container-box-inline-start-shadow-color: #0000001a;
|
|
580
580
|
--utrecht-table-container-box-inline-start-shadow-spread: 0;
|
package/dist/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Thu, 20 Feb 2025 09:00:19 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const rhcSubNavBarBackgroundColor : string;
|
|
@@ -631,34 +631,6 @@ export const utrechtTableContainerBoxInlineStartShadowBlur : string;
|
|
|
631
631
|
export const utrechtTableContainerBoxInlineStartShadowSpread : number;
|
|
632
632
|
export const utrechtTableContainerBoxInlineStartShadowColor : string;
|
|
633
633
|
export const utrechtTableFontSize : string;
|
|
634
|
-
export const utrechtSkipLinkFontWeight : number;
|
|
635
|
-
export const utrechtSkipLinkFontFamily : string;
|
|
636
|
-
export const utrechtSkipLinkFontSize : string;
|
|
637
|
-
export const utrechtSkipLinkLineHeight : string;
|
|
638
|
-
export const utrechtSkipLinkMinBlockSize : string;
|
|
639
|
-
export const utrechtSkipLinkMinInlineSize : string;
|
|
640
|
-
export const utrechtSkipLinkPaddingBlockEnd : string;
|
|
641
|
-
export const utrechtSkipLinkPaddingBlockStart : string;
|
|
642
|
-
export const utrechtSkipLinkPaddingInlineEnd : string;
|
|
643
|
-
export const utrechtSkipLinkPaddingInlineStart : string;
|
|
644
|
-
export const utrechtSkipLinkFocusBackgroundColor : string;
|
|
645
|
-
export const utrechtSkipLinkFocusBorderColor : string;
|
|
646
|
-
export const utrechtSkipLinkFocusBorderStyle : string;
|
|
647
|
-
export const utrechtSkipLinkFocusBorderWidth : string;
|
|
648
|
-
export const utrechtSkipLinkFocusColor : string;
|
|
649
|
-
export const utrechtSkipLinkFocusTextDecoration : string;
|
|
650
|
-
export const utrechtSkipLinkFocusVisibleOutlineColor : string;
|
|
651
|
-
export const utrechtSkipLinkBackgroundColor : string;
|
|
652
|
-
export const utrechtSkipLinkBorderColor : string;
|
|
653
|
-
export const utrechtSkipLinkColor : string;
|
|
654
|
-
export const utrechtSkipLinkBorderWidth : string;
|
|
655
|
-
export const utrechtSkipLinkBoxBlockEndShadowOffsetX : number;
|
|
656
|
-
export const utrechtSkipLinkBoxBlockEndShadowOffsetY : string;
|
|
657
|
-
export const utrechtSkipLinkBoxBlockEndShadowBlurRadius : string;
|
|
658
|
-
export const utrechtSkipLinkBoxBlockEndShadowSpreadRadius : number;
|
|
659
|
-
export const utrechtSkipLinkBoxBlockEndShadowColor : string;
|
|
660
|
-
export const utrechtSkipLinkTextDecoration : string;
|
|
661
|
-
export const utrechtSkipLinkTextUnderlineOffset : string;
|
|
662
634
|
export const utrechtSeparatorColor : string;
|
|
663
635
|
export const utrechtSeparatorBlockSize : string;
|
|
664
636
|
export const utrechtSeparatorMarginBlockEnd : string;
|
|
@@ -1139,6 +1111,34 @@ export const utrechtFocusOutlineOffset : string;
|
|
|
1139
1111
|
export const utrechtFocusOutlineStyle : string;
|
|
1140
1112
|
export const utrechtFocusOutlineWidth : string;
|
|
1141
1113
|
export const utrechtFocusInverseOutlineColor : string;
|
|
1114
|
+
export const nlSkipLinkFontWeight : number;
|
|
1115
|
+
export const nlSkipLinkFontFamily : string;
|
|
1116
|
+
export const nlSkipLinkFontSize : string;
|
|
1117
|
+
export const nlSkipLinkLineHeight : string;
|
|
1118
|
+
export const nlSkipLinkMinBlockSize : string;
|
|
1119
|
+
export const nlSkipLinkMinInlineSize : string;
|
|
1120
|
+
export const nlSkipLinkPaddingBlockEnd : string;
|
|
1121
|
+
export const nlSkipLinkPaddingBlockStart : string;
|
|
1122
|
+
export const nlSkipLinkPaddingInlineEnd : string;
|
|
1123
|
+
export const nlSkipLinkPaddingInlineStart : string;
|
|
1124
|
+
export const nlSkipLinkFocusBackgroundColor : string;
|
|
1125
|
+
export const nlSkipLinkFocusBorderColor : string;
|
|
1126
|
+
export const nlSkipLinkFocusBorderStyle : string;
|
|
1127
|
+
export const nlSkipLinkFocusBorderWidth : string;
|
|
1128
|
+
export const nlSkipLinkFocusColor : string;
|
|
1129
|
+
export const nlSkipLinkFocusTextDecoration : string;
|
|
1130
|
+
export const nlSkipLinkFocusVisibleOutlineColor : string;
|
|
1131
|
+
export const nlSkipLinkBackgroundColor : string;
|
|
1132
|
+
export const nlSkipLinkBorderColor : string;
|
|
1133
|
+
export const nlSkipLinkColor : string;
|
|
1134
|
+
export const nlSkipLinkBorderWidth : string;
|
|
1135
|
+
export const nlSkipLinkBoxBlockEndShadowOffsetX : number;
|
|
1136
|
+
export const nlSkipLinkBoxBlockEndShadowOffsetY : string;
|
|
1137
|
+
export const nlSkipLinkBoxBlockEndShadowBlurRadius : string;
|
|
1138
|
+
export const nlSkipLinkBoxBlockEndShadowSpreadRadius : number;
|
|
1139
|
+
export const nlSkipLinkBoxBlockEndShadowColor : string;
|
|
1140
|
+
export const nlSkipLinkTextDecoration : string;
|
|
1141
|
+
export const nlSkipLinkTextUnderlineOffset : string;
|
|
1142
1142
|
export const nlParagraphColor : string;
|
|
1143
1143
|
export const nlParagraphFontFamily : string;
|
|
1144
1144
|
export const nlParagraphFontSize : string;
|
package/dist/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Thu, 20 Feb 2025 09:00:19 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const rhcSubNavBarBackgroundColor = "#f2f4f6";
|
|
@@ -631,34 +631,6 @@ export const utrechtTableContainerBoxInlineStartShadowBlur = "48px";
|
|
|
631
631
|
export const utrechtTableContainerBoxInlineStartShadowSpread = 0;
|
|
632
632
|
export const utrechtTableContainerBoxInlineStartShadowColor = "#0000001a";
|
|
633
633
|
export const utrechtTableFontSize = "1.25rem";
|
|
634
|
-
export const utrechtSkipLinkFontWeight = 700;
|
|
635
|
-
export const utrechtSkipLinkFontFamily = "Fira Sans, Arial, Verdana, sans-serif";
|
|
636
|
-
export const utrechtSkipLinkFontSize = "1.25rem";
|
|
637
|
-
export const utrechtSkipLinkLineHeight = "150%";
|
|
638
|
-
export const utrechtSkipLinkMinBlockSize = "48px";
|
|
639
|
-
export const utrechtSkipLinkMinInlineSize = "48px";
|
|
640
|
-
export const utrechtSkipLinkPaddingBlockEnd = "0.75rem";
|
|
641
|
-
export const utrechtSkipLinkPaddingBlockStart = "0.75rem";
|
|
642
|
-
export const utrechtSkipLinkPaddingInlineEnd = "1rem";
|
|
643
|
-
export const utrechtSkipLinkPaddingInlineStart = "1rem";
|
|
644
|
-
export const utrechtSkipLinkFocusBackgroundColor = "#fff";
|
|
645
|
-
export const utrechtSkipLinkFocusBorderColor = "#154273";
|
|
646
|
-
export const utrechtSkipLinkFocusBorderStyle = "solid";
|
|
647
|
-
export const utrechtSkipLinkFocusBorderWidth = "2px";
|
|
648
|
-
export const utrechtSkipLinkFocusColor = "#154273";
|
|
649
|
-
export const utrechtSkipLinkFocusTextDecoration = "None";
|
|
650
|
-
export const utrechtSkipLinkFocusVisibleOutlineColor = "#000";
|
|
651
|
-
export const utrechtSkipLinkBackgroundColor = "#154273";
|
|
652
|
-
export const utrechtSkipLinkBorderColor = "transparent";
|
|
653
|
-
export const utrechtSkipLinkColor = "#fff";
|
|
654
|
-
export const utrechtSkipLinkBorderWidth = "2px";
|
|
655
|
-
export const utrechtSkipLinkBoxBlockEndShadowOffsetX = 0;
|
|
656
|
-
export const utrechtSkipLinkBoxBlockEndShadowOffsetY = "16px";
|
|
657
|
-
export const utrechtSkipLinkBoxBlockEndShadowBlurRadius = "48px";
|
|
658
|
-
export const utrechtSkipLinkBoxBlockEndShadowSpreadRadius = 0;
|
|
659
|
-
export const utrechtSkipLinkBoxBlockEndShadowColor = "#0000001a";
|
|
660
|
-
export const utrechtSkipLinkTextDecoration = "underline";
|
|
661
|
-
export const utrechtSkipLinkTextUnderlineOffset = "0.125rem";
|
|
662
634
|
export const utrechtSeparatorColor = "#CBD5E1";
|
|
663
635
|
export const utrechtSeparatorBlockSize = "2px";
|
|
664
636
|
export const utrechtSeparatorMarginBlockEnd = "0.75rem";
|
|
@@ -1139,6 +1111,34 @@ export const utrechtFocusOutlineOffset = "0.125rem";
|
|
|
1139
1111
|
export const utrechtFocusOutlineStyle = "solid";
|
|
1140
1112
|
export const utrechtFocusOutlineWidth = "2px";
|
|
1141
1113
|
export const utrechtFocusInverseOutlineColor = "transparant";
|
|
1114
|
+
export const nlSkipLinkFontWeight = 700;
|
|
1115
|
+
export const nlSkipLinkFontFamily = "Fira Sans, Arial, Verdana, sans-serif";
|
|
1116
|
+
export const nlSkipLinkFontSize = "1.25rem";
|
|
1117
|
+
export const nlSkipLinkLineHeight = "150%";
|
|
1118
|
+
export const nlSkipLinkMinBlockSize = "48px";
|
|
1119
|
+
export const nlSkipLinkMinInlineSize = "48px";
|
|
1120
|
+
export const nlSkipLinkPaddingBlockEnd = "0.75rem";
|
|
1121
|
+
export const nlSkipLinkPaddingBlockStart = "0.75rem";
|
|
1122
|
+
export const nlSkipLinkPaddingInlineEnd = "1rem";
|
|
1123
|
+
export const nlSkipLinkPaddingInlineStart = "1rem";
|
|
1124
|
+
export const nlSkipLinkFocusBackgroundColor = "#fff";
|
|
1125
|
+
export const nlSkipLinkFocusBorderColor = "#154273";
|
|
1126
|
+
export const nlSkipLinkFocusBorderStyle = "solid";
|
|
1127
|
+
export const nlSkipLinkFocusBorderWidth = "2px";
|
|
1128
|
+
export const nlSkipLinkFocusColor = "#154273";
|
|
1129
|
+
export const nlSkipLinkFocusTextDecoration = "None";
|
|
1130
|
+
export const nlSkipLinkFocusVisibleOutlineColor = "#000";
|
|
1131
|
+
export const nlSkipLinkBackgroundColor = "#154273";
|
|
1132
|
+
export const nlSkipLinkBorderColor = "transparent";
|
|
1133
|
+
export const nlSkipLinkColor = "#fff";
|
|
1134
|
+
export const nlSkipLinkBorderWidth = "2px";
|
|
1135
|
+
export const nlSkipLinkBoxBlockEndShadowOffsetX = 0;
|
|
1136
|
+
export const nlSkipLinkBoxBlockEndShadowOffsetY = "16px";
|
|
1137
|
+
export const nlSkipLinkBoxBlockEndShadowBlurRadius = "48px";
|
|
1138
|
+
export const nlSkipLinkBoxBlockEndShadowSpreadRadius = 0;
|
|
1139
|
+
export const nlSkipLinkBoxBlockEndShadowColor = "#0000001a";
|
|
1140
|
+
export const nlSkipLinkTextDecoration = "underline";
|
|
1141
|
+
export const nlSkipLinkTextUnderlineOffset = "0.125rem";
|
|
1142
1142
|
export const nlParagraphColor = "#154273";
|
|
1143
1143
|
export const nlParagraphFontFamily = "Fira Sans, Arial, Verdana, sans-serif";
|
|
1144
1144
|
export const nlParagraphFontSize = "1.25rem";
|
package/dist/index.json
CHANGED
|
@@ -627,34 +627,6 @@
|
|
|
627
627
|
"utrechtTableContainerBoxInlineStartShadowSpread": 0,
|
|
628
628
|
"utrechtTableContainerBoxInlineStartShadowColor": "#0000001a",
|
|
629
629
|
"utrechtTableFontSize": "1.25rem",
|
|
630
|
-
"utrechtSkipLinkFontWeight": 700,
|
|
631
|
-
"utrechtSkipLinkFontFamily": "Fira Sans, Arial, Verdana, sans-serif",
|
|
632
|
-
"utrechtSkipLinkFontSize": "1.25rem",
|
|
633
|
-
"utrechtSkipLinkLineHeight": "150%",
|
|
634
|
-
"utrechtSkipLinkMinBlockSize": "48px",
|
|
635
|
-
"utrechtSkipLinkMinInlineSize": "48px",
|
|
636
|
-
"utrechtSkipLinkPaddingBlockEnd": "0.75rem",
|
|
637
|
-
"utrechtSkipLinkPaddingBlockStart": "0.75rem",
|
|
638
|
-
"utrechtSkipLinkPaddingInlineEnd": "1rem",
|
|
639
|
-
"utrechtSkipLinkPaddingInlineStart": "1rem",
|
|
640
|
-
"utrechtSkipLinkFocusBackgroundColor": "#fff",
|
|
641
|
-
"utrechtSkipLinkFocusBorderColor": "#154273",
|
|
642
|
-
"utrechtSkipLinkFocusBorderStyle": "solid",
|
|
643
|
-
"utrechtSkipLinkFocusBorderWidth": "2px",
|
|
644
|
-
"utrechtSkipLinkFocusColor": "#154273",
|
|
645
|
-
"utrechtSkipLinkFocusTextDecoration": "None",
|
|
646
|
-
"utrechtSkipLinkFocusVisibleOutlineColor": "#000",
|
|
647
|
-
"utrechtSkipLinkBackgroundColor": "#154273",
|
|
648
|
-
"utrechtSkipLinkBorderColor": "transparent",
|
|
649
|
-
"utrechtSkipLinkColor": "#fff",
|
|
650
|
-
"utrechtSkipLinkBorderWidth": "2px",
|
|
651
|
-
"utrechtSkipLinkBoxBlockEndShadowOffsetX": 0,
|
|
652
|
-
"utrechtSkipLinkBoxBlockEndShadowOffsetY": "16px",
|
|
653
|
-
"utrechtSkipLinkBoxBlockEndShadowBlurRadius": "48px",
|
|
654
|
-
"utrechtSkipLinkBoxBlockEndShadowSpreadRadius": 0,
|
|
655
|
-
"utrechtSkipLinkBoxBlockEndShadowColor": "#0000001a",
|
|
656
|
-
"utrechtSkipLinkTextDecoration": "underline",
|
|
657
|
-
"utrechtSkipLinkTextUnderlineOffset": "0.125rem",
|
|
658
630
|
"utrechtSeparatorColor": "#CBD5E1",
|
|
659
631
|
"utrechtSeparatorBlockSize": "2px",
|
|
660
632
|
"utrechtSeparatorMarginBlockEnd": "0.75rem",
|
|
@@ -1135,6 +1107,34 @@
|
|
|
1135
1107
|
"utrechtFocusOutlineStyle": "solid",
|
|
1136
1108
|
"utrechtFocusOutlineWidth": "2px",
|
|
1137
1109
|
"utrechtFocusInverseOutlineColor": "transparant",
|
|
1110
|
+
"nlSkipLinkFontWeight": 700,
|
|
1111
|
+
"nlSkipLinkFontFamily": "Fira Sans, Arial, Verdana, sans-serif",
|
|
1112
|
+
"nlSkipLinkFontSize": "1.25rem",
|
|
1113
|
+
"nlSkipLinkLineHeight": "150%",
|
|
1114
|
+
"nlSkipLinkMinBlockSize": "48px",
|
|
1115
|
+
"nlSkipLinkMinInlineSize": "48px",
|
|
1116
|
+
"nlSkipLinkPaddingBlockEnd": "0.75rem",
|
|
1117
|
+
"nlSkipLinkPaddingBlockStart": "0.75rem",
|
|
1118
|
+
"nlSkipLinkPaddingInlineEnd": "1rem",
|
|
1119
|
+
"nlSkipLinkPaddingInlineStart": "1rem",
|
|
1120
|
+
"nlSkipLinkFocusBackgroundColor": "#fff",
|
|
1121
|
+
"nlSkipLinkFocusBorderColor": "#154273",
|
|
1122
|
+
"nlSkipLinkFocusBorderStyle": "solid",
|
|
1123
|
+
"nlSkipLinkFocusBorderWidth": "2px",
|
|
1124
|
+
"nlSkipLinkFocusColor": "#154273",
|
|
1125
|
+
"nlSkipLinkFocusTextDecoration": "None",
|
|
1126
|
+
"nlSkipLinkFocusVisibleOutlineColor": "#000",
|
|
1127
|
+
"nlSkipLinkBackgroundColor": "#154273",
|
|
1128
|
+
"nlSkipLinkBorderColor": "transparent",
|
|
1129
|
+
"nlSkipLinkColor": "#fff",
|
|
1130
|
+
"nlSkipLinkBorderWidth": "2px",
|
|
1131
|
+
"nlSkipLinkBoxBlockEndShadowOffsetX": 0,
|
|
1132
|
+
"nlSkipLinkBoxBlockEndShadowOffsetY": "16px",
|
|
1133
|
+
"nlSkipLinkBoxBlockEndShadowBlurRadius": "48px",
|
|
1134
|
+
"nlSkipLinkBoxBlockEndShadowSpreadRadius": 0,
|
|
1135
|
+
"nlSkipLinkBoxBlockEndShadowColor": "#0000001a",
|
|
1136
|
+
"nlSkipLinkTextDecoration": "underline",
|
|
1137
|
+
"nlSkipLinkTextUnderlineOffset": "0.125rem",
|
|
1138
1138
|
"nlParagraphColor": "#154273",
|
|
1139
1139
|
"nlParagraphFontFamily": "Fira Sans, Arial, Verdana, sans-serif",
|
|
1140
1140
|
"nlParagraphFontSize": "1.25rem",
|
package/dist/index.tokens.json
CHANGED
|
@@ -988,42 +988,6 @@
|
|
|
988
988
|
},
|
|
989
989
|
"font-size": "1.25rem"
|
|
990
990
|
},
|
|
991
|
-
"skip-link": {
|
|
992
|
-
"font-weight": 700,
|
|
993
|
-
"font-family": "Fira Sans, Arial, Verdana, sans-serif",
|
|
994
|
-
"font-size": "1.25rem",
|
|
995
|
-
"line-height": "150%",
|
|
996
|
-
"min-block-size": "48px",
|
|
997
|
-
"min-inline-size": "48px",
|
|
998
|
-
"padding-block-end": "0.75rem",
|
|
999
|
-
"padding-block-start": "0.75rem",
|
|
1000
|
-
"padding-inline-end": "1rem",
|
|
1001
|
-
"padding-inline-start": "1rem",
|
|
1002
|
-
"focus": {
|
|
1003
|
-
"background-color": "#fff",
|
|
1004
|
-
"border-color": "#154273",
|
|
1005
|
-
"border-style": "solid",
|
|
1006
|
-
"border-width": "2px",
|
|
1007
|
-
"color": "#154273",
|
|
1008
|
-
"text-decoration": "None"
|
|
1009
|
-
},
|
|
1010
|
-
"focus-visible": {
|
|
1011
|
-
"outline-color": "#000"
|
|
1012
|
-
},
|
|
1013
|
-
"background-color": "#154273",
|
|
1014
|
-
"border-color": "transparent",
|
|
1015
|
-
"color": "#fff",
|
|
1016
|
-
"border-width": "2px",
|
|
1017
|
-
"box-block-end-shadow": {
|
|
1018
|
-
"offset-x": 0,
|
|
1019
|
-
"offset-y": "16px",
|
|
1020
|
-
"blur-radius": "48px",
|
|
1021
|
-
"spread-radius": 0,
|
|
1022
|
-
"color": "#0000001a"
|
|
1023
|
-
},
|
|
1024
|
-
"text-decoration": "underline",
|
|
1025
|
-
"text-underline-offset": "0.125rem"
|
|
1026
|
-
},
|
|
1027
991
|
"separator": {
|
|
1028
992
|
"color": "#CBD5E1",
|
|
1029
993
|
"block-size": "2px",
|
|
@@ -1774,6 +1738,42 @@
|
|
|
1774
1738
|
}
|
|
1775
1739
|
},
|
|
1776
1740
|
"nl": {
|
|
1741
|
+
"skip-link": {
|
|
1742
|
+
"font-weight": 700,
|
|
1743
|
+
"font-family": "Fira Sans, Arial, Verdana, sans-serif",
|
|
1744
|
+
"font-size": "1.25rem",
|
|
1745
|
+
"line-height": "150%",
|
|
1746
|
+
"min-block-size": "48px",
|
|
1747
|
+
"min-inline-size": "48px",
|
|
1748
|
+
"padding-block-end": "0.75rem",
|
|
1749
|
+
"padding-block-start": "0.75rem",
|
|
1750
|
+
"padding-inline-end": "1rem",
|
|
1751
|
+
"padding-inline-start": "1rem",
|
|
1752
|
+
"focus": {
|
|
1753
|
+
"background-color": "#fff",
|
|
1754
|
+
"border-color": "#154273",
|
|
1755
|
+
"border-style": "solid",
|
|
1756
|
+
"border-width": "2px",
|
|
1757
|
+
"color": "#154273",
|
|
1758
|
+
"text-decoration": "None"
|
|
1759
|
+
},
|
|
1760
|
+
"focus-visible": {
|
|
1761
|
+
"outline-color": "#000"
|
|
1762
|
+
},
|
|
1763
|
+
"background-color": "#154273",
|
|
1764
|
+
"border-color": "transparent",
|
|
1765
|
+
"color": "#fff",
|
|
1766
|
+
"border-width": "2px",
|
|
1767
|
+
"box-block-end-shadow": {
|
|
1768
|
+
"offset-x": 0,
|
|
1769
|
+
"offset-y": "16px",
|
|
1770
|
+
"blur-radius": "48px",
|
|
1771
|
+
"spread-radius": 0,
|
|
1772
|
+
"color": "#0000001a"
|
|
1773
|
+
},
|
|
1774
|
+
"text-decoration": "underline",
|
|
1775
|
+
"text-underline-offset": "0.125rem"
|
|
1776
|
+
},
|
|
1777
1777
|
"paragraph": {
|
|
1778
1778
|
"color": "#154273",
|
|
1779
1779
|
"font-family": "Fira Sans, Arial, Verdana, sans-serif",
|
package/dist/root.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Thu, 20 Feb 2025 09:00:19 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
:root {
|
|
@@ -67,6 +67,34 @@
|
|
|
67
67
|
--nl-paragraph-font-size: 1.25rem;
|
|
68
68
|
--nl-paragraph-font-family: Fira Sans, Arial, Verdana, sans-serif;
|
|
69
69
|
--nl-paragraph-color: #154273;
|
|
70
|
+
--nl-skip-link-text-underline-offset: 0.125rem;
|
|
71
|
+
--nl-skip-link-text-decoration: underline;
|
|
72
|
+
--nl-skip-link-box-block-end-shadow-color: #0000001a;
|
|
73
|
+
--nl-skip-link-box-block-end-shadow-spread-radius: 0;
|
|
74
|
+
--nl-skip-link-box-block-end-shadow-blur-radius: 48px;
|
|
75
|
+
--nl-skip-link-box-block-end-shadow-offset-y: 16px;
|
|
76
|
+
--nl-skip-link-box-block-end-shadow-offset-x: 0;
|
|
77
|
+
--nl-skip-link-border-width: 2px;
|
|
78
|
+
--nl-skip-link-color: #fff;
|
|
79
|
+
--nl-skip-link-border-color: transparent;
|
|
80
|
+
--nl-skip-link-background-color: #154273;
|
|
81
|
+
--nl-skip-link-focus-visible-outline-color: #000;
|
|
82
|
+
--nl-skip-link-focus-text-decoration: None;
|
|
83
|
+
--nl-skip-link-focus-color: #154273;
|
|
84
|
+
--nl-skip-link-focus-border-width: 2px;
|
|
85
|
+
--nl-skip-link-focus-border-style: solid;
|
|
86
|
+
--nl-skip-link-focus-border-color: #154273;
|
|
87
|
+
--nl-skip-link-focus-background-color: #fff;
|
|
88
|
+
--nl-skip-link-padding-inline-start: 1rem;
|
|
89
|
+
--nl-skip-link-padding-inline-end: 1rem;
|
|
90
|
+
--nl-skip-link-padding-block-start: 0.75rem;
|
|
91
|
+
--nl-skip-link-padding-block-end: 0.75rem;
|
|
92
|
+
--nl-skip-link-min-inline-size: 48px;
|
|
93
|
+
--nl-skip-link-min-block-size: 48px;
|
|
94
|
+
--nl-skip-link-line-height: 150%;
|
|
95
|
+
--nl-skip-link-font-size: 1.25rem;
|
|
96
|
+
--nl-skip-link-font-family: Fira Sans, Arial, Verdana, sans-serif;
|
|
97
|
+
--nl-skip-link-font-weight: 700;
|
|
70
98
|
--utrecht-focus-inverse-outline-color: transparant;
|
|
71
99
|
--utrecht-focus-outline-width: 2px;
|
|
72
100
|
--utrecht-focus-outline-style: solid;
|
|
@@ -547,34 +575,6 @@
|
|
|
547
575
|
--utrecht-separator-margin-block-end: 0.75rem;
|
|
548
576
|
--utrecht-separator-block-size: 2px;
|
|
549
577
|
--utrecht-separator-color: #CBD5E1;
|
|
550
|
-
--utrecht-skip-link-text-underline-offset: 0.125rem;
|
|
551
|
-
--utrecht-skip-link-text-decoration: underline;
|
|
552
|
-
--utrecht-skip-link-box-block-end-shadow-color: #0000001a;
|
|
553
|
-
--utrecht-skip-link-box-block-end-shadow-spread-radius: 0;
|
|
554
|
-
--utrecht-skip-link-box-block-end-shadow-blur-radius: 48px;
|
|
555
|
-
--utrecht-skip-link-box-block-end-shadow-offset-y: 16px;
|
|
556
|
-
--utrecht-skip-link-box-block-end-shadow-offset-x: 0;
|
|
557
|
-
--utrecht-skip-link-border-width: 2px;
|
|
558
|
-
--utrecht-skip-link-color: #fff;
|
|
559
|
-
--utrecht-skip-link-border-color: transparent;
|
|
560
|
-
--utrecht-skip-link-background-color: #154273;
|
|
561
|
-
--utrecht-skip-link-focus-visible-outline-color: #000;
|
|
562
|
-
--utrecht-skip-link-focus-text-decoration: None;
|
|
563
|
-
--utrecht-skip-link-focus-color: #154273;
|
|
564
|
-
--utrecht-skip-link-focus-border-width: 2px;
|
|
565
|
-
--utrecht-skip-link-focus-border-style: solid;
|
|
566
|
-
--utrecht-skip-link-focus-border-color: #154273;
|
|
567
|
-
--utrecht-skip-link-focus-background-color: #fff;
|
|
568
|
-
--utrecht-skip-link-padding-inline-start: 1rem;
|
|
569
|
-
--utrecht-skip-link-padding-inline-end: 1rem;
|
|
570
|
-
--utrecht-skip-link-padding-block-start: 0.75rem;
|
|
571
|
-
--utrecht-skip-link-padding-block-end: 0.75rem;
|
|
572
|
-
--utrecht-skip-link-min-inline-size: 48px;
|
|
573
|
-
--utrecht-skip-link-min-block-size: 48px;
|
|
574
|
-
--utrecht-skip-link-line-height: 150%;
|
|
575
|
-
--utrecht-skip-link-font-size: 1.25rem;
|
|
576
|
-
--utrecht-skip-link-font-family: Fira Sans, Arial, Verdana, sans-serif;
|
|
577
|
-
--utrecht-skip-link-font-weight: 700;
|
|
578
578
|
--utrecht-table-font-size: 1.25rem;
|
|
579
579
|
--utrecht-table-container-box-inline-start-shadow-color: #0000001a;
|
|
580
580
|
--utrecht-table-container-box-inline-start-shadow-spread: 0;
|
package/dist/tokens.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Thu, 20 Feb 2025 09:00:19 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export default tokens;
|
|
@@ -1011,42 +1011,6 @@ declare const tokens: {
|
|
|
1011
1011
|
},
|
|
1012
1012
|
"font-size": DesignToken
|
|
1013
1013
|
},
|
|
1014
|
-
"skip-link": {
|
|
1015
|
-
"font-weight": DesignToken,
|
|
1016
|
-
"font-family": DesignToken,
|
|
1017
|
-
"font-size": DesignToken,
|
|
1018
|
-
"line-height": DesignToken,
|
|
1019
|
-
"min-block-size": DesignToken,
|
|
1020
|
-
"min-inline-size": DesignToken,
|
|
1021
|
-
"padding-block-end": DesignToken,
|
|
1022
|
-
"padding-block-start": DesignToken,
|
|
1023
|
-
"padding-inline-end": DesignToken,
|
|
1024
|
-
"padding-inline-start": DesignToken,
|
|
1025
|
-
"focus": {
|
|
1026
|
-
"background-color": DesignToken,
|
|
1027
|
-
"border-color": DesignToken,
|
|
1028
|
-
"border-style": DesignToken,
|
|
1029
|
-
"border-width": DesignToken,
|
|
1030
|
-
"color": DesignToken,
|
|
1031
|
-
"text-decoration": DesignToken
|
|
1032
|
-
},
|
|
1033
|
-
"focus-visible": {
|
|
1034
|
-
"outline-color": DesignToken
|
|
1035
|
-
},
|
|
1036
|
-
"background-color": DesignToken,
|
|
1037
|
-
"border-color": DesignToken,
|
|
1038
|
-
"color": DesignToken,
|
|
1039
|
-
"border-width": DesignToken,
|
|
1040
|
-
"box-block-end-shadow": {
|
|
1041
|
-
"offset-x": DesignToken,
|
|
1042
|
-
"offset-y": DesignToken,
|
|
1043
|
-
"blur-radius": DesignToken,
|
|
1044
|
-
"spread-radius": DesignToken,
|
|
1045
|
-
"color": DesignToken
|
|
1046
|
-
},
|
|
1047
|
-
"text-decoration": DesignToken,
|
|
1048
|
-
"text-underline-offset": DesignToken
|
|
1049
|
-
},
|
|
1050
1014
|
"separator": {
|
|
1051
1015
|
"color": DesignToken,
|
|
1052
1016
|
"block-size": DesignToken,
|
|
@@ -1797,6 +1761,42 @@ declare const tokens: {
|
|
|
1797
1761
|
}
|
|
1798
1762
|
},
|
|
1799
1763
|
"nl": {
|
|
1764
|
+
"skip-link": {
|
|
1765
|
+
"font-weight": DesignToken,
|
|
1766
|
+
"font-family": DesignToken,
|
|
1767
|
+
"font-size": DesignToken,
|
|
1768
|
+
"line-height": DesignToken,
|
|
1769
|
+
"min-block-size": DesignToken,
|
|
1770
|
+
"min-inline-size": DesignToken,
|
|
1771
|
+
"padding-block-end": DesignToken,
|
|
1772
|
+
"padding-block-start": DesignToken,
|
|
1773
|
+
"padding-inline-end": DesignToken,
|
|
1774
|
+
"padding-inline-start": DesignToken,
|
|
1775
|
+
"focus": {
|
|
1776
|
+
"background-color": DesignToken,
|
|
1777
|
+
"border-color": DesignToken,
|
|
1778
|
+
"border-style": DesignToken,
|
|
1779
|
+
"border-width": DesignToken,
|
|
1780
|
+
"color": DesignToken,
|
|
1781
|
+
"text-decoration": DesignToken
|
|
1782
|
+
},
|
|
1783
|
+
"focus-visible": {
|
|
1784
|
+
"outline-color": DesignToken
|
|
1785
|
+
},
|
|
1786
|
+
"background-color": DesignToken,
|
|
1787
|
+
"border-color": DesignToken,
|
|
1788
|
+
"color": DesignToken,
|
|
1789
|
+
"border-width": DesignToken,
|
|
1790
|
+
"box-block-end-shadow": {
|
|
1791
|
+
"offset-x": DesignToken,
|
|
1792
|
+
"offset-y": DesignToken,
|
|
1793
|
+
"blur-radius": DesignToken,
|
|
1794
|
+
"spread-radius": DesignToken,
|
|
1795
|
+
"color": DesignToken
|
|
1796
|
+
},
|
|
1797
|
+
"text-decoration": DesignToken,
|
|
1798
|
+
"text-underline-offset": DesignToken
|
|
1799
|
+
},
|
|
1800
1800
|
"paragraph": {
|
|
1801
1801
|
"color": DesignToken,
|
|
1802
1802
|
"font-family": DesignToken,
|