@amsterdam/design-system-tokens 0.1.8 → 0.3.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 +37 -0
- package/dist/_variables.scss +274 -163
- package/dist/index.css +274 -163
- package/dist/index.d.ts +255 -144
- package/dist/index.js +261 -150
- package/dist/index.json +260 -149
- package/dist/index.tokens.json +455 -297
- package/dist/root.css +274 -163
- package/dist/tokens.d.ts +442 -284
- package/dist/tokens.js +5618 -3116
- package/dist/variables.less +274 -163
- package/package.json +3 -3
- package/src/brand/amsterdam/typography.tokens.json +62 -84
- package/src/common/amsterdam/border.tokens.json +3 -9
- package/src/common/amsterdam/link-appearance.tokens.json +31 -0
- package/src/common/amsterdam/spacing.tokens.json +4 -12
- package/src/components/amsterdam/accordion.tokens.json +8 -9
- package/src/components/amsterdam/alert.tokens.json +6 -5
- package/src/components/amsterdam/blockquote.tokens.json +6 -5
- package/src/components/amsterdam/breadcrumb.tokens.json +21 -34
- package/src/components/amsterdam/button.tokens.json +11 -19
- package/src/components/amsterdam/card.tokens.json +6 -2
- package/src/components/amsterdam/checkbox.tokens.json +27 -73
- package/src/components/amsterdam/dialog.tokens.json +6 -5
- package/src/components/amsterdam/form-label.tokens.json +6 -5
- package/src/components/amsterdam/grid.tokens.json +5 -11
- package/src/components/amsterdam/header.tokens.json +7 -0
- package/src/components/amsterdam/heading.tokens.json +44 -28
- package/src/components/amsterdam/icon.tokens.json +29 -28
- package/src/components/amsterdam/link.tokens.json +43 -45
- package/src/components/amsterdam/mark.tokens.json +7 -0
- package/src/components/amsterdam/ordered-list.tokens.json +6 -5
- package/src/components/amsterdam/page-heading.tokens.json +9 -8
- package/src/components/amsterdam/page-menu.tokens.json +13 -9
- package/src/components/amsterdam/pagination.tokens.json +17 -18
- package/src/components/amsterdam/paragraph.tokens.json +22 -19
- package/src/components/amsterdam/search-field.tokens.json +47 -0
- package/src/components/amsterdam/skip-link.tokens.json +20 -0
- package/src/components/amsterdam/spotlight.tokens.json +30 -0
- package/src/components/amsterdam/switch.tokens.json +10 -30
- package/src/components/amsterdam/text-input.tokens.json +36 -0
- package/src/components/amsterdam/top-task-link.tokens.json +25 -47
- package/src/components/amsterdam/unordered-list.tokens.json +6 -5
- package/src/components/utrecht/button.tokens.json +25 -75
- package/src/components/amsterdam/highlight.tokens.json +0 -46
package/dist/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Fri, 22 Dec 2023 12:50:01 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const amsterdamColorPrimaryBlack = "#000000";
|
|
@@ -28,34 +28,49 @@ export const amsterdamProportion2xWide = "32 / 9";
|
|
|
28
28
|
export const amsterdamTypographyFontFamily = "'Amsterdam Sans', Arial, sans-serif";
|
|
29
29
|
export const amsterdamTypographyFontWeightNormal = 400;
|
|
30
30
|
export const amsterdamTypographyFontWeightBold = 800;
|
|
31
|
-
export const
|
|
32
|
-
export const
|
|
33
|
-
export const
|
|
34
|
-
export const
|
|
35
|
-
export const
|
|
36
|
-
export const
|
|
37
|
-
export const
|
|
38
|
-
export const
|
|
39
|
-
export const
|
|
40
|
-
export const
|
|
41
|
-
export const
|
|
42
|
-
export const
|
|
43
|
-
export const
|
|
44
|
-
export const
|
|
45
|
-
export const
|
|
46
|
-
export const
|
|
47
|
-
export const
|
|
48
|
-
export const
|
|
49
|
-
export const
|
|
50
|
-
export const
|
|
51
|
-
export const
|
|
52
|
-
export const
|
|
53
|
-
export const
|
|
54
|
-
export const
|
|
31
|
+
export const amsterdamTypographySpaciousTextLevel0FontSize = "clamp(2.432rem, calc(2.683vw + 1.895rem), 4.578rem)";
|
|
32
|
+
export const amsterdamTypographySpaciousTextLevel0LineHeight = "1.15";
|
|
33
|
+
export const amsterdamTypographySpaciousTextLevel1FontSize = "clamp(2.084rem, calc(1.973vw + 1.69rem), 3.662rem)";
|
|
34
|
+
export const amsterdamTypographySpaciousTextLevel1LineHeight = "1.2";
|
|
35
|
+
export const amsterdamTypographySpaciousTextLevel2FontSize = "clamp(1.786rem, calc(1.43vw + 1.5rem), 2.93rem)";
|
|
36
|
+
export const amsterdamTypographySpaciousTextLevel2LineHeight = "1.25";
|
|
37
|
+
export const amsterdamTypographySpaciousTextLevel3FontSize = "clamp(1.531rem, calc(1.016vw + 1.328rem), 2.344rem)";
|
|
38
|
+
export const amsterdamTypographySpaciousTextLevel3LineHeight = "1.3";
|
|
39
|
+
export const amsterdamTypographySpaciousTextLevel4FontSize = "clamp(1.313rem, calc(0.703vw + 1.173rem), 1.875rem)";
|
|
40
|
+
export const amsterdamTypographySpaciousTextLevel4LineHeight = "1.5";
|
|
41
|
+
export const amsterdamTypographySpaciousTextLevel5FontSize = "clamp(1.125rem, calc(0.469vw + 1.031rem), 1.5rem)";
|
|
42
|
+
export const amsterdamTypographySpaciousTextLevel5LineHeight = "1.6";
|
|
43
|
+
export const amsterdamTypographySpaciousTextLevel6FontSize = "clamp(0.964rem, calc(0.295vw + 0.905rem), 1.2rem)";
|
|
44
|
+
export const amsterdamTypographySpaciousTextLevel6LineHeight = "1.6";
|
|
45
|
+
export const amsterdamTypographyCompactTextLevel0FontSize = "clamp(1.891rem, calc(1.927vw + 1.506rem), 3.433rem)";
|
|
46
|
+
export const amsterdamTypographyCompactTextLevel0LineHeight = "1.15";
|
|
47
|
+
export const amsterdamTypographyCompactTextLevel1FontSize = "clamp(1.621rem, calc(1.408vw + 1.34rem), 2.747rem)";
|
|
48
|
+
export const amsterdamTypographyCompactTextLevel1LineHeight = "1.2";
|
|
49
|
+
export const amsterdamTypographyCompactTextLevel2FontSize = "clamp(1.389rem, calc(1.01vw + 1.187rem), 2.197rem)";
|
|
50
|
+
export const amsterdamTypographyCompactTextLevel2LineHeight = "1.25";
|
|
51
|
+
export const amsterdamTypographyCompactTextLevel3FontSize = "clamp(1.191rem, calc(0.709vw + 1.049rem), 1.758rem)";
|
|
52
|
+
export const amsterdamTypographyCompactTextLevel3LineHeight = "1.3";
|
|
53
|
+
export const amsterdamTypographyCompactTextLevel4FontSize = "clamp(1.021rem, calc(0.481vw + 0.925rem), 1.406rem)";
|
|
54
|
+
export const amsterdamTypographyCompactTextLevel4LineHeight = "1.5";
|
|
55
|
+
export const amsterdamTypographyCompactTextLevel5FontSize = "clamp(0.875rem, calc(0.313vw + 0.813rem), 1.125rem)";
|
|
56
|
+
export const amsterdamTypographyCompactTextLevel5LineHeight = "1.6";
|
|
57
|
+
export const amsterdamTypographyCompactTextLevel6FontSize = "clamp(0.75rem, calc(0.188vw + 0.713rem), 0.9rem)";
|
|
58
|
+
export const amsterdamTypographyCompactTextLevel6LineHeight = "1.6";
|
|
55
59
|
export const amsterdamBorderWidthSm = "1px";
|
|
56
60
|
export const amsterdamBorderWidthMd = "2px";
|
|
57
61
|
export const amsterdamBorderWidthLg = "3px";
|
|
58
62
|
export const amsterdamFocusOutlineOffset = "2px";
|
|
63
|
+
export const amsterdamLinkAppearanceColor = "#004699";
|
|
64
|
+
export const amsterdamLinkAppearanceTextDecorationThickness = "0.125rem";
|
|
65
|
+
export const amsterdamLinkAppearanceTextUnderlineOffset = "0.375rem";
|
|
66
|
+
export const amsterdamLinkAppearanceHoverColor = "#102E62";
|
|
67
|
+
export const amsterdamLinkAppearanceOnBackgroundDarkColor = "#ffffff";
|
|
68
|
+
export const amsterdamLinkAppearanceOnBackgroundLightColor = "#000000";
|
|
69
|
+
export const amsterdamLinkAppearanceRegularTextDecorationLine = "underline";
|
|
70
|
+
export const amsterdamLinkAppearanceRegularHoverTextDecorationThickness = "0.1875rem";
|
|
71
|
+
export const amsterdamLinkAppearanceRegularHoverTextUnderlineOffset = "0.3125rem";
|
|
72
|
+
export const amsterdamLinkAppearanceSubtleTextDecorationLine = "none";
|
|
73
|
+
export const amsterdamLinkAppearanceSubtleHoverTextDecorationLine = "underline";
|
|
59
74
|
export const amsterdamSpacingInsetSm = "0.5rem";
|
|
60
75
|
export const amsterdamSpacingInsetMd = "1rem";
|
|
61
76
|
export const amsterdamSpacingInsetLg = "1.5rem";
|
|
@@ -64,10 +79,11 @@ export const amsterdamAccordionButtonColor = "#004699";
|
|
|
64
79
|
export const amsterdamAccordionButtonFocusOutlineOffset = "2px";
|
|
65
80
|
export const amsterdamAccordionButtonFontFamily = "'Amsterdam Sans', Arial, sans-serif";
|
|
66
81
|
export const amsterdamAccordionButtonFontWeight = 800;
|
|
67
|
-
export const amsterdamAccordionButtonLineHeight = "1.5";
|
|
68
|
-
export const amsterdamAccordionButtonNarrowFontSize = "clamp(1.375rem, calc(1.375rem + (0.25 * (100vw - 20rem)) / 33.3125), 1.625rem)";
|
|
69
|
-
export const amsterdamAccordionButtonWideFontSize = "clamp(1.625rem, calc(1.625rem + (0.125 * (100vw - 53.375rem)) / 36.625), 1.75rem)";
|
|
70
82
|
export const amsterdamAccordionButtonHoverBoxShadow = "inset 0 0 0 2px #767676";
|
|
83
|
+
export const amsterdamAccordionButtonSpaciousFontSize = "clamp(1.125rem, calc(0.469vw + 1.031rem), 1.5rem)";
|
|
84
|
+
export const amsterdamAccordionButtonSpaciousLineHeight = "1.6";
|
|
85
|
+
export const amsterdamAccordionButtonCompactFontSize = "clamp(0.875rem, calc(0.313vw + 0.813rem), 1.125rem)";
|
|
86
|
+
export const amsterdamAccordionButtonCompactLineHeight = "1.6";
|
|
71
87
|
export const amsterdamAlertBackgroundColor = "#FFE600";
|
|
72
88
|
export const amsterdamAlertBorder = "4px solid #FFE600";
|
|
73
89
|
export const amsterdamAlertGap = "1rem";
|
|
@@ -78,9 +94,10 @@ export const amsterdamAlertPaddingInlineEnd = "1.5rem";
|
|
|
78
94
|
export const amsterdamAlertTitleColor = "#000000";
|
|
79
95
|
export const amsterdamAlertTitleFontFamily = "'Amsterdam Sans', Arial, sans-serif";
|
|
80
96
|
export const amsterdamAlertTitleFontWeight = 800;
|
|
81
|
-
export const
|
|
82
|
-
export const
|
|
83
|
-
export const
|
|
97
|
+
export const amsterdamAlertTitleSpaciousFontSize = "clamp(1.125rem, calc(0.469vw + 1.031rem), 1.5rem)";
|
|
98
|
+
export const amsterdamAlertTitleSpaciousLineHeight = "1.6";
|
|
99
|
+
export const amsterdamAlertTitleCompactFontSize = "clamp(0.875rem, calc(0.313vw + 0.813rem), 1.125rem)";
|
|
100
|
+
export const amsterdamAlertTitleCompactLineHeight = "1.6";
|
|
84
101
|
export const amsterdamAlertErrorBackgroundColor = "#ffffff";
|
|
85
102
|
export const amsterdamAlertErrorBorderColor = "#EC0000";
|
|
86
103
|
export const amsterdamAlertSuccessBackgroundColor = "#ffffff";
|
|
@@ -98,29 +115,39 @@ export const amsterdamBlockquoteColor = "#000000";
|
|
|
98
115
|
export const amsterdamBlockquoteFontFamily = "'Amsterdam Sans', Arial, sans-serif";
|
|
99
116
|
export const amsterdamBlockquoteFontWeight = 800;
|
|
100
117
|
export const amsterdamBlockquoteInverseColor = "#ffffff";
|
|
101
|
-
export const
|
|
102
|
-
export const
|
|
103
|
-
export const
|
|
104
|
-
export const
|
|
118
|
+
export const amsterdamBlockquoteSpaciousFontSize = "clamp(1.531rem, calc(1.016vw + 1.328rem), 2.344rem)";
|
|
119
|
+
export const amsterdamBlockquoteSpaciousLineHeight = "1.3";
|
|
120
|
+
export const amsterdamBlockquoteCompactFontSize = "clamp(1.191rem, calc(0.709vw + 1.049rem), 1.758rem)";
|
|
121
|
+
export const amsterdamBlockquoteCompactLineHeight = "1.3";
|
|
105
122
|
export const amsterdamBreadcrumbFontFamily = "'Amsterdam Sans', Arial, sans-serif";
|
|
106
123
|
export const amsterdamBreadcrumbFontWeight = 400;
|
|
107
|
-
export const
|
|
108
|
-
export const
|
|
109
|
-
export const amsterdamBreadcrumbWideFontSize = "clamp(1.0625rem, calc(1.0625rem + (0.0625 * (100vw - 53.375rem)) / 36.625), 1.125rem)";
|
|
124
|
+
export const amsterdamBreadcrumbSeparatorBackgroundImage = "url(\"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'><path fill='%23000000' fill-rule='evenodd' d='m9.757 32-2.9-2.91L19.937 16 6.857 2.91 9.757 0l16 16z'/></svg>\")";
|
|
125
|
+
export const amsterdamBreadcrumbItemLinkColor = "#004699";
|
|
110
126
|
export const amsterdamBreadcrumbItemLinkOutlineOffset = "2px";
|
|
127
|
+
export const amsterdamBreadcrumbItemLinkTextDecorationLine = "none";
|
|
128
|
+
export const amsterdamBreadcrumbItemLinkTextDecorationThickness = "0.125rem";
|
|
129
|
+
export const amsterdamBreadcrumbItemLinkTextUnderlineOffset = "0.375rem";
|
|
111
130
|
export const amsterdamBreadcrumbItemLinkHoverColor = "#102E62";
|
|
112
|
-
export const
|
|
113
|
-
export const
|
|
114
|
-
export const
|
|
115
|
-
export const
|
|
116
|
-
export const
|
|
131
|
+
export const amsterdamBreadcrumbItemLinkHoverTextDecorationLine = "underline";
|
|
132
|
+
export const amsterdamBreadcrumbSpaciousFontSize = "clamp(0.964rem, calc(0.295vw + 0.905rem), 1.2rem)";
|
|
133
|
+
export const amsterdamBreadcrumbSpaciousLineHeight = "1.6";
|
|
134
|
+
export const amsterdamBreadcrumbCompactFontSize = "clamp(0.75rem, calc(0.188vw + 0.713rem), 0.9rem)";
|
|
135
|
+
export const amsterdamBreadcrumbCompactLineHeight = "1.6";
|
|
136
|
+
export const amsterdamButtonSpaciousFontSize = "clamp(1.125rem, calc(0.469vw + 1.031rem), 1.5rem)";
|
|
137
|
+
export const amsterdamButtonSpaciousLineHeight = "1.6";
|
|
138
|
+
export const amsterdamButtonCompactFontSize = "clamp(0.875rem, calc(0.313vw + 0.813rem), 1.125rem)";
|
|
139
|
+
export const amsterdamButtonCompactLineHeight = "1.6";
|
|
117
140
|
export const amsterdamButtonSecondaryBoxShadow = "inset 0 0 0 2px #004699";
|
|
118
141
|
export const amsterdamButtonSecondaryHoverBoxShadow = "inset 0 0 0 3px #102E62";
|
|
119
142
|
export const amsterdamButtonSecondaryDisabledBoxShadow = "inset 0 0 0 2px #B4B4B4";
|
|
120
143
|
export const amsterdamButtonSecondaryFocusBoxShadow = "inset 0 0 0 2px #004699";
|
|
121
|
-
export const amsterdamButtonTertiaryHoverBoxShadow = "inset 0 0 0 2px #
|
|
144
|
+
export const amsterdamButtonTertiaryHoverBoxShadow = "inset 0 0 0 2px #102E62";
|
|
122
145
|
export const amsterdamCardLinkColor = "#004699";
|
|
146
|
+
export const amsterdamCardLinkTextDecorationLine = "none";
|
|
147
|
+
export const amsterdamCardLinkTextDecorationThickness = "0.125rem";
|
|
148
|
+
export const amsterdamCardLinkTextUnderlineOffset = "0.375rem";
|
|
123
149
|
export const amsterdamCardLinkHoverColor = "#102E62";
|
|
150
|
+
export const amsterdamCardLinkHoverTextDecorationLine = "underline";
|
|
124
151
|
export const amsterdamCardOutlineOffset = "2px";
|
|
125
152
|
export const amsterdamCheckboxColor = "#000000";
|
|
126
153
|
export const amsterdamCheckboxCheckmarkBorderColor = "#004699";
|
|
@@ -140,26 +167,25 @@ export const amsterdamCheckboxCheckmarkInvalidIndeterminateBackgroundColor = "#E
|
|
|
140
167
|
export const amsterdamCheckboxCheckmarkInvalidIndeterminateHoverBackgroundColor = "#EC0000";
|
|
141
168
|
export const amsterdamCheckboxCheckmarkIndeterminateBackgroundColor = "#004699";
|
|
142
169
|
export const amsterdamCheckboxCheckmarkIndeterminateHoverBackgroundColor = "#102E62";
|
|
143
|
-
export const amsterdamCheckboxCheckmarkNarrowSize = "clamp(1.125rem, calc(1.125rem + (0.1875 * (100vw - 20rem)) / 33.3125), 1.3125rem)";
|
|
144
|
-
export const amsterdamCheckboxCheckmarkWideSize = "clamp(1.3125rem, calc(1.3125rem + (0.0625 * (100vw - 53.375rem)) / 36.625), 1.375rem)";
|
|
145
|
-
export const amsterdamCheckboxCheckmarkMultiplier = "1.6";
|
|
146
170
|
export const amsterdamCheckboxDisabledColor = "#767676";
|
|
147
171
|
export const amsterdamCheckboxFontFamily = "'Amsterdam Sans', Arial, sans-serif";
|
|
148
172
|
export const amsterdamCheckboxFontWeight = 400;
|
|
149
173
|
export const amsterdamCheckboxHoverColor = "#102E62";
|
|
150
174
|
export const amsterdamCheckboxOutlineOffset = "2px";
|
|
151
|
-
export const
|
|
152
|
-
export const
|
|
153
|
-
export const
|
|
175
|
+
export const amsterdamCheckboxSpaciousFontSize = "clamp(1.125rem, calc(0.469vw + 1.031rem), 1.5rem)";
|
|
176
|
+
export const amsterdamCheckboxSpaciousLineHeight = "1.6";
|
|
177
|
+
export const amsterdamCheckboxCompactFontSize = "clamp(0.875rem, calc(0.313vw + 0.813rem), 1.125rem)";
|
|
178
|
+
export const amsterdamCheckboxCompactLineHeight = "1.6";
|
|
154
179
|
export const amsterdamDialogBackgroundColor = "#ffffff";
|
|
155
180
|
export const amsterdamDialogBorder = "0";
|
|
156
181
|
export const amsterdamDialogMaxInlineSize = "min(87.69vw, 45rem)";
|
|
157
182
|
export const amsterdamDialogTitleColor = "#000000";
|
|
158
183
|
export const amsterdamDialogTitleFontFamily = "'Amsterdam Sans', Arial, sans-serif";
|
|
159
184
|
export const amsterdamDialogTitleFontWeight = 800;
|
|
160
|
-
export const
|
|
161
|
-
export const
|
|
162
|
-
export const
|
|
185
|
+
export const amsterdamDialogTitleSpaciousFontSize = "clamp(1.125rem, calc(0.469vw + 1.031rem), 1.5rem)";
|
|
186
|
+
export const amsterdamDialogTitleSpaciousLineHeight = "1.6";
|
|
187
|
+
export const amsterdamDialogTitleCompactFontSize = "clamp(0.875rem, calc(0.313vw + 0.813rem), 1.125rem)";
|
|
188
|
+
export const amsterdamDialogTitleCompactLineHeight = "1.6";
|
|
163
189
|
export const amsterdamDialogBackdropBackground = "#0006";
|
|
164
190
|
export const amsterdamDialogCloseBackgroundColor = "transparent";
|
|
165
191
|
export const amsterdamDialogCloseFill = "#000000";
|
|
@@ -175,83 +201,94 @@ export const amsterdamDialogFooterPaddingBlock = "1.5rem 0";
|
|
|
175
201
|
export const amsterdamFormLabelColor = "#000000";
|
|
176
202
|
export const amsterdamFormLabelFontFamily = "'Amsterdam Sans', Arial, sans-serif";
|
|
177
203
|
export const amsterdamFormLabelFontWeight = 800;
|
|
178
|
-
export const
|
|
179
|
-
export const
|
|
180
|
-
export const
|
|
204
|
+
export const amsterdamFormLabelSpaciousFontSize = "clamp(1.313rem, calc(0.703vw + 1.173rem), 1.875rem)";
|
|
205
|
+
export const amsterdamFormLabelSpaciousLineHeight = "1.5";
|
|
206
|
+
export const amsterdamFormLabelCompactFontSize = "clamp(1.021rem, calc(0.481vw + 0.925rem), 1.406rem)";
|
|
207
|
+
export const amsterdamFormLabelCompactLineHeight = "1.5";
|
|
181
208
|
export const amsterdamGridColumnCount = "4";
|
|
182
|
-
export const
|
|
183
|
-
export const
|
|
184
|
-
export const
|
|
185
|
-
export const
|
|
209
|
+
export const amsterdamGridSpaciousGap = "clamp(1rem, calc(3.125vw + 0.375rem), 3.5rem)"; // Grows from 16px at 320px wide to 56px at 1600px wide.
|
|
210
|
+
export const amsterdamGridSpaciousPaddingInline = "clamp(1.5rem, calc(4.6875vw + 0.5625rem), 5.25rem)"; // Equals 1.5 times the gap.
|
|
211
|
+
export const amsterdamGridCompactGap = "clamp(1rem, calc(1.5625vw - 0.0625rem), 2.5rem)"; // Grows from 16px at 1088px wide to 40px at 2624px wide.
|
|
212
|
+
export const amsterdamGridCompactPaddingInline = "clamp(1rem, calc(1.5625vw - 0.0625rem), 2.5rem)"; // Equals the gap.
|
|
186
213
|
export const amsterdamGridMediumColumnCount = "8";
|
|
187
214
|
export const amsterdamGridWideColumnCount = "12";
|
|
188
|
-
export const
|
|
189
|
-
export const amsterdamHeading1NarrowFontSize = "clamp(2rem, calc(2rem + (1 * (100vw - 20rem)) / 33.3125), 3rem)";
|
|
190
|
-
export const amsterdamHeading1WideFontSize = "clamp(3rem, calc(3rem + (0.5 * (100vw - 53.375rem)) / 36.625), 3.5rem)";
|
|
191
|
-
export const amsterdamHeading2LineHeight = "1.3";
|
|
192
|
-
export const amsterdamHeading2NarrowFontSize = "clamp(1.75rem, calc(1.75rem + (0.5 * (100vw - 20rem)) / 33.3125), 2.25rem)";
|
|
193
|
-
export const amsterdamHeading2WideFontSize = "clamp(2.25rem, calc(2.25rem + (0.25 * (100vw - 53.375rem)) / 36.625), 2.5rem)";
|
|
194
|
-
export const amsterdamHeading3LineHeight = "1.4";
|
|
195
|
-
export const amsterdamHeading3NarrowFontSize = "clamp(1.5rem, calc(1.5rem + (0.3125 * (100vw - 20rem)) / 33.3125), 1.8125rem)";
|
|
196
|
-
export const amsterdamHeading3WideFontSize = "clamp(1.8125rem, calc(1.8125rem + (0.1875 * (100vw - 53.375rem)) / 36.625), 2rem)";
|
|
197
|
-
export const amsterdamHeading4LineHeight = "1.4";
|
|
198
|
-
export const amsterdamHeading4NarrowFontSize = "clamp(1.25rem, calc(1.25rem + (0.1875 * (100vw - 20rem)) / 33.3125), 1.4375rem)";
|
|
199
|
-
export const amsterdamHeading4WideFontSize = "clamp(1.4375rem, calc(1.4375rem + (0.125 * (100vw - 53.375rem)) / 36.625), 1.5625rem)";
|
|
215
|
+
export const amsterdamHeaderColumnGap = "clamp(1rem, calc(3.125vw + 0.375rem), 3.5rem)";
|
|
200
216
|
export const amsterdamHeadingColor = "#000000";
|
|
201
217
|
export const amsterdamHeadingFontFamily = "'Amsterdam Sans', Arial, sans-serif";
|
|
202
218
|
export const amsterdamHeadingFontWeight = 800;
|
|
203
219
|
export const amsterdamHeadingInverseColor = "#ffffff";
|
|
204
|
-
export const
|
|
205
|
-
export const
|
|
206
|
-
export const
|
|
207
|
-
export const
|
|
208
|
-
export const
|
|
209
|
-
export const
|
|
210
|
-
export const
|
|
211
|
-
export const
|
|
212
|
-
export const
|
|
213
|
-
export const
|
|
214
|
-
export const
|
|
215
|
-
export const
|
|
216
|
-
export const
|
|
217
|
-
export const
|
|
218
|
-
export const
|
|
219
|
-
export const
|
|
220
|
-
export const
|
|
221
|
-
export const
|
|
222
|
-
export const
|
|
223
|
-
export const
|
|
224
|
-
export const
|
|
225
|
-
export const
|
|
226
|
-
export const
|
|
220
|
+
export const amsterdamHeadingSpaciousLevel1LineHeight = "1.2";
|
|
221
|
+
export const amsterdamHeadingSpaciousLevel1FontSize = "clamp(2.084rem, calc(1.973vw + 1.69rem), 3.662rem)";
|
|
222
|
+
export const amsterdamHeadingSpaciousLevel2LineHeight = "1.25";
|
|
223
|
+
export const amsterdamHeadingSpaciousLevel2FontSize = "clamp(1.786rem, calc(1.43vw + 1.5rem), 2.93rem)";
|
|
224
|
+
export const amsterdamHeadingSpaciousLevel3LineHeight = "1.3";
|
|
225
|
+
export const amsterdamHeadingSpaciousLevel3FontSize = "clamp(1.531rem, calc(1.016vw + 1.328rem), 2.344rem)";
|
|
226
|
+
export const amsterdamHeadingSpaciousLevel4LineHeight = "1.5";
|
|
227
|
+
export const amsterdamHeadingSpaciousLevel4FontSize = "clamp(1.313rem, calc(0.703vw + 1.173rem), 1.875rem)";
|
|
228
|
+
export const amsterdamHeadingSpaciousLevel5LineHeight = "1.6";
|
|
229
|
+
export const amsterdamHeadingSpaciousLevel5FontSize = "clamp(1.125rem, calc(0.469vw + 1.031rem), 1.5rem)";
|
|
230
|
+
export const amsterdamHeadingSpaciousLevel6LineHeight = "1.6";
|
|
231
|
+
export const amsterdamHeadingSpaciousLevel6FontSize = "clamp(0.964rem, calc(0.295vw + 0.905rem), 1.2rem)";
|
|
232
|
+
export const amsterdamHeadingCompactLevel1LineHeight = "1.2";
|
|
233
|
+
export const amsterdamHeadingCompactLevel1FontSize = "clamp(1.621rem, calc(1.408vw + 1.34rem), 2.747rem)";
|
|
234
|
+
export const amsterdamHeadingCompactLevel2LineHeight = "1.25";
|
|
235
|
+
export const amsterdamHeadingCompactLevel2FontSize = "clamp(1.389rem, calc(1.01vw + 1.187rem), 2.197rem)";
|
|
236
|
+
export const amsterdamHeadingCompactLevel3LineHeight = "1.3";
|
|
237
|
+
export const amsterdamHeadingCompactLevel3FontSize = "clamp(1.191rem, calc(0.709vw + 1.049rem), 1.758rem)";
|
|
238
|
+
export const amsterdamHeadingCompactLevel4LineHeight = "1.5";
|
|
239
|
+
export const amsterdamHeadingCompactLevel4FontSize = "clamp(1.021rem, calc(0.481vw + 0.925rem), 1.406rem)";
|
|
240
|
+
export const amsterdamHeadingCompactLevel5LineHeight = "1.6";
|
|
241
|
+
export const amsterdamHeadingCompactLevel5FontSize = "clamp(0.875rem, calc(0.313vw + 0.813rem), 1.125rem)";
|
|
242
|
+
export const amsterdamHeadingCompactLevel6LineHeight = "1.6";
|
|
243
|
+
export const amsterdamHeadingCompactLevel6FontSize = "clamp(0.75rem, calc(0.188vw + 0.713rem), 0.9rem)";
|
|
244
|
+
export const amsterdamIconSpaciousSize3FontSize = "clamp(1.531rem, calc(1.016vw + 1.328rem), 2.344rem)";
|
|
245
|
+
export const amsterdamIconSpaciousSize3LineHeight = "1.3";
|
|
246
|
+
export const amsterdamIconSpaciousSize4FontSize = "clamp(1.313rem, calc(0.703vw + 1.173rem), 1.875rem)";
|
|
247
|
+
export const amsterdamIconSpaciousSize4LineHeight = "1.5";
|
|
248
|
+
export const amsterdamIconSpaciousSize5FontSize = "clamp(1.125rem, calc(0.469vw + 1.031rem), 1.5rem)";
|
|
249
|
+
export const amsterdamIconSpaciousSize5LineHeight = "1.6";
|
|
250
|
+
export const amsterdamIconSpaciousSize6FontSize = "clamp(0.964rem, calc(0.295vw + 0.905rem), 1.2rem)";
|
|
251
|
+
export const amsterdamIconSpaciousSize6LineHeight = "1.6";
|
|
252
|
+
export const amsterdamIconCompactSize3FontSize = "clamp(1.191rem, calc(0.709vw + 1.049rem), 1.758rem)";
|
|
253
|
+
export const amsterdamIconCompactSize3LineHeight = "1.3";
|
|
254
|
+
export const amsterdamIconCompactSize4FontSize = "clamp(1.021rem, calc(0.481vw + 0.925rem), 1.406rem)";
|
|
255
|
+
export const amsterdamIconCompactSize4LineHeight = "1.5";
|
|
256
|
+
export const amsterdamIconCompactSize5FontSize = "clamp(0.875rem, calc(0.313vw + 0.813rem), 1.125rem)";
|
|
257
|
+
export const amsterdamIconCompactSize5LineHeight = "1.6";
|
|
258
|
+
export const amsterdamIconCompactSize6FontSize = "clamp(0.75rem, calc(0.188vw + 0.713rem), 0.9rem)";
|
|
259
|
+
export const amsterdamIconCompactSize6LineHeight = "1.6";
|
|
227
260
|
export const amsterdamLinkColor = "#004699";
|
|
228
|
-
export const amsterdamLinkOutlineOffset = "2px";
|
|
229
261
|
export const amsterdamLinkFontFamily = "'Amsterdam Sans', Arial, sans-serif";
|
|
230
262
|
export const amsterdamLinkFontWeight = 400;
|
|
263
|
+
export const amsterdamLinkOutlineOffset = "2px";
|
|
231
264
|
export const amsterdamLinkHoverColor = "#102E62";
|
|
232
|
-
export const
|
|
233
|
-
export const
|
|
265
|
+
export const amsterdamLinkInlineTextDecorationLine = "underline";
|
|
266
|
+
export const amsterdamLinkInlineTextDecorationThickness = "0.125rem";
|
|
267
|
+
export const amsterdamLinkInlineTextUnderlineOffset = "0.375rem";
|
|
234
268
|
export const amsterdamLinkInlineFontFamily = "inherit";
|
|
235
269
|
export const amsterdamLinkInlineFontSize = "inherit";
|
|
236
270
|
export const amsterdamLinkInlineLineHeight = "inherit";
|
|
237
|
-
export const
|
|
238
|
-
export const
|
|
271
|
+
export const amsterdamLinkInlineHoverTextDecorationThickness = "0.1875rem";
|
|
272
|
+
export const amsterdamLinkInlineHoverTextUnderlineOffset = "0.3125rem";
|
|
239
273
|
export const amsterdamLinkInlineVisitedColor = "#A00078";
|
|
240
274
|
export const amsterdamLinkInListGap = "0.5em";
|
|
241
|
-
export const
|
|
242
|
-
export const
|
|
243
|
-
export const
|
|
244
|
-
export const
|
|
245
|
-
export const
|
|
246
|
-
export const
|
|
247
|
-
export const
|
|
248
|
-
export const
|
|
249
|
-
export const
|
|
250
|
-
export const
|
|
251
|
-
export const
|
|
252
|
-
export const
|
|
253
|
-
export const
|
|
254
|
-
export const
|
|
275
|
+
export const amsterdamLinkInListTextDecorationLine = "none";
|
|
276
|
+
export const amsterdamLinkInListTextDecorationThickness = "0.125rem";
|
|
277
|
+
export const amsterdamLinkInListTextUnderlineOffset = "0.375rem";
|
|
278
|
+
export const amsterdamLinkInListHoverTextDecorationLine = "underline";
|
|
279
|
+
export const amsterdamLinkInListSpaciousFontSize = "clamp(1.125rem, calc(0.469vw + 1.031rem), 1.5rem)";
|
|
280
|
+
export const amsterdamLinkInListSpaciousLineHeight = "1.6";
|
|
281
|
+
export const amsterdamLinkInListCompactFontSize = "clamp(0.875rem, calc(0.313vw + 0.813rem), 1.125rem)";
|
|
282
|
+
export const amsterdamLinkInListCompactLineHeight = "1.6";
|
|
283
|
+
export const amsterdamLinkStandaloneTextDecorationLine = "underline";
|
|
284
|
+
export const amsterdamLinkStandaloneTextDecorationThickness = "0.125rem";
|
|
285
|
+
export const amsterdamLinkStandaloneTextUnderlineOffset = "0.375rem";
|
|
286
|
+
export const amsterdamLinkStandaloneHoverTextDecorationThickness = "0.1875rem";
|
|
287
|
+
export const amsterdamLinkStandaloneHoverTextUnderlineOffset = "0.3125rem";
|
|
288
|
+
export const amsterdamLinkStandaloneSpaciousFontSize = "clamp(1.125rem, calc(0.469vw + 1.031rem), 1.5rem)";
|
|
289
|
+
export const amsterdamLinkStandaloneSpaciousLineHeight = "1.6";
|
|
290
|
+
export const amsterdamLinkStandaloneCompactFontSize = "clamp(0.875rem, calc(0.313vw + 0.813rem), 1.125rem)";
|
|
291
|
+
export const amsterdamLinkStandaloneCompactLineHeight = "1.6";
|
|
255
292
|
export const amsterdamLinkOnBackgroundDarkColor = "#ffffff";
|
|
256
293
|
export const amsterdamLinkOnBackgroundDarkHoverColor = "#ffffff";
|
|
257
294
|
export const amsterdamLinkOnBackgroundDarkVisitedColor = "#ffffff";
|
|
@@ -262,14 +299,16 @@ export const amsterdamLogoHeight = "2.5rem";
|
|
|
262
299
|
export const amsterdamLogoEmblemColor = "#EC0000";
|
|
263
300
|
export const amsterdamLogoTitleColor = "#EC0000";
|
|
264
301
|
export const amsterdamLogoSubsiteColor = "#000000";
|
|
302
|
+
export const amsterdamMarkBackgroundColor = "var(--amsterdam-color-yellow)";
|
|
265
303
|
export const amsterdamOrderedListColor = "#000000";
|
|
266
304
|
export const amsterdamOrderedListFontFamily = "'Amsterdam Sans', Arial, sans-serif";
|
|
267
305
|
export const amsterdamOrderedListFontWeight = 400;
|
|
268
306
|
export const amsterdamOrderedListGap = "0.75rem";
|
|
269
|
-
export const amsterdamOrderedListLineHeight = "1.6";
|
|
270
307
|
export const amsterdamOrderedListListStyleType = "decimal";
|
|
271
|
-
export const
|
|
272
|
-
export const
|
|
308
|
+
export const amsterdamOrderedListSpaciousFontSize = "clamp(1.125rem, calc(0.469vw + 1.031rem), 1.5rem)";
|
|
309
|
+
export const amsterdamOrderedListSpaciousLineHeight = "1.6";
|
|
310
|
+
export const amsterdamOrderedListCompactFontSize = "clamp(0.875rem, calc(0.313vw + 0.813rem), 1.125rem)";
|
|
311
|
+
export const amsterdamOrderedListCompactLineHeight = "1.6";
|
|
273
312
|
export const amsterdamOrderedListItemMarginInlineStart = "2.25rem"; // Divide your total indentation width over margin and padding to position the marker.
|
|
274
313
|
export const amsterdamOrderedListItemPaddingInlineStart = "0.25rem"; // The total level 1 indentation for Amsterdam is 40 pixels, or 2.5rem.
|
|
275
314
|
export const amsterdamOrderedListOrderedListListStyleType = "lower-alpha";
|
|
@@ -277,47 +316,97 @@ export const amsterdamOrderedListOrderedListItemMarginInlineStart = "1.5rem"; //
|
|
|
277
316
|
export const amsterdamOrderedListOrderedListItemPaddingInlineStart = "0.25rem"; // The total level >=2 indentation for Amsterdam is 28 pixels, or 1.75rem.
|
|
278
317
|
export const amsterdamPageHeadingColor = "#000000";
|
|
279
318
|
export const amsterdamPageHeadingFontFamily = "'Amsterdam Sans', Arial, sans-serif";
|
|
280
|
-
export const amsterdamPageHeadingLineHeight = "1.1";
|
|
281
|
-
export const amsterdamPageHeadingNarrowFontSize = "clamp(2rem, calc(2rem + (2 * (100vw - 20rem)) / 33.3125), 4rem)";
|
|
282
|
-
export const amsterdamPageHeadingWideFontSize = "clamp(4rem, calc(4rem + (1 * (100vw - 53.375rem)) / 36.625), 5rem)";
|
|
283
319
|
export const amsterdamPageHeadingFontWeight = 800;
|
|
284
320
|
export const amsterdamPageHeadingInverseColor = "#ffffff";
|
|
321
|
+
export const amsterdamPageHeadingSpaciousFontSize = "clamp(2.432rem, calc(2.683vw + 1.895rem), 4.578rem)";
|
|
322
|
+
export const amsterdamPageHeadingSpaciousLineHeight = "clamp(2.432rem, calc(2.683vw + 1.895rem), 4.578rem)";
|
|
323
|
+
export const amsterdamPageHeadingCompactFontSize = "clamp(1.891rem, calc(1.927vw + 1.506rem), 3.433rem)";
|
|
324
|
+
export const amsterdamPageHeadingCompactLineHeight = "clamp(1.891rem, calc(1.927vw + 1.506rem), 3.433rem)";
|
|
285
325
|
export const amsterdamPageMenuColumnGap = "2.5rem";
|
|
286
326
|
export const amsterdamPageMenuRowGap = "0.5rem";
|
|
287
|
-
export const amsterdamPageMenuItemColor = "#
|
|
327
|
+
export const amsterdamPageMenuItemColor = "#004699";
|
|
288
328
|
export const amsterdamPageMenuItemFontFamily = "'Amsterdam Sans', Arial, sans-serif";
|
|
289
329
|
export const amsterdamPageMenuItemFontWeight = 400;
|
|
290
330
|
export const amsterdamPageMenuItemGap = "0.5rem";
|
|
291
|
-
export const
|
|
292
|
-
export const
|
|
293
|
-
export const
|
|
294
|
-
export const
|
|
295
|
-
export const
|
|
296
|
-
export const
|
|
331
|
+
export const amsterdamPageMenuItemOutlineOffset = "2px";
|
|
332
|
+
export const amsterdamPageMenuItemTextDecorationLine = "none";
|
|
333
|
+
export const amsterdamPageMenuItemTextDecorationThickness = "0.125rem";
|
|
334
|
+
export const amsterdamPageMenuItemTextUnderlineOffset = "0.375rem";
|
|
335
|
+
export const amsterdamPageMenuItemSpaciousFontSize = "clamp(0.964rem, calc(0.295vw + 0.905rem), 1.2rem)";
|
|
336
|
+
export const amsterdamPageMenuItemSpaciousLineHeight = "1.6";
|
|
337
|
+
export const amsterdamPageMenuItemCompactFontSize = "clamp(0.75rem, calc(0.188vw + 0.713rem), 0.9rem)";
|
|
338
|
+
export const amsterdamPageMenuItemCompactLineHeight = "1.6";
|
|
339
|
+
export const amsterdamPageMenuItemHoverColor = "#102E62";
|
|
340
|
+
export const amsterdamPageMenuItemHoverTextDecorationLine = "underline";
|
|
297
341
|
export const amsterdamPaginationColor = "#004699";
|
|
298
342
|
export const amsterdamPaginationFontFamily = "'Amsterdam Sans', Arial, sans-serif";
|
|
299
343
|
export const amsterdamPaginationFontWeight = 400;
|
|
300
|
-
export const
|
|
301
|
-
export const
|
|
302
|
-
export const
|
|
344
|
+
export const amsterdamPaginationSpaciousFontSize = "clamp(1.125rem, calc(0.469vw + 1.031rem), 1.5rem)";
|
|
345
|
+
export const amsterdamPaginationSpaciousLineHeight = "1.6";
|
|
346
|
+
export const amsterdamPaginationCompactFontSize = "clamp(0.875rem, calc(0.313vw + 0.813rem), 1.125rem)";
|
|
347
|
+
export const amsterdamPaginationCompactLineHeight = "1.6";
|
|
348
|
+
export const amsterdamPaginationButtonOutlineOffset = "2px";
|
|
349
|
+
export const amsterdamPaginationButtonTextDecorationLine = "none";
|
|
350
|
+
export const amsterdamPaginationButtonTextDecorationThickness = "0.125rem";
|
|
351
|
+
export const amsterdamPaginationButtonTextUnderlineOffset = "0.375rem";
|
|
303
352
|
export const amsterdamPaginationButtonCurrentFontWeight = 800;
|
|
304
353
|
export const amsterdamPaginationButtonHoverColor = "#102E62";
|
|
305
|
-
export const
|
|
354
|
+
export const amsterdamPaginationButtonHoverTextDecorationLine = "underline";
|
|
306
355
|
export const amsterdamParagraphColor = "#000000";
|
|
307
356
|
export const amsterdamParagraphFontFamily = "'Amsterdam Sans', Arial, sans-serif";
|
|
308
357
|
export const amsterdamParagraphFontWeight = 400;
|
|
309
358
|
export const amsterdamParagraphInverseColor = "#ffffff";
|
|
310
|
-
export const
|
|
311
|
-
export const
|
|
312
|
-
export const
|
|
313
|
-
export const
|
|
314
|
-
export const
|
|
315
|
-
export const
|
|
316
|
-
export const
|
|
317
|
-
export const
|
|
318
|
-
export const
|
|
359
|
+
export const amsterdamParagraphSpaciousSmallFontSize = "clamp(0.964rem, calc(0.295vw + 0.905rem), 1.2rem)";
|
|
360
|
+
export const amsterdamParagraphSpaciousSmallLineHeight = "1.6";
|
|
361
|
+
export const amsterdamParagraphSpaciousMediumFontSize = "clamp(1.125rem, calc(0.469vw + 1.031rem), 1.5rem)";
|
|
362
|
+
export const amsterdamParagraphSpaciousMediumLineHeight = "1.6";
|
|
363
|
+
export const amsterdamParagraphSpaciousLargeFontSize = "clamp(1.313rem, calc(0.703vw + 1.173rem), 1.875rem)";
|
|
364
|
+
export const amsterdamParagraphSpaciousLargeLineHeight = "1.5";
|
|
365
|
+
export const amsterdamParagraphCompactSmallFontSize = "clamp(0.75rem, calc(0.188vw + 0.713rem), 0.9rem)";
|
|
366
|
+
export const amsterdamParagraphCompactSmallLineHeight = "1.6";
|
|
367
|
+
export const amsterdamParagraphCompactMediumFontSize = "clamp(0.875rem, calc(0.313vw + 0.813rem), 1.125rem)";
|
|
368
|
+
export const amsterdamParagraphCompactMediumLineHeight = "1.6";
|
|
369
|
+
export const amsterdamParagraphCompactLargeFontSize = "clamp(1.021rem, calc(0.481vw + 0.925rem), 1.406rem)";
|
|
370
|
+
export const amsterdamParagraphCompactLargeLineHeight = "1.5";
|
|
319
371
|
export const amsterdamScreenWideMaxWidth = "100rem";
|
|
320
372
|
export const amsterdamScreenXWideMaxWidth = "132rem";
|
|
373
|
+
export const amsterdamSearchFieldButtonBackgroundColor = "#004699";
|
|
374
|
+
export const amsterdamSearchFieldButtonColor = "#ffffff";
|
|
375
|
+
export const amsterdamSearchFieldButtonOutlineOffset = "2px";
|
|
376
|
+
export const amsterdamSearchFieldButtonHoverBackgroundColor = "#102E62";
|
|
377
|
+
export const amsterdamSearchFieldInputBoxShadow = "inset 0 0 0 1px #000000";
|
|
378
|
+
export const amsterdamSearchFieldInputColor = "#000000";
|
|
379
|
+
export const amsterdamSearchFieldInputFontFamily = "'Amsterdam Sans', Arial, sans-serif";
|
|
380
|
+
export const amsterdamSearchFieldInputFontWeight = 400;
|
|
381
|
+
export const amsterdamSearchFieldInputOutlineOffset = "2px";
|
|
382
|
+
export const amsterdamSearchFieldInputCancelButtonBackgroundImage = "url(\"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'><path fill='%23004699' fill-rule='evenodd' d='M29.333 5.47 26.53 2.668 16 13.187 5.47 2.666 2.668 5.47 13.187 16 2.666 26.53l2.804 2.803L16 18.813l10.53 10.52 2.803-2.804L18.813 16z'/></svg>\")";
|
|
383
|
+
export const amsterdamSearchFieldInputCancelButtonColor = "#004699";
|
|
384
|
+
export const amsterdamSearchFieldInputCancelButtonHeight = "clamp(0.964rem, calc(0.295vw + 0.905rem), 1.2rem)";
|
|
385
|
+
export const amsterdamSearchFieldInputCancelButtonWidth = "clamp(0.964rem, calc(0.295vw + 0.905rem), 1.2rem)";
|
|
386
|
+
export const amsterdamSearchFieldInputHoverBoxShadow = "inset 0 0 0 2px #000000";
|
|
387
|
+
export const amsterdamSearchFieldInputPlaceholderColor = "#767676";
|
|
388
|
+
export const amsterdamSearchFieldInputCompactFontSize = "clamp(0.75rem, calc(0.188vw + 0.713rem), 0.9rem)";
|
|
389
|
+
export const amsterdamSearchFieldInputCompactLineHeight = "1.6";
|
|
390
|
+
export const amsterdamSearchFieldInputSpaciousFontSize = "clamp(0.964rem, calc(0.295vw + 0.905rem), 1.2rem)";
|
|
391
|
+
export const amsterdamSearchFieldInputSpaciousLineHeight = "1.6";
|
|
392
|
+
export const amsterdamSkipLinkBackgroundColor = "#004699";
|
|
393
|
+
export const amsterdamSkipLinkColor = "#ffffff";
|
|
394
|
+
export const amsterdamSkipLinkFontFamily = "'Amsterdam Sans', Arial, sans-serif";
|
|
395
|
+
export const amsterdamSkipLinkFontWeight = 400;
|
|
396
|
+
export const amsterdamSkipLinkFontSize = "clamp(0.964rem, calc(0.295vw + 0.905rem), 1.2rem)";
|
|
397
|
+
export const amsterdamSkipLinkLineHeight = "1.6";
|
|
398
|
+
export const amsterdamSkipLinkOutlineOffset = "2px";
|
|
399
|
+
export const amsterdamSkipLinkCompactFontSize = "clamp(0.75rem, calc(0.188vw + 0.713rem), 0.9rem)";
|
|
400
|
+
export const amsterdamSkipLinkCompactLineHeight = "1.6";
|
|
401
|
+
export const amsterdamSkipLinkHoverBackgroundColor = "#102E62";
|
|
402
|
+
export const amsterdamSpotlightBlueBackgroundColor = "#004699";
|
|
403
|
+
export const amsterdamSpotlightDarkGreenBackgroundColor = "#00A03C";
|
|
404
|
+
export const amsterdamSpotlightGreenBackgroundColor = "#BED200";
|
|
405
|
+
export const amsterdamSpotlightLightBlueBackgroundColor = "#009DEC";
|
|
406
|
+
export const amsterdamSpotlightMagentaBackgroundColor = "#E50082";
|
|
407
|
+
export const amsterdamSpotlightOrangeBackgroundColor = "#FF9100";
|
|
408
|
+
export const amsterdamSpotlightPurpleBackgroundColor = "#A00078";
|
|
409
|
+
export const amsterdamSpotlightYellowBackgroundColor = "#FFE600";
|
|
321
410
|
export const amsterdamSwitchFontFamily = "'Amsterdam Sans', Arial, sans-serif";
|
|
322
411
|
export const amsterdamSwitchBackgroundColor = "#767676";
|
|
323
412
|
export const amsterdamSwitchWidth = "3.5rem";
|
|
@@ -328,28 +417,51 @@ export const amsterdamSwitchThumbHoverColor = "#102E62";
|
|
|
328
417
|
export const amsterdamSwitchCheckedBackgroundColor = "#004699";
|
|
329
418
|
export const amsterdamSwitchOutlineOffset = "2px";
|
|
330
419
|
export const amsterdamSwitchDisabledBackgroundColor = "#B4B4B4";
|
|
420
|
+
export const amsterdamTextInputBoxShadow = "inset 0 0 0 1px #000000";
|
|
421
|
+
export const amsterdamTextInputColor = "#000000";
|
|
422
|
+
export const amsterdamTextInputFontFamily = "'Amsterdam Sans', Arial, sans-serif";
|
|
423
|
+
export const amsterdamTextInputFontWeight = 400;
|
|
424
|
+
export const amsterdamTextInputOutlineOffset = "2px";
|
|
425
|
+
export const amsterdamTextInputDisabledBackgroundColor = "#ffffff";
|
|
426
|
+
export const amsterdamTextInputDisabledBoxShadow = "inset 0 0 0 1px #B4B4B4";
|
|
427
|
+
export const amsterdamTextInputDisabledColor = "#B4B4B4";
|
|
428
|
+
export const amsterdamTextInputHoverBoxShadow = "inset 0 0 0 2px #000000";
|
|
429
|
+
export const amsterdamTextInputInvalidBoxShadow = "inset 0 0 0 1px #EC0000";
|
|
430
|
+
export const amsterdamTextInputInvalidHoverBoxShadow = "inset 0 0 0 2px #EC0000";
|
|
431
|
+
export const amsterdamTextInputPlaceholderColor = "#767676";
|
|
432
|
+
export const amsterdamTextInputCompactFontSize = "clamp(0.75rem, calc(0.188vw + 0.713rem), 0.9rem)";
|
|
433
|
+
export const amsterdamTextInputCompactLineHeight = "1.6";
|
|
434
|
+
export const amsterdamTextInputSpaciousFontSize = "clamp(0.964rem, calc(0.295vw + 0.905rem), 1.2rem)";
|
|
435
|
+
export const amsterdamTextInputSpaciousLineHeight = "1.6";
|
|
331
436
|
export const amsterdamTopTaskLinkDescriptionColor = "#000000";
|
|
332
437
|
export const amsterdamTopTaskLinkDescriptionFontFamily = "'Amsterdam Sans', Arial, sans-serif";
|
|
333
438
|
export const amsterdamTopTaskLinkDescriptionFontWeight = 400;
|
|
334
|
-
export const
|
|
335
|
-
export const
|
|
336
|
-
export const
|
|
439
|
+
export const amsterdamTopTaskLinkDescriptionSpaciousFontSize = "clamp(0.964rem, calc(0.295vw + 0.905rem), 1.2rem)";
|
|
440
|
+
export const amsterdamTopTaskLinkDescriptionSpaciousLineHeight = "1.6";
|
|
441
|
+
export const amsterdamTopTaskLinkDescriptionCompactFontSize = "clamp(0.75rem, calc(0.188vw + 0.713rem), 0.9rem)";
|
|
442
|
+
export const amsterdamTopTaskLinkDescriptionCompactLineHeight = "1.6";
|
|
337
443
|
export const amsterdamTopTaskLinkLabelColor = "#004699";
|
|
338
444
|
export const amsterdamTopTaskLinkLabelFontFamily = "'Amsterdam Sans', Arial, sans-serif";
|
|
339
445
|
export const amsterdamTopTaskLinkLabelFontWeight = 800;
|
|
446
|
+
export const amsterdamTopTaskLinkLabelTextDecorationLine = "none";
|
|
447
|
+
export const amsterdamTopTaskLinkLabelTextDecorationThickness = "0.125rem";
|
|
448
|
+
export const amsterdamTopTaskLinkLabelTextUnderlineOffset = "0.375rem";
|
|
340
449
|
export const amsterdamTopTaskLinkLabelHoverColor = "#102E62";
|
|
341
|
-
export const
|
|
342
|
-
export const
|
|
343
|
-
export const
|
|
450
|
+
export const amsterdamTopTaskLinkLabelHoverTextDecorationLine = "underline";
|
|
451
|
+
export const amsterdamTopTaskLinkLabelSpaciousFontSize = "clamp(1.313rem, calc(0.703vw + 1.173rem), 1.875rem)";
|
|
452
|
+
export const amsterdamTopTaskLinkLabelSpaciousLineHeight = "1.5";
|
|
453
|
+
export const amsterdamTopTaskLinkLabelCompactFontSize = "clamp(1.021rem, calc(0.481vw + 0.925rem), 1.406rem)";
|
|
454
|
+
export const amsterdamTopTaskLinkLabelCompactLineHeight = "1.5";
|
|
344
455
|
export const amsterdamTopTaskLinkOutlineOffset = "2px";
|
|
345
456
|
export const amsterdamUnorderedListColor = "#000000";
|
|
346
457
|
export const amsterdamUnorderedListFontFamily = "'Amsterdam Sans', Arial, sans-serif";
|
|
347
458
|
export const amsterdamUnorderedListFontWeight = 400;
|
|
348
459
|
export const amsterdamUnorderedListGap = "0.75rem";
|
|
349
|
-
export const amsterdamUnorderedListLineHeight = "1.6";
|
|
350
460
|
export const amsterdamUnorderedListListStyleType = "'\\2022'";
|
|
351
|
-
export const
|
|
352
|
-
export const
|
|
461
|
+
export const amsterdamUnorderedListSpaciousFontSize = "clamp(1.125rem, calc(0.469vw + 1.031rem), 1.5rem)";
|
|
462
|
+
export const amsterdamUnorderedListSpaciousLineHeight = "1.6";
|
|
463
|
+
export const amsterdamUnorderedListCompactFontSize = "clamp(0.875rem, calc(0.313vw + 0.813rem), 1.125rem)";
|
|
464
|
+
export const amsterdamUnorderedListCompactLineHeight = "1.6";
|
|
353
465
|
export const amsterdamUnorderedListItemMarginInlineStart = "1.625rem"; // Divide your total indentation width over margin and padding to position the marker.
|
|
354
466
|
export const amsterdamUnorderedListItemPaddingInlineStart = "0.875rem"; // The total level 1 indentation for Amsterdam is 40 pixels, or 2.5rem.
|
|
355
467
|
export const amsterdamUnorderedListUnorderedListListStyleType = "'\\2013'";
|
|
@@ -365,7 +477,6 @@ export const utrechtFocusOutlineOffset = "2px";
|
|
|
365
477
|
export const utrechtButtonBackgroundColor = "#004699";
|
|
366
478
|
export const utrechtButtonColor = "#ffffff";
|
|
367
479
|
export const utrechtButtonFontFamily = "'Amsterdam Sans', Arial, sans-serif";
|
|
368
|
-
export const utrechtButtonLineHeight = "1.6";
|
|
369
480
|
export const utrechtButtonPaddingInlineStart = "1rem";
|
|
370
481
|
export const utrechtButtonPaddingInlineEnd = "1rem";
|
|
371
482
|
export const utrechtButtonPaddingBlockStart = "0.5rem";
|