@amsterdam/design-system-tokens 0.1.6 → 0.1.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_variables.scss +72 -36
- package/dist/index.css +72 -36
- package/dist/index.d.ts +60 -20
- package/dist/index.js +71 -35
- package/dist/index.json +70 -34
- package/dist/index.tokens.json +130 -37
- package/dist/root.css +72 -36
- package/dist/tokens.d.ts +116 -23
- package/dist/tokens.js +1094 -293
- package/dist/variables.less +72 -36
- package/package.json +3 -3
- package/src/brand/amsterdam/color.tokens.json +1 -1
- package/src/brand/amsterdam/proportion.tokens.json +3 -2
- package/src/components/amsterdam/aspect-ratio.tokens.json +3 -2
- package/src/components/amsterdam/breadcrumb.tokens.json +3 -0
- package/src/components/amsterdam/button.tokens.json +1 -9
- package/src/components/amsterdam/card.tokens.json +13 -0
- package/src/components/amsterdam/grid.tokens.json +39 -0
- package/src/components/amsterdam/highlight.tokens.json +46 -0
- package/src/components/amsterdam/link.tokens.json +5 -4
- package/src/components/amsterdam/pagination.tokens.json +31 -0
- package/src/components/amsterdam/screen.tokens.json +12 -0
- package/src/components/amsterdam/switch.tokens.json +44 -0
- package/src/components/amsterdam/top-task-link.tokens.json +42 -14
- package/src/components/utrecht/button.tokens.json +1 -3
- package/src/components/amsterdam/page-grid.tokens.json +0 -20
package/dist/index.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"amsterdamColorPrimaryWhite": "#ffffff",
|
|
4
4
|
"amsterdamColorPrimaryBlue": "#004699",
|
|
5
5
|
"amsterdamColorPrimaryRed": "#EC0000",
|
|
6
|
-
"amsterdamColorDarkBlue": "#
|
|
6
|
+
"amsterdamColorDarkBlue": "#102E62",
|
|
7
7
|
"amsterdamColorOrange": "#FF9100",
|
|
8
8
|
"amsterdamColorYellow": "#FFE600",
|
|
9
9
|
"amsterdamColorGreen": "#BED200",
|
|
@@ -15,11 +15,12 @@
|
|
|
15
15
|
"amsterdamColorNeutralGrey2": "#B4B4B4",
|
|
16
16
|
"amsterdamColorNeutralGrey3": "#767676",
|
|
17
17
|
"amsterdamColorNeutralGrey4": "#323232",
|
|
18
|
-
"
|
|
18
|
+
"amsterdamProportionXTall": "9 / 16",
|
|
19
19
|
"amsterdamProportionTall": "4 / 5",
|
|
20
20
|
"amsterdamProportionSquare": "1 / 1",
|
|
21
21
|
"amsterdamProportionWide": "5 / 4",
|
|
22
|
-
"
|
|
22
|
+
"amsterdamProportionXWide": "16 / 9",
|
|
23
|
+
"amsterdamProportion2xWide": "32 / 9",
|
|
23
24
|
"amsterdamTypographyFontFamily": "'Amsterdam Sans', Arial, sans-serif",
|
|
24
25
|
"amsterdamTypographyFontWeightNormal": 400,
|
|
25
26
|
"amsterdamTypographyFontWeightBold": 800,
|
|
@@ -83,11 +84,12 @@
|
|
|
83
84
|
"amsterdamAlertCloseBackgroundColor": "transparent",
|
|
84
85
|
"amsterdamAlertCloseFill": "#000000",
|
|
85
86
|
"amsterdamAlertCloseHoverFill": "#004699",
|
|
86
|
-
"
|
|
87
|
+
"amsterdamAspectRatioXTall": "9 / 16",
|
|
87
88
|
"amsterdamAspectRatioTall": "4 / 5",
|
|
88
89
|
"amsterdamAspectRatioSquare": "1 / 1",
|
|
89
90
|
"amsterdamAspectRatioWide": "5 / 4",
|
|
90
|
-
"
|
|
91
|
+
"amsterdamAspectRatioXWide": "16 / 9",
|
|
92
|
+
"amsterdamAspectRatio2xWide": "32 / 9",
|
|
91
93
|
"amsterdamBlockquoteColor": "#000000",
|
|
92
94
|
"amsterdamBlockquoteFontFamily": "'Amsterdam Sans', Arial, sans-serif",
|
|
93
95
|
"amsterdamBlockquoteFontWeight": 800,
|
|
@@ -97,33 +99,35 @@
|
|
|
97
99
|
"amsterdamBlockquoteWideFontSize": "clamp(1.8125rem, calc(1.8125rem + (0.1875 * (100vw - 53.375rem)) / 36.625), 2rem)",
|
|
98
100
|
"amsterdamBreadcrumbColor": "#004699",
|
|
99
101
|
"amsterdamBreadcrumbFontFamily": "'Amsterdam Sans', Arial, sans-serif",
|
|
102
|
+
"amsterdamBreadcrumbFontWeight": 400,
|
|
100
103
|
"amsterdamBreadcrumbLineHeight": "1.6",
|
|
101
104
|
"amsterdamBreadcrumbNarrowFontSize": "clamp(1rem, calc(1rem + (0.0625 * (100vw - 20rem)) / 33.3125), 1.0625rem)",
|
|
102
105
|
"amsterdamBreadcrumbWideFontSize": "clamp(1.0625rem, calc(1.0625rem + (0.0625 * (100vw - 53.375rem)) / 36.625), 1.125rem)",
|
|
103
106
|
"amsterdamBreadcrumbItemLinkOutlineOffset": "2px",
|
|
104
|
-
"amsterdamBreadcrumbItemLinkHoverColor": "#
|
|
105
|
-
"amsterdamBreadcrumbItemLinkHoverBoxShadow": "inset 0 -2px 0 0 #
|
|
106
|
-
"amsterdamBreadcrumbItemLinkFocusColor": "#
|
|
107
|
+
"amsterdamBreadcrumbItemLinkHoverColor": "#102E62",
|
|
108
|
+
"amsterdamBreadcrumbItemLinkHoverBoxShadow": "inset 0 -2px 0 0 #102E62",
|
|
109
|
+
"amsterdamBreadcrumbItemLinkFocusColor": "#102E62",
|
|
107
110
|
"amsterdamBreadcrumbItemLinkFocusTextDecoration": "underline",
|
|
108
111
|
"amsterdamButtonNarrowFontSize": "clamp(1.125rem, calc(1.125rem + (0.1875 * (100vw - 20rem)) / 33.3125), 1.3125rem)",
|
|
109
112
|
"amsterdamButtonWideFontSize": "clamp(1.3125rem, calc(1.3125rem + (0.0625 * (100vw - 53.375rem)) / 36.625), 1.375rem)",
|
|
110
113
|
"amsterdamButtonSecondaryBoxShadow": "inset 0 0 0 2px #004699",
|
|
111
|
-
"amsterdamButtonSecondaryHoverBoxShadow": "inset 0 0 0 3px #
|
|
114
|
+
"amsterdamButtonSecondaryHoverBoxShadow": "inset 0 0 0 3px #102E62",
|
|
112
115
|
"amsterdamButtonSecondaryDisabledBoxShadow": "inset 0 0 0 2px #B4B4B4",
|
|
113
|
-
"amsterdamButtonSecondaryFocusBoxShadow": "inset 0 0 0
|
|
114
|
-
"amsterdamButtonSecondaryFocusColor": "#00387A",
|
|
116
|
+
"amsterdamButtonSecondaryFocusBoxShadow": "inset 0 0 0 2px #004699",
|
|
115
117
|
"amsterdamButtonTertiaryHoverBoxShadow": "inset 0 0 0 2px #767676",
|
|
116
|
-
"
|
|
118
|
+
"amsterdamCardLinkColor": "#004699",
|
|
119
|
+
"amsterdamCardLinkHoverColor": "#102E62",
|
|
120
|
+
"amsterdamCardOutlineOffset": "2px",
|
|
117
121
|
"amsterdamCheckboxColor": "#000000",
|
|
118
122
|
"amsterdamCheckboxCheckmarkBorderColor": "#004699",
|
|
119
123
|
"amsterdamCheckboxCheckmarkCheckedBackgroundColor": "#004699",
|
|
120
|
-
"amsterdamCheckboxCheckmarkCheckedHoverBackgroundColor": "#
|
|
124
|
+
"amsterdamCheckboxCheckmarkCheckedHoverBackgroundColor": "#102E62",
|
|
121
125
|
"amsterdamCheckboxCheckmarkDisabledBorderColor": "#767676",
|
|
122
126
|
"amsterdamCheckboxCheckmarkDisabledCheckedBackgroundColor": "#767676",
|
|
123
127
|
"amsterdamCheckboxCheckmarkDisabledCheckedHoverBackgroundColor": "#767676",
|
|
124
128
|
"amsterdamCheckboxCheckmarkDisabledIndeterminateBackgroundColor": "#767676",
|
|
125
129
|
"amsterdamCheckboxCheckmarkDisabledIndeterminateHoverBackgroundColor": "#767676",
|
|
126
|
-
"amsterdamCheckboxCheckmarkHoverBorderColor": "#
|
|
130
|
+
"amsterdamCheckboxCheckmarkHoverBorderColor": "#102E62",
|
|
127
131
|
"amsterdamCheckboxCheckmarkInvalidBorderColor": "#EC0000",
|
|
128
132
|
"amsterdamCheckboxCheckmarkInvalidCheckedBackgroundColor": "#EC0000",
|
|
129
133
|
"amsterdamCheckboxCheckmarkInvalidCheckedHoverBackgroundColor": "#EC0000",
|
|
@@ -131,14 +135,14 @@
|
|
|
131
135
|
"amsterdamCheckboxCheckmarkInvalidIndeterminateBackgroundColor": "#EC0000",
|
|
132
136
|
"amsterdamCheckboxCheckmarkInvalidIndeterminateHoverBackgroundColor": "#EC0000",
|
|
133
137
|
"amsterdamCheckboxCheckmarkIndeterminateBackgroundColor": "#004699",
|
|
134
|
-
"amsterdamCheckboxCheckmarkIndeterminateHoverBackgroundColor": "#
|
|
138
|
+
"amsterdamCheckboxCheckmarkIndeterminateHoverBackgroundColor": "#102E62",
|
|
135
139
|
"amsterdamCheckboxCheckmarkNarrowSize": "clamp(1.125rem, calc(1.125rem + (0.1875 * (100vw - 20rem)) / 33.3125), 1.3125rem)",
|
|
136
140
|
"amsterdamCheckboxCheckmarkWideSize": "clamp(1.3125rem, calc(1.3125rem + (0.0625 * (100vw - 53.375rem)) / 36.625), 1.375rem)",
|
|
137
141
|
"amsterdamCheckboxCheckmarkMultiplier": "1.6",
|
|
138
142
|
"amsterdamCheckboxDisabledColor": "#767676",
|
|
139
143
|
"amsterdamCheckboxFontFamily": "'Amsterdam Sans', Arial, sans-serif",
|
|
140
144
|
"amsterdamCheckboxFontWeight": 400,
|
|
141
|
-
"amsterdamCheckboxHoverColor": "#
|
|
145
|
+
"amsterdamCheckboxHoverColor": "#102E62",
|
|
142
146
|
"amsterdamCheckboxOutlineOffset": "2px",
|
|
143
147
|
"amsterdamCheckboxLineHeight": "1.6",
|
|
144
148
|
"amsterdamCheckboxNarrowFontSize": "clamp(1.125rem, calc(1.125rem + (0.1875 * (100vw - 20rem)) / 33.3125), 1.3125rem)",
|
|
@@ -150,6 +154,13 @@
|
|
|
150
154
|
"amsterdamFormLabelLineHeight": "1.6",
|
|
151
155
|
"amsterdamFormLabelNarrowFontSize": "clamp(1rem, calc(1rem + (0.0625 * (100vw - 20rem)) / 33.3125), 1.0625rem)",
|
|
152
156
|
"amsterdamFormLabelWideFontSize": "clamp(1.0625rem, calc(1.0625rem + (0.0625 * (100vw - 53.375rem)) / 36.625), 1.125rem)",
|
|
157
|
+
"amsterdamGridColumnCount": "4",
|
|
158
|
+
"amsterdamGridDensityLowGap": "clamp(1rem, 3.125vw + 0.375rem, 3.5rem)",
|
|
159
|
+
"amsterdamGridDensityLowPaddingInline": "clamp(1.5rem, 4.6875vw + 0.5625rem, 5.25rem)",
|
|
160
|
+
"amsterdamGridDensityHighGap": "clamp(1rem, 1.5625vw - 0.0625rem, 2.5rem)",
|
|
161
|
+
"amsterdamGridDensityHighPaddingInline": "clamp(1rem, 1.5625vw - 0.0625rem, 2.5rem)",
|
|
162
|
+
"amsterdamGridMediumColumnCount": "8",
|
|
163
|
+
"amsterdamGridWideColumnCount": "12",
|
|
153
164
|
"amsterdamHeading1LineHeight": "1.2",
|
|
154
165
|
"amsterdamHeading1NarrowFontSize": "clamp(2rem, calc(2rem + (1 * (100vw - 20rem)) / 33.3125), 3rem)",
|
|
155
166
|
"amsterdamHeading1WideFontSize": "clamp(3rem, calc(3rem + (0.5 * (100vw - 53.375rem)) / 36.625), 3.5rem)",
|
|
@@ -166,6 +177,14 @@
|
|
|
166
177
|
"amsterdamHeadingFontFamily": "'Amsterdam Sans', Arial, sans-serif",
|
|
167
178
|
"amsterdamHeadingFontWeight": 800,
|
|
168
179
|
"amsterdamHeadingInverseColor": "#ffffff",
|
|
180
|
+
"amsterdamHighlightBlueBackgroundColor": "#004699",
|
|
181
|
+
"amsterdamHighlightDarkGreenBackgroundColor": "#00A03C",
|
|
182
|
+
"amsterdamHighlightGreenBackgroundColor": "#BED200",
|
|
183
|
+
"amsterdamHighlightLightBlueBackgroundColor": "#009DEC",
|
|
184
|
+
"amsterdamHighlightMagentaBackgroundColor": "#E50082",
|
|
185
|
+
"amsterdamHighlightOrangeBackgroundColor": "#FF9100",
|
|
186
|
+
"amsterdamHighlightPurpleBackgroundColor": "#A00078",
|
|
187
|
+
"amsterdamHighlightYellowBackgroundColor": "#FFE600",
|
|
169
188
|
"amsterdamIconSize3IconSizeNarrow": "clamp(1.5rem, calc(1.5rem + (0.3125 * (100vw - 20rem)) / 33.3125), 1.8125rem)",
|
|
170
189
|
"amsterdamIconSize3IconSizeWide": "clamp(1.8125rem, calc(1.8125rem + (0.1875 * (100vw - 53.375rem)) / 36.625), 2rem)",
|
|
171
190
|
"amsterdamIconSize3ContainerMultiplier": "1.4",
|
|
@@ -185,26 +204,27 @@
|
|
|
185
204
|
"amsterdamLinkOutlineOffset": "2px",
|
|
186
205
|
"amsterdamLinkFontFamily": "'Amsterdam Sans', Arial, sans-serif",
|
|
187
206
|
"amsterdamLinkFontWeight": 400,
|
|
188
|
-
"
|
|
189
|
-
"
|
|
190
|
-
"
|
|
207
|
+
"amsterdamLinkHoverColor": "#102E62",
|
|
208
|
+
"amsterdamLinkInlineHoverTextDecoration": "underline",
|
|
209
|
+
"amsterdamLinkInlineHoverTextUnderlineOffset": "3px",
|
|
191
210
|
"amsterdamLinkInlineFontFamily": "inherit",
|
|
192
211
|
"amsterdamLinkInlineFontSize": "inherit",
|
|
193
212
|
"amsterdamLinkInlineLineHeight": "inherit",
|
|
194
213
|
"amsterdamLinkInlineTextDecoration": "none",
|
|
214
|
+
"amsterdamLinkInlineTextDecorationThickness": "2px",
|
|
195
215
|
"amsterdamLinkInlineVisitedColor": "#A00078",
|
|
196
216
|
"amsterdamLinkInListGap": "0.5em",
|
|
197
|
-
"
|
|
198
|
-
"
|
|
199
|
-
"
|
|
217
|
+
"amsterdamLinkInListHoverTextDecoration": "underline",
|
|
218
|
+
"amsterdamLinkInListHoverTextDecorationThickness": "2px",
|
|
219
|
+
"amsterdamLinkInListHoverTextUnderlineOffset": "7px",
|
|
200
220
|
"amsterdamLinkInListTextDecoration": "none",
|
|
201
221
|
"amsterdamLinkInListLineHeight": "1.6",
|
|
202
222
|
"amsterdamLinkInListNarrowFontSize": "clamp(1rem, calc(1rem + (0.0625 * (100vw - 20rem)) / 33.3125), 1.0625rem)",
|
|
203
223
|
"amsterdamLinkInListWideFontSize": "clamp(1.0625rem, calc(1.0625rem + (0.0625 * (100vw - 53.375rem)) / 36.625), 1.125rem)",
|
|
204
224
|
"amsterdamLinkStandaloneTextUnderlineOffset": "8px",
|
|
205
225
|
"amsterdamLinkStandaloneTextDecorationThickness": "2px",
|
|
206
|
-
"
|
|
207
|
-
"
|
|
226
|
+
"amsterdamLinkStandaloneHoverTextDecorationThickness": "3px",
|
|
227
|
+
"amsterdamLinkStandaloneHoverTextUnderlineOffset": "7px",
|
|
208
228
|
"amsterdamLinkStandaloneLineHeight": "1.6",
|
|
209
229
|
"amsterdamLinkStandaloneNarrowFontSize": "clamp(1.125rem, calc(1.125rem + (0.1875 * (100vw - 20rem)) / 33.3125), 1.3125rem)",
|
|
210
230
|
"amsterdamLinkStandaloneWideFontSize": "clamp(1.3125rem, calc(1.3125rem + (0.0625 * (100vw - 53.375rem)) / 36.625), 1.375rem)",
|
|
@@ -227,10 +247,6 @@
|
|
|
227
247
|
"amsterdamOrderedListOrderedListListStyleType": "lower-alpha",
|
|
228
248
|
"amsterdamOrderedListOrderedListItemMarginInlineStart": "1.5rem",
|
|
229
249
|
"amsterdamOrderedListOrderedListItemPaddingInlineStart": "0.25rem",
|
|
230
|
-
"amsterdamPageGridColumnCountNarrow": "4",
|
|
231
|
-
"amsterdamPageGridColumnCountWide": "12",
|
|
232
|
-
"amsterdamPageGridColumnGap": "clamp(0.5rem, calc(0.5rem + 0.0142857143 * (100vw - 20rem)), 1.5rem)",
|
|
233
|
-
"amsterdamPageGridMaxWidth": "1440px",
|
|
234
250
|
"amsterdamPageHeadingColor": "#000000",
|
|
235
251
|
"amsterdamPageHeadingFontFamily": "'Amsterdam Sans', Arial, sans-serif",
|
|
236
252
|
"amsterdamPageHeadingLineHeight": "1.1",
|
|
@@ -250,6 +266,15 @@
|
|
|
250
266
|
"amsterdamPageMenuItemWideFontSize": "clamp(1.0625rem, calc(1.0625rem + (0.0625 * (100vw - 53.375rem)) / 36.625), 1.125rem)",
|
|
251
267
|
"amsterdamPageMenuItemHoverColor": "#000000",
|
|
252
268
|
"amsterdamPageMenuItemHoverTextDecoration": "underline",
|
|
269
|
+
"amsterdamPaginationColor": "#004699",
|
|
270
|
+
"amsterdamPaginationFontFamily": "'Amsterdam Sans', Arial, sans-serif",
|
|
271
|
+
"amsterdamPaginationFontWeight": 400,
|
|
272
|
+
"amsterdamPaginationLineHeight": "1.6",
|
|
273
|
+
"amsterdamPaginationNarrowFontSize": "clamp(1.125rem, calc(1.125rem + (0.1875 * (100vw - 20rem)) / 33.3125), 1.3125rem)",
|
|
274
|
+
"amsterdamPaginationWideFontSize": "clamp(1.3125rem, calc(1.3125rem + (0.0625 * (100vw - 53.375rem)) / 36.625), 1.375rem)",
|
|
275
|
+
"amsterdamPaginationButtonCurrentFontWeight": 800,
|
|
276
|
+
"amsterdamPaginationButtonHoverColor": "#102E62",
|
|
277
|
+
"amsterdamPaginationButtonOutlineOffset": "2px",
|
|
253
278
|
"amsterdamParagraphColor": "#000000",
|
|
254
279
|
"amsterdamParagraphFontFamily": "'Amsterdam Sans', Arial, sans-serif",
|
|
255
280
|
"amsterdamParagraphFontWeight": 400,
|
|
@@ -263,6 +288,18 @@
|
|
|
263
288
|
"amsterdamParagraphLargeLineHeight": "1.5",
|
|
264
289
|
"amsterdamParagraphLargeNarrowFontSize": "clamp(1.375rem, calc(1.375rem + (0.25 * (100vw - 20rem)) / 33.3125), 1.625rem)",
|
|
265
290
|
"amsterdamParagraphLargeWideFontSize": "clamp(1.625rem, calc(1.625rem + (0.125 * (100vw - 53.375rem)) / 36.625), 1.75rem)",
|
|
291
|
+
"amsterdamScreenWideMaxWidth": "100rem",
|
|
292
|
+
"amsterdamScreenXWideMaxWidth": "132rem",
|
|
293
|
+
"amsterdamSwitchFontFamily": "'Amsterdam Sans', Arial, sans-serif",
|
|
294
|
+
"amsterdamSwitchBackgroundColor": "#767676",
|
|
295
|
+
"amsterdamSwitchWidth": "3.5rem",
|
|
296
|
+
"amsterdamSwitchThumbBackgroundColor": "#ffffff",
|
|
297
|
+
"amsterdamSwitchThumbWidth": "1.75rem",
|
|
298
|
+
"amsterdamSwitchThumbHeight": "1.75rem",
|
|
299
|
+
"amsterdamSwitchThumbHoverColor": "#102E62",
|
|
300
|
+
"amsterdamSwitchCheckedBackgroundColor": "#004699",
|
|
301
|
+
"amsterdamSwitchOutlineOffset": "2px",
|
|
302
|
+
"amsterdamSwitchDisabledBackgroundColor": "#B4B4B4",
|
|
266
303
|
"amsterdamTopTaskLinkDescriptionColor": "#000000",
|
|
267
304
|
"amsterdamTopTaskLinkDescriptionFontFamily": "'Amsterdam Sans', Arial, sans-serif",
|
|
268
305
|
"amsterdamTopTaskLinkDescriptionFontWeight": 400,
|
|
@@ -272,7 +309,7 @@
|
|
|
272
309
|
"amsterdamTopTaskLinkLabelColor": "#004699",
|
|
273
310
|
"amsterdamTopTaskLinkLabelFontFamily": "'Amsterdam Sans', Arial, sans-serif",
|
|
274
311
|
"amsterdamTopTaskLinkLabelFontWeight": 800,
|
|
275
|
-
"amsterdamTopTaskLinkLabelHoverColor": "#
|
|
312
|
+
"amsterdamTopTaskLinkLabelHoverColor": "#102E62",
|
|
276
313
|
"amsterdamTopTaskLinkLabelLineHeight": "1.4",
|
|
277
314
|
"amsterdamTopTaskLinkLabelNarrowFontSize": "clamp(1.25rem, calc(1.25rem + (0.1875 * (100vw - 20rem)) / 33.3125), 1.4375rem)",
|
|
278
315
|
"amsterdamTopTaskLinkLabelWideFontSize": "clamp(1.4375rem, calc(1.4375rem + (0.125 * (100vw - 53.375rem)) / 36.625), 1.5625rem)",
|
|
@@ -310,17 +347,16 @@
|
|
|
310
347
|
"utrechtButtonPrimaryActionBackgroundColor": "#004699",
|
|
311
348
|
"utrechtButtonPrimaryActionColor": "#ffffff",
|
|
312
349
|
"utrechtButtonPrimaryActionDisabledBackgroundColor": "#B4B4B4",
|
|
313
|
-
"utrechtButtonPrimaryActionHoverBackgroundColor": "#
|
|
314
|
-
"utrechtButtonPrimaryActionFocusBackgroundColor": "#00387A",
|
|
350
|
+
"utrechtButtonPrimaryActionHoverBackgroundColor": "#102E62",
|
|
315
351
|
"utrechtButtonSecondaryActionBackgroundColor": "#ffffff",
|
|
316
352
|
"utrechtButtonSecondaryActionColor": "#004699",
|
|
317
|
-
"utrechtButtonSecondaryActionHoverColor": "#
|
|
353
|
+
"utrechtButtonSecondaryActionHoverColor": "#102E62",
|
|
318
354
|
"utrechtButtonSecondaryActionDisabledBackgroundColor": "#ffffff",
|
|
319
355
|
"utrechtButtonSecondaryActionDisabledColor": "#B4B4B4",
|
|
320
356
|
"utrechtButtonSubtleBackgroundColor": "transparent",
|
|
321
357
|
"utrechtButtonSubtleColor": "#004699",
|
|
322
|
-
"utrechtButtonSubtleHoverColor": "#
|
|
323
|
-
"utrechtButtonSubtleFocusColor": "#
|
|
358
|
+
"utrechtButtonSubtleHoverColor": "#102E62",
|
|
359
|
+
"utrechtButtonSubtleFocusColor": "#102E62",
|
|
324
360
|
"utrechtButtonSubtleDisabledBackgroundColor": "transparent",
|
|
325
361
|
"utrechtButtonSubtleDisabledColor": "#B4B4B4"
|
|
326
362
|
}
|
package/dist/index.tokens.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"primary-white": "#ffffff",
|
|
6
6
|
"primary-blue": "#004699",
|
|
7
7
|
"primary-red": "#EC0000",
|
|
8
|
-
"dark-blue": "#
|
|
8
|
+
"dark-blue": "#102E62",
|
|
9
9
|
"orange": "#FF9100",
|
|
10
10
|
"yellow": "#FFE600",
|
|
11
11
|
"green": "#BED200",
|
|
@@ -19,11 +19,12 @@
|
|
|
19
19
|
"neutral-grey4": "#323232"
|
|
20
20
|
},
|
|
21
21
|
"proportion": {
|
|
22
|
-
"
|
|
22
|
+
"x-tall": "9 / 16",
|
|
23
23
|
"tall": "4 / 5",
|
|
24
24
|
"square": "1 / 1",
|
|
25
25
|
"wide": "5 / 4",
|
|
26
|
-
"
|
|
26
|
+
"x-wide": "16 / 9",
|
|
27
|
+
"2x-wide": "32 / 9"
|
|
27
28
|
},
|
|
28
29
|
"typography": {
|
|
29
30
|
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
@@ -179,11 +180,12 @@
|
|
|
179
180
|
}
|
|
180
181
|
},
|
|
181
182
|
"aspect-ratio": {
|
|
182
|
-
"
|
|
183
|
+
"x-tall": "9 / 16",
|
|
183
184
|
"tall": "4 / 5",
|
|
184
185
|
"square": "1 / 1",
|
|
185
186
|
"wide": "5 / 4",
|
|
186
|
-
"
|
|
187
|
+
"x-wide": "16 / 9",
|
|
188
|
+
"2x-wide": "32 / 9"
|
|
187
189
|
},
|
|
188
190
|
"blockquote": {
|
|
189
191
|
"color": "#000000",
|
|
@@ -201,6 +203,7 @@
|
|
|
201
203
|
"breadcrumb": {
|
|
202
204
|
"color": "#004699",
|
|
203
205
|
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
206
|
+
"font-weight": 400,
|
|
204
207
|
"line-height": "1.6",
|
|
205
208
|
"narrow": {
|
|
206
209
|
"font-size": "clamp(1rem, calc(1rem + (0.0625 * (100vw - 20rem)) / 33.3125), 1.0625rem)"
|
|
@@ -211,11 +214,11 @@
|
|
|
211
214
|
"item-link": {
|
|
212
215
|
"outline-offset": "2px",
|
|
213
216
|
"hover": {
|
|
214
|
-
"color": "#
|
|
215
|
-
"box-shadow": "inset 0 -2px 0 0 #
|
|
217
|
+
"color": "#102E62",
|
|
218
|
+
"box-shadow": "inset 0 -2px 0 0 #102E62"
|
|
216
219
|
},
|
|
217
220
|
"focus": {
|
|
218
|
-
"color": "#
|
|
221
|
+
"color": "#102E62",
|
|
219
222
|
"text-decoration": "underline"
|
|
220
223
|
}
|
|
221
224
|
}
|
|
@@ -230,25 +233,30 @@
|
|
|
230
233
|
"secondary": {
|
|
231
234
|
"box-shadow": "inset 0 0 0 2px #004699",
|
|
232
235
|
"hover": {
|
|
233
|
-
"box-shadow": "inset 0 0 0 3px #
|
|
236
|
+
"box-shadow": "inset 0 0 0 3px #102E62"
|
|
234
237
|
},
|
|
235
238
|
"disabled": {
|
|
236
239
|
"box-shadow": "inset 0 0 0 2px #B4B4B4"
|
|
237
240
|
},
|
|
238
241
|
"focus": {
|
|
239
|
-
"box-shadow": "inset 0 0 0
|
|
240
|
-
"color": "#00387A"
|
|
242
|
+
"box-shadow": "inset 0 0 0 2px #004699"
|
|
241
243
|
}
|
|
242
244
|
},
|
|
243
245
|
"tertiary": {
|
|
244
246
|
"hover": {
|
|
245
247
|
"box-shadow": "inset 0 0 0 2px #767676"
|
|
246
|
-
},
|
|
247
|
-
"focus": {
|
|
248
|
-
"box-shadow": "inset 0 0 0 2px #767676"
|
|
249
248
|
}
|
|
250
249
|
}
|
|
251
250
|
},
|
|
251
|
+
"card": {
|
|
252
|
+
"link": {
|
|
253
|
+
"color": "#004699",
|
|
254
|
+
"hover": {
|
|
255
|
+
"color": "#102E62"
|
|
256
|
+
}
|
|
257
|
+
},
|
|
258
|
+
"outline-offset": "2px"
|
|
259
|
+
},
|
|
252
260
|
"checkbox": {
|
|
253
261
|
"color": "#000000",
|
|
254
262
|
"checkmark": {
|
|
@@ -256,7 +264,7 @@
|
|
|
256
264
|
"checked": {
|
|
257
265
|
"background-color": "#004699",
|
|
258
266
|
"hover": {
|
|
259
|
-
"background-color": "#
|
|
267
|
+
"background-color": "#102E62"
|
|
260
268
|
}
|
|
261
269
|
},
|
|
262
270
|
"disabled": {
|
|
@@ -275,7 +283,7 @@
|
|
|
275
283
|
}
|
|
276
284
|
},
|
|
277
285
|
"hover": {
|
|
278
|
-
"border-color": "#
|
|
286
|
+
"border-color": "#102E62"
|
|
279
287
|
},
|
|
280
288
|
"invalid": {
|
|
281
289
|
"border-color": "#EC0000",
|
|
@@ -298,7 +306,7 @@
|
|
|
298
306
|
"indeterminate": {
|
|
299
307
|
"background-color": "#004699",
|
|
300
308
|
"hover": {
|
|
301
|
-
"background-color": "#
|
|
309
|
+
"background-color": "#102E62"
|
|
302
310
|
}
|
|
303
311
|
},
|
|
304
312
|
"narrow": {
|
|
@@ -315,7 +323,7 @@
|
|
|
315
323
|
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
316
324
|
"font-weight": 400,
|
|
317
325
|
"hover": {
|
|
318
|
-
"color": "#
|
|
326
|
+
"color": "#102E62"
|
|
319
327
|
},
|
|
320
328
|
"outline-offset": "2px",
|
|
321
329
|
"line-height": "1.6",
|
|
@@ -343,6 +351,23 @@
|
|
|
343
351
|
"font-size": "clamp(1.0625rem, calc(1.0625rem + (0.0625 * (100vw - 53.375rem)) / 36.625), 1.125rem)"
|
|
344
352
|
}
|
|
345
353
|
},
|
|
354
|
+
"grid": {
|
|
355
|
+
"column-count": "4",
|
|
356
|
+
"density-low": {
|
|
357
|
+
"gap": "clamp(1rem, 3.125vw + 0.375rem, 3.5rem)",
|
|
358
|
+
"padding-inline": "clamp(1.5rem, 4.6875vw + 0.5625rem, 5.25rem)"
|
|
359
|
+
},
|
|
360
|
+
"density-high": {
|
|
361
|
+
"gap": "clamp(1rem, 1.5625vw - 0.0625rem, 2.5rem)",
|
|
362
|
+
"padding-inline": "clamp(1rem, 1.5625vw - 0.0625rem, 2.5rem)"
|
|
363
|
+
},
|
|
364
|
+
"medium": {
|
|
365
|
+
"column-count": "8"
|
|
366
|
+
},
|
|
367
|
+
"wide": {
|
|
368
|
+
"column-count": "12"
|
|
369
|
+
}
|
|
370
|
+
},
|
|
346
371
|
"heading": {
|
|
347
372
|
"1": {
|
|
348
373
|
"line-height": "1.2",
|
|
@@ -385,6 +410,32 @@
|
|
|
385
410
|
"font-weight": 800,
|
|
386
411
|
"inverse-color": "#ffffff"
|
|
387
412
|
},
|
|
413
|
+
"highlight": {
|
|
414
|
+
"blue": {
|
|
415
|
+
"background-color": "#004699"
|
|
416
|
+
},
|
|
417
|
+
"dark-green": {
|
|
418
|
+
"background-color": "#00A03C"
|
|
419
|
+
},
|
|
420
|
+
"green": {
|
|
421
|
+
"background-color": "#BED200"
|
|
422
|
+
},
|
|
423
|
+
"light-blue": {
|
|
424
|
+
"background-color": "#009DEC"
|
|
425
|
+
},
|
|
426
|
+
"magenta": {
|
|
427
|
+
"background-color": "#E50082"
|
|
428
|
+
},
|
|
429
|
+
"orange": {
|
|
430
|
+
"background-color": "#FF9100"
|
|
431
|
+
},
|
|
432
|
+
"purple": {
|
|
433
|
+
"background-color": "#A00078"
|
|
434
|
+
},
|
|
435
|
+
"yellow": {
|
|
436
|
+
"background-color": "#FFE600"
|
|
437
|
+
}
|
|
438
|
+
},
|
|
388
439
|
"icon": {
|
|
389
440
|
"size-3": {
|
|
390
441
|
"icon-size": {
|
|
@@ -427,11 +478,11 @@
|
|
|
427
478
|
"outline-offset": "2px",
|
|
428
479
|
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
429
480
|
"font-weight": 400,
|
|
430
|
-
"
|
|
431
|
-
"color": "#
|
|
481
|
+
"hover": {
|
|
482
|
+
"color": "#102E62"
|
|
432
483
|
},
|
|
433
484
|
"inline": {
|
|
434
|
-
"
|
|
485
|
+
"hover": {
|
|
435
486
|
"text-decoration": "underline",
|
|
436
487
|
"text-underline-offset": "3px"
|
|
437
488
|
},
|
|
@@ -439,13 +490,14 @@
|
|
|
439
490
|
"font-size": "inherit",
|
|
440
491
|
"line-height": "inherit",
|
|
441
492
|
"text-decoration": "none",
|
|
493
|
+
"text-decoration-thickness": "2px",
|
|
442
494
|
"visited": {
|
|
443
495
|
"color": "#A00078"
|
|
444
496
|
}
|
|
445
497
|
},
|
|
446
498
|
"in-list": {
|
|
447
499
|
"gap": "0.5em",
|
|
448
|
-
"
|
|
500
|
+
"hover": {
|
|
449
501
|
"text-decoration": "underline",
|
|
450
502
|
"text-decoration-thickness": "2px",
|
|
451
503
|
"text-underline-offset": "7px"
|
|
@@ -462,7 +514,7 @@
|
|
|
462
514
|
"standalone": {
|
|
463
515
|
"text-underline-offset": "8px",
|
|
464
516
|
"text-decoration-thickness": "2px",
|
|
465
|
-
"
|
|
517
|
+
"hover": {
|
|
466
518
|
"text-decoration-thickness": "3px",
|
|
467
519
|
"text-underline-offset": "7px"
|
|
468
520
|
},
|
|
@@ -518,14 +570,6 @@
|
|
|
518
570
|
}
|
|
519
571
|
}
|
|
520
572
|
},
|
|
521
|
-
"page-grid": {
|
|
522
|
-
"column-count": {
|
|
523
|
-
"narrow": "4",
|
|
524
|
-
"wide": "12"
|
|
525
|
-
},
|
|
526
|
-
"column-gap": "clamp(0.5rem, calc(0.5rem + 0.0142857143 * (100vw - 20rem)), 1.5rem)",
|
|
527
|
-
"max-width": "1440px"
|
|
528
|
-
},
|
|
529
573
|
"page-heading": {
|
|
530
574
|
"color": "#000000",
|
|
531
575
|
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
@@ -561,6 +605,27 @@
|
|
|
561
605
|
}
|
|
562
606
|
}
|
|
563
607
|
},
|
|
608
|
+
"pagination": {
|
|
609
|
+
"color": "#004699",
|
|
610
|
+
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
611
|
+
"font-weight": 400,
|
|
612
|
+
"line-height": "1.6",
|
|
613
|
+
"narrow": {
|
|
614
|
+
"font-size": "clamp(1.125rem, calc(1.125rem + (0.1875 * (100vw - 20rem)) / 33.3125), 1.3125rem)"
|
|
615
|
+
},
|
|
616
|
+
"wide": {
|
|
617
|
+
"font-size": "clamp(1.3125rem, calc(1.3125rem + (0.0625 * (100vw - 53.375rem)) / 36.625), 1.375rem)"
|
|
618
|
+
},
|
|
619
|
+
"button": {
|
|
620
|
+
"current": {
|
|
621
|
+
"font-weight": 800
|
|
622
|
+
},
|
|
623
|
+
"hover": {
|
|
624
|
+
"color": "#102E62"
|
|
625
|
+
},
|
|
626
|
+
"outline-offset": "2px"
|
|
627
|
+
}
|
|
628
|
+
},
|
|
564
629
|
"paragraph": {
|
|
565
630
|
"color": "#000000",
|
|
566
631
|
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
@@ -592,6 +657,34 @@
|
|
|
592
657
|
}
|
|
593
658
|
}
|
|
594
659
|
},
|
|
660
|
+
"screen": {
|
|
661
|
+
"wide": {
|
|
662
|
+
"max-width": "100rem"
|
|
663
|
+
},
|
|
664
|
+
"x-wide": {
|
|
665
|
+
"max-width": "132rem"
|
|
666
|
+
}
|
|
667
|
+
},
|
|
668
|
+
"switch": {
|
|
669
|
+
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
670
|
+
"background-color": "#767676",
|
|
671
|
+
"width": "3.5rem",
|
|
672
|
+
"thumb": {
|
|
673
|
+
"background-color": "#ffffff",
|
|
674
|
+
"width": "1.75rem",
|
|
675
|
+
"height": "1.75rem",
|
|
676
|
+
"hover": {
|
|
677
|
+
"color": "#102E62"
|
|
678
|
+
}
|
|
679
|
+
},
|
|
680
|
+
"checked": {
|
|
681
|
+
"background-color": "#004699"
|
|
682
|
+
},
|
|
683
|
+
"outline-offset": "2px",
|
|
684
|
+
"disabled": {
|
|
685
|
+
"background-color": "#B4B4B4"
|
|
686
|
+
}
|
|
687
|
+
},
|
|
595
688
|
"top-task-link": {
|
|
596
689
|
"description": {
|
|
597
690
|
"color": "#000000",
|
|
@@ -610,7 +703,7 @@
|
|
|
610
703
|
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
611
704
|
"font-weight": 800,
|
|
612
705
|
"hover": {
|
|
613
|
-
"color": "#
|
|
706
|
+
"color": "#102E62"
|
|
614
707
|
},
|
|
615
708
|
"line-height": "1.4",
|
|
616
709
|
"narrow": {
|
|
@@ -714,12 +807,12 @@
|
|
|
714
807
|
"border-color": {}
|
|
715
808
|
},
|
|
716
809
|
"hover": {
|
|
717
|
-
"background-color": "#
|
|
810
|
+
"background-color": "#102E62",
|
|
718
811
|
"border-color": {},
|
|
719
812
|
"color": {}
|
|
720
813
|
},
|
|
721
814
|
"focus": {
|
|
722
|
-
"background-color":
|
|
815
|
+
"background-color": {},
|
|
723
816
|
"border-color": {},
|
|
724
817
|
"border-width": {}
|
|
725
818
|
},
|
|
@@ -782,7 +875,7 @@
|
|
|
782
875
|
"border-width": {},
|
|
783
876
|
"hover": {
|
|
784
877
|
"background-color": {},
|
|
785
|
-
"color": "#
|
|
878
|
+
"color": "#102E62",
|
|
786
879
|
"border-color": {}
|
|
787
880
|
},
|
|
788
881
|
"disabled": {
|
|
@@ -850,12 +943,12 @@
|
|
|
850
943
|
"font-weight": {},
|
|
851
944
|
"hover": {
|
|
852
945
|
"background-color": {},
|
|
853
|
-
"color": "#
|
|
946
|
+
"color": "#102E62",
|
|
854
947
|
"border-color": {}
|
|
855
948
|
},
|
|
856
949
|
"focus": {
|
|
857
950
|
"background-color": {},
|
|
858
|
-
"color": "#
|
|
951
|
+
"color": "#102E62",
|
|
859
952
|
"border-color": {}
|
|
860
953
|
},
|
|
861
954
|
"disabled": {
|