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