@amsterdam/design-system-tokens 0.3.0 → 0.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +23 -0
- package/dist/_variables.scss +92 -20
- package/dist/index.css +92 -20
- package/dist/index.d.ts +83 -11
- package/dist/index.js +118 -46
- package/dist/index.json +117 -45
- package/dist/index.tokens.json +205 -51
- package/dist/root.css +92 -20
- package/dist/tokens.d.ts +172 -18
- package/dist/tokens.js +3884 -2248
- package/dist/variables.less +92 -20
- package/package.json +3 -3
- package/src/brand/amsterdam/color.tokens.json +5 -6
- package/src/components/amsterdam/alert.tokens.json +12 -9
- package/src/components/amsterdam/badge.tokens.json +49 -0
- package/src/components/amsterdam/dialog.tokens.json +0 -7
- package/src/components/amsterdam/icon-button.tokens.json +37 -0
- package/src/components/amsterdam/link-list.tokens.json +61 -0
- package/src/components/amsterdam/mega-menu.tokens.json +12 -0
- package/src/components/amsterdam/spotlight.tokens.json +3 -3
- package/src/components/amsterdam/table.tokens.json +20 -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 Wed, 31 Jan 2024 12:56:24 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const amsterdamColorPrimaryBlack : string;
|
|
@@ -18,7 +18,6 @@ export const amsterdamColorMagenta : string;
|
|
|
18
18
|
export const amsterdamColorNeutralGrey1 : string;
|
|
19
19
|
export const amsterdamColorNeutralGrey2 : string;
|
|
20
20
|
export const amsterdamColorNeutralGrey3 : string;
|
|
21
|
-
export const amsterdamColorNeutralGrey4 : string;
|
|
22
21
|
export const amsterdamProportionXTall : string;
|
|
23
22
|
export const amsterdamProportionTall : string;
|
|
24
23
|
export const amsterdamProportionSquare : string;
|
|
@@ -84,8 +83,8 @@ export const amsterdamAccordionButtonSpaciousFontSize : string;
|
|
|
84
83
|
export const amsterdamAccordionButtonSpaciousLineHeight : string;
|
|
85
84
|
export const amsterdamAccordionButtonCompactFontSize : string;
|
|
86
85
|
export const amsterdamAccordionButtonCompactLineHeight : string;
|
|
87
|
-
export const
|
|
88
|
-
export const
|
|
86
|
+
export const amsterdamAlertBorderWidth : string;
|
|
87
|
+
export const amsterdamAlertBorderStyle : string;
|
|
89
88
|
export const amsterdamAlertGap : string;
|
|
90
89
|
export const amsterdamAlertPaddingBlockStart : string;
|
|
91
90
|
export const amsterdamAlertPaddingBlockEnd : string;
|
|
@@ -98,11 +97,10 @@ export const amsterdamAlertTitleSpaciousFontSize : string;
|
|
|
98
97
|
export const amsterdamAlertTitleSpaciousLineHeight : string;
|
|
99
98
|
export const amsterdamAlertTitleCompactFontSize : string;
|
|
100
99
|
export const amsterdamAlertTitleCompactLineHeight : string;
|
|
101
|
-
export const amsterdamAlertErrorBackgroundColor : string;
|
|
102
100
|
export const amsterdamAlertErrorBorderColor : string;
|
|
103
|
-
export const
|
|
101
|
+
export const amsterdamAlertInfoBorderColor : string;
|
|
104
102
|
export const amsterdamAlertSuccessBorderColor : string;
|
|
105
|
-
export const
|
|
103
|
+
export const amsterdamAlertWarningBorderColor : string;
|
|
106
104
|
export const amsterdamAlertCloseFill : string;
|
|
107
105
|
export const amsterdamAlertCloseHoverFill : string;
|
|
108
106
|
export const amsterdamAspectRatioXTall : string;
|
|
@@ -111,6 +109,29 @@ export const amsterdamAspectRatioSquare : string;
|
|
|
111
109
|
export const amsterdamAspectRatioWide : string;
|
|
112
110
|
export const amsterdamAspectRatioXWide : string;
|
|
113
111
|
export const amsterdamAspectRatio2xWide : string;
|
|
112
|
+
export const amsterdamBadgeFontFamily : string;
|
|
113
|
+
export const amsterdamBadgeFontWeight : number;
|
|
114
|
+
export const amsterdamBadgePaddingInline : string;
|
|
115
|
+
export const amsterdamBadgeSpaciousFontSize : string;
|
|
116
|
+
export const amsterdamBadgeSpaciousLineHeight : string;
|
|
117
|
+
export const amsterdamBadgeCompactFontSize : string;
|
|
118
|
+
export const amsterdamBadgeCompactLineHeight : string;
|
|
119
|
+
export const amsterdamBadgeBlueBackgroundColor : string;
|
|
120
|
+
export const amsterdamBadgeBlueColor : string;
|
|
121
|
+
export const amsterdamBadgeDarkBlueBackgroundColor : string;
|
|
122
|
+
export const amsterdamBadgeDarkBlueColor : string;
|
|
123
|
+
export const amsterdamBadgeDarkGreenBackgroundColor : string;
|
|
124
|
+
export const amsterdamBadgeDarkGreenColor : string;
|
|
125
|
+
export const amsterdamBadgeGreenBackgroundColor : string;
|
|
126
|
+
export const amsterdamBadgeGreenColor : string;
|
|
127
|
+
export const amsterdamBadgeMagentaBackgroundColor : string;
|
|
128
|
+
export const amsterdamBadgeMagentaColor : string;
|
|
129
|
+
export const amsterdamBadgeOrangeBackgroundColor : string;
|
|
130
|
+
export const amsterdamBadgeOrangeColor : string;
|
|
131
|
+
export const amsterdamBadgePurpleBackgroundColor : string;
|
|
132
|
+
export const amsterdamBadgePurpleColor : string;
|
|
133
|
+
export const amsterdamBadgeYellowBackgroundColor : string;
|
|
134
|
+
export const amsterdamBadgeYellowColor : string;
|
|
114
135
|
export const amsterdamBlockquoteColor : string;
|
|
115
136
|
export const amsterdamBlockquoteFontFamily : string;
|
|
116
137
|
export const amsterdamBlockquoteFontWeight : number;
|
|
@@ -187,9 +208,6 @@ export const amsterdamDialogTitleSpaciousLineHeight : string;
|
|
|
187
208
|
export const amsterdamDialogTitleCompactFontSize : string;
|
|
188
209
|
export const amsterdamDialogTitleCompactLineHeight : string;
|
|
189
210
|
export const amsterdamDialogBackdropBackground : string;
|
|
190
|
-
export const amsterdamDialogCloseBackgroundColor : string;
|
|
191
|
-
export const amsterdamDialogCloseFill : string;
|
|
192
|
-
export const amsterdamDialogCloseHoverFill : string;
|
|
193
211
|
export const amsterdamDialogFormGap : string;
|
|
194
212
|
export const amsterdamDialogFormPaddingBlock : string;
|
|
195
213
|
export const amsterdamDialogFormPaddingInline : string;
|
|
@@ -245,6 +263,21 @@ export const amsterdamHeadingCompactLevel5LineHeight : string;
|
|
|
245
263
|
export const amsterdamHeadingCompactLevel5FontSize : string;
|
|
246
264
|
export const amsterdamHeadingCompactLevel6LineHeight : string;
|
|
247
265
|
export const amsterdamHeadingCompactLevel6FontSize : string;
|
|
266
|
+
export const amsterdamIconButtonColor : string;
|
|
267
|
+
export const amsterdamIconButtonOutlineOffset : string;
|
|
268
|
+
export const amsterdamIconButtonHoverBackgroundColor : string;
|
|
269
|
+
export const amsterdamIconButtonHoverColor : string;
|
|
270
|
+
export const amsterdamIconButtonDisabledColor : string;
|
|
271
|
+
export const amsterdamIconButtonOnBackgroundLightColor : string;
|
|
272
|
+
export const amsterdamIconButtonOnBackgroundLightHoverBackgroundColor : string;
|
|
273
|
+
export const amsterdamIconButtonOnBackgroundLightHoverColor : string;
|
|
274
|
+
export const amsterdamIconButtonOnBackgroundLightDisabledColor : string;
|
|
275
|
+
export const amsterdamIconButtonOnBackgroundDarkBackgroundColor : string;
|
|
276
|
+
export const amsterdamIconButtonOnBackgroundDarkColor : string;
|
|
277
|
+
export const amsterdamIconButtonOnBackgroundDarkHoverBackgroundColor : string;
|
|
278
|
+
export const amsterdamIconButtonOnBackgroundDarkHoverColor : string;
|
|
279
|
+
export const amsterdamIconButtonOnBackgroundDarkDisabledColor : string;
|
|
280
|
+
export const amsterdamIconButtonOnBackgroundDarkDisabledBackgroundColor : string;
|
|
248
281
|
export const amsterdamIconSpaciousSize3FontSize : string;
|
|
249
282
|
export const amsterdamIconSpaciousSize3LineHeight : string;
|
|
250
283
|
export const amsterdamIconSpaciousSize4FontSize : string;
|
|
@@ -261,6 +294,33 @@ export const amsterdamIconCompactSize5FontSize : string;
|
|
|
261
294
|
export const amsterdamIconCompactSize5LineHeight : string;
|
|
262
295
|
export const amsterdamIconCompactSize6FontSize : string;
|
|
263
296
|
export const amsterdamIconCompactSize6LineHeight : string;
|
|
297
|
+
export const amsterdamLinkListGap : string;
|
|
298
|
+
export const amsterdamLinkListLinkColor : string;
|
|
299
|
+
export const amsterdamLinkListLinkFontFamily : string;
|
|
300
|
+
export const amsterdamLinkListLinkFontWeight : number;
|
|
301
|
+
export const amsterdamLinkListLinkGap : string;
|
|
302
|
+
export const amsterdamLinkListLinkOutlineOffset : string;
|
|
303
|
+
export const amsterdamLinkListLinkTextDecorationLine : string;
|
|
304
|
+
export const amsterdamLinkListLinkTextDecorationThickness : string;
|
|
305
|
+
export const amsterdamLinkListLinkTextUnderlineOffset : string;
|
|
306
|
+
export const amsterdamLinkListLinkSpaciousSmallFontSize : string;
|
|
307
|
+
export const amsterdamLinkListLinkSpaciousSmallLineHeight : string;
|
|
308
|
+
export const amsterdamLinkListLinkSpaciousMediumFontSize : string;
|
|
309
|
+
export const amsterdamLinkListLinkSpaciousMediumLineHeight : string;
|
|
310
|
+
export const amsterdamLinkListLinkSpaciousLargeFontSize : string;
|
|
311
|
+
export const amsterdamLinkListLinkSpaciousLargeLineHeight : string;
|
|
312
|
+
export const amsterdamLinkListLinkCompactSmallFontSize : string;
|
|
313
|
+
export const amsterdamLinkListLinkCompactSmallLineHeight : string;
|
|
314
|
+
export const amsterdamLinkListLinkCompactMediumFontSize : string;
|
|
315
|
+
export const amsterdamLinkListLinkCompactMediumLineHeight : string;
|
|
316
|
+
export const amsterdamLinkListLinkCompactLargeFontSize : string;
|
|
317
|
+
export const amsterdamLinkListLinkCompactLargeLineHeight : string;
|
|
318
|
+
export const amsterdamLinkListLinkHoverColor : string;
|
|
319
|
+
export const amsterdamLinkListLinkHoverTextDecorationLine : string;
|
|
320
|
+
export const amsterdamLinkListLinkOnBackgroundDarkColor : string;
|
|
321
|
+
export const amsterdamLinkListLinkOnBackgroundDarkHoverColor : string;
|
|
322
|
+
export const amsterdamLinkListLinkOnBackgroundLightColor : string;
|
|
323
|
+
export const amsterdamLinkListLinkOnBackgroundLightHoverColor : string;
|
|
264
324
|
export const amsterdamLinkColor : string;
|
|
265
325
|
export const amsterdamLinkFontFamily : string;
|
|
266
326
|
export const amsterdamLinkFontWeight : number;
|
|
@@ -304,6 +364,10 @@ export const amsterdamLogoEmblemColor : string;
|
|
|
304
364
|
export const amsterdamLogoTitleColor : string;
|
|
305
365
|
export const amsterdamLogoSubsiteColor : string;
|
|
306
366
|
export const amsterdamMarkBackgroundColor : string;
|
|
367
|
+
export const amsterdamMegaMenuListCategoryColumnGap : string;
|
|
368
|
+
export const amsterdamMegaMenuListCategoryColumnWidth : string;
|
|
369
|
+
export const amsterdamMegaMenuListCategoryPaddingBlockStart : string;
|
|
370
|
+
export const amsterdamMegaMenuListCategoryPaddingBlockEnd : string;
|
|
307
371
|
export const amsterdamOrderedListColor : string;
|
|
308
372
|
export const amsterdamOrderedListFontFamily : string;
|
|
309
373
|
export const amsterdamOrderedListFontWeight : number;
|
|
@@ -408,9 +472,9 @@ export const amsterdamSkipLinkCompactFontSize : string;
|
|
|
408
472
|
export const amsterdamSkipLinkCompactLineHeight : string;
|
|
409
473
|
export const amsterdamSkipLinkHoverBackgroundColor : string;
|
|
410
474
|
export const amsterdamSpotlightBlueBackgroundColor : string;
|
|
475
|
+
export const amsterdamSpotlightDarkBlueBackgroundColor : string;
|
|
411
476
|
export const amsterdamSpotlightDarkGreenBackgroundColor : string;
|
|
412
477
|
export const amsterdamSpotlightGreenBackgroundColor : string;
|
|
413
|
-
export const amsterdamSpotlightLightBlueBackgroundColor : string;
|
|
414
478
|
export const amsterdamSpotlightMagentaBackgroundColor : string;
|
|
415
479
|
export const amsterdamSpotlightOrangeBackgroundColor : string;
|
|
416
480
|
export const amsterdamSpotlightPurpleBackgroundColor : string;
|
|
@@ -425,6 +489,14 @@ export const amsterdamSwitchThumbHoverColor : string;
|
|
|
425
489
|
export const amsterdamSwitchCheckedBackgroundColor : string;
|
|
426
490
|
export const amsterdamSwitchOutlineOffset : string;
|
|
427
491
|
export const amsterdamSwitchDisabledBackgroundColor : string;
|
|
492
|
+
export const amsterdamTableColor : string;
|
|
493
|
+
export const amsterdamTableFontFamily : string;
|
|
494
|
+
export const amsterdamTableFontWeight : number;
|
|
495
|
+
export const amsterdamTableFontSize : string;
|
|
496
|
+
export const amsterdamTableLineHeight : string;
|
|
497
|
+
export const amsterdamTableCaptionFontWeight : number;
|
|
498
|
+
export const amsterdamTableCellBorderBottom : string;
|
|
499
|
+
export const amsterdamTableHeaderCellFontWeight : number;
|
|
428
500
|
export const amsterdamTextInputBoxShadow : string;
|
|
429
501
|
export const amsterdamTextInputColor : string;
|
|
430
502
|
export const amsterdamTextInputFontFamily : string;
|
package/dist/index.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Wed, 31 Jan 2024 12:56:24 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const amsterdamColorPrimaryBlack = "#000000";
|
|
7
|
-
export const amsterdamColorPrimaryWhite = "#
|
|
7
|
+
export const amsterdamColorPrimaryWhite = "#FFFFFF";
|
|
8
8
|
export const amsterdamColorPrimaryBlue = "#004699";
|
|
9
9
|
export const amsterdamColorPrimaryRed = "#EC0000";
|
|
10
10
|
export const amsterdamColorDarkBlue = "#102E62";
|
|
@@ -12,13 +12,12 @@ export const amsterdamColorOrange = "#FF9100";
|
|
|
12
12
|
export const amsterdamColorYellow = "#FFE600";
|
|
13
13
|
export const amsterdamColorGreen = "#BED200";
|
|
14
14
|
export const amsterdamColorDarkGreen = "#00A03C";
|
|
15
|
-
export const amsterdamColorBlue = "#
|
|
15
|
+
export const amsterdamColorBlue = "#009DE6";
|
|
16
16
|
export const amsterdamColorPurple = "#A00078";
|
|
17
17
|
export const amsterdamColorMagenta = "#E50082";
|
|
18
|
-
export const amsterdamColorNeutralGrey1 = "#
|
|
19
|
-
export const amsterdamColorNeutralGrey2 = "#
|
|
18
|
+
export const amsterdamColorNeutralGrey1 = "#E8E8E8";
|
|
19
|
+
export const amsterdamColorNeutralGrey2 = "#BEBEBE";
|
|
20
20
|
export const amsterdamColorNeutralGrey3 = "#767676";
|
|
21
|
-
export const amsterdamColorNeutralGrey4 = "#323232";
|
|
22
21
|
export const amsterdamProportionXTall = "9 / 16";
|
|
23
22
|
export const amsterdamProportionTall = "4 / 5";
|
|
24
23
|
export const amsterdamProportionSquare = "1 / 1";
|
|
@@ -64,7 +63,7 @@ export const amsterdamLinkAppearanceColor = "#004699";
|
|
|
64
63
|
export const amsterdamLinkAppearanceTextDecorationThickness = "0.125rem";
|
|
65
64
|
export const amsterdamLinkAppearanceTextUnderlineOffset = "0.375rem";
|
|
66
65
|
export const amsterdamLinkAppearanceHoverColor = "#102E62";
|
|
67
|
-
export const amsterdamLinkAppearanceOnBackgroundDarkColor = "#
|
|
66
|
+
export const amsterdamLinkAppearanceOnBackgroundDarkColor = "#FFFFFF";
|
|
68
67
|
export const amsterdamLinkAppearanceOnBackgroundLightColor = "#000000";
|
|
69
68
|
export const amsterdamLinkAppearanceRegularTextDecorationLine = "underline";
|
|
70
69
|
export const amsterdamLinkAppearanceRegularHoverTextDecorationThickness = "0.1875rem";
|
|
@@ -84,8 +83,8 @@ export const amsterdamAccordionButtonSpaciousFontSize = "clamp(1.125rem, calc(0.
|
|
|
84
83
|
export const amsterdamAccordionButtonSpaciousLineHeight = "1.6";
|
|
85
84
|
export const amsterdamAccordionButtonCompactFontSize = "clamp(0.875rem, calc(0.313vw + 0.813rem), 1.125rem)";
|
|
86
85
|
export const amsterdamAccordionButtonCompactLineHeight = "1.6";
|
|
87
|
-
export const
|
|
88
|
-
export const
|
|
86
|
+
export const amsterdamAlertBorderWidth = "4px";
|
|
87
|
+
export const amsterdamAlertBorderStyle = "solid";
|
|
89
88
|
export const amsterdamAlertGap = "1rem";
|
|
90
89
|
export const amsterdamAlertPaddingBlockStart = "1rem";
|
|
91
90
|
export const amsterdamAlertPaddingBlockEnd = "1rem";
|
|
@@ -94,15 +93,14 @@ export const amsterdamAlertPaddingInlineEnd = "1.5rem";
|
|
|
94
93
|
export const amsterdamAlertTitleColor = "#000000";
|
|
95
94
|
export const amsterdamAlertTitleFontFamily = "'Amsterdam Sans', Arial, sans-serif";
|
|
96
95
|
export const amsterdamAlertTitleFontWeight = 800;
|
|
97
|
-
export const amsterdamAlertTitleSpaciousFontSize = "clamp(1.
|
|
98
|
-
export const amsterdamAlertTitleSpaciousLineHeight = "1.
|
|
99
|
-
export const amsterdamAlertTitleCompactFontSize = "clamp(
|
|
100
|
-
export const amsterdamAlertTitleCompactLineHeight = "1.
|
|
101
|
-
export const amsterdamAlertErrorBackgroundColor = "#ffffff";
|
|
96
|
+
export const amsterdamAlertTitleSpaciousFontSize = "clamp(1.313rem, calc(0.703vw + 1.173rem), 1.875rem)";
|
|
97
|
+
export const amsterdamAlertTitleSpaciousLineHeight = "1.5";
|
|
98
|
+
export const amsterdamAlertTitleCompactFontSize = "clamp(1.021rem, calc(0.481vw + 0.925rem), 1.406rem)";
|
|
99
|
+
export const amsterdamAlertTitleCompactLineHeight = "1.5";
|
|
102
100
|
export const amsterdamAlertErrorBorderColor = "#EC0000";
|
|
103
|
-
export const
|
|
101
|
+
export const amsterdamAlertInfoBorderColor = "#004699";
|
|
104
102
|
export const amsterdamAlertSuccessBorderColor = "#00A03C";
|
|
105
|
-
export const
|
|
103
|
+
export const amsterdamAlertWarningBorderColor = "#FF9100";
|
|
106
104
|
export const amsterdamAlertCloseFill = "#000000";
|
|
107
105
|
export const amsterdamAlertCloseHoverFill = "#004699";
|
|
108
106
|
export const amsterdamAspectRatioXTall = "9 / 16";
|
|
@@ -111,10 +109,33 @@ export const amsterdamAspectRatioSquare = "1 / 1";
|
|
|
111
109
|
export const amsterdamAspectRatioWide = "5 / 4";
|
|
112
110
|
export const amsterdamAspectRatioXWide = "16 / 9";
|
|
113
111
|
export const amsterdamAspectRatio2xWide = "32 / 9";
|
|
112
|
+
export const amsterdamBadgeFontFamily = "'Amsterdam Sans', Arial, sans-serif";
|
|
113
|
+
export const amsterdamBadgeFontWeight = 800;
|
|
114
|
+
export const amsterdamBadgePaddingInline = "0.5rem";
|
|
115
|
+
export const amsterdamBadgeSpaciousFontSize = "clamp(1.125rem, calc(0.469vw + 1.031rem), 1.5rem)";
|
|
116
|
+
export const amsterdamBadgeSpaciousLineHeight = "1.6";
|
|
117
|
+
export const amsterdamBadgeCompactFontSize = "clamp(0.875rem, calc(0.313vw + 0.813rem), 1.125rem)";
|
|
118
|
+
export const amsterdamBadgeCompactLineHeight = "1.6";
|
|
119
|
+
export const amsterdamBadgeBlueBackgroundColor = "#009DE6";
|
|
120
|
+
export const amsterdamBadgeBlueColor = "#000000";
|
|
121
|
+
export const amsterdamBadgeDarkBlueBackgroundColor = "#004699";
|
|
122
|
+
export const amsterdamBadgeDarkBlueColor = "#FFFFFF";
|
|
123
|
+
export const amsterdamBadgeDarkGreenBackgroundColor = "#00A03C";
|
|
124
|
+
export const amsterdamBadgeDarkGreenColor = "#FFFFFF";
|
|
125
|
+
export const amsterdamBadgeGreenBackgroundColor = "#BED200";
|
|
126
|
+
export const amsterdamBadgeGreenColor = "#000000";
|
|
127
|
+
export const amsterdamBadgeMagentaBackgroundColor = "#E50082";
|
|
128
|
+
export const amsterdamBadgeMagentaColor = "#FFFFFF";
|
|
129
|
+
export const amsterdamBadgeOrangeBackgroundColor = "#FF9100";
|
|
130
|
+
export const amsterdamBadgeOrangeColor = "#000000";
|
|
131
|
+
export const amsterdamBadgePurpleBackgroundColor = "#A00078";
|
|
132
|
+
export const amsterdamBadgePurpleColor = "#FFFFFF";
|
|
133
|
+
export const amsterdamBadgeYellowBackgroundColor = "#FFE600";
|
|
134
|
+
export const amsterdamBadgeYellowColor = "#000000";
|
|
114
135
|
export const amsterdamBlockquoteColor = "#000000";
|
|
115
136
|
export const amsterdamBlockquoteFontFamily = "'Amsterdam Sans', Arial, sans-serif";
|
|
116
137
|
export const amsterdamBlockquoteFontWeight = 800;
|
|
117
|
-
export const amsterdamBlockquoteInverseColor = "#
|
|
138
|
+
export const amsterdamBlockquoteInverseColor = "#FFFFFF";
|
|
118
139
|
export const amsterdamBlockquoteSpaciousFontSize = "clamp(1.531rem, calc(1.016vw + 1.328rem), 2.344rem)";
|
|
119
140
|
export const amsterdamBlockquoteSpaciousLineHeight = "1.3";
|
|
120
141
|
export const amsterdamBlockquoteCompactFontSize = "clamp(1.191rem, calc(0.709vw + 1.049rem), 1.758rem)";
|
|
@@ -139,7 +160,7 @@ export const amsterdamButtonCompactFontSize = "clamp(0.875rem, calc(0.313vw + 0.
|
|
|
139
160
|
export const amsterdamButtonCompactLineHeight = "1.6";
|
|
140
161
|
export const amsterdamButtonSecondaryBoxShadow = "inset 0 0 0 2px #004699";
|
|
141
162
|
export const amsterdamButtonSecondaryHoverBoxShadow = "inset 0 0 0 3px #102E62";
|
|
142
|
-
export const amsterdamButtonSecondaryDisabledBoxShadow = "inset 0 0 0 2px #
|
|
163
|
+
export const amsterdamButtonSecondaryDisabledBoxShadow = "inset 0 0 0 2px #BEBEBE";
|
|
143
164
|
export const amsterdamButtonSecondaryFocusBoxShadow = "inset 0 0 0 2px #004699";
|
|
144
165
|
export const amsterdamButtonTertiaryHoverBoxShadow = "inset 0 0 0 2px #102E62";
|
|
145
166
|
export const amsterdamCardLinkColor = "#004699";
|
|
@@ -176,7 +197,7 @@ export const amsterdamCheckboxSpaciousFontSize = "clamp(1.125rem, calc(0.469vw +
|
|
|
176
197
|
export const amsterdamCheckboxSpaciousLineHeight = "1.6";
|
|
177
198
|
export const amsterdamCheckboxCompactFontSize = "clamp(0.875rem, calc(0.313vw + 0.813rem), 1.125rem)";
|
|
178
199
|
export const amsterdamCheckboxCompactLineHeight = "1.6";
|
|
179
|
-
export const amsterdamDialogBackgroundColor = "#
|
|
200
|
+
export const amsterdamDialogBackgroundColor = "#FFFFFF";
|
|
180
201
|
export const amsterdamDialogBorder = "0";
|
|
181
202
|
export const amsterdamDialogMaxInlineSize = "min(87.69vw, 45rem)";
|
|
182
203
|
export const amsterdamDialogTitleColor = "#000000";
|
|
@@ -187,9 +208,6 @@ export const amsterdamDialogTitleSpaciousLineHeight = "1.6";
|
|
|
187
208
|
export const amsterdamDialogTitleCompactFontSize = "clamp(0.875rem, calc(0.313vw + 0.813rem), 1.125rem)";
|
|
188
209
|
export const amsterdamDialogTitleCompactLineHeight = "1.6";
|
|
189
210
|
export const amsterdamDialogBackdropBackground = "#0006";
|
|
190
|
-
export const amsterdamDialogCloseBackgroundColor = "transparent";
|
|
191
|
-
export const amsterdamDialogCloseFill = "#000000";
|
|
192
|
-
export const amsterdamDialogCloseHoverFill = "#004699";
|
|
193
211
|
export const amsterdamDialogFormGap = "1.5rem";
|
|
194
212
|
export const amsterdamDialogFormPaddingBlock = "clamp(1.5rem, calc(1.5rem + ((1vw - 0.5337rem) * 2.1448)), 2.5rem)";
|
|
195
213
|
export const amsterdamDialogFormPaddingInline = "clamp(1.5rem, calc(1.5rem + ((1vw - 0.5337rem) * 2.1448)), 2.5rem)";
|
|
@@ -216,7 +234,7 @@ export const amsterdamHeaderColumnGap = "clamp(1rem, calc(3.125vw + 0.375rem), 3
|
|
|
216
234
|
export const amsterdamHeadingColor = "#000000";
|
|
217
235
|
export const amsterdamHeadingFontFamily = "'Amsterdam Sans', Arial, sans-serif";
|
|
218
236
|
export const amsterdamHeadingFontWeight = 800;
|
|
219
|
-
export const amsterdamHeadingInverseColor = "#
|
|
237
|
+
export const amsterdamHeadingInverseColor = "#FFFFFF";
|
|
220
238
|
export const amsterdamHeadingSpaciousLevel1LineHeight = "1.2";
|
|
221
239
|
export const amsterdamHeadingSpaciousLevel1FontSize = "clamp(2.084rem, calc(1.973vw + 1.69rem), 3.662rem)";
|
|
222
240
|
export const amsterdamHeadingSpaciousLevel2LineHeight = "1.25";
|
|
@@ -241,6 +259,21 @@ export const amsterdamHeadingCompactLevel5LineHeight = "1.6";
|
|
|
241
259
|
export const amsterdamHeadingCompactLevel5FontSize = "clamp(0.875rem, calc(0.313vw + 0.813rem), 1.125rem)";
|
|
242
260
|
export const amsterdamHeadingCompactLevel6LineHeight = "1.6";
|
|
243
261
|
export const amsterdamHeadingCompactLevel6FontSize = "clamp(0.75rem, calc(0.188vw + 0.713rem), 0.9rem)";
|
|
262
|
+
export const amsterdamIconButtonColor = "#004699";
|
|
263
|
+
export const amsterdamIconButtonOutlineOffset = "2px";
|
|
264
|
+
export const amsterdamIconButtonHoverBackgroundColor = "rgba(0, 70, 153, 0.125)";
|
|
265
|
+
export const amsterdamIconButtonHoverColor = "#102E62";
|
|
266
|
+
export const amsterdamIconButtonDisabledColor = "#BEBEBE";
|
|
267
|
+
export const amsterdamIconButtonOnBackgroundLightColor = "#000000";
|
|
268
|
+
export const amsterdamIconButtonOnBackgroundLightHoverBackgroundColor = "rgba(0, 0, 0, 0.125)";
|
|
269
|
+
export const amsterdamIconButtonOnBackgroundLightHoverColor = "#000000";
|
|
270
|
+
export const amsterdamIconButtonOnBackgroundLightDisabledColor = "#BEBEBE";
|
|
271
|
+
export const amsterdamIconButtonOnBackgroundDarkBackgroundColor = "#004699";
|
|
272
|
+
export const amsterdamIconButtonOnBackgroundDarkColor = "#FFFFFF";
|
|
273
|
+
export const amsterdamIconButtonOnBackgroundDarkHoverBackgroundColor = "#102E62";
|
|
274
|
+
export const amsterdamIconButtonOnBackgroundDarkHoverColor = "#FFFFFF";
|
|
275
|
+
export const amsterdamIconButtonOnBackgroundDarkDisabledColor = "#FFFFFF";
|
|
276
|
+
export const amsterdamIconButtonOnBackgroundDarkDisabledBackgroundColor = "#BEBEBE";
|
|
244
277
|
export const amsterdamIconSpaciousSize3FontSize = "clamp(1.531rem, calc(1.016vw + 1.328rem), 2.344rem)";
|
|
245
278
|
export const amsterdamIconSpaciousSize3LineHeight = "1.3";
|
|
246
279
|
export const amsterdamIconSpaciousSize4FontSize = "clamp(1.313rem, calc(0.703vw + 1.173rem), 1.875rem)";
|
|
@@ -257,6 +290,33 @@ export const amsterdamIconCompactSize5FontSize = "clamp(0.875rem, calc(0.313vw +
|
|
|
257
290
|
export const amsterdamIconCompactSize5LineHeight = "1.6";
|
|
258
291
|
export const amsterdamIconCompactSize6FontSize = "clamp(0.75rem, calc(0.188vw + 0.713rem), 0.9rem)";
|
|
259
292
|
export const amsterdamIconCompactSize6LineHeight = "1.6";
|
|
293
|
+
export const amsterdamLinkListGap = "0.5em";
|
|
294
|
+
export const amsterdamLinkListLinkColor = "#004699";
|
|
295
|
+
export const amsterdamLinkListLinkFontFamily = "'Amsterdam Sans', Arial, sans-serif";
|
|
296
|
+
export const amsterdamLinkListLinkFontWeight = 400;
|
|
297
|
+
export const amsterdamLinkListLinkGap = "0.5em";
|
|
298
|
+
export const amsterdamLinkListLinkOutlineOffset = "2px";
|
|
299
|
+
export const amsterdamLinkListLinkTextDecorationLine = "none";
|
|
300
|
+
export const amsterdamLinkListLinkTextDecorationThickness = "0.125rem";
|
|
301
|
+
export const amsterdamLinkListLinkTextUnderlineOffset = "0.375rem";
|
|
302
|
+
export const amsterdamLinkListLinkSpaciousSmallFontSize = "clamp(0.964rem, calc(0.295vw + 0.905rem), 1.2rem)";
|
|
303
|
+
export const amsterdamLinkListLinkSpaciousSmallLineHeight = "1.6";
|
|
304
|
+
export const amsterdamLinkListLinkSpaciousMediumFontSize = "clamp(1.125rem, calc(0.469vw + 1.031rem), 1.5rem)";
|
|
305
|
+
export const amsterdamLinkListLinkSpaciousMediumLineHeight = "1.6";
|
|
306
|
+
export const amsterdamLinkListLinkSpaciousLargeFontSize = "clamp(1.313rem, calc(0.703vw + 1.173rem), 1.875rem)";
|
|
307
|
+
export const amsterdamLinkListLinkSpaciousLargeLineHeight = "1.5";
|
|
308
|
+
export const amsterdamLinkListLinkCompactSmallFontSize = "clamp(0.75rem, calc(0.188vw + 0.713rem), 0.9rem)";
|
|
309
|
+
export const amsterdamLinkListLinkCompactSmallLineHeight = "1.6";
|
|
310
|
+
export const amsterdamLinkListLinkCompactMediumFontSize = "clamp(0.875rem, calc(0.313vw + 0.813rem), 1.125rem)";
|
|
311
|
+
export const amsterdamLinkListLinkCompactMediumLineHeight = "1.6";
|
|
312
|
+
export const amsterdamLinkListLinkCompactLargeFontSize = "clamp(1.021rem, calc(0.481vw + 0.925rem), 1.406rem)";
|
|
313
|
+
export const amsterdamLinkListLinkCompactLargeLineHeight = "1.5";
|
|
314
|
+
export const amsterdamLinkListLinkHoverColor = "#102E62";
|
|
315
|
+
export const amsterdamLinkListLinkHoverTextDecorationLine = "underline";
|
|
316
|
+
export const amsterdamLinkListLinkOnBackgroundDarkColor = "#FFFFFF";
|
|
317
|
+
export const amsterdamLinkListLinkOnBackgroundDarkHoverColor = "#FFFFFF";
|
|
318
|
+
export const amsterdamLinkListLinkOnBackgroundLightColor = "#000000";
|
|
319
|
+
export const amsterdamLinkListLinkOnBackgroundLightHoverColor = "#000000";
|
|
260
320
|
export const amsterdamLinkColor = "#004699";
|
|
261
321
|
export const amsterdamLinkFontFamily = "'Amsterdam Sans', Arial, sans-serif";
|
|
262
322
|
export const amsterdamLinkFontWeight = 400;
|
|
@@ -289,9 +349,9 @@ export const amsterdamLinkStandaloneSpaciousFontSize = "clamp(1.125rem, calc(0.4
|
|
|
289
349
|
export const amsterdamLinkStandaloneSpaciousLineHeight = "1.6";
|
|
290
350
|
export const amsterdamLinkStandaloneCompactFontSize = "clamp(0.875rem, calc(0.313vw + 0.813rem), 1.125rem)";
|
|
291
351
|
export const amsterdamLinkStandaloneCompactLineHeight = "1.6";
|
|
292
|
-
export const amsterdamLinkOnBackgroundDarkColor = "#
|
|
293
|
-
export const amsterdamLinkOnBackgroundDarkHoverColor = "#
|
|
294
|
-
export const amsterdamLinkOnBackgroundDarkVisitedColor = "#
|
|
352
|
+
export const amsterdamLinkOnBackgroundDarkColor = "#FFFFFF";
|
|
353
|
+
export const amsterdamLinkOnBackgroundDarkHoverColor = "#FFFFFF";
|
|
354
|
+
export const amsterdamLinkOnBackgroundDarkVisitedColor = "#FFFFFF";
|
|
295
355
|
export const amsterdamLinkOnBackgroundLightColor = "#000000";
|
|
296
356
|
export const amsterdamLinkOnBackgroundLightHoverColor = "#000000";
|
|
297
357
|
export const amsterdamLinkOnBackgroundLightVisitedColor = "#000000";
|
|
@@ -300,6 +360,10 @@ export const amsterdamLogoEmblemColor = "#EC0000";
|
|
|
300
360
|
export const amsterdamLogoTitleColor = "#EC0000";
|
|
301
361
|
export const amsterdamLogoSubsiteColor = "#000000";
|
|
302
362
|
export const amsterdamMarkBackgroundColor = "var(--amsterdam-color-yellow)";
|
|
363
|
+
export const amsterdamMegaMenuListCategoryColumnGap = "clamp(1rem, calc(3.125vw + 0.375rem), 3.5rem)";
|
|
364
|
+
export const amsterdamMegaMenuListCategoryColumnWidth = "20rem";
|
|
365
|
+
export const amsterdamMegaMenuListCategoryPaddingBlockStart = "1rem";
|
|
366
|
+
export const amsterdamMegaMenuListCategoryPaddingBlockEnd = "clamp(1rem, calc(3.125vw + 0.375rem), 3.5rem)";
|
|
303
367
|
export const amsterdamOrderedListColor = "#000000";
|
|
304
368
|
export const amsterdamOrderedListFontFamily = "'Amsterdam Sans', Arial, sans-serif";
|
|
305
369
|
export const amsterdamOrderedListFontWeight = 400;
|
|
@@ -317,7 +381,7 @@ export const amsterdamOrderedListOrderedListItemPaddingInlineStart = "0.25rem";
|
|
|
317
381
|
export const amsterdamPageHeadingColor = "#000000";
|
|
318
382
|
export const amsterdamPageHeadingFontFamily = "'Amsterdam Sans', Arial, sans-serif";
|
|
319
383
|
export const amsterdamPageHeadingFontWeight = 800;
|
|
320
|
-
export const amsterdamPageHeadingInverseColor = "#
|
|
384
|
+
export const amsterdamPageHeadingInverseColor = "#FFFFFF";
|
|
321
385
|
export const amsterdamPageHeadingSpaciousFontSize = "clamp(2.432rem, calc(2.683vw + 1.895rem), 4.578rem)";
|
|
322
386
|
export const amsterdamPageHeadingSpaciousLineHeight = "clamp(2.432rem, calc(2.683vw + 1.895rem), 4.578rem)";
|
|
323
387
|
export const amsterdamPageHeadingCompactFontSize = "clamp(1.891rem, calc(1.927vw + 1.506rem), 3.433rem)";
|
|
@@ -355,7 +419,7 @@ export const amsterdamPaginationButtonHoverTextDecorationLine = "underline";
|
|
|
355
419
|
export const amsterdamParagraphColor = "#000000";
|
|
356
420
|
export const amsterdamParagraphFontFamily = "'Amsterdam Sans', Arial, sans-serif";
|
|
357
421
|
export const amsterdamParagraphFontWeight = 400;
|
|
358
|
-
export const amsterdamParagraphInverseColor = "#
|
|
422
|
+
export const amsterdamParagraphInverseColor = "#FFFFFF";
|
|
359
423
|
export const amsterdamParagraphSpaciousSmallFontSize = "clamp(0.964rem, calc(0.295vw + 0.905rem), 1.2rem)";
|
|
360
424
|
export const amsterdamParagraphSpaciousSmallLineHeight = "1.6";
|
|
361
425
|
export const amsterdamParagraphSpaciousMediumFontSize = "clamp(1.125rem, calc(0.469vw + 1.031rem), 1.5rem)";
|
|
@@ -371,7 +435,7 @@ export const amsterdamParagraphCompactLargeLineHeight = "1.5";
|
|
|
371
435
|
export const amsterdamScreenWideMaxWidth = "100rem";
|
|
372
436
|
export const amsterdamScreenXWideMaxWidth = "132rem";
|
|
373
437
|
export const amsterdamSearchFieldButtonBackgroundColor = "#004699";
|
|
374
|
-
export const amsterdamSearchFieldButtonColor = "#
|
|
438
|
+
export const amsterdamSearchFieldButtonColor = "#FFFFFF";
|
|
375
439
|
export const amsterdamSearchFieldButtonOutlineOffset = "2px";
|
|
376
440
|
export const amsterdamSearchFieldButtonHoverBackgroundColor = "#102E62";
|
|
377
441
|
export const amsterdamSearchFieldInputBoxShadow = "inset 0 0 0 1px #000000";
|
|
@@ -390,7 +454,7 @@ export const amsterdamSearchFieldInputCompactLineHeight = "1.6";
|
|
|
390
454
|
export const amsterdamSearchFieldInputSpaciousFontSize = "clamp(0.964rem, calc(0.295vw + 0.905rem), 1.2rem)";
|
|
391
455
|
export const amsterdamSearchFieldInputSpaciousLineHeight = "1.6";
|
|
392
456
|
export const amsterdamSkipLinkBackgroundColor = "#004699";
|
|
393
|
-
export const amsterdamSkipLinkColor = "#
|
|
457
|
+
export const amsterdamSkipLinkColor = "#FFFFFF";
|
|
394
458
|
export const amsterdamSkipLinkFontFamily = "'Amsterdam Sans', Arial, sans-serif";
|
|
395
459
|
export const amsterdamSkipLinkFontWeight = 400;
|
|
396
460
|
export const amsterdamSkipLinkFontSize = "clamp(0.964rem, calc(0.295vw + 0.905rem), 1.2rem)";
|
|
@@ -399,10 +463,10 @@ export const amsterdamSkipLinkOutlineOffset = "2px";
|
|
|
399
463
|
export const amsterdamSkipLinkCompactFontSize = "clamp(0.75rem, calc(0.188vw + 0.713rem), 0.9rem)";
|
|
400
464
|
export const amsterdamSkipLinkCompactLineHeight = "1.6";
|
|
401
465
|
export const amsterdamSkipLinkHoverBackgroundColor = "#102E62";
|
|
402
|
-
export const amsterdamSpotlightBlueBackgroundColor = "#
|
|
466
|
+
export const amsterdamSpotlightBlueBackgroundColor = "#009DE6";
|
|
467
|
+
export const amsterdamSpotlightDarkBlueBackgroundColor = "#004699";
|
|
403
468
|
export const amsterdamSpotlightDarkGreenBackgroundColor = "#00A03C";
|
|
404
469
|
export const amsterdamSpotlightGreenBackgroundColor = "#BED200";
|
|
405
|
-
export const amsterdamSpotlightLightBlueBackgroundColor = "#009DEC";
|
|
406
470
|
export const amsterdamSpotlightMagentaBackgroundColor = "#E50082";
|
|
407
471
|
export const amsterdamSpotlightOrangeBackgroundColor = "#FF9100";
|
|
408
472
|
export const amsterdamSpotlightPurpleBackgroundColor = "#A00078";
|
|
@@ -410,21 +474,29 @@ export const amsterdamSpotlightYellowBackgroundColor = "#FFE600";
|
|
|
410
474
|
export const amsterdamSwitchFontFamily = "'Amsterdam Sans', Arial, sans-serif";
|
|
411
475
|
export const amsterdamSwitchBackgroundColor = "#767676";
|
|
412
476
|
export const amsterdamSwitchWidth = "3.5rem";
|
|
413
|
-
export const amsterdamSwitchThumbBackgroundColor = "#
|
|
477
|
+
export const amsterdamSwitchThumbBackgroundColor = "#FFFFFF";
|
|
414
478
|
export const amsterdamSwitchThumbWidth = "1.75rem";
|
|
415
479
|
export const amsterdamSwitchThumbHeight = "1.75rem";
|
|
416
480
|
export const amsterdamSwitchThumbHoverColor = "#102E62";
|
|
417
481
|
export const amsterdamSwitchCheckedBackgroundColor = "#004699";
|
|
418
482
|
export const amsterdamSwitchOutlineOffset = "2px";
|
|
419
|
-
export const amsterdamSwitchDisabledBackgroundColor = "#
|
|
483
|
+
export const amsterdamSwitchDisabledBackgroundColor = "#BEBEBE";
|
|
484
|
+
export const amsterdamTableColor = "#000000";
|
|
485
|
+
export const amsterdamTableFontFamily = "'Amsterdam Sans', Arial, sans-serif";
|
|
486
|
+
export const amsterdamTableFontWeight = 400;
|
|
487
|
+
export const amsterdamTableFontSize = "clamp(1.125rem, calc(0.469vw + 1.031rem), 1.5rem)";
|
|
488
|
+
export const amsterdamTableLineHeight = "1.6";
|
|
489
|
+
export const amsterdamTableCaptionFontWeight = 800;
|
|
490
|
+
export const amsterdamTableCellBorderBottom = "1px solid #E8E8E8";
|
|
491
|
+
export const amsterdamTableHeaderCellFontWeight = 800;
|
|
420
492
|
export const amsterdamTextInputBoxShadow = "inset 0 0 0 1px #000000";
|
|
421
493
|
export const amsterdamTextInputColor = "#000000";
|
|
422
494
|
export const amsterdamTextInputFontFamily = "'Amsterdam Sans', Arial, sans-serif";
|
|
423
495
|
export const amsterdamTextInputFontWeight = 400;
|
|
424
496
|
export const amsterdamTextInputOutlineOffset = "2px";
|
|
425
|
-
export const amsterdamTextInputDisabledBackgroundColor = "#
|
|
426
|
-
export const amsterdamTextInputDisabledBoxShadow = "inset 0 0 0 1px #
|
|
427
|
-
export const amsterdamTextInputDisabledColor = "#
|
|
497
|
+
export const amsterdamTextInputDisabledBackgroundColor = "#FFFFFF";
|
|
498
|
+
export const amsterdamTextInputDisabledBoxShadow = "inset 0 0 0 1px #BEBEBE";
|
|
499
|
+
export const amsterdamTextInputDisabledColor = "#BEBEBE";
|
|
428
500
|
export const amsterdamTextInputHoverBoxShadow = "inset 0 0 0 2px #000000";
|
|
429
501
|
export const amsterdamTextInputInvalidBoxShadow = "inset 0 0 0 1px #EC0000";
|
|
430
502
|
export const amsterdamTextInputInvalidHoverBoxShadow = "inset 0 0 0 2px #EC0000";
|
|
@@ -475,26 +547,26 @@ export const utrechtActionNavigateCursor = "pointer";
|
|
|
475
547
|
export const utrechtActionSubmitCursor = "pointer";
|
|
476
548
|
export const utrechtFocusOutlineOffset = "2px";
|
|
477
549
|
export const utrechtButtonBackgroundColor = "#004699";
|
|
478
|
-
export const utrechtButtonColor = "#
|
|
550
|
+
export const utrechtButtonColor = "#FFFFFF";
|
|
479
551
|
export const utrechtButtonFontFamily = "'Amsterdam Sans', Arial, sans-serif";
|
|
480
552
|
export const utrechtButtonPaddingInlineStart = "1rem";
|
|
481
553
|
export const utrechtButtonPaddingInlineEnd = "1rem";
|
|
482
554
|
export const utrechtButtonPaddingBlockStart = "0.5rem";
|
|
483
555
|
export const utrechtButtonPaddingBlockEnd = "0.5rem";
|
|
484
|
-
export const utrechtButtonDisabledBackgroundColor = "#
|
|
485
|
-
export const utrechtButtonDisabledColor = "#
|
|
556
|
+
export const utrechtButtonDisabledBackgroundColor = "#BEBEBE";
|
|
557
|
+
export const utrechtButtonDisabledColor = "#FFFFFF";
|
|
486
558
|
export const utrechtButtonPrimaryActionBackgroundColor = "#004699";
|
|
487
|
-
export const utrechtButtonPrimaryActionColor = "#
|
|
488
|
-
export const utrechtButtonPrimaryActionDisabledBackgroundColor = "#
|
|
559
|
+
export const utrechtButtonPrimaryActionColor = "#FFFFFF";
|
|
560
|
+
export const utrechtButtonPrimaryActionDisabledBackgroundColor = "#BEBEBE";
|
|
489
561
|
export const utrechtButtonPrimaryActionHoverBackgroundColor = "#102E62";
|
|
490
|
-
export const utrechtButtonSecondaryActionBackgroundColor = "#
|
|
562
|
+
export const utrechtButtonSecondaryActionBackgroundColor = "#FFFFFF";
|
|
491
563
|
export const utrechtButtonSecondaryActionColor = "#004699";
|
|
492
564
|
export const utrechtButtonSecondaryActionHoverColor = "#102E62";
|
|
493
|
-
export const utrechtButtonSecondaryActionDisabledBackgroundColor = "#
|
|
494
|
-
export const utrechtButtonSecondaryActionDisabledColor = "#
|
|
565
|
+
export const utrechtButtonSecondaryActionDisabledBackgroundColor = "#FFFFFF";
|
|
566
|
+
export const utrechtButtonSecondaryActionDisabledColor = "#BEBEBE";
|
|
495
567
|
export const utrechtButtonSubtleBackgroundColor = "transparent";
|
|
496
568
|
export const utrechtButtonSubtleColor = "#004699";
|
|
497
569
|
export const utrechtButtonSubtleHoverColor = "#102E62";
|
|
498
570
|
export const utrechtButtonSubtleFocusColor = "#102E62";
|
|
499
571
|
export const utrechtButtonSubtleDisabledBackgroundColor = "transparent";
|
|
500
|
-
export const utrechtButtonSubtleDisabledColor = "#
|
|
572
|
+
export const utrechtButtonSubtleDisabledColor = "#BEBEBE";
|