@amsterdam/design-system-tokens 0.8.0 → 0.9.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 +32 -0
- package/dist/compact.css +1 -1
- package/dist/compact.d.ts +1 -1
- package/dist/compact.mjs +1 -1
- package/dist/compact.scss +1 -1
- package/dist/compact.theme.css +1 -1
- package/dist/index.css +94 -38
- package/dist/index.d.ts +122 -30
- package/dist/index.json +157 -65
- package/dist/index.mjs +123 -67
- package/dist/index.scss +94 -38
- package/dist/index.theme.css +94 -38
- package/package.json +1 -1
- package/src/common/ams/focus.tokens.json +1 -1
- package/src/common/ams/link-appearance.tokens.json +2 -2
- package/src/components/ams/badge.tokens.json +28 -4
- package/src/components/ams/breadcrumb.tokens.json +1 -1
- package/src/components/ams/error-message.tokens.json +11 -0
- package/src/components/ams/{fieldset.tokens.json → field-set.tokens.json} +11 -2
- package/src/components/ams/field.tokens.json +17 -0
- package/src/components/ams/file-input.tokens.json +42 -0
- package/src/components/ams/link-list.tokens.json +2 -4
- package/src/components/ams/logo.tokens.json +1 -1
- package/src/components/ams/ordered-list.tokens.json +4 -0
- package/src/components/ams/paragraph.tokens.json +2 -4
- package/src/components/ams/screen.tokens.json +2 -2
- package/src/components/ams/search-field.tokens.json +11 -5
- package/src/components/ams/switch.tokens.json +6 -5
- package/src/components/ams/table.tokens.json +1 -1
- package/src/components/ams/tabs.tokens.json +1 -1
- package/src/components/ams/text-area.tokens.json +1 -1
- package/src/components/ams/unordered-list.tokens.json +4 -0
package/dist/index.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Wed, 05 Jun 2024 11:22:10 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const amsBorderWidthSm = "0.0625rem";
|
|
@@ -66,19 +66,19 @@ export const amsActionDisabledCursor = "not-allowed";
|
|
|
66
66
|
export const amsActionInertCursor = "default";
|
|
67
67
|
export const amsActionNavigateCursor = "pointer";
|
|
68
68
|
export const amsActionSubmitCursor = "pointer";
|
|
69
|
-
export const amsFocusOutlineOffset = "
|
|
69
|
+
export const amsFocusOutlineOffset = "0.125rem";
|
|
70
70
|
export const amsHyphenationHyphenateLimitChars = "12 8 4";
|
|
71
71
|
export const amsHyphenationHyphens = "auto";
|
|
72
72
|
export const amsHyphenationOverflowWrap = "break-word";
|
|
73
73
|
export const amsLinkAppearanceColor = "#004699";
|
|
74
74
|
export const amsLinkAppearanceTextDecorationThickness = "0.125rem";
|
|
75
|
-
export const amsLinkAppearanceTextUnderlineOffset = "0.
|
|
75
|
+
export const amsLinkAppearanceTextUnderlineOffset = "0.3333em";
|
|
76
76
|
export const amsLinkAppearanceHoverColor = "#102E62";
|
|
77
77
|
export const amsLinkAppearanceOnBackgroundDarkColor = "#FFFFFF";
|
|
78
78
|
export const amsLinkAppearanceOnBackgroundLightColor = "#000000";
|
|
79
79
|
export const amsLinkAppearanceRegularTextDecorationLine = "underline";
|
|
80
80
|
export const amsLinkAppearanceRegularHoverTextDecorationThickness = "0.1875rem";
|
|
81
|
-
export const amsLinkAppearanceRegularHoverTextUnderlineOffset = "0.
|
|
81
|
+
export const amsLinkAppearanceRegularHoverTextUnderlineOffset = "0.2778em";
|
|
82
82
|
export const amsLinkAppearanceSubtleTextDecorationLine = "none";
|
|
83
83
|
export const amsLinkAppearanceSubtleHoverTextDecorationLine = "underline";
|
|
84
84
|
export const amsAccordionGap = ".5rem";
|
|
@@ -90,7 +90,7 @@ export const amsAccordionButtonGap = "1rem";
|
|
|
90
90
|
export const amsAccordionButtonLineHeight = "1.6";
|
|
91
91
|
export const amsAccordionButtonPaddingBlock = ".75rem";
|
|
92
92
|
export const amsAccordionButtonPaddingInline = "0";
|
|
93
|
-
export const amsAccordionButtonFocusOutlineOffset = "
|
|
93
|
+
export const amsAccordionButtonFocusOutlineOffset = "0.125rem";
|
|
94
94
|
export const amsAccordionButtonHoverColor = "#102E62";
|
|
95
95
|
export const amsAccordionPanelPaddingBlock = "0 1rem";
|
|
96
96
|
export const amsAccordionPanelPaddingInline = "0";
|
|
@@ -141,20 +141,32 @@ export const amsBadgeFontSize = "clamp(1.125rem, calc(0.469vw + 1.031rem), 1.5re
|
|
|
141
141
|
export const amsBadgeFontWeight = 800;
|
|
142
142
|
export const amsBadgeLineHeight = "1.6";
|
|
143
143
|
export const amsBadgePaddingInline = ".5rem";
|
|
144
|
-
export const
|
|
145
|
-
export const
|
|
146
|
-
export const
|
|
147
|
-
export const
|
|
144
|
+
export const amsBadgeBlackBackgroundColor = "#000000";
|
|
145
|
+
export const amsBadgeBlackColor = "#FFFFFF";
|
|
146
|
+
export const amsBadgeBlueBackgroundColor = "#004699";
|
|
147
|
+
export const amsBadgeBlueColor = "#FFFFFF";
|
|
148
148
|
export const amsBadgeDarkGreenBackgroundColor = "#00A03C";
|
|
149
149
|
export const amsBadgeDarkGreenColor = "#FFFFFF";
|
|
150
150
|
export const amsBadgeGreenBackgroundColor = "#BED200";
|
|
151
151
|
export const amsBadgeGreenColor = "#000000";
|
|
152
|
+
export const amsBadgeGrey1BackgroundColor = "#E8E8E8";
|
|
153
|
+
export const amsBadgeGrey1Color = "#000000";
|
|
154
|
+
export const amsBadgeGrey2BackgroundColor = "#BEBEBE";
|
|
155
|
+
export const amsBadgeGrey2Color = "#000000";
|
|
156
|
+
export const amsBadgeGrey3BackgroundColor = "#767676";
|
|
157
|
+
export const amsBadgeGrey3Color = "#FFFFFF";
|
|
158
|
+
export const amsBadgeLightBlueBackgroundColor = "#009DE6";
|
|
159
|
+
export const amsBadgeLightBlueColor = "#000000";
|
|
152
160
|
export const amsBadgeMagentaBackgroundColor = "#E50082";
|
|
153
161
|
export const amsBadgeMagentaColor = "#FFFFFF";
|
|
154
162
|
export const amsBadgeOrangeBackgroundColor = "#FF9100";
|
|
155
163
|
export const amsBadgeOrangeColor = "#000000";
|
|
156
164
|
export const amsBadgePurpleBackgroundColor = "#A00078";
|
|
157
165
|
export const amsBadgePurpleColor = "#FFFFFF";
|
|
166
|
+
export const amsBadgeRedBackgroundColor = "#EC0000";
|
|
167
|
+
export const amsBadgeRedColor = "#FFFFFF";
|
|
168
|
+
export const amsBadgeWhiteBackgroundColor = "#FFFFFF";
|
|
169
|
+
export const amsBadgeWhiteColor = "#000000";
|
|
158
170
|
export const amsBadgeYellowBackgroundColor = "#FFE600";
|
|
159
171
|
export const amsBadgeYellowColor = "#000000";
|
|
160
172
|
export const amsBlockquoteColor = "#000000";
|
|
@@ -168,13 +180,13 @@ export const amsBreadcrumbFontSize = "clamp(0.964rem, calc(0.295vw + 0.905rem),
|
|
|
168
180
|
export const amsBreadcrumbFontWeight = 400;
|
|
169
181
|
export const amsBreadcrumbLineHeight = "1.6";
|
|
170
182
|
export const amsBreadcrumbSeparatorBackgroundImage = "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>\")";
|
|
171
|
-
export const
|
|
172
|
-
export const
|
|
173
|
-
export const
|
|
174
|
-
export const
|
|
175
|
-
export const
|
|
176
|
-
export const
|
|
177
|
-
export const
|
|
183
|
+
export const amsBreadcrumbLinkColor = "#004699";
|
|
184
|
+
export const amsBreadcrumbLinkOutlineOffset = "0.125rem";
|
|
185
|
+
export const amsBreadcrumbLinkTextDecorationLine = "none";
|
|
186
|
+
export const amsBreadcrumbLinkTextDecorationThickness = "0.125rem";
|
|
187
|
+
export const amsBreadcrumbLinkTextUnderlineOffset = "0.3333em";
|
|
188
|
+
export const amsBreadcrumbLinkHoverColor = "#102E62";
|
|
189
|
+
export const amsBreadcrumbLinkHoverTextDecorationLine = "underline";
|
|
178
190
|
export const amsButtonCursor = "pointer";
|
|
179
191
|
export const amsButtonFontFamily = "'Amsterdam Sans', Arial, sans-serif";
|
|
180
192
|
export const amsButtonFontSize = "clamp(1.125rem, calc(0.469vw + 1.031rem), 1.5rem)";
|
|
@@ -182,7 +194,7 @@ export const amsButtonLineHeight = "1.6";
|
|
|
182
194
|
export const amsButtonGap = "1rem";
|
|
183
195
|
export const amsButtonPaddingBlock = ".5rem";
|
|
184
196
|
export const amsButtonPaddingInline = "1rem";
|
|
185
|
-
export const amsButtonOutlineOffset = "
|
|
197
|
+
export const amsButtonOutlineOffset = "0.125rem";
|
|
186
198
|
export const amsButtonDisabledCursor = "not-allowed";
|
|
187
199
|
export const amsButtonForcedColorModeBorder = "0.125rem solid";
|
|
188
200
|
export const amsButtonPrimaryBackgroundColor = "#004699";
|
|
@@ -210,16 +222,16 @@ export const amsButtonTertiaryDisabledColor = "#BEBEBE";
|
|
|
210
222
|
export const amsCardLinkColor = "#004699";
|
|
211
223
|
export const amsCardLinkTextDecorationLine = "none";
|
|
212
224
|
export const amsCardLinkTextDecorationThickness = "0.125rem";
|
|
213
|
-
export const amsCardLinkTextUnderlineOffset = "0.
|
|
225
|
+
export const amsCardLinkTextUnderlineOffset = "0.3333em";
|
|
214
226
|
export const amsCardLinkHoverColor = "#102E62";
|
|
215
227
|
export const amsCardLinkHoverTextDecorationLine = "underline";
|
|
216
|
-
export const amsCardOutlineOffset = "
|
|
228
|
+
export const amsCardOutlineOffset = "0.125rem";
|
|
217
229
|
export const amsCheckboxColor = "#000000";
|
|
218
230
|
export const amsCheckboxFontFamily = "'Amsterdam Sans', Arial, sans-serif";
|
|
219
231
|
export const amsCheckboxFontSize = "clamp(1.125rem, calc(0.469vw + 1.031rem), 1.5rem)";
|
|
220
232
|
export const amsCheckboxFontWeight = 400;
|
|
221
233
|
export const amsCheckboxLineHeight = "1.6";
|
|
222
|
-
export const amsCheckboxOutlineOffset = "
|
|
234
|
+
export const amsCheckboxOutlineOffset = "0.125rem";
|
|
223
235
|
export const amsCheckboxCheckmarkBorderColor = "#004699";
|
|
224
236
|
export const amsCheckboxCheckmarkBorderWidth = "0.125rem";
|
|
225
237
|
export const amsCheckboxCheckmarkCheckedBackgroundColor = "#004699";
|
|
@@ -257,7 +269,7 @@ export const amsDateInputFontFamily = "'Amsterdam Sans', Arial, sans-serif";
|
|
|
257
269
|
export const amsDateInputFontSize = "clamp(1.125rem, calc(0.469vw + 1.031rem), 1.5rem)";
|
|
258
270
|
export const amsDateInputFontWeight = 400;
|
|
259
271
|
export const amsDateInputLineHeight = "1.6";
|
|
260
|
-
export const amsDateInputOutlineOffset = "
|
|
272
|
+
export const amsDateInputOutlineOffset = "0.125rem";
|
|
261
273
|
export const amsDateInputPaddingBlock = ".5rem";
|
|
262
274
|
export const amsDateInputPaddingInline = "1.5rem";
|
|
263
275
|
export const amsDateInputCalenderPickerIndicatorBackgroundImage = "url(\"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36' fill='%23004699'><path d='M28 6V2h-4v4H12V2H8v4H2v28h32V6zm2 24H6V14h24z'/><path d='M10 17h4v4h-4zm6 0h4v4h-4zm6 0h4v4h-4zm-12 6h4v4h-4zm6 0h4v4h-4z'/></svg>\")";
|
|
@@ -288,11 +300,48 @@ export const amsDialogFormPaddingInline = "clamp(1.5rem, calc(1.5rem + ((1vw - 0
|
|
|
288
300
|
export const amsDialogFormMaxBlockSize = "75vh";
|
|
289
301
|
export const amsDialogHeaderGap = "1rem";
|
|
290
302
|
export const amsDialogFooterGap = "1rem";
|
|
291
|
-
export const
|
|
292
|
-
export const
|
|
293
|
-
export const
|
|
294
|
-
export const
|
|
295
|
-
export const
|
|
303
|
+
export const amsErrorMessageColor = "#EC0000";
|
|
304
|
+
export const amsErrorMessageFontFamily = "'Amsterdam Sans', Arial, sans-serif";
|
|
305
|
+
export const amsErrorMessageFontSize = "clamp(0.964rem, calc(0.295vw + 0.905rem), 1.2rem)";
|
|
306
|
+
export const amsErrorMessageFontWeight = 400;
|
|
307
|
+
export const amsErrorMessageLineHeight = "1.6";
|
|
308
|
+
export const amsFieldSetInvalidBorderInlineStart = "0.1875rem solid #EC0000";
|
|
309
|
+
export const amsFieldSetInvalidPaddingInlineStart = "1rem";
|
|
310
|
+
export const amsFieldSetLegendColor = "#000000";
|
|
311
|
+
export const amsFieldSetLegendFontFamily = "'Amsterdam Sans', Arial, sans-serif";
|
|
312
|
+
export const amsFieldSetLegendFontSize = "clamp(1.313rem, calc(0.703vw + 1.173rem), 1.875rem)";
|
|
313
|
+
export const amsFieldSetLegendFontWeight = 800;
|
|
314
|
+
export const amsFieldSetLegendLineHeight = "1.5";
|
|
315
|
+
export const amsFieldSetLegendMarginBlockEnd = "1rem";
|
|
316
|
+
export const amsFieldGap = ".75rem";
|
|
317
|
+
export const amsFieldInvalidBorderInlineStart = "0.1875rem solid #EC0000";
|
|
318
|
+
export const amsFieldInvalidPaddingInlineStart = "1rem";
|
|
319
|
+
export const amsFileInputBackgroundColor = "#FFFFFF";
|
|
320
|
+
export const amsFileInputBorder = "0.0625rem dashed #767676";
|
|
321
|
+
export const amsFileInputColor = "#000000";
|
|
322
|
+
export const amsFileInputCursor = "pointer";
|
|
323
|
+
export const amsFileInputFontFamily = "'Amsterdam Sans', Arial, sans-serif";
|
|
324
|
+
export const amsFileInputFontSize = "clamp(1.125rem, calc(0.469vw + 1.031rem), 1.5rem)";
|
|
325
|
+
export const amsFileInputFontWeight = 400;
|
|
326
|
+
export const amsFileInputLineHeight = "1.6";
|
|
327
|
+
export const amsFileInputOutlineOffset = "0.125rem";
|
|
328
|
+
export const amsFileInputPaddingBlock = "1rem";
|
|
329
|
+
export const amsFileInputPaddingInline = "1rem";
|
|
330
|
+
export const amsFileInputDisabledColor = "#BEBEBE";
|
|
331
|
+
export const amsFileInputDisabledCursor = "not-allowed";
|
|
332
|
+
export const amsFileInputFileSelectorButtonBackgroundColor = "#FFFFFF";
|
|
333
|
+
export const amsFileInputFileSelectorButtonBoxShadow = "inset 0 0 0 0.125rem #004699";
|
|
334
|
+
export const amsFileInputFileSelectorButtonColor = "#004699";
|
|
335
|
+
export const amsFileInputFileSelectorButtonCursor = "pointer";
|
|
336
|
+
export const amsFileInputFileSelectorButtonMarginInlineEnd = "1rem";
|
|
337
|
+
export const amsFileInputFileSelectorButtonPaddingBlock = ".5rem";
|
|
338
|
+
export const amsFileInputFileSelectorButtonPaddingInline = "1rem";
|
|
339
|
+
export const amsFileInputFileSelectorButtonHoverBoxShadow = "inset 0 0 0 0.1875rem #102E62";
|
|
340
|
+
export const amsFileInputFileSelectorButtonHoverColor = "#102E62";
|
|
341
|
+
export const amsFileInputFileSelectorButtonDisabledBoxShadow = "inset 0 0 0 0.125rem #BEBEBE";
|
|
342
|
+
export const amsFileInputFileSelectorButtonDisabledColor = "#BEBEBE";
|
|
343
|
+
export const amsFileInputFileSelectorButtonDisabledCursor = "not-allowed";
|
|
344
|
+
export const amsFileInputFileSelectorButtonForcedColorModeBorder = "0.125rem solid";
|
|
296
345
|
export const amsFormFieldCharacterCounterColor = "#000000";
|
|
297
346
|
export const amsFormFieldCharacterCounterFontFamily = "'Amsterdam Sans', Arial, sans-serif";
|
|
298
347
|
export const amsFormFieldCharacterCounterFontSize = "clamp(0.964rem, calc(0.295vw + 0.905rem), 1.2rem)";
|
|
@@ -317,7 +366,7 @@ export const amsGridMediumColumnCount = "8";
|
|
|
317
366
|
export const amsGridWideColumnCount = "12";
|
|
318
367
|
export const amsHeaderColumnGap = "clamp(1rem, calc(3.125vw + 0.375rem), 3.5rem)"; // Must have the same value as `ams.grid.column-gap`.
|
|
319
368
|
export const amsHeaderPaddingBlock = "1rem";
|
|
320
|
-
export const amsHeaderLogoLinkOutlineOffset = "
|
|
369
|
+
export const amsHeaderLogoLinkOutlineOffset = "0.125rem";
|
|
321
370
|
export const amsHeadingColor = "#000000";
|
|
322
371
|
export const amsHeadingFontFamily = "'Amsterdam Sans', Arial, sans-serif";
|
|
323
372
|
export const amsHeadingFontWeight = 800;
|
|
@@ -335,7 +384,7 @@ export const amsHeadingLevel5LineHeight = "1.6";
|
|
|
335
384
|
export const amsHeadingLevel6FontSize = "clamp(0.964rem, calc(0.295vw + 0.905rem), 1.2rem)";
|
|
336
385
|
export const amsHeadingLevel6LineHeight = "1.6";
|
|
337
386
|
export const amsIconButtonColor = "#004699";
|
|
338
|
-
export const amsIconButtonOutlineOffset = "
|
|
387
|
+
export const amsIconButtonOutlineOffset = "0.125rem";
|
|
339
388
|
export const amsIconButtonHoverBackgroundColor = "rgba(0, 70, 153, 0.125)";
|
|
340
389
|
export const amsIconButtonHoverColor = "#102E62";
|
|
341
390
|
export const amsIconButtonDisabledColor = "#BEBEBE";
|
|
@@ -365,16 +414,16 @@ export const amsLabelLineHeight = "1.5";
|
|
|
365
414
|
export const amsLinkListGap = "0.5em";
|
|
366
415
|
export const amsLinkListLinkColor = "#004699";
|
|
367
416
|
export const amsLinkListLinkFontFamily = "'Amsterdam Sans', Arial, sans-serif";
|
|
417
|
+
export const amsLinkListLinkFontSize = "clamp(1.125rem, calc(0.469vw + 1.031rem), 1.5rem)";
|
|
368
418
|
export const amsLinkListLinkFontWeight = 400;
|
|
369
419
|
export const amsLinkListLinkGap = "0.5em";
|
|
370
|
-
export const
|
|
420
|
+
export const amsLinkListLinkLineHeight = "1.6";
|
|
421
|
+
export const amsLinkListLinkOutlineOffset = "0.125rem";
|
|
371
422
|
export const amsLinkListLinkTextDecorationLine = "none";
|
|
372
423
|
export const amsLinkListLinkTextDecorationThickness = "0.125rem";
|
|
373
|
-
export const amsLinkListLinkTextUnderlineOffset = "0.
|
|
424
|
+
export const amsLinkListLinkTextUnderlineOffset = "0.3333em";
|
|
374
425
|
export const amsLinkListLinkSmallFontSize = "clamp(0.964rem, calc(0.295vw + 0.905rem), 1.2rem)";
|
|
375
426
|
export const amsLinkListLinkSmallLineHeight = "1.6";
|
|
376
|
-
export const amsLinkListLinkMediumFontSize = "clamp(1.125rem, calc(0.469vw + 1.031rem), 1.5rem)";
|
|
377
|
-
export const amsLinkListLinkMediumLineHeight = "1.6";
|
|
378
427
|
export const amsLinkListLinkLargeFontSize = "clamp(1.313rem, calc(0.703vw + 1.173rem), 1.875rem)";
|
|
379
428
|
export const amsLinkListLinkLargeLineHeight = "1.5";
|
|
380
429
|
export const amsLinkListLinkHoverColor = "#102E62";
|
|
@@ -386,31 +435,31 @@ export const amsLinkListLinkOnBackgroundLightHoverColor = "#000000";
|
|
|
386
435
|
export const amsLinkColor = "#004699";
|
|
387
436
|
export const amsLinkFontFamily = "'Amsterdam Sans', Arial, sans-serif";
|
|
388
437
|
export const amsLinkFontWeight = 400;
|
|
389
|
-
export const amsLinkOutlineOffset = "
|
|
438
|
+
export const amsLinkOutlineOffset = "0.125rem";
|
|
390
439
|
export const amsLinkHoverColor = "#102E62";
|
|
391
440
|
export const amsLinkInlineTextDecorationLine = "underline";
|
|
392
441
|
export const amsLinkInlineTextDecorationThickness = "0.125rem";
|
|
393
|
-
export const amsLinkInlineTextUnderlineOffset = "0.
|
|
442
|
+
export const amsLinkInlineTextUnderlineOffset = "0.3333em";
|
|
394
443
|
export const amsLinkInlineFontFamily = "inherit";
|
|
395
444
|
export const amsLinkInlineFontSize = "inherit";
|
|
396
445
|
export const amsLinkInlineLineHeight = "inherit";
|
|
397
446
|
export const amsLinkInlineHoverTextDecorationThickness = "0.1875rem";
|
|
398
|
-
export const amsLinkInlineHoverTextUnderlineOffset = "0.
|
|
447
|
+
export const amsLinkInlineHoverTextUnderlineOffset = "0.2778em";
|
|
399
448
|
export const amsLinkInlineVisitedColor = "#A00078";
|
|
400
449
|
export const amsLinkStandaloneFontSize = "clamp(1.125rem, calc(0.469vw + 1.031rem), 1.5rem)";
|
|
401
450
|
export const amsLinkStandaloneLineHeight = "1.6";
|
|
402
451
|
export const amsLinkStandaloneTextDecorationLine = "underline";
|
|
403
452
|
export const amsLinkStandaloneTextDecorationThickness = "0.125rem";
|
|
404
|
-
export const amsLinkStandaloneTextUnderlineOffset = "0.
|
|
453
|
+
export const amsLinkStandaloneTextUnderlineOffset = "0.3333em";
|
|
405
454
|
export const amsLinkStandaloneHoverTextDecorationThickness = "0.1875rem";
|
|
406
|
-
export const amsLinkStandaloneHoverTextUnderlineOffset = "0.
|
|
455
|
+
export const amsLinkStandaloneHoverTextUnderlineOffset = "0.2778em";
|
|
407
456
|
export const amsLinkOnBackgroundDarkColor = "#FFFFFF";
|
|
408
457
|
export const amsLinkOnBackgroundDarkHoverColor = "#FFFFFF";
|
|
409
458
|
export const amsLinkOnBackgroundDarkVisitedColor = "#FFFFFF";
|
|
410
459
|
export const amsLinkOnBackgroundLightColor = "#000000";
|
|
411
460
|
export const amsLinkOnBackgroundLightHoverColor = "#000000";
|
|
412
461
|
export const amsLinkOnBackgroundLightVisitedColor = "#000000";
|
|
413
|
-
export const
|
|
462
|
+
export const amsLogoBlockSize = "2.5rem";
|
|
414
463
|
export const amsLogoEmblemColor = "#EC0000";
|
|
415
464
|
export const amsLogoTitleColor = "#EC0000";
|
|
416
465
|
export const amsLogoSubsiteColor = "#000000";
|
|
@@ -432,6 +481,8 @@ export const amsOrderedListGap = "0.75rem";
|
|
|
432
481
|
export const amsOrderedListInverseColor = "#FFFFFF";
|
|
433
482
|
export const amsOrderedListLineHeight = "1.6";
|
|
434
483
|
export const amsOrderedListListStyleType = "decimal";
|
|
484
|
+
export const amsOrderedListSmallFontSize = "clamp(0.964rem, calc(0.295vw + 0.905rem), 1.2rem)";
|
|
485
|
+
export const amsOrderedListSmallLineHeight = "1.6";
|
|
435
486
|
export const amsOrderedListItemMarginInlineStart = "2.25rem"; // Divide your total indentation width over margin and padding to position the marker.
|
|
436
487
|
export const amsOrderedListItemPaddingInlineStart = "0.25rem"; // The total level 1 indentation for Amsterdam is 40 pixels, or 2.5rem.
|
|
437
488
|
export const amsOrderedListOrderedListListStyleType = "lower-alpha";
|
|
@@ -451,10 +502,10 @@ export const amsPageMenuItemFontSize = "clamp(0.964rem, calc(0.295vw + 0.905rem)
|
|
|
451
502
|
export const amsPageMenuItemFontWeight = 400;
|
|
452
503
|
export const amsPageMenuItemGap = "0.5rem";
|
|
453
504
|
export const amsPageMenuItemLineHeight = "1.6";
|
|
454
|
-
export const amsPageMenuItemOutlineOffset = "
|
|
505
|
+
export const amsPageMenuItemOutlineOffset = "0.125rem";
|
|
455
506
|
export const amsPageMenuItemTextDecorationLine = "none";
|
|
456
507
|
export const amsPageMenuItemTextDecorationThickness = "0.125rem";
|
|
457
|
-
export const amsPageMenuItemTextUnderlineOffset = "0.
|
|
508
|
+
export const amsPageMenuItemTextUnderlineOffset = "0.3333em";
|
|
458
509
|
export const amsPageMenuItemHoverColor = "#102E62";
|
|
459
510
|
export const amsPageMenuItemHoverTextDecorationLine = "underline";
|
|
460
511
|
export const amsPaginationColor = "#004699";
|
|
@@ -462,22 +513,22 @@ export const amsPaginationFontFamily = "'Amsterdam Sans', Arial, sans-serif";
|
|
|
462
513
|
export const amsPaginationFontSize = "clamp(1.125rem, calc(0.469vw + 1.031rem), 1.5rem)";
|
|
463
514
|
export const amsPaginationFontWeight = 400;
|
|
464
515
|
export const amsPaginationLineHeight = "1.6";
|
|
465
|
-
export const amsPaginationButtonOutlineOffset = "
|
|
516
|
+
export const amsPaginationButtonOutlineOffset = "0.125rem";
|
|
466
517
|
export const amsPaginationButtonPaddingInline = ".75rem";
|
|
467
518
|
export const amsPaginationButtonTextDecorationLine = "none";
|
|
468
519
|
export const amsPaginationButtonTextDecorationThickness = "0.125rem";
|
|
469
|
-
export const amsPaginationButtonTextUnderlineOffset = "0.
|
|
520
|
+
export const amsPaginationButtonTextUnderlineOffset = "0.3333em";
|
|
470
521
|
export const amsPaginationButtonCurrentFontWeight = 800;
|
|
471
522
|
export const amsPaginationButtonHoverColor = "#102E62";
|
|
472
523
|
export const amsPaginationButtonHoverTextDecorationLine = "underline";
|
|
473
524
|
export const amsParagraphColor = "#000000";
|
|
474
525
|
export const amsParagraphFontFamily = "'Amsterdam Sans', Arial, sans-serif";
|
|
526
|
+
export const amsParagraphFontSize = "clamp(1.125rem, calc(0.469vw + 1.031rem), 1.5rem)";
|
|
475
527
|
export const amsParagraphFontWeight = 400;
|
|
528
|
+
export const amsParagraphLineHeight = "1.6";
|
|
476
529
|
export const amsParagraphInverseColor = "#FFFFFF";
|
|
477
530
|
export const amsParagraphSmallFontSize = "clamp(0.964rem, calc(0.295vw + 0.905rem), 1.2rem)";
|
|
478
531
|
export const amsParagraphSmallLineHeight = "1.6";
|
|
479
|
-
export const amsParagraphMediumFontSize = "clamp(1.125rem, calc(0.469vw + 1.031rem), 1.5rem)";
|
|
480
|
-
export const amsParagraphMediumLineHeight = "1.6";
|
|
481
532
|
export const amsParagraphLargeFontSize = "clamp(1.313rem, calc(0.703vw + 1.173rem), 1.875rem)";
|
|
482
533
|
export const amsParagraphLargeLineHeight = "1.5";
|
|
483
534
|
export const amsRadioColor = "#000000";
|
|
@@ -485,7 +536,7 @@ export const amsRadioFontFamily = "'Amsterdam Sans', Arial, sans-serif";
|
|
|
485
536
|
export const amsRadioFontSize = "clamp(1.125rem, calc(0.469vw + 1.031rem), 1.5rem)";
|
|
486
537
|
export const amsRadioFontWeight = 400;
|
|
487
538
|
export const amsRadioLineHeight = "1.6";
|
|
488
|
-
export const amsRadioOutlineOffset = "
|
|
539
|
+
export const amsRadioOutlineOffset = "0.125rem";
|
|
489
540
|
export const amsRadioCircleBorderColor = "#004699";
|
|
490
541
|
export const amsRadioCircleBorderWidth = "0.125rem";
|
|
491
542
|
export const amsRadioCircleCheckedBackgroundImage = "url(\"data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg' fill='%23004699'%3E%3Ccircle cx='16' cy='16' r='16' /%3E%3C/svg%3E\")";
|
|
@@ -508,14 +559,14 @@ export const amsRowGapMd = "1rem";
|
|
|
508
559
|
export const amsRowGapLg = "1.5rem";
|
|
509
560
|
export const amsRowGapXl = "2rem";
|
|
510
561
|
export const amsScreenBackgroundColor = "#FFFFFF";
|
|
511
|
-
export const
|
|
512
|
-
export const
|
|
562
|
+
export const amsScreenWideMaxInlineSize = "100rem";
|
|
563
|
+
export const amsScreenXWideMaxInlineSize = "132rem";
|
|
513
564
|
export const amsSearchFieldButtonBackgroundColor = "#004699";
|
|
514
565
|
export const amsSearchFieldButtonColor = "#FFFFFF";
|
|
515
|
-
export const amsSearchFieldButtonOutlineOffset = "
|
|
516
|
-
export const amsSearchFieldButtonHoverBackgroundColor = "#102E62";
|
|
566
|
+
export const amsSearchFieldButtonOutlineOffset = "0.125rem";
|
|
517
567
|
export const amsSearchFieldButtonPaddingBlock = ".5rem";
|
|
518
568
|
export const amsSearchFieldButtonPaddingInline = ".5rem";
|
|
569
|
+
export const amsSearchFieldButtonHoverBackgroundColor = "#102E62";
|
|
519
570
|
export const amsSearchFieldInputBackgroundColor = "#FFFFFF";
|
|
520
571
|
export const amsSearchFieldInputBoxShadow = "inset 0 0 0 0.0625rem #000000";
|
|
521
572
|
export const amsSearchFieldInputColor = "#000000";
|
|
@@ -523,14 +574,16 @@ export const amsSearchFieldInputFontFamily = "'Amsterdam Sans', Arial, sans-seri
|
|
|
523
574
|
export const amsSearchFieldInputFontSize = "clamp(1.125rem, calc(0.469vw + 1.031rem), 1.5rem)";
|
|
524
575
|
export const amsSearchFieldInputFontWeight = 400;
|
|
525
576
|
export const amsSearchFieldInputLineHeight = "1.6";
|
|
526
|
-
export const amsSearchFieldInputOutlineOffset = "
|
|
577
|
+
export const amsSearchFieldInputOutlineOffset = "0.125rem";
|
|
527
578
|
export const amsSearchFieldInputPaddingBlock = ".5rem";
|
|
528
579
|
export const amsSearchFieldInputPaddingInline = "1rem";
|
|
529
580
|
export const amsSearchFieldInputCancelButtonBackgroundImage = "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>\")";
|
|
581
|
+
export const amsSearchFieldInputCancelButtonBlockSize = "clamp(1.125rem, calc(0.469vw + 1.031rem), 1.5rem)";
|
|
530
582
|
export const amsSearchFieldInputCancelButtonColor = "#004699";
|
|
531
|
-
export const
|
|
532
|
-
export const amsSearchFieldInputCancelButtonWidth = "clamp(1.125rem, calc(0.469vw + 1.031rem), 1.5rem)";
|
|
583
|
+
export const amsSearchFieldInputCancelButtonInlineSize = "clamp(1.125rem, calc(0.469vw + 1.031rem), 1.5rem)";
|
|
533
584
|
export const amsSearchFieldInputHoverBoxShadow = "inset 0 0 0 0.125rem #000000";
|
|
585
|
+
export const amsSearchFieldInputInvalidBoxShadow = "inset 0 0 0 0.0625rem #EC0000";
|
|
586
|
+
export const amsSearchFieldInputInvalidHoverBoxShadow = "inset 0 0 0 0.125rem #EC0000";
|
|
534
587
|
export const amsSearchFieldInputPlaceholderColor = "#767676";
|
|
535
588
|
export const amsSelectBackgroundColor = "#FFFFFF";
|
|
536
589
|
export const amsSelectBackgroundImage = "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='m16 25.757-16-16 2.91-2.9L16 19.937l13.09-13.08 2.91 2.9z'/></svg>\")";
|
|
@@ -541,7 +594,7 @@ export const amsSelectFontFamily = "'Amsterdam Sans', Arial, sans-serif";
|
|
|
541
594
|
export const amsSelectFontSize = "clamp(1.125rem, calc(0.469vw + 1.031rem), 1.5rem)";
|
|
542
595
|
export const amsSelectFontWeight = 400;
|
|
543
596
|
export const amsSelectLineHeight = "1.6";
|
|
544
|
-
export const amsSelectOutlineOffset = "
|
|
597
|
+
export const amsSelectOutlineOffset = "0.125rem";
|
|
545
598
|
export const amsSelectPaddingBlock = ".5rem";
|
|
546
599
|
export const amsSelectPaddingInline = "1rem calc(2 * 1rem + 1em)";
|
|
547
600
|
export const amsSelectDisabledBackgroundImage = "url(\"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'><path fill='%23BEBEBE' fill-rule='evenodd' d='m16 25.757-16-16 2.91-2.9L16 19.937l13.09-13.08 2.91 2.9z'/></svg>\")";
|
|
@@ -557,7 +610,7 @@ export const amsSkipLinkFontFamily = "'Amsterdam Sans', Arial, sans-serif";
|
|
|
557
610
|
export const amsSkipLinkFontSize = "clamp(0.964rem, calc(0.295vw + 0.905rem), 1.2rem)";
|
|
558
611
|
export const amsSkipLinkFontWeight = 400;
|
|
559
612
|
export const amsSkipLinkLineHeight = "1.6";
|
|
560
|
-
export const amsSkipLinkOutlineOffset = "
|
|
613
|
+
export const amsSkipLinkOutlineOffset = "0.125rem";
|
|
561
614
|
export const amsSkipLinkPaddingBlock = ".5rem";
|
|
562
615
|
export const amsSkipLinkPaddingInline = "1rem";
|
|
563
616
|
export const amsSkipLinkHoverBackgroundColor = "#102E62";
|
|
@@ -569,15 +622,16 @@ export const amsSpotlightMagentaBackgroundColor = "#E50082";
|
|
|
569
622
|
export const amsSpotlightOrangeBackgroundColor = "#FF9100";
|
|
570
623
|
export const amsSpotlightPurpleBackgroundColor = "#A00078";
|
|
571
624
|
export const amsSpotlightYellowBackgroundColor = "#FFE600";
|
|
572
|
-
export const amsSwitchFontFamily = "'Amsterdam Sans', Arial, sans-serif";
|
|
573
625
|
export const amsSwitchBackgroundColor = "#767676";
|
|
574
|
-
export const
|
|
626
|
+
export const amsSwitchFontFamily = "'Amsterdam Sans', Arial, sans-serif";
|
|
627
|
+
export const amsSwitchOutlineOffset = "0.125rem";
|
|
628
|
+
export const amsSwitchInlineSize = "3.5rem";
|
|
575
629
|
export const amsSwitchThumbBackgroundColor = "#FFFFFF";
|
|
576
|
-
export const
|
|
577
|
-
export const
|
|
630
|
+
export const amsSwitchThumbInlineSize = "1.75rem";
|
|
631
|
+
export const amsSwitchThumbBlockSize = "1.75rem";
|
|
632
|
+
export const amsSwitchThumbHoverBoxShadow = "0 0 0 0.125rem #102E62";
|
|
578
633
|
export const amsSwitchThumbHoverColor = "#102E62";
|
|
579
634
|
export const amsSwitchCheckedBackgroundColor = "#004699";
|
|
580
|
-
export const amsSwitchOutlineOffset = "2px";
|
|
581
635
|
export const amsSwitchDisabledBackgroundColor = "#BEBEBE";
|
|
582
636
|
export const amsTableColor = "#000000";
|
|
583
637
|
export const amsTableFontFamily = "'Amsterdam Sans', Arial, sans-serif";
|
|
@@ -585,12 +639,12 @@ export const amsTableFontSize = "clamp(1.125rem, calc(0.469vw + 1.031rem), 1.5re
|
|
|
585
639
|
export const amsTableFontWeight = 400;
|
|
586
640
|
export const amsTableLineHeight = "1.6";
|
|
587
641
|
export const amsTableCaptionFontWeight = 800;
|
|
588
|
-
export const
|
|
642
|
+
export const amsTableCellBorderBlockEnd = "0.0625rem solid #E8E8E8";
|
|
589
643
|
export const amsTableCellPaddingBlock = "1rem";
|
|
590
644
|
export const amsTableCellPaddingInline = "1rem";
|
|
591
645
|
export const amsTableHeaderCellFontWeight = 800;
|
|
592
646
|
export const amsTabsListBackgroundColor = "#FFFFFF";
|
|
593
|
-
export const
|
|
647
|
+
export const amsTabsListBorderBlockEnd = "0.125rem solid #004699";
|
|
594
648
|
export const amsTabsButtonColor = "#004699";
|
|
595
649
|
export const amsTabsButtonCursor = "pointer";
|
|
596
650
|
export const amsTabsButtonFontFamily = "'Amsterdam Sans', Arial, sans-serif";
|
|
@@ -613,8 +667,8 @@ export const amsTextAreaFontFamily = "'Amsterdam Sans', Arial, sans-serif";
|
|
|
613
667
|
export const amsTextAreaFontSize = "clamp(1.125rem, calc(0.469vw + 1.031rem), 1.5rem)";
|
|
614
668
|
export const amsTextAreaFontWeight = 400;
|
|
615
669
|
export const amsTextAreaLineHeight = "1.6";
|
|
616
|
-
export const
|
|
617
|
-
export const amsTextAreaOutlineOffset = "
|
|
670
|
+
export const amsTextAreaMinBlockSize = "calc(1.6 * 1em + 2 * 0.5rem)";
|
|
671
|
+
export const amsTextAreaOutlineOffset = "0.125rem";
|
|
618
672
|
export const amsTextAreaPaddingBlock = "0.5rem";
|
|
619
673
|
export const amsTextAreaPaddingInline = "1rem";
|
|
620
674
|
export const amsTextAreaDisabledBackgroundColor = "#FFFFFF";
|
|
@@ -632,7 +686,7 @@ export const amsTextInputFontFamily = "'Amsterdam Sans', Arial, sans-serif";
|
|
|
632
686
|
export const amsTextInputFontSize = "clamp(1.125rem, calc(0.469vw + 1.031rem), 1.5rem)";
|
|
633
687
|
export const amsTextInputFontWeight = 400;
|
|
634
688
|
export const amsTextInputLineHeight = "1.6";
|
|
635
|
-
export const amsTextInputOutlineOffset = "
|
|
689
|
+
export const amsTextInputOutlineOffset = "0.125rem";
|
|
636
690
|
export const amsTextInputPaddingBlock = ".5rem";
|
|
637
691
|
export const amsTextInputPaddingInline = "1rem";
|
|
638
692
|
export const amsTextInputDisabledBackgroundColor = "#FFFFFF";
|
|
@@ -649,7 +703,7 @@ export const amsTimeInputFontFamily = "'Amsterdam Sans', Arial, sans-serif";
|
|
|
649
703
|
export const amsTimeInputFontSize = "clamp(1.125rem, calc(0.469vw + 1.031rem), 1.5rem)";
|
|
650
704
|
export const amsTimeInputFontWeight = 400;
|
|
651
705
|
export const amsTimeInputLineHeight = "1.6";
|
|
652
|
-
export const amsTimeInputOutlineOffset = "
|
|
706
|
+
export const amsTimeInputOutlineOffset = "0.125rem";
|
|
653
707
|
export const amsTimeInputPaddingBlock = ".5rem";
|
|
654
708
|
export const amsTimeInputPaddingInline = "1rem";
|
|
655
709
|
export const amsTimeInputCalenderPickerIndicatorBackgroundImage = "url(\"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='%23004699'><path d='M16 0C7.163 0 0 7.163 0 16s7.163 16 16 16 16-7.163 16-16A16 16 0 0 0 16 0zm.9 28v-2h-2v1.9A11.8 11.8 0 0 1 4.1 17H6v-2H4.1A11.8 11.8 0 0 1 15 4.1V6h2V4.1A11.8 11.8 0 0 1 27.9 15H26v2h1.9a11.9 11.9 0 0 1-11 11zm.1-13h4v2h-6V9h2v6z'/></svg>\")";
|
|
@@ -673,10 +727,10 @@ export const amsTopTaskLinkLabelFontWeight = 800;
|
|
|
673
727
|
export const amsTopTaskLinkLabelLineHeight = "1.5";
|
|
674
728
|
export const amsTopTaskLinkLabelTextDecorationLine = "none";
|
|
675
729
|
export const amsTopTaskLinkLabelTextDecorationThickness = "0.125rem";
|
|
676
|
-
export const amsTopTaskLinkLabelTextUnderlineOffset = "0.
|
|
730
|
+
export const amsTopTaskLinkLabelTextUnderlineOffset = "0.3333em";
|
|
677
731
|
export const amsTopTaskLinkLabelHoverColor = "#102E62";
|
|
678
732
|
export const amsTopTaskLinkLabelHoverTextDecorationLine = "underline";
|
|
679
|
-
export const amsTopTaskLinkOutlineOffset = "
|
|
733
|
+
export const amsTopTaskLinkOutlineOffset = "0.125rem";
|
|
680
734
|
export const amsUnorderedListColor = "#000000";
|
|
681
735
|
export const amsUnorderedListFontFamily = "'Amsterdam Sans', Arial, sans-serif";
|
|
682
736
|
export const amsUnorderedListFontSize = "clamp(1.125rem, calc(0.469vw + 1.031rem), 1.5rem)";
|
|
@@ -690,3 +744,5 @@ export const amsUnorderedListItemPaddingInlineStart = "0.875rem"; // The total l
|
|
|
690
744
|
export const amsUnorderedListUnorderedListListStyleType = "'\\2013'";
|
|
691
745
|
export const amsUnorderedListUnorderedListItemMarginInlineStart = "0.875rem"; // Indent less than the parent to start-align the child’s marker with the parent text.
|
|
692
746
|
export const amsUnorderedListUnorderedListItemPaddingInlineStart = "0.875rem"; // The total level >=2 indentation for Amsterdam is 28 pixels, or 1.75rem.
|
|
747
|
+
export const amsUnorderedListSmallFontSize = "clamp(0.964rem, calc(0.295vw + 0.905rem), 1.2rem)";
|
|
748
|
+
export const amsUnorderedListSmallLineHeight = "1.6";
|