@utrecht/design-tokens 2.1.0 → 2.2.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/.stylelintrc.json +5 -1
- package/CHANGELOG.md +14 -0
- package/config.json +8 -0
- package/dist/_mixin-theme.scss +34 -37
- package/dist/_mixin.scss +1009 -0
- package/dist/_variables.scss +34 -37
- package/dist/background-image-icon.css +0 -1
- package/dist/dark/_mixin-theme.scss +34 -37
- package/dist/dark/_mixin.scss +1020 -0
- package/dist/dark/_variables.scss +1017 -0
- package/dist/dark/index.cjs +1020 -0
- package/dist/dark/index.css +34 -37
- package/dist/dark/index.d.ts +1139 -0
- package/dist/dark/index.flat.json +1016 -0
- package/dist/dark/index.json +30694 -0
- package/dist/dark/index.mjs +1018 -0
- package/dist/dark/index.tokens.json +7885 -0
- package/dist/dark/list.json +30694 -0
- package/dist/dark/property.css +705 -0
- package/dist/dark/root.css +538 -541
- package/dist/dark/theme-prince-xml.css +1020 -0
- package/dist/dark/theme.css +1020 -0
- package/dist/dark/tokens.cjs +37567 -0
- package/dist/dark/tokens.d.ts +4842 -0
- package/dist/dark/tokens.json +37563 -0
- package/dist/dark/variables.cjs +1020 -0
- package/dist/dark/variables.css +1020 -0
- package/dist/dark/variables.d.ts +1139 -0
- package/dist/dark/variables.json +1016 -0
- package/dist/dark/variables.less +1017 -0
- package/dist/dark/variables.mjs +1018 -0
- package/dist/index.cjs +29 -32
- package/dist/index.css +149 -82
- package/dist/index.d.ts +18 -25
- package/dist/index.flat.json +591 -593
- package/dist/index.json +4577 -7587
- package/dist/index.mjs +31 -34
- package/dist/index.tokens.json +385 -71
- package/dist/list.json +31811 -0
- package/dist/property.css +770 -0
- package/dist/root.css +529 -532
- package/dist/theme-prince-xml.css +34 -37
- package/dist/theme.css +529 -532
- package/dist/tokens.cjs +6297 -8992
- package/dist/tokens.d.ts +208 -60
- package/dist/tokens.json +38705 -0
- package/dist/variables.cjs +1009 -0
- package/dist/variables.css +1009 -0
- package/dist/variables.d.ts +1128 -0
- package/dist/variables.json +1005 -0
- package/dist/variables.less +34 -37
- package/dist/variables.mjs +1007 -0
- package/package.json +6 -5
- package/src/background-image-icon.scss +0 -1
- package/src/brand/utrecht/typography.tokens.json +7 -9
- package/src/component/of/progress-indicator.tokens.json +1 -1
- package/src/component/utrecht/backdrop.tokens.json +1 -1
- package/src/component/utrecht/blockquote.tokens.json +3 -3
- package/src/component/utrecht/button.tokens.json +1 -3
- package/src/component/utrecht/code-block.tokens.json +2 -2
- package/src/component/utrecht/figure.tokens.json +2 -2
- package/src/component/utrecht/form-fieldset.tokens.json +2 -2
- package/src/component/utrecht/form-toggle.tokens.json +1 -1
- package/src/component/utrecht/link.tokens.json +3 -1
- package/src/component/utrecht/pagination.tokens.json +1 -1
- package/src/component/utrecht/skip-link.tokens.json +4 -2
- package/src/component/utrecht/table.tokens.json +1 -1
- package/src/component/utrecht/toptask-link.tokens.json +1 -1
- package/src/css-property-formatter.mjs +46 -0
- package/src/dark/component/tokens.json +1 -1
- package/src/index.scss +81 -5
- package/style-dictionary-build-dark.mjs +64 -0
- package/style-dictionary-build.mjs +41 -0
- package/style-dictionary-config.mjs +261 -0
- package/dist/figma-tokens.json +0 -40396
- package/src/css-property-formatter.js +0 -35
- package/src/style-dictionary-config-dark.js +0 -56
- package/src/style-dictionary-config.js +0 -63
- package/style-dictionary.config.json +0 -143
|
@@ -0,0 +1,1139 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Do not edit directly, this file was auto-generated.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
export const utrechtAccordionRowGap : string;
|
|
6
|
+
export const utrechtAccordionButtonPaddingInlineEnd : string;
|
|
7
|
+
export const utrechtAccordionButtonPaddingInlineStart : string;
|
|
8
|
+
export const utrechtAccordionButtonPaddingBlockEnd : string;
|
|
9
|
+
export const utrechtAccordionButtonPaddingBlockStart : string;
|
|
10
|
+
export const utrechtAccordionButtonBackgroundColor : string;
|
|
11
|
+
export const utrechtAccordionButtonColor : string;
|
|
12
|
+
export const utrechtAccordionButtonBorderColor : string;
|
|
13
|
+
export const utrechtAccordionButtonBorderWidth : string;
|
|
14
|
+
export const utrechtAccordionButtonHoverBackgroundColor : string;
|
|
15
|
+
export const utrechtAccordionButtonHoverBorderColor : string;
|
|
16
|
+
export const utrechtAccordionButtonHoverColor : string;
|
|
17
|
+
export const utrechtAccordionButtonActiveBackgroundColor : string;
|
|
18
|
+
export const utrechtAccordionButtonActiveBorderColor : string;
|
|
19
|
+
export const utrechtAccordionButtonActiveColor : string;
|
|
20
|
+
export const utrechtAccordionButtonFocusBackgroundColor : string;
|
|
21
|
+
export const utrechtAccordionButtonFocusBorderColor : string;
|
|
22
|
+
export const utrechtAccordionButtonFocusColor : string;
|
|
23
|
+
export const utrechtAccordionButtonIconSize : string;
|
|
24
|
+
export const utrechtAccordionButtonIconUtrechtBackgroundColor : string;
|
|
25
|
+
export const utrechtAccordionPanelBorderColor : string;
|
|
26
|
+
export const utrechtAccordionPanelBorderWidth : string;
|
|
27
|
+
export const utrechtAccordionPanelPaddingBlockStart : string;
|
|
28
|
+
export const utrechtAccordionPanelPaddingBlockEnd : string;
|
|
29
|
+
export const utrechtAccordionPanelPaddingInlineStart : string;
|
|
30
|
+
export const utrechtAccordionPanelPaddingInlineEnd : string;
|
|
31
|
+
export const utrechtAccordionSectionMarginBlockStart : string;
|
|
32
|
+
export const utrechtAlertDialogMaxBlockSize : string;
|
|
33
|
+
export const utrechtAlertDialogMaxInlineSize : string;
|
|
34
|
+
export const utrechtAlertDialogMinBlockSize : string;
|
|
35
|
+
export const utrechtAlertDialogMinInlineSize : string;
|
|
36
|
+
export const utrechtAlertBackgroundColor : string;
|
|
37
|
+
export const utrechtAlertColor : string;
|
|
38
|
+
export const utrechtAlertColumnGap : string;
|
|
39
|
+
export const utrechtAlertPaddingBlockStart : string;
|
|
40
|
+
export const utrechtAlertPaddingBlockEnd : string;
|
|
41
|
+
export const utrechtAlertPaddingInlineStart : string;
|
|
42
|
+
export const utrechtAlertPaddingInlineEnd : string;
|
|
43
|
+
export const utrechtAlertInfoBackgroundColor : string;
|
|
44
|
+
export const utrechtAlertInfoColor : string;
|
|
45
|
+
export const utrechtAlertWarningBackgroundColor : string;
|
|
46
|
+
export const utrechtAlertWarningColor : string;
|
|
47
|
+
export const utrechtAlertErrorBackgroundColor : string;
|
|
48
|
+
export const utrechtAlertErrorColor : string;
|
|
49
|
+
export const utrechtAlertOkBackgroundColor : string;
|
|
50
|
+
export const utrechtAlertOkColor : string;
|
|
51
|
+
export const utrechtAlertIconColor : string;
|
|
52
|
+
export const utrechtAlertIconSize : string;
|
|
53
|
+
export const utrechtAlertIconInsetBlockStart : string;
|
|
54
|
+
export const utrechtAlertIconInfoColor : string;
|
|
55
|
+
export const utrechtAlertIconErrorColor : string;
|
|
56
|
+
export const utrechtAlertIconWarningColor : string;
|
|
57
|
+
export const utrechtAlertIconOkColor : string;
|
|
58
|
+
export const utrechtAlertInvalidBackgroundColor : string;
|
|
59
|
+
export const utrechtAlertInvalidColor : string;
|
|
60
|
+
export const utrechtArticleMaxInlineSize : string;
|
|
61
|
+
export const utrechtBackdropBackgroundColor : string;
|
|
62
|
+
export const utrechtBackdropColor : string;
|
|
63
|
+
export const utrechtBackdropOpacity : string;
|
|
64
|
+
export const utrechtBackdropFadeInAnimationDuration : string;
|
|
65
|
+
export const utrechtBackdropReducedTransparencyOpacity : string;
|
|
66
|
+
/** Default background color for badge components */
|
|
67
|
+
export const utrechtBadgeCounterBackgroundColor : string;
|
|
68
|
+
/** Default corner radius for badge components */
|
|
69
|
+
export const utrechtBadgeCounterBorderRadius : string;
|
|
70
|
+
/** Default text color for badge components */
|
|
71
|
+
export const utrechtBadgeCounterColor : string;
|
|
72
|
+
export const utrechtBadgeCounterFontSize : string;
|
|
73
|
+
/** Default block padding for badge components */
|
|
74
|
+
export const utrechtBadgeCounterPaddingBlock : string;
|
|
75
|
+
/** Default inline padding color for badge components */
|
|
76
|
+
export const utrechtBadgeCounterPaddingInline : string;
|
|
77
|
+
export const utrechtBadgeListItemMarginBlock : string;
|
|
78
|
+
export const utrechtBadgeListItemMarginInline : string;
|
|
79
|
+
/** Default background color for badge components */
|
|
80
|
+
export const utrechtBadgeBackgroundColor : string;
|
|
81
|
+
/** Default corner radius for badge components */
|
|
82
|
+
export const utrechtBadgeBorderRadius : string;
|
|
83
|
+
/** Default text color for badge components */
|
|
84
|
+
export const utrechtBadgeColor : string;
|
|
85
|
+
/** Default block padding for badge components */
|
|
86
|
+
export const utrechtBadgePaddingBlock : string;
|
|
87
|
+
/** Default inline padding color for badge components */
|
|
88
|
+
export const utrechtBadgePaddingInline : string;
|
|
89
|
+
export const utrechtBadgeFontStyle : string;
|
|
90
|
+
export const utrechtBlockquoteMarginInlineStart : string;
|
|
91
|
+
export const utrechtBlockquoteMarginInlineEnd : string;
|
|
92
|
+
export const utrechtBlockquoteContentColor : string;
|
|
93
|
+
export const utrechtBlockquoteContentFontSize : string;
|
|
94
|
+
export const utrechtBlockquoteCaptionFontSize : string;
|
|
95
|
+
export const utrechtBlockquoteMarginBlockStart : string;
|
|
96
|
+
export const utrechtBlockquoteMarginBlockEnd : string;
|
|
97
|
+
export const utrechtBreadcrumbNavMinBlockSize : string;
|
|
98
|
+
export const utrechtBreadcrumbNavFontSize : string;
|
|
99
|
+
export const utrechtBreadcrumbNavItemPaddingBlockStart : string;
|
|
100
|
+
export const utrechtBreadcrumbNavItemPaddingBlockEnd : string;
|
|
101
|
+
export const utrechtBreadcrumbNavItemPaddingInlineEnd : string;
|
|
102
|
+
export const utrechtBreadcrumbNavItemPaddingInlineStart : string;
|
|
103
|
+
export const utrechtBreadcrumbNavLinkColor : string;
|
|
104
|
+
export const utrechtBreadcrumbNavLinkFocusBackgroundColor : string;
|
|
105
|
+
export const utrechtBreadcrumbNavLinkFocusColor : string;
|
|
106
|
+
export const utrechtBreadcrumbNavLinkFocusTextDecoration : string;
|
|
107
|
+
export const utrechtBreadcrumbNavLinkHoverColor : string;
|
|
108
|
+
export const utrechtBreadcrumbNavLinkHoverTextDecoration : string;
|
|
109
|
+
export const utrechtBreadcrumbNavLinkDisabledColor : string;
|
|
110
|
+
export const utrechtBreadcrumbNavLinkTextDecoration : string;
|
|
111
|
+
export const utrechtBreadcrumbNavLinkIconSize : string;
|
|
112
|
+
export const utrechtBreadcrumbNavSeparatorColor : string;
|
|
113
|
+
export const utrechtBreadcrumbNavSeparatorIconSize : string;
|
|
114
|
+
export const utrechtBreadcrumbNavArrowsLinkBackgroundColor : string;
|
|
115
|
+
export const utrechtBreadcrumbNavArrowsLinkFocusBackgroundColor : string;
|
|
116
|
+
export const utrechtBreadcrumbNavArrowsLinkFocusColor : string;
|
|
117
|
+
export const utrechtBreadcrumbNavArrowsLinkColor : string;
|
|
118
|
+
export const utrechtBreadcrumbNavDividerInlineSize : string;
|
|
119
|
+
export const utrechtButtonBackgroundColor : string;
|
|
120
|
+
export const utrechtButtonBorderColor : string;
|
|
121
|
+
export const utrechtButtonBorderRadius : string;
|
|
122
|
+
export const utrechtButtonBorderWidth : string;
|
|
123
|
+
export const utrechtButtonColor : string;
|
|
124
|
+
export const utrechtButtonColumnGap : string;
|
|
125
|
+
export const utrechtButtonFontFamily : string;
|
|
126
|
+
export const utrechtButtonFontSize : string;
|
|
127
|
+
export const utrechtButtonMarginBlockStart : string;
|
|
128
|
+
export const utrechtButtonMarginBlockEnd : string;
|
|
129
|
+
export const utrechtButtonMarginInlineStart : string;
|
|
130
|
+
export const utrechtButtonMarginInlineEnd : string;
|
|
131
|
+
export const utrechtButtonPaddingBlockStart : string;
|
|
132
|
+
export const utrechtButtonPaddingBlockEnd : string;
|
|
133
|
+
export const utrechtButtonPaddingInlineStart : string;
|
|
134
|
+
export const utrechtButtonPaddingInlineEnd : string;
|
|
135
|
+
export const utrechtButtonActiveBackgroundColor : string;
|
|
136
|
+
export const utrechtButtonActiveColor : string;
|
|
137
|
+
export const utrechtButtonDisabledBackgroundColor : string;
|
|
138
|
+
export const utrechtButtonDisabledBorderColor : string;
|
|
139
|
+
export const utrechtButtonDisabledColor : string;
|
|
140
|
+
export const utrechtButtonFocusScale : string;
|
|
141
|
+
export const utrechtButtonHoverScale : string;
|
|
142
|
+
export const utrechtButtonPressedBackgroundColor : string;
|
|
143
|
+
export const utrechtButtonPressedColor : string;
|
|
144
|
+
export const utrechtButtonPrimaryActionBackgroundColor : string;
|
|
145
|
+
export const utrechtButtonPrimaryActionBorderColor : string;
|
|
146
|
+
/** Although the border is not visible, it is needed to match the size of the secondary-action-button appearance */
|
|
147
|
+
export const utrechtButtonPrimaryActionBorderWidth : string;
|
|
148
|
+
export const utrechtButtonPrimaryActionColor : string;
|
|
149
|
+
export const utrechtButtonPrimaryActionActiveBackgroundColor : string;
|
|
150
|
+
export const utrechtButtonPrimaryActionActiveBorderColor : string;
|
|
151
|
+
export const utrechtButtonPrimaryActionActiveColor : string;
|
|
152
|
+
export const utrechtButtonPrimaryActionDisabledBackgroundColor : string;
|
|
153
|
+
export const utrechtButtonPrimaryActionDisabledBorderColor : string;
|
|
154
|
+
export const utrechtButtonPrimaryActionDisabledColor : string;
|
|
155
|
+
export const utrechtButtonPrimaryActionHoverBackgroundColor : string;
|
|
156
|
+
export const utrechtButtonPrimaryActionHoverBorderColor : string;
|
|
157
|
+
export const utrechtButtonPrimaryActionHoverColor : string;
|
|
158
|
+
export const utrechtButtonPrimaryActionFocusBackgroundColor : string;
|
|
159
|
+
export const utrechtButtonPrimaryActionFocusBorderColor : string;
|
|
160
|
+
export const utrechtButtonPrimaryActionFocusBorderWidth : string;
|
|
161
|
+
export const utrechtButtonPrimaryActionPressedBackgroundColor : string;
|
|
162
|
+
export const utrechtButtonPrimaryActionPressedBorderColor : string;
|
|
163
|
+
export const utrechtButtonPrimaryActionPressedColor : string;
|
|
164
|
+
export const utrechtButtonPrimaryActionReadyBackgroundColor : string;
|
|
165
|
+
export const utrechtButtonPrimaryActionReadyBorderColor : string;
|
|
166
|
+
export const utrechtButtonPrimaryActionReadyColor : string;
|
|
167
|
+
export const utrechtButtonPrimaryActionReadyDisabledBorderColor : string;
|
|
168
|
+
export const utrechtButtonPrimaryActionReadyHoverBackgroundColor : string;
|
|
169
|
+
export const utrechtButtonPrimaryActionReadyHoverBorderColor : string;
|
|
170
|
+
export const utrechtButtonPrimaryActionReadyHoverColor : string;
|
|
171
|
+
export const utrechtButtonPrimaryActionReadyFocusBackgroundColor : string;
|
|
172
|
+
export const utrechtButtonPrimaryActionReadyFocusBorderColor : string;
|
|
173
|
+
export const utrechtButtonPrimaryActionWarningBackgroundColor : string;
|
|
174
|
+
export const utrechtButtonPrimaryActionWarningBorderColor : string;
|
|
175
|
+
export const utrechtButtonPrimaryActionWarningColor : string;
|
|
176
|
+
export const utrechtButtonPrimaryActionWarningDisabledBorderColor : string;
|
|
177
|
+
export const utrechtButtonPrimaryActionWarningHoverBackgroundColor : string;
|
|
178
|
+
export const utrechtButtonPrimaryActionWarningHoverBorderColor : string;
|
|
179
|
+
export const utrechtButtonPrimaryActionWarningHoverColor : string;
|
|
180
|
+
export const utrechtButtonPrimaryActionWarningFocusBackgroundColor : string;
|
|
181
|
+
export const utrechtButtonPrimaryActionWarningFocusBorderColor : string;
|
|
182
|
+
export const utrechtButtonPrimaryActionDangerBackgroundColor : string;
|
|
183
|
+
export const utrechtButtonPrimaryActionDangerBorderColor : string;
|
|
184
|
+
export const utrechtButtonPrimaryActionDangerColor : string;
|
|
185
|
+
export const utrechtButtonPrimaryActionDangerDisabledBorderColor : string;
|
|
186
|
+
export const utrechtButtonPrimaryActionDangerHoverBackgroundColor : string;
|
|
187
|
+
export const utrechtButtonPrimaryActionDangerHoverBorderColor : string;
|
|
188
|
+
export const utrechtButtonPrimaryActionDangerHoverColor : string;
|
|
189
|
+
export const utrechtButtonPrimaryActionDangerFocusBackgroundColor : string;
|
|
190
|
+
export const utrechtButtonPrimaryActionDangerFocusBorderColor : string;
|
|
191
|
+
export const utrechtButtonSecondaryActionBackgroundColor : string;
|
|
192
|
+
export const utrechtButtonSecondaryActionBorderColor : string;
|
|
193
|
+
export const utrechtButtonSecondaryActionBorderWidth : string;
|
|
194
|
+
export const utrechtButtonSecondaryActionColor : string;
|
|
195
|
+
export const utrechtButtonSecondaryActionActiveBackgroundColor : string;
|
|
196
|
+
export const utrechtButtonSecondaryActionActiveBorderColor : string;
|
|
197
|
+
export const utrechtButtonSecondaryActionActiveColor : string;
|
|
198
|
+
export const utrechtButtonSecondaryActionDisabledBackgroundColor : string;
|
|
199
|
+
export const utrechtButtonSecondaryActionDisabledBorderColor : string;
|
|
200
|
+
export const utrechtButtonSecondaryActionDisabledColor : string;
|
|
201
|
+
export const utrechtButtonSecondaryActionHoverBackgroundColor : string;
|
|
202
|
+
export const utrechtButtonSecondaryActionHoverBorderColor : string;
|
|
203
|
+
export const utrechtButtonSecondaryActionHoverColor : string;
|
|
204
|
+
export const utrechtButtonSecondaryActionPressedBackgroundColor : string;
|
|
205
|
+
export const utrechtButtonSecondaryActionPressedColor : string;
|
|
206
|
+
export const utrechtButtonSecondaryActionDangerBackgroundColor : string;
|
|
207
|
+
export const utrechtButtonSecondaryActionDangerBorderColor : string;
|
|
208
|
+
export const utrechtButtonSecondaryActionDangerColor : string;
|
|
209
|
+
export const utrechtButtonSecondaryActionDangerHoverBackgroundColor : string;
|
|
210
|
+
export const utrechtButtonSecondaryActionDangerHoverBorderColor : string;
|
|
211
|
+
export const utrechtButtonSecondaryActionDangerHoverColor : string;
|
|
212
|
+
export const utrechtButtonSecondaryActionDangerFocusBackgroundColor : string;
|
|
213
|
+
export const utrechtButtonSecondaryActionDangerFocusBorderColor : string;
|
|
214
|
+
export const utrechtButtonSecondaryActionWarningBackgroundColor : string;
|
|
215
|
+
export const utrechtButtonSecondaryActionWarningBorderColor : string;
|
|
216
|
+
export const utrechtButtonSecondaryActionWarningColor : string;
|
|
217
|
+
export const utrechtButtonSecondaryActionWarningHoverBackgroundColor : string;
|
|
218
|
+
export const utrechtButtonSecondaryActionWarningHoverBorderColor : string;
|
|
219
|
+
export const utrechtButtonSecondaryActionWarningHoverColor : string;
|
|
220
|
+
export const utrechtButtonSecondaryActionWarningFocusBackgroundColor : string;
|
|
221
|
+
export const utrechtButtonSecondaryActionWarningFocusBorderColor : string;
|
|
222
|
+
export const utrechtButtonSecondaryActionReadyBackgroundColor : string;
|
|
223
|
+
export const utrechtButtonSecondaryActionReadyBorderColor : string;
|
|
224
|
+
export const utrechtButtonSecondaryActionReadyColor : string;
|
|
225
|
+
export const utrechtButtonSecondaryActionReadyHoverBorderColor : string;
|
|
226
|
+
export const utrechtButtonSecondaryActionReadyHoverColor : string;
|
|
227
|
+
export const utrechtButtonSecondaryActionReadyFocusBorderColor : string;
|
|
228
|
+
export const utrechtButtonSubtleBackgroundColor : string;
|
|
229
|
+
export const utrechtButtonSubtleBorderColor : string;
|
|
230
|
+
export const utrechtButtonSubtleBorderWidth : string;
|
|
231
|
+
export const utrechtButtonSubtleColor : string;
|
|
232
|
+
export const utrechtButtonSubtleFontWeight : string;
|
|
233
|
+
export const utrechtButtonSubtleActiveBackgroundColor : string;
|
|
234
|
+
export const utrechtButtonSubtleActiveColor : string;
|
|
235
|
+
export const utrechtButtonSubtleDisabledBackgroundColor : string;
|
|
236
|
+
export const utrechtButtonSubtleDisabledColor : string;
|
|
237
|
+
export const utrechtButtonSubtleHoverBackgroundColor : string;
|
|
238
|
+
export const utrechtButtonSubtleHoverBorderColor : string;
|
|
239
|
+
export const utrechtButtonSubtleHoverColor : string;
|
|
240
|
+
export const utrechtButtonSubtleFocusBackgroundColor : string;
|
|
241
|
+
export const utrechtButtonSubtleFocusBorderColor : string;
|
|
242
|
+
export const utrechtButtonSubtleFocusColor : string;
|
|
243
|
+
export const utrechtButtonSubtlePressedBackgroundColor : string;
|
|
244
|
+
export const utrechtButtonSubtlePressedColor : string;
|
|
245
|
+
export const utrechtButtonSubtleDangerColor : string;
|
|
246
|
+
export const utrechtButtonSubtleDangerHoverColor : string;
|
|
247
|
+
export const utrechtButtonSubtleDangerFocusColor : string;
|
|
248
|
+
export const utrechtButtonSubtleReadyColor : string;
|
|
249
|
+
export const utrechtButtonSubtleReadyHoverColor : string;
|
|
250
|
+
export const utrechtButtonSubtleReadyFocusColor : string;
|
|
251
|
+
export const utrechtCalendarTableWeeksItemWidth : string;
|
|
252
|
+
export const utrechtCalendarTableWeeksItemPaddingBlockStart : string;
|
|
253
|
+
export const utrechtCalendarTableWeeksItemPaddingBlockEnd : string;
|
|
254
|
+
export const utrechtCalendarTableWeeksItemLineHeight : string;
|
|
255
|
+
export const utrechtCalendarTableDaysItemDaySize : string;
|
|
256
|
+
export const utrechtCalendarTableDaysItemDayColor : string;
|
|
257
|
+
export const utrechtCalendarTableDaysItemDayBorderWidth : string;
|
|
258
|
+
export const utrechtCalendarTableDaysItemDayBorderColor : string;
|
|
259
|
+
export const utrechtCalendarTableDaysItemDayHoverColor : string;
|
|
260
|
+
export const utrechtCalendarTableDaysItemDayHoverBorderColor : string;
|
|
261
|
+
export const utrechtCalendarTableDaysItemDayFocusBorderColor : string;
|
|
262
|
+
export const utrechtCalendarTableDaysItemDayActiveBorderColor : string;
|
|
263
|
+
export const utrechtCalendarTableDaysItemDayOutOfTheMonthColor : string;
|
|
264
|
+
export const utrechtCalendarTableDaysItemDayOutOfTheMonthBorderColor : string;
|
|
265
|
+
export const utrechtCalendarTableDaysItemDayIsTodayBackgroundColor : string;
|
|
266
|
+
export const utrechtCalendarTableDaysItemDayIsTodayColor : string;
|
|
267
|
+
export const utrechtCalendarTableDaysItemDayIsTodayBorderColor : string;
|
|
268
|
+
export const utrechtCalendarTableDaysItemDayIsTodayFontWeight : string;
|
|
269
|
+
export const utrechtCalendarTableDaysItemDayEmphasisBorderColor : string;
|
|
270
|
+
export const utrechtCalendarTableDaysItemDaySelectedBackgroundColor : string;
|
|
271
|
+
export const utrechtCalendarTableDaysItemDaySelectedColor : string;
|
|
272
|
+
export const utrechtCalendarTableDaysItemDaySelectedBorderColor : string;
|
|
273
|
+
export const utrechtCalendarTableDaysItemDayDisabledColor : string;
|
|
274
|
+
export const utrechtCalendarTableDaysItemDayDisabledBorderColor : string;
|
|
275
|
+
export const utrechtCalendarNavigationColor : string;
|
|
276
|
+
export const utrechtCalendarNavigationPaddingBlockStart : string;
|
|
277
|
+
export const utrechtCalendarNavigationPaddingBlockEnd : string;
|
|
278
|
+
export const utrechtCalendarNavigationLabelMinInlineSize : string;
|
|
279
|
+
export const utrechtCalendarNavigationLabelColor : string;
|
|
280
|
+
export const utrechtCalendarNavigationLabelFontSize : string;
|
|
281
|
+
export const utrechtCalendarIconSize : string;
|
|
282
|
+
export const utrechtCheckboxBackgroundColor : string;
|
|
283
|
+
export const utrechtCheckboxBorderColor : string;
|
|
284
|
+
export const utrechtCheckboxBorderRadius : string;
|
|
285
|
+
export const utrechtCheckboxBorderWidth : string;
|
|
286
|
+
export const utrechtCheckboxColor : string;
|
|
287
|
+
export const utrechtCheckboxSize : string;
|
|
288
|
+
export const utrechtCheckboxFocusBorderWidth : string;
|
|
289
|
+
export const utrechtCheckboxDisabledBorderColor : string;
|
|
290
|
+
export const utrechtCheckboxDisabledBackgroundColor : string;
|
|
291
|
+
export const utrechtCheckboxCheckedBorderColor : string;
|
|
292
|
+
export const utrechtCheckboxCheckedBackgroundColor : string;
|
|
293
|
+
export const utrechtCheckboxIndeterminateBackgroundColor : string;
|
|
294
|
+
export const utrechtCheckboxInvalidBorderColor : string;
|
|
295
|
+
export const utrechtCheckboxMarginBlockStart : number;
|
|
296
|
+
export const utrechtCodeBlockBackgroundColor : string;
|
|
297
|
+
export const utrechtCodeBlockColor : string;
|
|
298
|
+
export const utrechtCodeBlockFontSize : string;
|
|
299
|
+
export const utrechtCodeBlockLineHeight : string;
|
|
300
|
+
export const utrechtCodeBlockMarginBlockStart : string;
|
|
301
|
+
export const utrechtCodeBlockMarginBlockEnd : string;
|
|
302
|
+
export const utrechtCodeBlockPaddingBlockStart : string;
|
|
303
|
+
export const utrechtCodeBlockPaddingBlockEnd : string;
|
|
304
|
+
export const utrechtCodeBlockPaddingInlineStart : string;
|
|
305
|
+
export const utrechtCodeBlockPaddingInlineEnd : string;
|
|
306
|
+
export const utrechtColumnLayoutColumnRuleColor : string;
|
|
307
|
+
export const utrechtColumnLayoutColumnRuleWidth : string;
|
|
308
|
+
export const utrechtColumnLayoutColumnWidth : string;
|
|
309
|
+
export const utrechtColumnLayoutGap : string;
|
|
310
|
+
export const utrechtActionActivateCursor : string;
|
|
311
|
+
export const utrechtActionBusyCursor : string;
|
|
312
|
+
export const utrechtActionDisabledCursor : string;
|
|
313
|
+
export const utrechtActionInertCursor : string;
|
|
314
|
+
export const utrechtActionNavigateCursor : string;
|
|
315
|
+
export const utrechtActionSubmitCursor : string;
|
|
316
|
+
export const utrechtFeedbackDangerBackgroundColor : string;
|
|
317
|
+
export const utrechtFeedbackDangerBorderColor : string;
|
|
318
|
+
export const utrechtFeedbackDangerColor : string;
|
|
319
|
+
export const utrechtFeedbackDangerFillBackgroundColor : string;
|
|
320
|
+
export const utrechtFeedbackDangerFillColor : string;
|
|
321
|
+
export const utrechtFeedbackWarningBackgroundColor : string;
|
|
322
|
+
export const utrechtFeedbackWarningBorderColor : string;
|
|
323
|
+
export const utrechtFeedbackWarningColor : string;
|
|
324
|
+
export const utrechtFeedbackWarningFillBackgroundColor : string;
|
|
325
|
+
export const utrechtFeedbackWarningFillColor : string;
|
|
326
|
+
export const utrechtFeedbackSafeBackgroundColor : string;
|
|
327
|
+
export const utrechtFeedbackSafeBorderColor : string;
|
|
328
|
+
export const utrechtFeedbackSafeColor : string;
|
|
329
|
+
export const utrechtFeedbackSafeFillBackgroundColor : string;
|
|
330
|
+
export const utrechtFeedbackSafeFillColor : string;
|
|
331
|
+
export const utrechtFeedbackInvalidBackgroundColor : string;
|
|
332
|
+
export const utrechtFeedbackInvalidBorderColor : string;
|
|
333
|
+
export const utrechtFeedbackInvalidColor : string;
|
|
334
|
+
export const utrechtFeedbackInvalidFillBackgroundColor : string;
|
|
335
|
+
export const utrechtFeedbackInvalidFillColor : string;
|
|
336
|
+
export const utrechtFeedbackValidBackgroundColor : string;
|
|
337
|
+
export const utrechtFeedbackValidBorderColor : string;
|
|
338
|
+
export const utrechtFeedbackValidColor : string;
|
|
339
|
+
export const utrechtFeedbackValidFillBackgroundColor : string;
|
|
340
|
+
export const utrechtFeedbackValidFillColor : string;
|
|
341
|
+
export const utrechtFeedbackErrorBackgroundColor : string;
|
|
342
|
+
export const utrechtFeedbackErrorBorderColor : string;
|
|
343
|
+
export const utrechtFeedbackErrorColor : string;
|
|
344
|
+
export const utrechtFeedbackErrorFillBackgroundColor : string;
|
|
345
|
+
export const utrechtFeedbackErrorFillColor : string;
|
|
346
|
+
export const utrechtFeedbackSuccessBackgroundColor : string;
|
|
347
|
+
export const utrechtFeedbackSuccessBorderColor : string;
|
|
348
|
+
export const utrechtFeedbackSuccessColor : string;
|
|
349
|
+
export const utrechtFeedbackSuccessFillBackgroundColor : string;
|
|
350
|
+
export const utrechtFeedbackSuccessFillColor : string;
|
|
351
|
+
export const utrechtFeedbackInactiveBackgroundColor : string;
|
|
352
|
+
export const utrechtFeedbackInactiveBorderColor : string;
|
|
353
|
+
export const utrechtFeedbackInactiveColor : string;
|
|
354
|
+
export const utrechtFeedbackInactiveFillBackgroundColor : string;
|
|
355
|
+
export const utrechtFeedbackInactiveFillColor : string;
|
|
356
|
+
export const utrechtFeedbackActiveBackgroundColor : string;
|
|
357
|
+
export const utrechtFeedbackActiveBorderColor : string;
|
|
358
|
+
export const utrechtFeedbackActiveColor : string;
|
|
359
|
+
export const utrechtFeedbackActiveFillBackgroundColor : string;
|
|
360
|
+
export const utrechtFeedbackActiveFillColor : string;
|
|
361
|
+
export const utrechtPointerTargetMinSize : string;
|
|
362
|
+
/** Extra Small 3 */
|
|
363
|
+
export const utrechtSpaceBlock3xs : string;
|
|
364
|
+
/** Extra Small 2 */
|
|
365
|
+
export const utrechtSpaceBlock2xs : string;
|
|
366
|
+
/** Extra Small */
|
|
367
|
+
export const utrechtSpaceBlockXs : string;
|
|
368
|
+
/** Small */
|
|
369
|
+
export const utrechtSpaceBlockSm : string;
|
|
370
|
+
/** Medium */
|
|
371
|
+
export const utrechtSpaceBlockMd : string;
|
|
372
|
+
/** Large */
|
|
373
|
+
export const utrechtSpaceBlockLg : string;
|
|
374
|
+
/** Extra Large */
|
|
375
|
+
export const utrechtSpaceBlockXl : string;
|
|
376
|
+
/** Extra Large 2 */
|
|
377
|
+
export const utrechtSpaceBlock2xl : string;
|
|
378
|
+
/** Extra Large 3 */
|
|
379
|
+
export const utrechtSpaceBlock3xl : string;
|
|
380
|
+
/** Extra Large 4 */
|
|
381
|
+
export const utrechtSpaceBlock4xl : string;
|
|
382
|
+
export const utrechtSpaceBlock4xs : string;
|
|
383
|
+
/** Extra Small 3 */
|
|
384
|
+
export const utrechtSpaceInline3xs : string;
|
|
385
|
+
/** Extra Small 2 */
|
|
386
|
+
export const utrechtSpaceInline2xs : string;
|
|
387
|
+
/** Extra Small */
|
|
388
|
+
export const utrechtSpaceInlineXs : string;
|
|
389
|
+
/** Small */
|
|
390
|
+
export const utrechtSpaceInlineSm : string;
|
|
391
|
+
/** Medium */
|
|
392
|
+
export const utrechtSpaceInlineMd : string;
|
|
393
|
+
/** Large */
|
|
394
|
+
export const utrechtSpaceInlineLg : string;
|
|
395
|
+
/** Extra Large */
|
|
396
|
+
export const utrechtSpaceInlineXl : string;
|
|
397
|
+
/** Extra Large 2 */
|
|
398
|
+
export const utrechtSpaceInline2xl : string;
|
|
399
|
+
/** Extra Large 3 */
|
|
400
|
+
export const utrechtSpaceInline3xl : string;
|
|
401
|
+
/** Extra Large 4 */
|
|
402
|
+
export const utrechtSpaceInline4xl : string;
|
|
403
|
+
/** Extra Small 3 */
|
|
404
|
+
export const utrechtSpaceText3xs : string;
|
|
405
|
+
/** Extra Small 2 */
|
|
406
|
+
export const utrechtSpaceText2xs : string;
|
|
407
|
+
/** Extra Small */
|
|
408
|
+
export const utrechtSpaceTextXs : string;
|
|
409
|
+
/** Small */
|
|
410
|
+
export const utrechtSpaceTextSm : string;
|
|
411
|
+
/** Medium */
|
|
412
|
+
export const utrechtSpaceTextMd : string;
|
|
413
|
+
/** Large */
|
|
414
|
+
export const utrechtSpaceTextLg : string;
|
|
415
|
+
/** Extra Large */
|
|
416
|
+
export const utrechtSpaceTextXl : string;
|
|
417
|
+
/** Extra Large 2 */
|
|
418
|
+
export const utrechtSpaceText2xl : string;
|
|
419
|
+
/** Extra Large 3 */
|
|
420
|
+
export const utrechtSpaceText3xl : string;
|
|
421
|
+
/** Extra Small 4 */
|
|
422
|
+
export const utrechtSpaceRow4xs : string;
|
|
423
|
+
/** Extra Small 3 */
|
|
424
|
+
export const utrechtSpaceRow3xs : string;
|
|
425
|
+
/** Extra Small 2 */
|
|
426
|
+
export const utrechtSpaceRow2xs : string;
|
|
427
|
+
/** Extra Small */
|
|
428
|
+
export const utrechtSpaceRowXs : string;
|
|
429
|
+
/** Small */
|
|
430
|
+
export const utrechtSpaceRowSm : string;
|
|
431
|
+
/** Medium */
|
|
432
|
+
export const utrechtSpaceRowMd : string;
|
|
433
|
+
/** Large */
|
|
434
|
+
export const utrechtSpaceRowLg : string;
|
|
435
|
+
/** Extra Large */
|
|
436
|
+
export const utrechtSpaceRowXl : string;
|
|
437
|
+
/** Extra Large 2 */
|
|
438
|
+
export const utrechtSpaceRow2xl : string;
|
|
439
|
+
/** Extra Large 3 */
|
|
440
|
+
export const utrechtSpaceRow3xl : string;
|
|
441
|
+
/** Extra Large 4 */
|
|
442
|
+
export const utrechtSpaceRow4xl : string;
|
|
443
|
+
/** Extra Large 5 */
|
|
444
|
+
export const utrechtSpaceRow5xl : string;
|
|
445
|
+
/** Extra Small 4 */
|
|
446
|
+
export const utrechtSpaceColumn4xs : string;
|
|
447
|
+
/** Extra Small 3 */
|
|
448
|
+
export const utrechtSpaceColumn3xs : string;
|
|
449
|
+
/** Extra Small 2 */
|
|
450
|
+
export const utrechtSpaceColumn2xs : string;
|
|
451
|
+
/** Extra Small */
|
|
452
|
+
export const utrechtSpaceColumnXs : string;
|
|
453
|
+
/** Small */
|
|
454
|
+
export const utrechtSpaceColumnSm : string;
|
|
455
|
+
/** Medium */
|
|
456
|
+
export const utrechtSpaceColumnMd : string;
|
|
457
|
+
/** Large */
|
|
458
|
+
export const utrechtSpaceColumnLg : string;
|
|
459
|
+
/** Extra Large */
|
|
460
|
+
export const utrechtSpaceColumnXl : string;
|
|
461
|
+
/** Extra Large 2 */
|
|
462
|
+
export const utrechtSpaceColumn2xl : string;
|
|
463
|
+
/** Extra Large 3 */
|
|
464
|
+
export const utrechtSpaceColumn3xl : string;
|
|
465
|
+
/** Extra Large 4 */
|
|
466
|
+
export const utrechtSpaceColumn4xl : string;
|
|
467
|
+
/** Extra Large 5 */
|
|
468
|
+
export const utrechtSpaceColumn5xl : string;
|
|
469
|
+
export const utrechtDataListMarginBlockEnd : string;
|
|
470
|
+
export const utrechtDataListMarginBlockStart : string;
|
|
471
|
+
export const utrechtDataListItemKeyFontWeight : string;
|
|
472
|
+
export const utrechtDataListRowsColumnMinInlineSize : string;
|
|
473
|
+
export const utrechtDataListRowsColumnInlineSize : string;
|
|
474
|
+
export const utrechtDataListRowsItemMarginBlockStart : string;
|
|
475
|
+
export const utrechtDataListRowsItemValueMarginBlockStart : string;
|
|
476
|
+
export const utrechtDataPlaceholderBackgroundColor : string;
|
|
477
|
+
export const utrechtDocumentBackgroundColor : string;
|
|
478
|
+
export const utrechtDocumentColor : string;
|
|
479
|
+
export const utrechtDocumentFontFamily : string;
|
|
480
|
+
export const utrechtDocumentFontSize : string;
|
|
481
|
+
export const utrechtDocumentLineHeight : string;
|
|
482
|
+
export const utrechtDrawerBackgroundColor : string;
|
|
483
|
+
export const utrechtDrawerBorderColor : string;
|
|
484
|
+
export const utrechtDrawerBorderWidth : string;
|
|
485
|
+
export const utrechtDrawerColor : string;
|
|
486
|
+
export const utrechtDrawerMaxBlockSize : string;
|
|
487
|
+
export const utrechtDrawerMaxInlineSize : string;
|
|
488
|
+
export const utrechtDrawerPaddingBlockEnd : string;
|
|
489
|
+
export const utrechtDrawerPaddingBlockStart : string;
|
|
490
|
+
export const utrechtDrawerPaddingInlineStart : string;
|
|
491
|
+
export const utrechtDrawerPaddingInlineEnd : string;
|
|
492
|
+
export const utrechtEmphasisStrongFontWeight : string;
|
|
493
|
+
export const utrechtFigureCaptionColor : string;
|
|
494
|
+
export const utrechtFigureCaptionFontSize : string;
|
|
495
|
+
export const utrechtFigureCaptionLineHeight : string;
|
|
496
|
+
export const utrechtFocusBackgroundColor : string;
|
|
497
|
+
export const utrechtFocusOutlineColor : string;
|
|
498
|
+
export const utrechtFocusOutlineStyle : string;
|
|
499
|
+
export const utrechtFocusOutlineWidth : string;
|
|
500
|
+
export const utrechtFocusInverseOutlineColor : string;
|
|
501
|
+
export const utrechtFormControlBackgroundColor : string;
|
|
502
|
+
export const utrechtFormControlBorderColor : string;
|
|
503
|
+
export const utrechtFormControlBorderRadius : string;
|
|
504
|
+
export const utrechtFormControlBorderWidth : string;
|
|
505
|
+
export const utrechtFormControlColor : string;
|
|
506
|
+
export const utrechtFormControlFontFamily : string;
|
|
507
|
+
export const utrechtFormControlFontSize : string;
|
|
508
|
+
export const utrechtFormControlMaxInlineSize : string;
|
|
509
|
+
export const utrechtFormControlPaddingBlockEnd : string;
|
|
510
|
+
export const utrechtFormControlPaddingBlockStart : string;
|
|
511
|
+
export const utrechtFormControlPaddingInlineEnd : string;
|
|
512
|
+
export const utrechtFormControlPaddingInlineStart : string;
|
|
513
|
+
export const utrechtFormControlPlaceholderColor : string;
|
|
514
|
+
export const utrechtFormControlPlaceholderFontStyle : string;
|
|
515
|
+
export const utrechtFormControlFocusBorderColor : string;
|
|
516
|
+
export const utrechtFormControlInvalidBorderColor : string;
|
|
517
|
+
export const utrechtFormControlReadOnlyBackgroundColor : string;
|
|
518
|
+
export const utrechtFormControlReadOnlyBorderColor : string;
|
|
519
|
+
export const utrechtFormControlReadOnlyColor : string;
|
|
520
|
+
export const utrechtFormControlBlockSize : string;
|
|
521
|
+
export const utrechtFormFieldDescriptionInvalidColor : string;
|
|
522
|
+
export const utrechtFormFieldDescriptionValidColor : string;
|
|
523
|
+
export const utrechtFormFieldDescriptionWarningColor : string;
|
|
524
|
+
export const utrechtFormFieldErrorMessageColor : string;
|
|
525
|
+
export const utrechtFormFieldMarginBlockStart : string;
|
|
526
|
+
export const utrechtFormFieldMarginBlockEnd : string;
|
|
527
|
+
export const utrechtFormFieldInvalidBorderInlineStartColor : string;
|
|
528
|
+
export const utrechtFormFieldInvalidBorderInlineStartWidth : string;
|
|
529
|
+
export const utrechtFormFieldInvalidPaddingInlineStart : string;
|
|
530
|
+
export const utrechtFormFieldLabelMarginBlockEnd : string;
|
|
531
|
+
export const utrechtFormFieldDescriptionMarginBlockStart : string;
|
|
532
|
+
export const utrechtFormFieldDescriptionMarginBlockEnd : string;
|
|
533
|
+
export const utrechtFormFieldsetMarginBlockEnd : string;
|
|
534
|
+
export const utrechtFormFieldsetMarginBlockStart : string;
|
|
535
|
+
export const utrechtFormFieldsetSectionBackgroundColor : string;
|
|
536
|
+
export const utrechtFormFieldsetSectionColor : string;
|
|
537
|
+
export const utrechtFormFieldsetLegendFontSize : string;
|
|
538
|
+
export const utrechtFormFieldsetLegendFontWeight : string;
|
|
539
|
+
export const utrechtFormFieldsetLegendLineHeight : string;
|
|
540
|
+
export const utrechtFormFieldsetLegendMarginBlockEnd : string;
|
|
541
|
+
export const utrechtFormFieldsetLegendMarginBlockStart : string;
|
|
542
|
+
export const utrechtFormFieldsetLegendDisabledColor : string;
|
|
543
|
+
export const utrechtFormLabelFontWeight : string;
|
|
544
|
+
export const utrechtFormLabelFontSize : string;
|
|
545
|
+
export const utrechtFormLabelCheckboxFontWeight : string;
|
|
546
|
+
export const utrechtFormLabelRadioFontWeight : string;
|
|
547
|
+
export const utrechtFormToggleAccentColor : string;
|
|
548
|
+
export const utrechtFormToggleBackgroundColor : string;
|
|
549
|
+
export const utrechtFormToggleBorderColor : string;
|
|
550
|
+
export const utrechtFormToggleBorderStyle : string;
|
|
551
|
+
export const utrechtFormToggleBorderRadius : string;
|
|
552
|
+
export const utrechtFormToggleBorderWidth : string;
|
|
553
|
+
export const utrechtFormToggleColor : string;
|
|
554
|
+
export const utrechtFormToggleHeight : string;
|
|
555
|
+
export const utrechtFormTogglePaddingInlineEnd : string;
|
|
556
|
+
export const utrechtFormTogglePaddingInlineStart : string;
|
|
557
|
+
export const utrechtFormTogglePaddingBlockEnd : string;
|
|
558
|
+
export const utrechtFormTogglePaddingBlockStart : string;
|
|
559
|
+
export const utrechtFormToggleWidth : string;
|
|
560
|
+
export const utrechtFormToggleTrackBorderRadius : string;
|
|
561
|
+
export const utrechtFormToggleTrackDisabledBackgroundColor : string;
|
|
562
|
+
export const utrechtFormToggleThumbBackgroundColor : string;
|
|
563
|
+
export const utrechtFormToggleThumbMarginInlineStart : string;
|
|
564
|
+
export const utrechtFormToggleThumbMarginInlineEnd : string;
|
|
565
|
+
export const utrechtFormToggleThumbMinInlineSize : string;
|
|
566
|
+
export const utrechtFormToggleThumbDisabledBoxShadow : number;
|
|
567
|
+
export const utrechtFormToggleThumbDisabledBackgroundColor : string;
|
|
568
|
+
export const utrechtFormToggleCheckedAccentColor : string;
|
|
569
|
+
export const utrechtFormToggleFocusBorderColor : string;
|
|
570
|
+
export const utrechtFormToggleFocusBorderStyle : string;
|
|
571
|
+
export const utrechtFormToggleFocusBorderWidth : string;
|
|
572
|
+
export const utrechtHeading1FontFamily : string;
|
|
573
|
+
export const utrechtHeading1FontSize : string;
|
|
574
|
+
export const utrechtHeading1FontWeight : string;
|
|
575
|
+
export const utrechtHeading1LineHeight : string;
|
|
576
|
+
export const utrechtHeading1MarginBlockEnd : string;
|
|
577
|
+
export const utrechtHeading1MarginBlockStart : string;
|
|
578
|
+
export const utrechtHeading2FontFamily : string;
|
|
579
|
+
export const utrechtHeading2FontSize : string;
|
|
580
|
+
export const utrechtHeading2FontWeight : string;
|
|
581
|
+
export const utrechtHeading2LineHeight : string;
|
|
582
|
+
export const utrechtHeading2MarginBlockEnd : string;
|
|
583
|
+
export const utrechtHeading2MarginBlockStart : string;
|
|
584
|
+
export const utrechtHeading3FontFamily : string;
|
|
585
|
+
export const utrechtHeading3FontSize : string;
|
|
586
|
+
export const utrechtHeading3FontWeight : string;
|
|
587
|
+
export const utrechtHeading3LineHeight : string;
|
|
588
|
+
export const utrechtHeading3MarginBlockEnd : string;
|
|
589
|
+
export const utrechtHeading3MarginBlockStart : string;
|
|
590
|
+
export const utrechtHeading4FontFamily : string;
|
|
591
|
+
export const utrechtHeading4FontSize : string;
|
|
592
|
+
export const utrechtHeading4FontWeight : string;
|
|
593
|
+
export const utrechtHeading4LineHeight : string;
|
|
594
|
+
export const utrechtHeading4MarginBlockEnd : string;
|
|
595
|
+
export const utrechtHeading4MarginBlockStart : string;
|
|
596
|
+
export const utrechtHeading5FontFamily : string;
|
|
597
|
+
export const utrechtHeading5FontSize : string;
|
|
598
|
+
export const utrechtHeading5FontWeight : string;
|
|
599
|
+
export const utrechtHeading5LineHeight : string;
|
|
600
|
+
export const utrechtHeading5MarginBlockEnd : string;
|
|
601
|
+
export const utrechtHeading5MarginBlockStart : string;
|
|
602
|
+
export const utrechtHeading6FontFamily : string;
|
|
603
|
+
export const utrechtHeading6FontSize : string;
|
|
604
|
+
export const utrechtHeading6FontWeight : string;
|
|
605
|
+
export const utrechtHeading6LineHeight : string;
|
|
606
|
+
export const utrechtHeadingFontWeight : string;
|
|
607
|
+
export const utrechtIconSize : string;
|
|
608
|
+
export const utrechtIconBaselineInsetBlockStart : string;
|
|
609
|
+
export const utrechtIndexCharNavMarginBlockStart : string;
|
|
610
|
+
export const utrechtIndexCharNavMarginBlockEnd : string;
|
|
611
|
+
export const utrechtIndexCharNavGap : string;
|
|
612
|
+
export const utrechtIndexCharNavLinkCurrentFontWeight : string;
|
|
613
|
+
export const utrechtLinkListRowGap : string;
|
|
614
|
+
export const utrechtLinkListLinkColumnGap : string;
|
|
615
|
+
export const utrechtLinkListLinkFontWeight : string;
|
|
616
|
+
export const utrechtLinkListLinkTextDecoration : string;
|
|
617
|
+
export const utrechtLinkListIconSize : string;
|
|
618
|
+
export const utrechtLinkSocialBackgroundColor : string;
|
|
619
|
+
export const utrechtLinkSocialBorderColor : string;
|
|
620
|
+
export const utrechtLinkSocialBorderWidth : string;
|
|
621
|
+
export const utrechtLinkSocialColor : string;
|
|
622
|
+
export const utrechtLinkSocialMarginInlineStart : string;
|
|
623
|
+
export const utrechtLinkSocialSize : string;
|
|
624
|
+
export const utrechtLinkSocialIconSize : string;
|
|
625
|
+
export const utrechtLinkSocialHoverTransformScale : string;
|
|
626
|
+
export const utrechtLinkColor : string;
|
|
627
|
+
export const utrechtLinkTextDecoration : string;
|
|
628
|
+
export const utrechtLinkTextUnderlineOffset : string;
|
|
629
|
+
export const utrechtLinkActiveColor : string;
|
|
630
|
+
export const utrechtLinkFocusColor : string;
|
|
631
|
+
export const utrechtLinkFocusVisibleTextDecoration : string;
|
|
632
|
+
export const utrechtLinkHoverColor : string;
|
|
633
|
+
export const utrechtLinkHoverTextDecoration : string;
|
|
634
|
+
export const utrechtLinkHoverTextDecorationThickness : string;
|
|
635
|
+
export const utrechtLinkPlaceholderColor : string;
|
|
636
|
+
export const utrechtLinkVisitedColor : string;
|
|
637
|
+
export const utrechtLinkIconSize : string;
|
|
638
|
+
export const utrechtListSocialItemMarginInlineEnd : string;
|
|
639
|
+
export const utrechtListboxBackgroundColor : string;
|
|
640
|
+
export const utrechtListboxBorderColor : string;
|
|
641
|
+
export const utrechtListboxBorderWidth : string;
|
|
642
|
+
export const utrechtListboxInlineSize : string;
|
|
643
|
+
export const utrechtListboxMaxBlockSize : string;
|
|
644
|
+
export const utrechtListboxOptionMinBlockSize : string;
|
|
645
|
+
export const utrechtListboxOptionPaddingBlockEnd : string;
|
|
646
|
+
export const utrechtListboxOptionPaddingBlockStart : string;
|
|
647
|
+
export const utrechtListboxOptionPaddingInlineEnd : string;
|
|
648
|
+
export const utrechtListboxOptionPaddingInlineStart : string;
|
|
649
|
+
export const utrechtListboxOptionActiveBackgroundColor : string;
|
|
650
|
+
export const utrechtListboxOptionActiveColor : string;
|
|
651
|
+
export const utrechtListboxOptionActiveFontWeight : string;
|
|
652
|
+
export const utrechtListboxOptionHoverBackgroundColor : string;
|
|
653
|
+
export const utrechtListboxOptionHoverColor : string;
|
|
654
|
+
export const utrechtListboxOptionSelectedBackgroundColor : string;
|
|
655
|
+
export const utrechtListboxOptionSelectedColor : string;
|
|
656
|
+
export const utrechtListboxOptionGroupMarginBlockEnd : string;
|
|
657
|
+
export const utrechtListboxOptionGroupTitleFontSize : string;
|
|
658
|
+
export const utrechtListboxOptionGroupTitleFontWeight : string;
|
|
659
|
+
export const utrechtListboxOptionGroupTitleColor : string;
|
|
660
|
+
export const utrechtListboxOptionGroupTitleMarginInlineStart : string;
|
|
661
|
+
export const utrechtLogoMaxBlockSize : string;
|
|
662
|
+
export const utrechtLogoMaxInlineSize : string;
|
|
663
|
+
export const utrechtLogoMinBlockSize : string;
|
|
664
|
+
export const utrechtLogoMinInlineSize : string;
|
|
665
|
+
export const utrechtMapMarkerBackgroundColor : string;
|
|
666
|
+
export const utrechtMapMarkerColor : string;
|
|
667
|
+
export const utrechtMapMarkerSize : string;
|
|
668
|
+
export const utrechtMapMarkerBorderWidth : string;
|
|
669
|
+
export const utrechtMapMarkerBorderColor : string;
|
|
670
|
+
export const utrechtMapMarkerBoxShadowColor : string;
|
|
671
|
+
export const utrechtMapMarkerIconSize : string;
|
|
672
|
+
export const utrechtMapcontrolbuttonBackgroundColor : string;
|
|
673
|
+
export const utrechtMapcontrolbuttonBorderColor : string;
|
|
674
|
+
export const utrechtMapcontrolbuttonBorderRadius : string;
|
|
675
|
+
export const utrechtMapcontrolbuttonBorderStyle : string;
|
|
676
|
+
export const utrechtMapcontrolbuttonBorderWidth : string;
|
|
677
|
+
export const utrechtMapcontrolbuttonColor : string;
|
|
678
|
+
export const utrechtMapcontrolbuttonMinBlockSize : string;
|
|
679
|
+
export const utrechtMapcontrolbuttonMinInlineSize : string;
|
|
680
|
+
export const utrechtMapcontrolbuttonDisabledBackgroundColor : string;
|
|
681
|
+
export const utrechtMapcontrolbuttonDisabledBorderColor : string;
|
|
682
|
+
export const utrechtMapcontrolbuttonDisabledColor : string;
|
|
683
|
+
export const utrechtMapcontrolbuttonFocusColor : string;
|
|
684
|
+
export const utrechtMapcontrolbuttonFocusTextDecoration : string;
|
|
685
|
+
export const utrechtMapcontrolbuttonHoverBackgroundColor : string;
|
|
686
|
+
export const utrechtMapcontrolbuttonHoverColor : string;
|
|
687
|
+
export const utrechtMapcontrolbuttonLabelMarginInlineStart : string;
|
|
688
|
+
export const utrechtMapcontrolbuttonLabelMarginInlineEnd : string;
|
|
689
|
+
export const utrechtMapcontrolbuttonMarginBlockEnd : string;
|
|
690
|
+
export const utrechtMapcontrolbuttonMarginBlockStart : string;
|
|
691
|
+
export const utrechtMapcontrolbuttonMarginInlineEnd : string;
|
|
692
|
+
export const utrechtMapcontrolbuttonMarginInlineStart : string;
|
|
693
|
+
export const utrechtMapcontrolbuttonPaddingBlockEnd : string;
|
|
694
|
+
export const utrechtMapcontrolbuttonPaddingBlockStart : string;
|
|
695
|
+
export const utrechtMapcontrolbuttonPaddingInlineEnd : string;
|
|
696
|
+
export const utrechtMapcontrolbuttonPaddingInlineStart : string;
|
|
697
|
+
export const utrechtMarkBackgroundColor : string;
|
|
698
|
+
export const utrechtMarkColor : string;
|
|
699
|
+
export const utrechtNavBarBackgroundColor : string;
|
|
700
|
+
export const utrechtNavBarColor : string;
|
|
701
|
+
export const utrechtNavBarContentMaxInlineSize : string;
|
|
702
|
+
export const utrechtNavBarLinkPaddingBlockEnd : string;
|
|
703
|
+
export const utrechtNavBarLinkPaddingBlockStart : string;
|
|
704
|
+
export const utrechtNavBarLinkPaddingInlineEnd : string;
|
|
705
|
+
export const utrechtNavBarLinkPaddingInlineStart : string;
|
|
706
|
+
export const utrechtSidenavItemMarginBlockStart : string;
|
|
707
|
+
export const utrechtSidenavItemMarginBlockEnd : string;
|
|
708
|
+
export const utrechtSidenavItemMarginInlineStart : string;
|
|
709
|
+
export const utrechtSidenavItemMarginInlineEnd : string;
|
|
710
|
+
export const utrechtSidenavItemHoverColor : string;
|
|
711
|
+
export const utrechtSidenavItemMarkerColor : string;
|
|
712
|
+
export const utrechtSidenavItemMarkerHoverColor : string;
|
|
713
|
+
export const utrechtSidenavLinkColor : string;
|
|
714
|
+
export const utrechtSidenavLinkHoverColor : string;
|
|
715
|
+
export const utrechtTopnavListBackgroundColor : string;
|
|
716
|
+
export const utrechtTopnavListBorderColor : string;
|
|
717
|
+
export const utrechtTopnavLinkColor : string;
|
|
718
|
+
export const utrechtTopnavLinkBackgroundColor : string;
|
|
719
|
+
export const utrechtTopnavLinkFocusColor : string;
|
|
720
|
+
export const utrechtTopnavLinkFocusBoxShadowColor : string;
|
|
721
|
+
export const utrechtTopnavLinkFocusBorderType : string;
|
|
722
|
+
export const utrechtTopnavLinkFocusTextDecoration : string;
|
|
723
|
+
export const utrechtTopnavLinkFocusBackgroundColor : string;
|
|
724
|
+
export const utrechtTopnavLinkFocusOutlineColor : string;
|
|
725
|
+
export const utrechtTopnavLinkHoverBackgroundColor : string;
|
|
726
|
+
export const utrechtNumberBadgeBackgroundColor : string;
|
|
727
|
+
export const utrechtNumberBadgeBorderRadius : string;
|
|
728
|
+
/** Default text color for badge components */
|
|
729
|
+
export const utrechtNumberBadgeColor : string;
|
|
730
|
+
export const utrechtNumberBadgeFontSize : string;
|
|
731
|
+
/** Default block padding for badge components */
|
|
732
|
+
export const utrechtNumberBadgePaddingBlock : string;
|
|
733
|
+
/** Default inline padding color for badge components */
|
|
734
|
+
export const utrechtNumberBadgePaddingInline : string;
|
|
735
|
+
export const utrechtNumberDataPositiveColor : string;
|
|
736
|
+
export const utrechtNumberDataNegativeColor : string;
|
|
737
|
+
export const utrechtOrderedListMarginBlockStart : string;
|
|
738
|
+
export const utrechtOrderedListMarginBlockEnd : string;
|
|
739
|
+
export const utrechtOrderedListPaddingInlineStart : string;
|
|
740
|
+
export const utrechtOrderedListItemMarginBlockStart : string;
|
|
741
|
+
export const utrechtOrderedListItemMarginBlockEnd : string;
|
|
742
|
+
export const utrechtOrderedListItemPaddingInlineStart : string;
|
|
743
|
+
export const utrechtPageContentPaddingBlockStart : string;
|
|
744
|
+
export const utrechtPageContentPaddingBlockEnd : string;
|
|
745
|
+
export const utrechtPageFooterColor : string;
|
|
746
|
+
export const utrechtPageFooterBackgroundColor : string;
|
|
747
|
+
export const utrechtPageFooterBackgroundImage : string;
|
|
748
|
+
export const utrechtPageFooterPaddingInlineEnd : string;
|
|
749
|
+
export const utrechtPageFooterPaddingInlineStart : string;
|
|
750
|
+
export const utrechtPageFooterPaddingBlockEnd : string;
|
|
751
|
+
export const utrechtPageFooterPaddingBlockStart : string;
|
|
752
|
+
export const utrechtPageHeaderPaddingBlockStart : string;
|
|
753
|
+
export const utrechtPageHeaderPaddingBlockEnd : string;
|
|
754
|
+
export const utrechtPageHeaderPaddingInlineStart : string;
|
|
755
|
+
export const utrechtPageHeaderPaddingInlineEnd : string;
|
|
756
|
+
export const utrechtPageBackgroundColor : string;
|
|
757
|
+
export const utrechtPageColor : string;
|
|
758
|
+
export const utrechtPageMarginInlineStart : string;
|
|
759
|
+
export const utrechtPageMarginInlineEnd : string;
|
|
760
|
+
export const utrechtPageMaxInlineSize : string;
|
|
761
|
+
export const utrechtPagePaddingBlockStart : string;
|
|
762
|
+
export const utrechtPagePaddingInlineEnd : string;
|
|
763
|
+
export const utrechtPagePaddingBlockEnd : string;
|
|
764
|
+
export const utrechtPagePaddingInlineStart : string;
|
|
765
|
+
export const utrechtPaginationFontSize : string;
|
|
766
|
+
export const utrechtPaginationMarginBlockStart : string;
|
|
767
|
+
export const utrechtPaginationMarginBlockEnd : string;
|
|
768
|
+
export const utrechtPaginationPageLinkBackgroundColor : string;
|
|
769
|
+
export const utrechtPaginationPageLinkBorderColor : string;
|
|
770
|
+
export const utrechtPaginationPageLinkBorderWidth : string;
|
|
771
|
+
export const utrechtPaginationPageLinkColor : string;
|
|
772
|
+
export const utrechtPaginationPageLinkFontWeight : string;
|
|
773
|
+
export const utrechtPaginationPageLinkPaddingInlineEnd : string;
|
|
774
|
+
export const utrechtPaginationPageLinkPaddingInlineStart : string;
|
|
775
|
+
export const utrechtPaginationPageLinkPaddingBlockEnd : string;
|
|
776
|
+
export const utrechtPaginationPageLinkPaddingBlockStart : string;
|
|
777
|
+
export const utrechtPaginationPageLinkTextDecoration : string;
|
|
778
|
+
export const utrechtPaginationPageLinkCurrentBackgroundColor : string;
|
|
779
|
+
export const utrechtPaginationPageLinkCurrentBorderColor : string;
|
|
780
|
+
export const utrechtPaginationPageLinkCurrentColor : string;
|
|
781
|
+
export const utrechtPaginationPageLinkDistancedMarginInlineStart : string;
|
|
782
|
+
export const utrechtPaginationPageLinkHoverBackgroundColor : string;
|
|
783
|
+
export const utrechtPaginationPageLinkHoverBorderColor : string;
|
|
784
|
+
export const utrechtPaginationPageLinkHoverColor : string;
|
|
785
|
+
export const utrechtPaginationRelativeLinkBackgroundColor : string;
|
|
786
|
+
export const utrechtPaginationRelativeLinkBorderColor : string;
|
|
787
|
+
export const utrechtPaginationRelativeLinkBorderWidth : string;
|
|
788
|
+
export const utrechtPaginationRelativeLinkColor : string;
|
|
789
|
+
export const utrechtPaginationRelativeLinkFontWeight : string;
|
|
790
|
+
export const utrechtPaginationRelativeLinkPaddingInlineEnd : string;
|
|
791
|
+
export const utrechtPaginationRelativeLinkPaddingInlineStart : string;
|
|
792
|
+
export const utrechtPaginationRelativeLinkPaddingBlockEnd : string;
|
|
793
|
+
export const utrechtPaginationRelativeLinkPaddingBlockStart : string;
|
|
794
|
+
export const utrechtPaginationRelativeLinkTextDecoration : string;
|
|
795
|
+
export const utrechtPaginationRelativeLinkTextTransform : string;
|
|
796
|
+
export const utrechtPaginationRelativeLinkDistancedMarginInlineEnd : string;
|
|
797
|
+
export const utrechtPaginationRelativeLinkDistancedMarginInlineStart : string;
|
|
798
|
+
export const utrechtPaginationRelativeLinkHoverBackgroundColor : string;
|
|
799
|
+
export const utrechtPaginationRelativeLinkHoverBorderColor : string;
|
|
800
|
+
export const utrechtPaginationRelativeLinkHoverColor : string;
|
|
801
|
+
export const utrechtParagraphFontFamily : string;
|
|
802
|
+
export const utrechtParagraphFontSize : string;
|
|
803
|
+
export const utrechtParagraphFontWeight : string;
|
|
804
|
+
export const utrechtParagraphLineHeight : string;
|
|
805
|
+
export const utrechtParagraphMarginBlockStart : string;
|
|
806
|
+
export const utrechtParagraphMarginBlockEnd : string;
|
|
807
|
+
export const utrechtParagraphLeadColor : string;
|
|
808
|
+
export const utrechtParagraphLeadFontSize : string;
|
|
809
|
+
export const utrechtParagraphLeadFontWeight : string;
|
|
810
|
+
export const utrechtParagraphLeadLineHeight : string;
|
|
811
|
+
export const utrechtParagraphSmallFontSize : string;
|
|
812
|
+
export const utrechtPreHeadingFontSize : string;
|
|
813
|
+
export const utrechtPreHeadingMarginBlockStart : string;
|
|
814
|
+
export const utrechtRadioButtonBackgroundColor : string;
|
|
815
|
+
export const utrechtRadioButtonBorderColor : string;
|
|
816
|
+
export const utrechtRadioButtonBorderWidth : string;
|
|
817
|
+
export const utrechtRadioButtonSize : string;
|
|
818
|
+
export const utrechtRadioButtonMarginInlineEnd : string;
|
|
819
|
+
export const utrechtRadioButtonIconSize : string;
|
|
820
|
+
export const utrechtRadioButtonActiveBackgroundColor : string;
|
|
821
|
+
export const utrechtRadioButtonCheckedBackgroundColor : string;
|
|
822
|
+
export const utrechtRadioButtonCheckedBorderColor : string;
|
|
823
|
+
export const utrechtRadioButtonCheckedActiveBackgroundColor : string;
|
|
824
|
+
export const utrechtRadioButtonCheckedActiveColor : string;
|
|
825
|
+
export const utrechtRadioButtonCheckedHoverBackgroundColor : string;
|
|
826
|
+
export const utrechtRadioButtonCheckedHoverColor : string;
|
|
827
|
+
export const utrechtRadioButtonCheckedFocusBorderColor : string;
|
|
828
|
+
export const utrechtRadioButtonHoverBackgroundColor : string;
|
|
829
|
+
export const utrechtRadioButtonFocusBorderColor : string;
|
|
830
|
+
export const utrechtRadioButtonDisabledBackgroundColor : string;
|
|
831
|
+
export const utrechtRadioButtonDisabledBorderColor : string;
|
|
832
|
+
export const utrechtRadioButtonDisabledColor : string;
|
|
833
|
+
export const utrechtRadioButtonInvalidBorderColor : string;
|
|
834
|
+
export const utrechtRadioButtonInvalidBorderWidth : string;
|
|
835
|
+
export const utrechtRadioButtonColor : string;
|
|
836
|
+
export const utrechtRadioButtonBorderRadius : string;
|
|
837
|
+
export const utrechtRichTextStrangerMarginBlockEnd : string;
|
|
838
|
+
export const utrechtRichTextAcquaintanceMarginBlockEnd : string;
|
|
839
|
+
export const utrechtRichTextFriendMarginBlockEnd : string;
|
|
840
|
+
export const utrechtRichTextBestFriendMarginBlockEnd : string;
|
|
841
|
+
export const utrechtRichTextConfidantMarginBlockEnd : string;
|
|
842
|
+
export const utrechtSearchBarButtonBackgroundColor : string;
|
|
843
|
+
export const utrechtSearchBarButtonBorderColor : string;
|
|
844
|
+
export const utrechtSearchBarButtonColor : string;
|
|
845
|
+
export const utrechtSearchBarButtonFontSize : string;
|
|
846
|
+
export const utrechtSearchBarButtonFontWeight : string;
|
|
847
|
+
export const utrechtSearchBarButtonHoverBackgroundColor : string;
|
|
848
|
+
export const utrechtSearchBarButtonHoverScale : string;
|
|
849
|
+
export const utrechtSearchBarInputBorderColor : string;
|
|
850
|
+
export const utrechtSearchBarInputPaddingInlineStart : string;
|
|
851
|
+
export const utrechtSearchBarInputBackgroundPositionX : string;
|
|
852
|
+
export const utrechtSearchBarInputBackgroundPositionY : string;
|
|
853
|
+
export const utrechtSearchBarInputBackgroundSize : string;
|
|
854
|
+
export const utrechtSearchBarDropdownBorderWidth : string;
|
|
855
|
+
export const utrechtSearchBarDropdownBorderColor : string;
|
|
856
|
+
export const utrechtSearchBarDropdownPaddingBlockStart : string;
|
|
857
|
+
export const utrechtSearchBarDropdownPaddingBlockEnd : string;
|
|
858
|
+
export const utrechtSearchBarDropdownMaxBlockSize : string;
|
|
859
|
+
export const utrechtSearchBarSectionMarginBlockEnd : string;
|
|
860
|
+
export const utrechtSearchBarSectionTitleFontSize : string;
|
|
861
|
+
export const utrechtSearchBarSectionTitleFontWeight : string;
|
|
862
|
+
export const utrechtSearchBarSectionTitleColor : string;
|
|
863
|
+
export const utrechtSearchBarSectionTitleMarginInlineStart : string;
|
|
864
|
+
export const utrechtSearchBarListItemIsActiveColor : string;
|
|
865
|
+
export const utrechtSearchBarListItemIsActiveBackgroundColor : string;
|
|
866
|
+
export const utrechtSearchBarListItemIsActiveFontWeight : string;
|
|
867
|
+
export const utrechtSearchBarListItemIsSelectedColor : string;
|
|
868
|
+
export const utrechtSearchBarListItemIsSelectedBackgroundColor : string;
|
|
869
|
+
export const utrechtSelectBorderBlockEndWidth : string;
|
|
870
|
+
export const utrechtSeparatorColor : string;
|
|
871
|
+
export const utrechtSeparatorBlockSize : string;
|
|
872
|
+
export const utrechtSeparatorMarginBlockEnd : string;
|
|
873
|
+
export const utrechtSeparatorMarginBlockStart : string;
|
|
874
|
+
export const utrechtSkipLinkBackgroundColor : string;
|
|
875
|
+
export const utrechtSkipLinkColor : string;
|
|
876
|
+
export const utrechtSkipLinkPaddingBlockStart : string;
|
|
877
|
+
export const utrechtSkipLinkPaddingBlockEnd : string;
|
|
878
|
+
export const utrechtSkipLinkPaddingInlineStart : string;
|
|
879
|
+
export const utrechtSkipLinkPaddingInlineEnd : string;
|
|
880
|
+
export const utrechtSkipLinkTextDecoration : string;
|
|
881
|
+
export const utrechtSkipLinkFocusBackgroundColor : string;
|
|
882
|
+
export const utrechtSkipLinkFocusColor : string;
|
|
883
|
+
export const utrechtSkipLinkFocusVisibleTextDecoration : string;
|
|
884
|
+
export const utrechtSpotlightSectionBackgroundColor : string;
|
|
885
|
+
export const utrechtSpotlightSectionColor : string;
|
|
886
|
+
export const utrechtSpotlightSectionPaddingBlockStart : string;
|
|
887
|
+
export const utrechtSpotlightSectionPaddingBlockEnd : string;
|
|
888
|
+
export const utrechtSpotlightSectionPaddingInlineStart : string;
|
|
889
|
+
export const utrechtSpotlightSectionPaddingInlineEnd : string;
|
|
890
|
+
export const utrechtSpotlightSectionInfoBackgroundColor : string;
|
|
891
|
+
export const utrechtSpotlightSectionInfoColor : string;
|
|
892
|
+
export const utrechtSpotlightSectionWarningBackgroundColor : string;
|
|
893
|
+
export const utrechtSpotlightSectionWarningColor : string;
|
|
894
|
+
export const utrechtSpotlightSectionErrorBackgroundColor : string;
|
|
895
|
+
export const utrechtSpotlightSectionOkBackgroundColor : string;
|
|
896
|
+
export const utrechtSurfaceBackgroundColor : string;
|
|
897
|
+
export const utrechtSurfaceColor : string;
|
|
898
|
+
export const utrechtTableMarginBlockEnd : string;
|
|
899
|
+
export const utrechtTableMarginBlockStart : string;
|
|
900
|
+
export const utrechtTableCaptionFontWeight : string;
|
|
901
|
+
export const utrechtTableCaptionFontSize : string;
|
|
902
|
+
export const utrechtTableCaptionTextAlign : string;
|
|
903
|
+
export const utrechtTableCaptionMarginBlockEnd : string;
|
|
904
|
+
export const utrechtTableHeaderFontWeight : string;
|
|
905
|
+
export const utrechtTableHeaderBorderBlockEndColor : string;
|
|
906
|
+
export const utrechtTableHeaderBorderBlockEndWidth : string;
|
|
907
|
+
export const utrechtTableHeaderStickyBackgroundColor : string;
|
|
908
|
+
export const utrechtTableHeaderStickyColor : string;
|
|
909
|
+
export const utrechtTableHeaderStickyBorderBlockEndColor : string;
|
|
910
|
+
export const utrechtTableHeaderStickyBorderBlockEndWidth : string;
|
|
911
|
+
export const utrechtTableFooterStickyBackgroundColor : string;
|
|
912
|
+
export const utrechtTableFooterStickyColor : string;
|
|
913
|
+
export const utrechtTableFooterStickyBorderBlockStartColor : string;
|
|
914
|
+
export const utrechtTableFooterStickyBorderBlockStartWidth : string;
|
|
915
|
+
export const utrechtTableCellLineHeight : string;
|
|
916
|
+
export const utrechtTableCellPaddingBlockEnd : string;
|
|
917
|
+
export const utrechtTableCellPaddingBlockStart : string;
|
|
918
|
+
export const utrechtTableCellPaddingInlineEnd : string;
|
|
919
|
+
export const utrechtTableCellPaddingInlineStart : string;
|
|
920
|
+
export const utrechtTableCellSelectedBackgroundColor : string;
|
|
921
|
+
export const utrechtTableCellSelectedColor : string;
|
|
922
|
+
export const utrechtTableCellIconSize : string;
|
|
923
|
+
export const utrechtTableRowBorderBlockEndColor : string;
|
|
924
|
+
export const utrechtTableRowBorderBlockEndWidth : string;
|
|
925
|
+
export const utrechtTableRowAlternateOddBackgroundColor : string;
|
|
926
|
+
export const utrechtTableRowAlternateOddColor : string;
|
|
927
|
+
export const utrechtTableRowAlternateEvenBackgroundColor : string;
|
|
928
|
+
export const utrechtTableRowAlternateEvenColor : string;
|
|
929
|
+
export const utrechtTextareaBorderBlockEndWidth : string;
|
|
930
|
+
export const utrechtTextareaBorderBottomWidth : string;
|
|
931
|
+
export const utrechtTextareaLineHeight : string;
|
|
932
|
+
export const utrechtTextboxBorderBottomWidth : string;
|
|
933
|
+
export const utrechtToptaskLinkBackgroundColor : string;
|
|
934
|
+
export const utrechtToptaskLinkColor : string;
|
|
935
|
+
export const utrechtToptaskLinkFontSize : string;
|
|
936
|
+
export const utrechtToptaskLinkLineHeight : string;
|
|
937
|
+
export const utrechtToptaskLinkMinBlockSize : string;
|
|
938
|
+
export const utrechtToptaskLinkMinInlineSize : string;
|
|
939
|
+
export const utrechtToptaskLinkPaddingBlockEnd : string;
|
|
940
|
+
export const utrechtToptaskLinkPaddingBlockStart : string;
|
|
941
|
+
export const utrechtToptaskLinkPaddingInlineEnd : string;
|
|
942
|
+
export const utrechtToptaskLinkPaddingInlineStart : string;
|
|
943
|
+
export const utrechtToptaskLinkHoverBackgroundColor : string;
|
|
944
|
+
export const utrechtToptaskLinkHoverColor : string;
|
|
945
|
+
export const utrechtToptaskLinkHoverTransformScale : string;
|
|
946
|
+
export const utrechtToptaskLinkIconSize : string;
|
|
947
|
+
export const utrechtUnorderedListMarginBlockStart : string;
|
|
948
|
+
export const utrechtUnorderedListMarginBlockEnd : string;
|
|
949
|
+
export const utrechtUnorderedListItemMarginBlockStart : string;
|
|
950
|
+
export const utrechtUnorderedListItemMarginBlockEnd : string;
|
|
951
|
+
export const utrechtUnorderedListMarkerColor : string;
|
|
952
|
+
/** donker rood */
|
|
953
|
+
export const utrechtColorRed20 : string;
|
|
954
|
+
/** hover rood */
|
|
955
|
+
export const utrechtColorRed30 : string;
|
|
956
|
+
/** basis rood #cc0000 */
|
|
957
|
+
export const utrechtColorRed40 : string;
|
|
958
|
+
/** Achtergrond rode kleur */
|
|
959
|
+
export const utrechtColorRed95 : string;
|
|
960
|
+
/** basis donkerblauw (OS focus) */
|
|
961
|
+
export const utrechtColorBlue20 : string;
|
|
962
|
+
/** Deze kleur gebruiken we niet (interaction active) */
|
|
963
|
+
export const utrechtColorBlue30 : string;
|
|
964
|
+
/** basis link en knoppen CTA donkerblauw */
|
|
965
|
+
export const utrechtColorBlue35 : string;
|
|
966
|
+
/** blauw variant bij hover/focus #3669a5 */
|
|
967
|
+
export const utrechtColorBlue40 : string;
|
|
968
|
+
/** experimenteel / beperkt gebruiken */
|
|
969
|
+
export const utrechtColorBlue50 : string;
|
|
970
|
+
/** experimenteel / Drak mode link en button kleur */
|
|
971
|
+
export const utrechtColorBlue60 : string;
|
|
972
|
+
/** licht blauw voor achtergrond */
|
|
973
|
+
export const utrechtColorBlue80 : string;
|
|
974
|
+
/** ijsblauw variant achtergrond, spotlight en uitgelicht */
|
|
975
|
+
export const utrechtColorBlue90 : string;
|
|
976
|
+
/** experimenteel / beperkt gebruiken */
|
|
977
|
+
export const utrechtColorGrey10 : string;
|
|
978
|
+
/** experimenteel / achtergrond kleur voor darkmode */
|
|
979
|
+
export const utrechtColorGrey15 : string;
|
|
980
|
+
/** experimenteel / beperkt gebruiken */
|
|
981
|
+
export const utrechtColorGrey20 : string;
|
|
982
|
+
/** border grijs #888 */
|
|
983
|
+
export const utrechtColorGrey30 : string;
|
|
984
|
+
/** basis grijs #727272 */
|
|
985
|
+
export const utrechtColorGrey40 : string;
|
|
986
|
+
/** grijs variant voor achtergrond content #e5e5e5 */
|
|
987
|
+
export const utrechtColorGrey80 : string;
|
|
988
|
+
/** grijs variant voor achtergrond templates #e6e6e6 */
|
|
989
|
+
export const utrechtColorGrey90 : string;
|
|
990
|
+
/** grijs variant voor achtergrond accordion #f2f2f2 */
|
|
991
|
+
export const utrechtColorGrey95 : string;
|
|
992
|
+
/** donker geel voor darkmode achtergrond */
|
|
993
|
+
export const utrechtColorYellow20 : string;
|
|
994
|
+
/** donker geel */
|
|
995
|
+
export const utrechtColorYellow40 : string;
|
|
996
|
+
/** basis geel #ffcc00 */
|
|
997
|
+
export const utrechtColorYellow50 : string;
|
|
998
|
+
/** selecteer geel */
|
|
999
|
+
export const utrechtColorYellow60 : string;
|
|
1000
|
+
/** spotlight en uitgelicht */
|
|
1001
|
+
export const utrechtColorYellow80 : string;
|
|
1002
|
+
/** donker groen voor darkmode achtergrond */
|
|
1003
|
+
export const utrechtColorGreen30 : string;
|
|
1004
|
+
/** donker groen */
|
|
1005
|
+
export const utrechtColorGreen40 : string;
|
|
1006
|
+
/** Standaard groen #80a659 */
|
|
1007
|
+
export const utrechtColorGreen50 : string;
|
|
1008
|
+
/** Licht groen */
|
|
1009
|
+
export const utrechtColorGreen80 : string;
|
|
1010
|
+
/** Achtergrond licht groen */
|
|
1011
|
+
export const utrechtColorGreen90 : string;
|
|
1012
|
+
/** Paars */
|
|
1013
|
+
export const utrechtColorSecondaryPurple : string;
|
|
1014
|
+
/** Magenta */
|
|
1015
|
+
export const utrechtColorSecondaryMagenta : string;
|
|
1016
|
+
/** Red */
|
|
1017
|
+
export const utrechtColorSecondaryRed : string;
|
|
1018
|
+
/** Oranje */
|
|
1019
|
+
export const utrechtColorSecondaryOrange : string;
|
|
1020
|
+
/** Geel */
|
|
1021
|
+
export const utrechtColorSecondaryYellow : string;
|
|
1022
|
+
/** Lime */
|
|
1023
|
+
export const utrechtColorSecondaryLime : string;
|
|
1024
|
+
/** Groen */
|
|
1025
|
+
export const utrechtColorSecondaryGreen : string;
|
|
1026
|
+
/** Cyaan */
|
|
1027
|
+
export const utrechtColorSecondaryCyan : string;
|
|
1028
|
+
/** Blauw */
|
|
1029
|
+
export const utrechtColorSecondaryBlue : string;
|
|
1030
|
+
/** Marineblauw */
|
|
1031
|
+
export const utrechtColorSecondaryNavy : string;
|
|
1032
|
+
/** Bruin */
|
|
1033
|
+
export const utrechtColorSecondaryBrown : string;
|
|
1034
|
+
/** Grijs */
|
|
1035
|
+
export const utrechtColorSecondaryGrey : string;
|
|
1036
|
+
export const utrechtColorInvalid : string;
|
|
1037
|
+
export const utrechtColorWhite : string;
|
|
1038
|
+
export const utrechtColorBlack : string;
|
|
1039
|
+
export const utrechtIconScale3xs : string;
|
|
1040
|
+
export const utrechtIconScale2xs : string;
|
|
1041
|
+
export const utrechtIconScaleXs : string;
|
|
1042
|
+
export const utrechtIconScaleSm : string;
|
|
1043
|
+
/** Formaat voor radio button */
|
|
1044
|
+
export const utrechtIconScaleMd : string;
|
|
1045
|
+
/** Voor kalender iconen */
|
|
1046
|
+
export const utrechtIconScaleLg : string;
|
|
1047
|
+
/** Formaat social media iconen */
|
|
1048
|
+
export const utrechtIconScaleXl : string;
|
|
1049
|
+
/** Formaat voor marker iconen */
|
|
1050
|
+
export const utrechtIconScale2xl : string;
|
|
1051
|
+
/** Formaat voor toptaks iconen */
|
|
1052
|
+
export const utrechtIconScale3xl : string;
|
|
1053
|
+
export const utrechtIconScale4xl : string;
|
|
1054
|
+
export const utrechtTypographySansSerifFontFamily : string;
|
|
1055
|
+
/** 14px */
|
|
1056
|
+
export const utrechtTypographyScaleSmFontSize : string;
|
|
1057
|
+
/** 16px */
|
|
1058
|
+
export const utrechtTypographyScaleMdFontSize : string;
|
|
1059
|
+
/** 18px */
|
|
1060
|
+
export const utrechtTypographyScaleLgFontSize : string;
|
|
1061
|
+
/** 20px */
|
|
1062
|
+
export const utrechtTypographyScaleXlFontSize : string;
|
|
1063
|
+
/** 22px */
|
|
1064
|
+
export const utrechtTypographyScale2xlFontSize : string;
|
|
1065
|
+
/** 24px */
|
|
1066
|
+
export const utrechtTypographyScale3xlFontSize : string;
|
|
1067
|
+
/** 32px */
|
|
1068
|
+
export const utrechtTypographyScale4xlFontSize : string;
|
|
1069
|
+
export const utrechtTypographyWeightScaleBoldFontWeight : string;
|
|
1070
|
+
export const utrechtTypographyWeightScaleNormalFontWeight : string;
|
|
1071
|
+
export const utrechtTypographyFontStyleNormal : string;
|
|
1072
|
+
export const utrechtTypographyFontStyleInherit : string;
|
|
1073
|
+
export const utrechtTypographyLineHeightXs : string;
|
|
1074
|
+
export const utrechtTypographyLineHeightSm : string;
|
|
1075
|
+
export const utrechtTypographyLineHeightMd : string;
|
|
1076
|
+
export const utrechtTypographyLineHeightLg : string;
|
|
1077
|
+
export const utrechtBorderWidthSm : string;
|
|
1078
|
+
export const utrechtBorderWidthMd : string;
|
|
1079
|
+
export const utrechtBorderRadiusSm : string;
|
|
1080
|
+
export const utrechtBorderRadiusMd : string;
|
|
1081
|
+
export const utrechtBorderRadiusLg : string;
|
|
1082
|
+
export const utrechtBorderRadiusRound : string;
|
|
1083
|
+
export const utrechtBorderRadiusNone : string;
|
|
1084
|
+
export const utrechtBorderStyleSolid : string;
|
|
1085
|
+
export const utrechtBorderStyleDotted : string;
|
|
1086
|
+
export const utrechtStackFocusZIndex : number;
|
|
1087
|
+
export const utrechtMenulijstItemColor : string;
|
|
1088
|
+
export const utrechtMenulijstItemHoverColor : string;
|
|
1089
|
+
export const utrechtToptaskNavGap : string;
|
|
1090
|
+
export const utrechtToptaskNavLinkGridMaxInlineSize : string;
|
|
1091
|
+
export const denhaagProcessStepsFontFamily : string;
|
|
1092
|
+
export const denhaagProcessStepsStepHeadingColor : string;
|
|
1093
|
+
export const denhaagProcessStepsStepHeadingFontFamily : string;
|
|
1094
|
+
export const denhaagProcessStepsStepHeadingFontSize : string;
|
|
1095
|
+
export const denhaagProcessStepsStepHeadingFontWeight : string;
|
|
1096
|
+
export const denhaagProcessStepsStepHeadingCurrentColor : string;
|
|
1097
|
+
export const denhaagProcessStepsStepHeadingCheckedColor : string;
|
|
1098
|
+
export const denhaagProcessStepsStepHeadingCheckedBackgroundColor : string;
|
|
1099
|
+
export const denhaagProcessStepsStepHeadingNotCheckedColor : string;
|
|
1100
|
+
export const denhaagProcessStepsStepHeadingWarningColor : string;
|
|
1101
|
+
export const denhaagProcessStepsStepMarkerBorderColor : string;
|
|
1102
|
+
export const denhaagProcessStepsStepMarkerBackgroundColor : string;
|
|
1103
|
+
export const denhaagProcessStepsStepMarkerBorderWidth : string;
|
|
1104
|
+
export const denhaagProcessStepsStepMarkerColor : string;
|
|
1105
|
+
export const denhaagProcessStepsStepMarkerFontSize : string;
|
|
1106
|
+
export const denhaagProcessStepsStepMarkerFontWeight : string;
|
|
1107
|
+
export const denhaagProcessStepsStepMarkerCurrentBorderColor : string;
|
|
1108
|
+
export const denhaagProcessStepsStepMarkerCurrentBackgroundColor : string;
|
|
1109
|
+
export const denhaagProcessStepsStepMarkerCurrentBorderWidth : string;
|
|
1110
|
+
export const denhaagProcessStepsStepMarkerCurrentColor : string;
|
|
1111
|
+
export const denhaagProcessStepsStepMarkerCheckedBorderColor : string;
|
|
1112
|
+
export const denhaagProcessStepsStepMarkerCheckedBackgroundColor : string;
|
|
1113
|
+
export const denhaagProcessStepsStepMarkerCheckedBorderWidth : string;
|
|
1114
|
+
export const denhaagProcessStepsStepMarkerCheckedColor : string;
|
|
1115
|
+
export const denhaagProcessStepsStepMarkerWarningBorderColor : string;
|
|
1116
|
+
export const denhaagProcessStepsStepMarkerWarningBackgroundColor : string;
|
|
1117
|
+
export const denhaagProcessStepsStepMarkerWarningColor : string;
|
|
1118
|
+
export const denhaagProcessStepsStepMarkerSize : string;
|
|
1119
|
+
export const denhaagProcessStepsSubStepMarkerBorderColor : string;
|
|
1120
|
+
export const denhaagProcessStepsSubStepMarkerBackgroundColor : string;
|
|
1121
|
+
export const denhaagProcessStepsSubStepMarkerSize : string;
|
|
1122
|
+
export const denhaagProcessStepsStepLineStrokeWidth : string;
|
|
1123
|
+
export const denhaagProcessStepsStepLineColor : string;
|
|
1124
|
+
export const denhaagProcessStepsStepLineCheckedColor : string;
|
|
1125
|
+
export const denhaagProcessStepsStepLineWarningColor : string;
|
|
1126
|
+
export const denhaagProcessStepsStepMetadataColor : string;
|
|
1127
|
+
export const denhaagProcessStepsStepMetadataFontSize : string;
|
|
1128
|
+
export const denhaagProcessStepsStepDescriptionColor : string;
|
|
1129
|
+
export const denhaagProcessStepsStepDescriptionFontSize : string;
|
|
1130
|
+
export const denhaagProcessStepsSubStepHeadingColor : string;
|
|
1131
|
+
export const denhaagProcessStepsSubStepHeadingFontSize : string;
|
|
1132
|
+
export const denhaagProcessStepsSubStepHeadingFontWeight : string;
|
|
1133
|
+
export const denhaagProcessStepsSubStepLineColor : string;
|
|
1134
|
+
export const ofLayoutBackground : string;
|
|
1135
|
+
export const ofLayoutBg : string;
|
|
1136
|
+
export const ofPageFooterBg : string;
|
|
1137
|
+
export const ofPageFooterFg : string;
|
|
1138
|
+
export const ofProgressIndicatorBackgroundColor : string;
|
|
1139
|
+
export const ofProgressIndicatorMobileBoxShadow : string;
|