@amsterdam/design-system-tokens 0.7.1 → 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 +59 -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 +232 -95
- package/dist/index.d.ts +278 -49
- package/dist/index.json +341 -112
- package/dist/index.mjs +244 -107
- package/dist/index.scss +232 -95
- package/dist/index.theme.css +232 -95
- package/package.json +1 -1
- package/src/brand/ams/border.tokens.json +12 -0
- package/src/common/ams/focus.tokens.json +1 -1
- package/src/common/ams/link-appearance.tokens.json +4 -4
- package/src/components/ams/accordion.tokens.json +6 -4
- package/src/components/ams/alert.tokens.json +1 -1
- package/src/components/ams/badge.tokens.json +28 -4
- package/src/components/ams/breadcrumb.tokens.json +1 -1
- package/src/components/ams/button.tokens.json +11 -8
- package/src/components/ams/checkbox.tokens.json +6 -2
- package/src/components/ams/date-input.tokens.json +45 -0
- package/src/components/ams/description-list.tokens.json +20 -0
- 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/{form-label.tokens.json → label.tokens.json} +1 -1
- 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/page-menu.tokens.json +2 -2
- package/src/components/ams/paragraph.tokens.json +2 -4
- package/src/components/ams/radio.tokens.json +4 -1
- package/src/components/ams/screen.tokens.json +3 -2
- package/src/components/ams/search-field.tokens.json +16 -9
- package/src/components/ams/select.tokens.json +41 -0
- package/src/components/ams/skip-link.tokens.json +1 -1
- package/src/components/ams/switch.tokens.json +6 -5
- package/src/components/ams/table.tokens.json +2 -2
- package/src/components/ams/tabs.tokens.json +3 -4
- package/src/components/ams/text-area.tokens.json +10 -9
- package/src/components/ams/text-input.tokens.json +8 -7
- package/src/components/ams/time-input.tokens.json +45 -0
- package/src/components/ams/unordered-list.tokens.json +4 -0
- package/src/common/ams/border.tokens.json +0 -9
package/dist/index.mjs
CHANGED
|
@@ -1,8 +1,12 @@
|
|
|
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
|
+
export const amsBorderWidthSm = "0.0625rem";
|
|
7
|
+
export const amsBorderWidthMd = "0.125rem";
|
|
8
|
+
export const amsBorderWidthLg = "0.1875rem";
|
|
9
|
+
export const amsBorderWidthXl = "0.25rem";
|
|
6
10
|
export const amsColorPrimaryBlack = "#000000";
|
|
7
11
|
export const amsColorPrimaryWhite = "#FFFFFF";
|
|
8
12
|
export const amsColorPrimaryBlue = "#004699";
|
|
@@ -62,36 +66,35 @@ export const amsActionDisabledCursor = "not-allowed";
|
|
|
62
66
|
export const amsActionInertCursor = "default";
|
|
63
67
|
export const amsActionNavigateCursor = "pointer";
|
|
64
68
|
export const amsActionSubmitCursor = "pointer";
|
|
65
|
-
export const
|
|
66
|
-
export const amsBorderWidthMd = "2px";
|
|
67
|
-
export const amsBorderWidthLg = "3px";
|
|
68
|
-
export const amsFocusOutlineOffset = "2px";
|
|
69
|
+
export const amsFocusOutlineOffset = "0.125rem";
|
|
69
70
|
export const amsHyphenationHyphenateLimitChars = "12 8 4";
|
|
70
71
|
export const amsHyphenationHyphens = "auto";
|
|
71
72
|
export const amsHyphenationOverflowWrap = "break-word";
|
|
72
73
|
export const amsLinkAppearanceColor = "#004699";
|
|
73
74
|
export const amsLinkAppearanceTextDecorationThickness = "0.125rem";
|
|
74
|
-
export const amsLinkAppearanceTextUnderlineOffset = "0.
|
|
75
|
+
export const amsLinkAppearanceTextUnderlineOffset = "0.3333em";
|
|
75
76
|
export const amsLinkAppearanceHoverColor = "#102E62";
|
|
76
77
|
export const amsLinkAppearanceOnBackgroundDarkColor = "#FFFFFF";
|
|
77
78
|
export const amsLinkAppearanceOnBackgroundLightColor = "#000000";
|
|
78
79
|
export const amsLinkAppearanceRegularTextDecorationLine = "underline";
|
|
79
80
|
export const amsLinkAppearanceRegularHoverTextDecorationThickness = "0.1875rem";
|
|
80
|
-
export const amsLinkAppearanceRegularHoverTextUnderlineOffset = "0.
|
|
81
|
+
export const amsLinkAppearanceRegularHoverTextUnderlineOffset = "0.2778em";
|
|
81
82
|
export const amsLinkAppearanceSubtleTextDecorationLine = "none";
|
|
82
83
|
export const amsLinkAppearanceSubtleHoverTextDecorationLine = "underline";
|
|
84
|
+
export const amsAccordionGap = ".5rem";
|
|
83
85
|
export const amsAccordionButtonColor = "#004699";
|
|
84
86
|
export const amsAccordionButtonFontFamily = "'Amsterdam Sans', Arial, sans-serif";
|
|
85
87
|
export const amsAccordionButtonFontSize = "clamp(1.125rem, calc(0.469vw + 1.031rem), 1.5rem)";
|
|
86
88
|
export const amsAccordionButtonFontWeight = 800;
|
|
89
|
+
export const amsAccordionButtonGap = "1rem";
|
|
87
90
|
export const amsAccordionButtonLineHeight = "1.6";
|
|
88
91
|
export const amsAccordionButtonPaddingBlock = ".75rem";
|
|
89
|
-
export const amsAccordionButtonPaddingInline = "
|
|
90
|
-
export const amsAccordionButtonFocusOutlineOffset = "
|
|
91
|
-
export const
|
|
92
|
-
export const amsAccordionPanelPaddingBlock = "1rem";
|
|
93
|
-
export const amsAccordionPanelPaddingInline = "
|
|
94
|
-
export const amsAlertBorderWidth = "
|
|
92
|
+
export const amsAccordionButtonPaddingInline = "0";
|
|
93
|
+
export const amsAccordionButtonFocusOutlineOffset = "0.125rem";
|
|
94
|
+
export const amsAccordionButtonHoverColor = "#102E62";
|
|
95
|
+
export const amsAccordionPanelPaddingBlock = "0 1rem";
|
|
96
|
+
export const amsAccordionPanelPaddingInline = "0";
|
|
97
|
+
export const amsAlertBorderWidth = "0.25rem";
|
|
95
98
|
export const amsAlertBorderStyle = "solid";
|
|
96
99
|
export const amsAlertGap = "1rem";
|
|
97
100
|
export const amsAlertPaddingBlock = "1rem";
|
|
@@ -138,20 +141,32 @@ export const amsBadgeFontSize = "clamp(1.125rem, calc(0.469vw + 1.031rem), 1.5re
|
|
|
138
141
|
export const amsBadgeFontWeight = 800;
|
|
139
142
|
export const amsBadgeLineHeight = "1.6";
|
|
140
143
|
export const amsBadgePaddingInline = ".5rem";
|
|
141
|
-
export const
|
|
142
|
-
export const
|
|
143
|
-
export const
|
|
144
|
-
export const
|
|
144
|
+
export const amsBadgeBlackBackgroundColor = "#000000";
|
|
145
|
+
export const amsBadgeBlackColor = "#FFFFFF";
|
|
146
|
+
export const amsBadgeBlueBackgroundColor = "#004699";
|
|
147
|
+
export const amsBadgeBlueColor = "#FFFFFF";
|
|
145
148
|
export const amsBadgeDarkGreenBackgroundColor = "#00A03C";
|
|
146
149
|
export const amsBadgeDarkGreenColor = "#FFFFFF";
|
|
147
150
|
export const amsBadgeGreenBackgroundColor = "#BED200";
|
|
148
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";
|
|
149
160
|
export const amsBadgeMagentaBackgroundColor = "#E50082";
|
|
150
161
|
export const amsBadgeMagentaColor = "#FFFFFF";
|
|
151
162
|
export const amsBadgeOrangeBackgroundColor = "#FF9100";
|
|
152
163
|
export const amsBadgeOrangeColor = "#000000";
|
|
153
164
|
export const amsBadgePurpleBackgroundColor = "#A00078";
|
|
154
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";
|
|
155
170
|
export const amsBadgeYellowBackgroundColor = "#FFE600";
|
|
156
171
|
export const amsBadgeYellowColor = "#000000";
|
|
157
172
|
export const amsBlockquoteColor = "#000000";
|
|
@@ -165,13 +180,13 @@ export const amsBreadcrumbFontSize = "clamp(0.964rem, calc(0.295vw + 0.905rem),
|
|
|
165
180
|
export const amsBreadcrumbFontWeight = 400;
|
|
166
181
|
export const amsBreadcrumbLineHeight = "1.6";
|
|
167
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>\")";
|
|
168
|
-
export const
|
|
169
|
-
export const
|
|
170
|
-
export const
|
|
171
|
-
export const
|
|
172
|
-
export const
|
|
173
|
-
export const
|
|
174
|
-
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";
|
|
175
190
|
export const amsButtonCursor = "pointer";
|
|
176
191
|
export const amsButtonFontFamily = "'Amsterdam Sans', Arial, sans-serif";
|
|
177
192
|
export const amsButtonFontSize = "clamp(1.125rem, calc(0.469vw + 1.031rem), 1.5rem)";
|
|
@@ -179,53 +194,57 @@ export const amsButtonLineHeight = "1.6";
|
|
|
179
194
|
export const amsButtonGap = "1rem";
|
|
180
195
|
export const amsButtonPaddingBlock = ".5rem";
|
|
181
196
|
export const amsButtonPaddingInline = "1rem";
|
|
182
|
-
export const amsButtonOutlineOffset = "
|
|
197
|
+
export const amsButtonOutlineOffset = "0.125rem";
|
|
183
198
|
export const amsButtonDisabledCursor = "not-allowed";
|
|
199
|
+
export const amsButtonForcedColorModeBorder = "0.125rem solid";
|
|
184
200
|
export const amsButtonPrimaryBackgroundColor = "#004699";
|
|
185
|
-
export const amsButtonPrimaryBoxShadow = "inset 0 0 0
|
|
201
|
+
export const amsButtonPrimaryBoxShadow = "inset 0 0 0 0.125rem #004699";
|
|
186
202
|
export const amsButtonPrimaryColor = "#FFFFFF";
|
|
187
203
|
export const amsButtonPrimaryDisabledBackgroundColor = "#BEBEBE";
|
|
188
|
-
export const amsButtonPrimaryDisabledBoxShadow = "inset 0 0 0
|
|
204
|
+
export const amsButtonPrimaryDisabledBoxShadow = "inset 0 0 0 0.125rem #BEBEBE";
|
|
189
205
|
export const amsButtonPrimaryHoverBackgroundColor = "#102E62";
|
|
190
|
-
export const amsButtonPrimaryHoverBoxShadow = "inset 0 0 0
|
|
206
|
+
export const amsButtonPrimaryHoverBoxShadow = "inset 0 0 0 0.125rem #102E62";
|
|
191
207
|
export const amsButtonSecondaryBackgroundColor = "#FFFFFF";
|
|
192
208
|
export const amsButtonSecondaryColor = "#004699";
|
|
193
|
-
export const amsButtonSecondaryBoxShadow = "inset 0 0 0
|
|
194
|
-
export const amsButtonSecondaryHoverBoxShadow = "inset 0 0 0
|
|
209
|
+
export const amsButtonSecondaryBoxShadow = "inset 0 0 0 0.125rem #004699";
|
|
210
|
+
export const amsButtonSecondaryHoverBoxShadow = "inset 0 0 0 0.1875rem #102E62";
|
|
195
211
|
export const amsButtonSecondaryHoverColor = "#102E62";
|
|
196
212
|
export const amsButtonSecondaryDisabledBackgroundColor = "#FFFFFF";
|
|
197
|
-
export const amsButtonSecondaryDisabledBoxShadow = "inset 0 0 0
|
|
213
|
+
export const amsButtonSecondaryDisabledBoxShadow = "inset 0 0 0 0.125rem #BEBEBE";
|
|
198
214
|
export const amsButtonSecondaryDisabledColor = "#BEBEBE";
|
|
199
|
-
export const amsButtonSecondaryFocusBoxShadow = "inset 0 0 0
|
|
215
|
+
export const amsButtonSecondaryFocusBoxShadow = "inset 0 0 0 0.125rem #004699";
|
|
200
216
|
export const amsButtonTertiaryBackgroundColor = "transparent";
|
|
201
217
|
export const amsButtonTertiaryColor = "#004699";
|
|
202
|
-
export const amsButtonTertiaryHoverBoxShadow = "inset 0 0 0
|
|
218
|
+
export const amsButtonTertiaryHoverBoxShadow = "inset 0 0 0 0.125rem #102E62";
|
|
203
219
|
export const amsButtonTertiaryHoverColor = "#102E62";
|
|
204
220
|
export const amsButtonTertiaryDisabledBackgroundColor = "transparent";
|
|
205
221
|
export const amsButtonTertiaryDisabledColor = "#BEBEBE";
|
|
206
222
|
export const amsCardLinkColor = "#004699";
|
|
207
223
|
export const amsCardLinkTextDecorationLine = "none";
|
|
208
224
|
export const amsCardLinkTextDecorationThickness = "0.125rem";
|
|
209
|
-
export const amsCardLinkTextUnderlineOffset = "0.
|
|
225
|
+
export const amsCardLinkTextUnderlineOffset = "0.3333em";
|
|
210
226
|
export const amsCardLinkHoverColor = "#102E62";
|
|
211
227
|
export const amsCardLinkHoverTextDecorationLine = "underline";
|
|
212
|
-
export const amsCardOutlineOffset = "
|
|
228
|
+
export const amsCardOutlineOffset = "0.125rem";
|
|
213
229
|
export const amsCheckboxColor = "#000000";
|
|
214
230
|
export const amsCheckboxFontFamily = "'Amsterdam Sans', Arial, sans-serif";
|
|
215
231
|
export const amsCheckboxFontSize = "clamp(1.125rem, calc(0.469vw + 1.031rem), 1.5rem)";
|
|
216
232
|
export const amsCheckboxFontWeight = 400;
|
|
217
233
|
export const amsCheckboxLineHeight = "1.6";
|
|
218
|
-
export const amsCheckboxOutlineOffset = "
|
|
234
|
+
export const amsCheckboxOutlineOffset = "0.125rem";
|
|
219
235
|
export const amsCheckboxCheckmarkBorderColor = "#004699";
|
|
236
|
+
export const amsCheckboxCheckmarkBorderWidth = "0.125rem";
|
|
220
237
|
export const amsCheckboxCheckmarkCheckedBackgroundColor = "#004699";
|
|
221
238
|
export const amsCheckboxCheckmarkCheckedBackgroundImage = "url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='%23ffffff'%3E%3Cpath fill-rule='evenodd' d='M12.216 27.016 0 14.168l2.91-2.77 9.346 9.837L29.129 4 32 6.8z'/%3E%3C/svg%3E\")";
|
|
222
239
|
export const amsCheckboxCheckmarkCheckedHoverBackgroundColor = "#102E62";
|
|
223
240
|
export const amsCheckboxCheckmarkDisabledBorderColor = "#767676";
|
|
241
|
+
export const amsCheckboxCheckmarkDisabledBorderWidth = "0.125rem";
|
|
224
242
|
export const amsCheckboxCheckmarkDisabledCheckedBackgroundColor = "#767676";
|
|
225
243
|
export const amsCheckboxCheckmarkDisabledCheckedHoverBackgroundColor = "#767676";
|
|
226
244
|
export const amsCheckboxCheckmarkDisabledIndeterminateBackgroundColor = "#767676";
|
|
227
245
|
export const amsCheckboxCheckmarkDisabledIndeterminateHoverBackgroundColor = "#767676";
|
|
228
246
|
export const amsCheckboxCheckmarkHoverBorderColor = "#102E62";
|
|
247
|
+
export const amsCheckboxCheckmarkHoverBorderWidth = "0.1875rem";
|
|
229
248
|
export const amsCheckboxCheckmarkInvalidBorderColor = "#EC0000";
|
|
230
249
|
export const amsCheckboxCheckmarkInvalidCheckedBackgroundColor = "#EC0000";
|
|
231
250
|
export const amsCheckboxCheckmarkInvalidCheckedHoverBackgroundColor = "#EC0000";
|
|
@@ -237,11 +256,41 @@ export const amsCheckboxCheckmarkIndeterminateBackgroundImage = "url(\"data:imag
|
|
|
237
256
|
export const amsCheckboxCheckmarkIndeterminateHoverBackgroundColor = "#102E62";
|
|
238
257
|
export const amsCheckboxDisabledColor = "#767676";
|
|
239
258
|
export const amsCheckboxHoverColor = "#102E62";
|
|
259
|
+
export const amsCheckboxHoverTextDecorationThickness = "0.125rem";
|
|
240
260
|
export const amsColumnGapXs = "clamp(0.25rem, calc(0.78125vw + 0.09375rem), 0.875rem)";
|
|
241
261
|
export const amsColumnGapSm = "clamp(0.5rem, calc(1.5625vw + 0.1875rem), 1.75rem)";
|
|
242
262
|
export const amsColumnGapMd = "clamp(1rem, calc(3.125vw + 0.375rem), 3.5rem)";
|
|
243
263
|
export const amsColumnGapLg = "clamp(1.5rem, calc(4.6875vw + 0.5625rem), 5.25rem)";
|
|
244
264
|
export const amsColumnGapXl = "clamp(2rem, calc(6.25vw + 0.75rem), 7rem)";
|
|
265
|
+
export const amsDateInputBackgroundColor = "#FFFFFF";
|
|
266
|
+
export const amsDateInputBoxShadow = "inset 0 0 0 0.0625rem #000000";
|
|
267
|
+
export const amsDateInputColor = "#000000";
|
|
268
|
+
export const amsDateInputFontFamily = "'Amsterdam Sans', Arial, sans-serif";
|
|
269
|
+
export const amsDateInputFontSize = "clamp(1.125rem, calc(0.469vw + 1.031rem), 1.5rem)";
|
|
270
|
+
export const amsDateInputFontWeight = 400;
|
|
271
|
+
export const amsDateInputLineHeight = "1.6";
|
|
272
|
+
export const amsDateInputOutlineOffset = "0.125rem";
|
|
273
|
+
export const amsDateInputPaddingBlock = ".5rem";
|
|
274
|
+
export const amsDateInputPaddingInline = "1.5rem";
|
|
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>\")";
|
|
276
|
+
export const amsDateInputDisabledBackgroundColor = "#FFFFFF";
|
|
277
|
+
export const amsDateInputDisabledBoxShadow = "inset 0 0 0 0.0625rem #BEBEBE";
|
|
278
|
+
export const amsDateInputDisabledColor = "#BEBEBE";
|
|
279
|
+
export const amsDateInputDisabledCalenderPickerIndicatorBackgroundImage = "url(\"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36' fill='%23BEBEBE'><path d='M28 6V2h-4v4H12V2H8v4H2v28h32V6zm2 24H6V14h24z'/><path d='M10 17h4v4h-4zm6 0h4v4h-4zm6 0h4v4h-4zm-12 6h4v4h-4zm6 0h4v4h-4z'/></svg>\")";
|
|
280
|
+
export const amsDateInputHoverBoxShadow = "inset 0 0 0 0.125rem #000000";
|
|
281
|
+
export const amsDateInputHoverCalenderPickerIndicatorBackgroundImage = "url(\"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36' fill='%23102E62'><path d='M28 6V2h-4v4H12V2H8v4H2v28h32V6zm2 24H6V14h24z'/><path d='M10 17h4v4h-4zm6 0h4v4h-4zm6 0h4v4h-4zm-12 6h4v4h-4zm6 0h4v4h-4z'/></svg>\")";
|
|
282
|
+
export const amsDateInputInvalidBoxShadow = "inset 0 0 0 0.0625rem #EC0000";
|
|
283
|
+
export const amsDateInputInvalidHoverBoxShadow = "inset 0 0 0 0.125rem #EC0000";
|
|
284
|
+
export const amsDescriptionListColor = "#000000";
|
|
285
|
+
export const amsDescriptionListFontFamily = "'Amsterdam Sans', Arial, sans-serif";
|
|
286
|
+
export const amsDescriptionListFontSize = "clamp(1.125rem, calc(0.469vw + 1.031rem), 1.5rem)";
|
|
287
|
+
export const amsDescriptionListFontWeight = 400;
|
|
288
|
+
export const amsDescriptionListGap = "1rem";
|
|
289
|
+
export const amsDescriptionListInverseColor = "#FFFFFF";
|
|
290
|
+
export const amsDescriptionListLineHeight = "1.6";
|
|
291
|
+
export const amsDescriptionListRowGap = "1rem";
|
|
292
|
+
export const amsDescriptionListDetailsFontWeight = 800;
|
|
293
|
+
export const amsDescriptionListDetailsPaddingInlineStart = "2rem";
|
|
245
294
|
export const amsDialogBackgroundColor = "#FFFFFF";
|
|
246
295
|
export const amsDialogBorder = "0";
|
|
247
296
|
export const amsDialogMaxInlineSize = "min(87.69vw, 45rem)";
|
|
@@ -251,22 +300,54 @@ export const amsDialogFormPaddingInline = "clamp(1.5rem, calc(1.5rem + ((1vw - 0
|
|
|
251
300
|
export const amsDialogFormMaxBlockSize = "75vh";
|
|
252
301
|
export const amsDialogHeaderGap = "1rem";
|
|
253
302
|
export const amsDialogFooterGap = "1rem";
|
|
254
|
-
export const
|
|
255
|
-
export const
|
|
256
|
-
export const
|
|
257
|
-
export const
|
|
258
|
-
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";
|
|
259
345
|
export const amsFormFieldCharacterCounterColor = "#000000";
|
|
260
346
|
export const amsFormFieldCharacterCounterFontFamily = "'Amsterdam Sans', Arial, sans-serif";
|
|
261
347
|
export const amsFormFieldCharacterCounterFontSize = "clamp(0.964rem, calc(0.295vw + 0.905rem), 1.2rem)";
|
|
262
348
|
export const amsFormFieldCharacterCounterFontWeight = 400;
|
|
263
349
|
export const amsFormFieldCharacterCounterLineHeight = "1.6";
|
|
264
350
|
export const amsFormFieldCharacterCounterErrorColor = "#EC0000";
|
|
265
|
-
export const amsFormLabelColor = "#000000";
|
|
266
|
-
export const amsFormLabelFontFamily = "'Amsterdam Sans', Arial, sans-serif";
|
|
267
|
-
export const amsFormLabelFontSize = "clamp(1.313rem, calc(0.703vw + 1.173rem), 1.875rem)";
|
|
268
|
-
export const amsFormLabelFontWeight = 800;
|
|
269
|
-
export const amsFormLabelLineHeight = "1.5";
|
|
270
351
|
export const amsGapXs = "clamp(0.25rem, calc(0.78125vw + 0.09375rem), 0.875rem)";
|
|
271
352
|
export const amsGapSm = "clamp(0.5rem, calc(1.5625vw + 0.1875rem), 1.75rem)";
|
|
272
353
|
export const amsGapMd = "clamp(1rem, calc(3.125vw + 0.375rem), 3.5rem)";
|
|
@@ -285,7 +366,7 @@ export const amsGridMediumColumnCount = "8";
|
|
|
285
366
|
export const amsGridWideColumnCount = "12";
|
|
286
367
|
export const amsHeaderColumnGap = "clamp(1rem, calc(3.125vw + 0.375rem), 3.5rem)"; // Must have the same value as `ams.grid.column-gap`.
|
|
287
368
|
export const amsHeaderPaddingBlock = "1rem";
|
|
288
|
-
export const amsHeaderLogoLinkOutlineOffset = "
|
|
369
|
+
export const amsHeaderLogoLinkOutlineOffset = "0.125rem";
|
|
289
370
|
export const amsHeadingColor = "#000000";
|
|
290
371
|
export const amsHeadingFontFamily = "'Amsterdam Sans', Arial, sans-serif";
|
|
291
372
|
export const amsHeadingFontWeight = 800;
|
|
@@ -303,7 +384,7 @@ export const amsHeadingLevel5LineHeight = "1.6";
|
|
|
303
384
|
export const amsHeadingLevel6FontSize = "clamp(0.964rem, calc(0.295vw + 0.905rem), 1.2rem)";
|
|
304
385
|
export const amsHeadingLevel6LineHeight = "1.6";
|
|
305
386
|
export const amsIconButtonColor = "#004699";
|
|
306
|
-
export const amsIconButtonOutlineOffset = "
|
|
387
|
+
export const amsIconButtonOutlineOffset = "0.125rem";
|
|
307
388
|
export const amsIconButtonHoverBackgroundColor = "rgba(0, 70, 153, 0.125)";
|
|
308
389
|
export const amsIconButtonHoverColor = "#102E62";
|
|
309
390
|
export const amsIconButtonDisabledColor = "#BEBEBE";
|
|
@@ -325,19 +406,24 @@ export const amsIconSize5FontSize = "clamp(1.125rem, calc(0.469vw + 1.031rem), 1
|
|
|
325
406
|
export const amsIconSize5LineHeight = "1.6";
|
|
326
407
|
export const amsIconSize6FontSize = "clamp(0.964rem, calc(0.295vw + 0.905rem), 1.2rem)";
|
|
327
408
|
export const amsIconSize6LineHeight = "1.6";
|
|
409
|
+
export const amsLabelColor = "#000000";
|
|
410
|
+
export const amsLabelFontFamily = "'Amsterdam Sans', Arial, sans-serif";
|
|
411
|
+
export const amsLabelFontSize = "clamp(1.313rem, calc(0.703vw + 1.173rem), 1.875rem)";
|
|
412
|
+
export const amsLabelFontWeight = 800;
|
|
413
|
+
export const amsLabelLineHeight = "1.5";
|
|
328
414
|
export const amsLinkListGap = "0.5em";
|
|
329
415
|
export const amsLinkListLinkColor = "#004699";
|
|
330
416
|
export const amsLinkListLinkFontFamily = "'Amsterdam Sans', Arial, sans-serif";
|
|
417
|
+
export const amsLinkListLinkFontSize = "clamp(1.125rem, calc(0.469vw + 1.031rem), 1.5rem)";
|
|
331
418
|
export const amsLinkListLinkFontWeight = 400;
|
|
332
419
|
export const amsLinkListLinkGap = "0.5em";
|
|
333
|
-
export const
|
|
420
|
+
export const amsLinkListLinkLineHeight = "1.6";
|
|
421
|
+
export const amsLinkListLinkOutlineOffset = "0.125rem";
|
|
334
422
|
export const amsLinkListLinkTextDecorationLine = "none";
|
|
335
423
|
export const amsLinkListLinkTextDecorationThickness = "0.125rem";
|
|
336
|
-
export const amsLinkListLinkTextUnderlineOffset = "0.
|
|
424
|
+
export const amsLinkListLinkTextUnderlineOffset = "0.3333em";
|
|
337
425
|
export const amsLinkListLinkSmallFontSize = "clamp(0.964rem, calc(0.295vw + 0.905rem), 1.2rem)";
|
|
338
426
|
export const amsLinkListLinkSmallLineHeight = "1.6";
|
|
339
|
-
export const amsLinkListLinkMediumFontSize = "clamp(1.125rem, calc(0.469vw + 1.031rem), 1.5rem)";
|
|
340
|
-
export const amsLinkListLinkMediumLineHeight = "1.6";
|
|
341
427
|
export const amsLinkListLinkLargeFontSize = "clamp(1.313rem, calc(0.703vw + 1.173rem), 1.875rem)";
|
|
342
428
|
export const amsLinkListLinkLargeLineHeight = "1.5";
|
|
343
429
|
export const amsLinkListLinkHoverColor = "#102E62";
|
|
@@ -349,31 +435,31 @@ export const amsLinkListLinkOnBackgroundLightHoverColor = "#000000";
|
|
|
349
435
|
export const amsLinkColor = "#004699";
|
|
350
436
|
export const amsLinkFontFamily = "'Amsterdam Sans', Arial, sans-serif";
|
|
351
437
|
export const amsLinkFontWeight = 400;
|
|
352
|
-
export const amsLinkOutlineOffset = "
|
|
438
|
+
export const amsLinkOutlineOffset = "0.125rem";
|
|
353
439
|
export const amsLinkHoverColor = "#102E62";
|
|
354
440
|
export const amsLinkInlineTextDecorationLine = "underline";
|
|
355
441
|
export const amsLinkInlineTextDecorationThickness = "0.125rem";
|
|
356
|
-
export const amsLinkInlineTextUnderlineOffset = "0.
|
|
442
|
+
export const amsLinkInlineTextUnderlineOffset = "0.3333em";
|
|
357
443
|
export const amsLinkInlineFontFamily = "inherit";
|
|
358
444
|
export const amsLinkInlineFontSize = "inherit";
|
|
359
445
|
export const amsLinkInlineLineHeight = "inherit";
|
|
360
446
|
export const amsLinkInlineHoverTextDecorationThickness = "0.1875rem";
|
|
361
|
-
export const amsLinkInlineHoverTextUnderlineOffset = "0.
|
|
447
|
+
export const amsLinkInlineHoverTextUnderlineOffset = "0.2778em";
|
|
362
448
|
export const amsLinkInlineVisitedColor = "#A00078";
|
|
363
449
|
export const amsLinkStandaloneFontSize = "clamp(1.125rem, calc(0.469vw + 1.031rem), 1.5rem)";
|
|
364
450
|
export const amsLinkStandaloneLineHeight = "1.6";
|
|
365
451
|
export const amsLinkStandaloneTextDecorationLine = "underline";
|
|
366
452
|
export const amsLinkStandaloneTextDecorationThickness = "0.125rem";
|
|
367
|
-
export const amsLinkStandaloneTextUnderlineOffset = "0.
|
|
453
|
+
export const amsLinkStandaloneTextUnderlineOffset = "0.3333em";
|
|
368
454
|
export const amsLinkStandaloneHoverTextDecorationThickness = "0.1875rem";
|
|
369
|
-
export const amsLinkStandaloneHoverTextUnderlineOffset = "0.
|
|
455
|
+
export const amsLinkStandaloneHoverTextUnderlineOffset = "0.2778em";
|
|
370
456
|
export const amsLinkOnBackgroundDarkColor = "#FFFFFF";
|
|
371
457
|
export const amsLinkOnBackgroundDarkHoverColor = "#FFFFFF";
|
|
372
458
|
export const amsLinkOnBackgroundDarkVisitedColor = "#FFFFFF";
|
|
373
459
|
export const amsLinkOnBackgroundLightColor = "#000000";
|
|
374
460
|
export const amsLinkOnBackgroundLightHoverColor = "#000000";
|
|
375
461
|
export const amsLinkOnBackgroundLightVisitedColor = "#000000";
|
|
376
|
-
export const
|
|
462
|
+
export const amsLogoBlockSize = "2.5rem";
|
|
377
463
|
export const amsLogoEmblemColor = "#EC0000";
|
|
378
464
|
export const amsLogoTitleColor = "#EC0000";
|
|
379
465
|
export const amsLogoSubsiteColor = "#000000";
|
|
@@ -395,6 +481,8 @@ export const amsOrderedListGap = "0.75rem";
|
|
|
395
481
|
export const amsOrderedListInverseColor = "#FFFFFF";
|
|
396
482
|
export const amsOrderedListLineHeight = "1.6";
|
|
397
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";
|
|
398
486
|
export const amsOrderedListItemMarginInlineStart = "2.25rem"; // Divide your total indentation width over margin and padding to position the marker.
|
|
399
487
|
export const amsOrderedListItemPaddingInlineStart = "0.25rem"; // The total level 1 indentation for Amsterdam is 40 pixels, or 2.5rem.
|
|
400
488
|
export const amsOrderedListOrderedListListStyleType = "lower-alpha";
|
|
@@ -406,18 +494,18 @@ export const amsPageHeadingFontSize = "clamp(2.432rem, calc(2.683vw + 1.895rem),
|
|
|
406
494
|
export const amsPageHeadingFontWeight = 800;
|
|
407
495
|
export const amsPageHeadingInverseColor = "#FFFFFF";
|
|
408
496
|
export const amsPageHeadingLineHeight = "clamp(2.432rem, calc(2.683vw + 1.895rem), 4.578rem)";
|
|
409
|
-
export const amsPageMenuColumnGap = "
|
|
410
|
-
export const amsPageMenuRowGap = "0.
|
|
497
|
+
export const amsPageMenuColumnGap = "clamp(1rem, calc(3.125vw + 0.375rem), 3.5rem)";
|
|
498
|
+
export const amsPageMenuRowGap = "clamp(0.25rem, calc(0.78125vw + 0.09375rem), 0.875rem)";
|
|
411
499
|
export const amsPageMenuItemColor = "#004699";
|
|
412
500
|
export const amsPageMenuItemFontFamily = "'Amsterdam Sans', Arial, sans-serif";
|
|
413
501
|
export const amsPageMenuItemFontSize = "clamp(0.964rem, calc(0.295vw + 0.905rem), 1.2rem)";
|
|
414
502
|
export const amsPageMenuItemFontWeight = 400;
|
|
415
503
|
export const amsPageMenuItemGap = "0.5rem";
|
|
416
504
|
export const amsPageMenuItemLineHeight = "1.6";
|
|
417
|
-
export const amsPageMenuItemOutlineOffset = "
|
|
505
|
+
export const amsPageMenuItemOutlineOffset = "0.125rem";
|
|
418
506
|
export const amsPageMenuItemTextDecorationLine = "none";
|
|
419
507
|
export const amsPageMenuItemTextDecorationThickness = "0.125rem";
|
|
420
|
-
export const amsPageMenuItemTextUnderlineOffset = "0.
|
|
508
|
+
export const amsPageMenuItemTextUnderlineOffset = "0.3333em";
|
|
421
509
|
export const amsPageMenuItemHoverColor = "#102E62";
|
|
422
510
|
export const amsPageMenuItemHoverTextDecorationLine = "underline";
|
|
423
511
|
export const amsPaginationColor = "#004699";
|
|
@@ -425,22 +513,22 @@ export const amsPaginationFontFamily = "'Amsterdam Sans', Arial, sans-serif";
|
|
|
425
513
|
export const amsPaginationFontSize = "clamp(1.125rem, calc(0.469vw + 1.031rem), 1.5rem)";
|
|
426
514
|
export const amsPaginationFontWeight = 400;
|
|
427
515
|
export const amsPaginationLineHeight = "1.6";
|
|
428
|
-
export const amsPaginationButtonOutlineOffset = "
|
|
516
|
+
export const amsPaginationButtonOutlineOffset = "0.125rem";
|
|
429
517
|
export const amsPaginationButtonPaddingInline = ".75rem";
|
|
430
518
|
export const amsPaginationButtonTextDecorationLine = "none";
|
|
431
519
|
export const amsPaginationButtonTextDecorationThickness = "0.125rem";
|
|
432
|
-
export const amsPaginationButtonTextUnderlineOffset = "0.
|
|
520
|
+
export const amsPaginationButtonTextUnderlineOffset = "0.3333em";
|
|
433
521
|
export const amsPaginationButtonCurrentFontWeight = 800;
|
|
434
522
|
export const amsPaginationButtonHoverColor = "#102E62";
|
|
435
523
|
export const amsPaginationButtonHoverTextDecorationLine = "underline";
|
|
436
524
|
export const amsParagraphColor = "#000000";
|
|
437
525
|
export const amsParagraphFontFamily = "'Amsterdam Sans', Arial, sans-serif";
|
|
526
|
+
export const amsParagraphFontSize = "clamp(1.125rem, calc(0.469vw + 1.031rem), 1.5rem)";
|
|
438
527
|
export const amsParagraphFontWeight = 400;
|
|
528
|
+
export const amsParagraphLineHeight = "1.6";
|
|
439
529
|
export const amsParagraphInverseColor = "#FFFFFF";
|
|
440
530
|
export const amsParagraphSmallFontSize = "clamp(0.964rem, calc(0.295vw + 0.905rem), 1.2rem)";
|
|
441
531
|
export const amsParagraphSmallLineHeight = "1.6";
|
|
442
|
-
export const amsParagraphMediumFontSize = "clamp(1.125rem, calc(0.469vw + 1.031rem), 1.5rem)";
|
|
443
|
-
export const amsParagraphMediumLineHeight = "1.6";
|
|
444
532
|
export const amsParagraphLargeFontSize = "clamp(1.313rem, calc(0.703vw + 1.173rem), 1.875rem)";
|
|
445
533
|
export const amsParagraphLargeLineHeight = "1.5";
|
|
446
534
|
export const amsRadioColor = "#000000";
|
|
@@ -448,11 +536,13 @@ export const amsRadioFontFamily = "'Amsterdam Sans', Arial, sans-serif";
|
|
|
448
536
|
export const amsRadioFontSize = "clamp(1.125rem, calc(0.469vw + 1.031rem), 1.5rem)";
|
|
449
537
|
export const amsRadioFontWeight = 400;
|
|
450
538
|
export const amsRadioLineHeight = "1.6";
|
|
451
|
-
export const amsRadioOutlineOffset = "
|
|
539
|
+
export const amsRadioOutlineOffset = "0.125rem";
|
|
452
540
|
export const amsRadioCircleBorderColor = "#004699";
|
|
541
|
+
export const amsRadioCircleBorderWidth = "0.125rem";
|
|
453
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\")";
|
|
454
543
|
export const amsRadioCircleCheckedHoverBackgroundImage = "url(\"data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg' fill='%23102E62'%3E%3Ccircle cx='16' cy='16' r='16' /%3E%3C/svg%3E\")";
|
|
455
544
|
export const amsRadioCircleDisabledBorderColor = "#767676";
|
|
545
|
+
export const amsRadioCircleDisabledBorderWidth = "0.125rem";
|
|
456
546
|
export const amsRadioCircleDisabledCheckedBackgroundImage = "url(\"data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg' fill='%23767676'%3E%3Ccircle cx='16' cy='16' r='16' /%3E%3C/svg%3E\")";
|
|
457
547
|
export const amsRadioCircleDisabledCheckedHoverBackgroundImage = "url(\"data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg' fill='%23767676'%3E%3Ccircle cx='16' cy='16' r='16' /%3E%3C/svg%3E\")";
|
|
458
548
|
export const amsRadioCircleHoverBorderColor = "#102E62";
|
|
@@ -462,41 +552,65 @@ export const amsRadioCircleInvalidCheckedHoverBackgroundImage = "url(\"data:imag
|
|
|
462
552
|
export const amsRadioCircleInvalidHoverBorderColor = "#EC0000";
|
|
463
553
|
export const amsRadioDisabledColor = "#767676";
|
|
464
554
|
export const amsRadioHoverColor = "#102E62";
|
|
555
|
+
export const amsRadioHoverTextDecorationThickness = "0.125rem";
|
|
465
556
|
export const amsRowGapXs = ".5rem";
|
|
466
557
|
export const amsRowGapSm = ".75rem";
|
|
467
558
|
export const amsRowGapMd = "1rem";
|
|
468
559
|
export const amsRowGapLg = "1.5rem";
|
|
469
560
|
export const amsRowGapXl = "2rem";
|
|
470
|
-
export const
|
|
471
|
-
export const
|
|
561
|
+
export const amsScreenBackgroundColor = "#FFFFFF";
|
|
562
|
+
export const amsScreenWideMaxInlineSize = "100rem";
|
|
563
|
+
export const amsScreenXWideMaxInlineSize = "132rem";
|
|
472
564
|
export const amsSearchFieldButtonBackgroundColor = "#004699";
|
|
473
565
|
export const amsSearchFieldButtonColor = "#FFFFFF";
|
|
474
|
-
export const amsSearchFieldButtonOutlineOffset = "
|
|
475
|
-
export const amsSearchFieldButtonHoverBackgroundColor = "#102E62";
|
|
566
|
+
export const amsSearchFieldButtonOutlineOffset = "0.125rem";
|
|
476
567
|
export const amsSearchFieldButtonPaddingBlock = ".5rem";
|
|
477
568
|
export const amsSearchFieldButtonPaddingInline = ".5rem";
|
|
478
|
-
export const
|
|
569
|
+
export const amsSearchFieldButtonHoverBackgroundColor = "#102E62";
|
|
570
|
+
export const amsSearchFieldInputBackgroundColor = "#FFFFFF";
|
|
571
|
+
export const amsSearchFieldInputBoxShadow = "inset 0 0 0 0.0625rem #000000";
|
|
479
572
|
export const amsSearchFieldInputColor = "#000000";
|
|
480
573
|
export const amsSearchFieldInputFontFamily = "'Amsterdam Sans', Arial, sans-serif";
|
|
481
|
-
export const amsSearchFieldInputFontSize = "clamp(
|
|
574
|
+
export const amsSearchFieldInputFontSize = "clamp(1.125rem, calc(0.469vw + 1.031rem), 1.5rem)";
|
|
482
575
|
export const amsSearchFieldInputFontWeight = 400;
|
|
483
576
|
export const amsSearchFieldInputLineHeight = "1.6";
|
|
484
|
-
export const amsSearchFieldInputOutlineOffset = "
|
|
577
|
+
export const amsSearchFieldInputOutlineOffset = "0.125rem";
|
|
485
578
|
export const amsSearchFieldInputPaddingBlock = ".5rem";
|
|
486
579
|
export const amsSearchFieldInputPaddingInline = "1rem";
|
|
487
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)";
|
|
488
582
|
export const amsSearchFieldInputCancelButtonColor = "#004699";
|
|
489
|
-
export const
|
|
490
|
-
export const
|
|
491
|
-
export const
|
|
583
|
+
export const amsSearchFieldInputCancelButtonInlineSize = "clamp(1.125rem, calc(0.469vw + 1.031rem), 1.5rem)";
|
|
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";
|
|
492
587
|
export const amsSearchFieldInputPlaceholderColor = "#767676";
|
|
588
|
+
export const amsSelectBackgroundColor = "#FFFFFF";
|
|
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>\")";
|
|
590
|
+
export const amsSelectBackgroundPosition = "right 1rem center";
|
|
591
|
+
export const amsSelectBoxShadow = "inset 0 0 0 0.0625rem #000000";
|
|
592
|
+
export const amsSelectColor = "#000000";
|
|
593
|
+
export const amsSelectFontFamily = "'Amsterdam Sans', Arial, sans-serif";
|
|
594
|
+
export const amsSelectFontSize = "clamp(1.125rem, calc(0.469vw + 1.031rem), 1.5rem)";
|
|
595
|
+
export const amsSelectFontWeight = 400;
|
|
596
|
+
export const amsSelectLineHeight = "1.6";
|
|
597
|
+
export const amsSelectOutlineOffset = "0.125rem";
|
|
598
|
+
export const amsSelectPaddingBlock = ".5rem";
|
|
599
|
+
export const amsSelectPaddingInline = "1rem calc(2 * 1rem + 1em)";
|
|
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>\")";
|
|
601
|
+
export const amsSelectDisabledBoxShadow = "inset 0 0 0 0.0625rem #BEBEBE";
|
|
602
|
+
export const amsSelectDisabledColor = "#BEBEBE";
|
|
603
|
+
export const amsSelectHoverBoxShadow = "inset 0 0 0 0.125rem #000000";
|
|
604
|
+
export const amsSelectInvalidBoxShadow = "inset 0 0 0 0.0625rem #EC0000";
|
|
605
|
+
export const amsSelectInvalidHoverBoxShadow = "inset 0 0 0 0.125rem #EC0000";
|
|
606
|
+
export const amsSelectOptionDisabledColor = "#BEBEBE";
|
|
493
607
|
export const amsSkipLinkBackgroundColor = "#004699";
|
|
494
608
|
export const amsSkipLinkColor = "#FFFFFF";
|
|
495
609
|
export const amsSkipLinkFontFamily = "'Amsterdam Sans', Arial, sans-serif";
|
|
496
|
-
export const amsSkipLinkFontWeight = 400;
|
|
497
610
|
export const amsSkipLinkFontSize = "clamp(0.964rem, calc(0.295vw + 0.905rem), 1.2rem)";
|
|
611
|
+
export const amsSkipLinkFontWeight = 400;
|
|
498
612
|
export const amsSkipLinkLineHeight = "1.6";
|
|
499
|
-
export const amsSkipLinkOutlineOffset = "
|
|
613
|
+
export const amsSkipLinkOutlineOffset = "0.125rem";
|
|
500
614
|
export const amsSkipLinkPaddingBlock = ".5rem";
|
|
501
615
|
export const amsSkipLinkPaddingInline = "1rem";
|
|
502
616
|
export const amsSkipLinkHoverBackgroundColor = "#102E62";
|
|
@@ -508,34 +622,34 @@ export const amsSpotlightMagentaBackgroundColor = "#E50082";
|
|
|
508
622
|
export const amsSpotlightOrangeBackgroundColor = "#FF9100";
|
|
509
623
|
export const amsSpotlightPurpleBackgroundColor = "#A00078";
|
|
510
624
|
export const amsSpotlightYellowBackgroundColor = "#FFE600";
|
|
511
|
-
export const amsSwitchFontFamily = "'Amsterdam Sans', Arial, sans-serif";
|
|
512
625
|
export const amsSwitchBackgroundColor = "#767676";
|
|
513
|
-
export const
|
|
626
|
+
export const amsSwitchFontFamily = "'Amsterdam Sans', Arial, sans-serif";
|
|
627
|
+
export const amsSwitchOutlineOffset = "0.125rem";
|
|
628
|
+
export const amsSwitchInlineSize = "3.5rem";
|
|
514
629
|
export const amsSwitchThumbBackgroundColor = "#FFFFFF";
|
|
515
|
-
export const
|
|
516
|
-
export const
|
|
630
|
+
export const amsSwitchThumbInlineSize = "1.75rem";
|
|
631
|
+
export const amsSwitchThumbBlockSize = "1.75rem";
|
|
632
|
+
export const amsSwitchThumbHoverBoxShadow = "0 0 0 0.125rem #102E62";
|
|
517
633
|
export const amsSwitchThumbHoverColor = "#102E62";
|
|
518
634
|
export const amsSwitchCheckedBackgroundColor = "#004699";
|
|
519
|
-
export const amsSwitchOutlineOffset = "2px";
|
|
520
635
|
export const amsSwitchDisabledBackgroundColor = "#BEBEBE";
|
|
521
636
|
export const amsTableColor = "#000000";
|
|
522
637
|
export const amsTableFontFamily = "'Amsterdam Sans', Arial, sans-serif";
|
|
523
|
-
export const amsTableFontWeight = 400;
|
|
524
638
|
export const amsTableFontSize = "clamp(1.125rem, calc(0.469vw + 1.031rem), 1.5rem)";
|
|
639
|
+
export const amsTableFontWeight = 400;
|
|
525
640
|
export const amsTableLineHeight = "1.6";
|
|
526
641
|
export const amsTableCaptionFontWeight = 800;
|
|
527
|
-
export const
|
|
642
|
+
export const amsTableCellBorderBlockEnd = "0.0625rem solid #E8E8E8";
|
|
528
643
|
export const amsTableCellPaddingBlock = "1rem";
|
|
529
644
|
export const amsTableCellPaddingInline = "1rem";
|
|
530
645
|
export const amsTableHeaderCellFontWeight = 800;
|
|
531
|
-
export const
|
|
532
|
-
export const
|
|
533
|
-
export const amsTabsButtonBorder = "none";
|
|
646
|
+
export const amsTabsListBackgroundColor = "#FFFFFF";
|
|
647
|
+
export const amsTabsListBorderBlockEnd = "0.125rem solid #004699";
|
|
534
648
|
export const amsTabsButtonColor = "#004699";
|
|
535
649
|
export const amsTabsButtonCursor = "pointer";
|
|
536
650
|
export const amsTabsButtonFontFamily = "'Amsterdam Sans', Arial, sans-serif";
|
|
537
|
-
export const amsTabsButtonFontWeight = 400;
|
|
538
651
|
export const amsTabsButtonFontSize = "clamp(1.125rem, calc(0.469vw + 1.031rem), 1.5rem)";
|
|
652
|
+
export const amsTabsButtonFontWeight = 400;
|
|
539
653
|
export const amsTabsButtonLineHeight = "1.6";
|
|
540
654
|
export const amsTabsButtonOutlineOffset = "-0.25rem";
|
|
541
655
|
export const amsTabsButtonPaddingBlock = ".5rem";
|
|
@@ -546,40 +660,61 @@ export const amsTabsButtonSelectedBackgroundColor = "#004699";
|
|
|
546
660
|
export const amsTabsButtonSelectedColor = "#FFFFFF";
|
|
547
661
|
export const amsTabsButtonDisabledColor = "#BEBEBE";
|
|
548
662
|
export const amsTabsButtonDisabledCursor = "not-allowed";
|
|
549
|
-
export const
|
|
663
|
+
export const amsTextAreaBackgroundColor = "#FFFFFF";
|
|
664
|
+
export const amsTextAreaBoxShadow = "inset 0 0 0 0.0625rem #000000";
|
|
550
665
|
export const amsTextAreaColor = "#000000";
|
|
551
666
|
export const amsTextAreaFontFamily = "'Amsterdam Sans', Arial, sans-serif";
|
|
552
|
-
export const amsTextAreaFontSize = "clamp(
|
|
667
|
+
export const amsTextAreaFontSize = "clamp(1.125rem, calc(0.469vw + 1.031rem), 1.5rem)";
|
|
553
668
|
export const amsTextAreaFontWeight = 400;
|
|
554
669
|
export const amsTextAreaLineHeight = "1.6";
|
|
555
|
-
export const
|
|
556
|
-
export const amsTextAreaOutlineOffset = "
|
|
670
|
+
export const amsTextAreaMinBlockSize = "calc(1.6 * 1em + 2 * 0.5rem)";
|
|
671
|
+
export const amsTextAreaOutlineOffset = "0.125rem";
|
|
557
672
|
export const amsTextAreaPaddingBlock = "0.5rem";
|
|
558
673
|
export const amsTextAreaPaddingInline = "1rem";
|
|
559
674
|
export const amsTextAreaDisabledBackgroundColor = "#FFFFFF";
|
|
560
|
-
export const amsTextAreaDisabledBoxShadow = "inset 0 0 0
|
|
675
|
+
export const amsTextAreaDisabledBoxShadow = "inset 0 0 0 0.0625rem #BEBEBE";
|
|
561
676
|
export const amsTextAreaDisabledColor = "#BEBEBE";
|
|
562
677
|
export const amsTextAreaDisabledCursor = "not-allowed";
|
|
563
|
-
export const amsTextAreaHoverBoxShadow = "inset 0 0 0
|
|
564
|
-
export const amsTextAreaInvalidBoxShadow = "inset 0 0 0
|
|
565
|
-
export const amsTextAreaInvalidHoverBoxShadow = "inset 0 0 0
|
|
678
|
+
export const amsTextAreaHoverBoxShadow = "inset 0 0 0 0.125rem #000000";
|
|
679
|
+
export const amsTextAreaInvalidBoxShadow = "inset 0 0 0 0.0625rem #EC0000";
|
|
680
|
+
export const amsTextAreaInvalidHoverBoxShadow = "inset 0 0 0 0.125rem #EC0000";
|
|
566
681
|
export const amsTextAreaPlaceholderColor = "#767676";
|
|
567
|
-
export const
|
|
682
|
+
export const amsTextInputBackgroundColor = "#FFFFFF";
|
|
683
|
+
export const amsTextInputBoxShadow = "inset 0 0 0 0.0625rem #000000";
|
|
568
684
|
export const amsTextInputColor = "#000000";
|
|
569
685
|
export const amsTextInputFontFamily = "'Amsterdam Sans', Arial, sans-serif";
|
|
570
|
-
export const amsTextInputFontSize = "clamp(
|
|
686
|
+
export const amsTextInputFontSize = "clamp(1.125rem, calc(0.469vw + 1.031rem), 1.5rem)";
|
|
571
687
|
export const amsTextInputFontWeight = 400;
|
|
572
688
|
export const amsTextInputLineHeight = "1.6";
|
|
573
|
-
export const amsTextInputOutlineOffset = "
|
|
689
|
+
export const amsTextInputOutlineOffset = "0.125rem";
|
|
574
690
|
export const amsTextInputPaddingBlock = ".5rem";
|
|
575
691
|
export const amsTextInputPaddingInline = "1rem";
|
|
576
692
|
export const amsTextInputDisabledBackgroundColor = "#FFFFFF";
|
|
577
|
-
export const amsTextInputDisabledBoxShadow = "inset 0 0 0
|
|
693
|
+
export const amsTextInputDisabledBoxShadow = "inset 0 0 0 0.0625rem #BEBEBE";
|
|
578
694
|
export const amsTextInputDisabledColor = "#BEBEBE";
|
|
579
|
-
export const amsTextInputHoverBoxShadow = "inset 0 0 0
|
|
580
|
-
export const amsTextInputInvalidBoxShadow = "inset 0 0 0
|
|
581
|
-
export const amsTextInputInvalidHoverBoxShadow = "inset 0 0 0
|
|
695
|
+
export const amsTextInputHoverBoxShadow = "inset 0 0 0 0.125rem #000000";
|
|
696
|
+
export const amsTextInputInvalidBoxShadow = "inset 0 0 0 0.0625rem #EC0000";
|
|
697
|
+
export const amsTextInputInvalidHoverBoxShadow = "inset 0 0 0 0.125rem #EC0000";
|
|
582
698
|
export const amsTextInputPlaceholderColor = "#767676";
|
|
699
|
+
export const amsTimeInputBackgroundColor = "#FFFFFF";
|
|
700
|
+
export const amsTimeInputBoxShadow = "inset 0 0 0 0.0625rem #000000";
|
|
701
|
+
export const amsTimeInputColor = "#000000";
|
|
702
|
+
export const amsTimeInputFontFamily = "'Amsterdam Sans', Arial, sans-serif";
|
|
703
|
+
export const amsTimeInputFontSize = "clamp(1.125rem, calc(0.469vw + 1.031rem), 1.5rem)";
|
|
704
|
+
export const amsTimeInputFontWeight = 400;
|
|
705
|
+
export const amsTimeInputLineHeight = "1.6";
|
|
706
|
+
export const amsTimeInputOutlineOffset = "0.125rem";
|
|
707
|
+
export const amsTimeInputPaddingBlock = ".5rem";
|
|
708
|
+
export const amsTimeInputPaddingInline = "1rem";
|
|
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>\")";
|
|
710
|
+
export const amsTimeInputDisabledBackgroundColor = "#FFFFFF";
|
|
711
|
+
export const amsTimeInputDisabledBoxShadow = "inset 0 0 0 0.0625rem #BEBEBE";
|
|
712
|
+
export const amsTimeInputDisabledColor = "#BEBEBE";
|
|
713
|
+
export const amsTimeInputDisabledCalenderPickerIndicatorBackgroundImage = "url(\"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='%23BEBEBE'><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>\")";
|
|
714
|
+
export const amsTimeInputHoverBoxShadow = "inset 0 0 0 0.125rem #000000";
|
|
715
|
+
export const amsTimeInputHoverCalenderPickerIndicatorBackgroundImage = "url(\"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='%23102E62'><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>\")";
|
|
716
|
+
export const amsTimeInputInvalidBoxShadow = "inset 0 0 0 0.0625rem #EC0000";
|
|
717
|
+
export const amsTimeInputInvalidHoverBoxShadow = "inset 0 0 0 0.125rem #EC0000";
|
|
583
718
|
export const amsTopTaskLinkDescriptionColor = "#000000";
|
|
584
719
|
export const amsTopTaskLinkDescriptionFontFamily = "'Amsterdam Sans', Arial, sans-serif";
|
|
585
720
|
export const amsTopTaskLinkDescriptionFontSize = "clamp(0.964rem, calc(0.295vw + 0.905rem), 1.2rem)";
|
|
@@ -592,10 +727,10 @@ export const amsTopTaskLinkLabelFontWeight = 800;
|
|
|
592
727
|
export const amsTopTaskLinkLabelLineHeight = "1.5";
|
|
593
728
|
export const amsTopTaskLinkLabelTextDecorationLine = "none";
|
|
594
729
|
export const amsTopTaskLinkLabelTextDecorationThickness = "0.125rem";
|
|
595
|
-
export const amsTopTaskLinkLabelTextUnderlineOffset = "0.
|
|
730
|
+
export const amsTopTaskLinkLabelTextUnderlineOffset = "0.3333em";
|
|
596
731
|
export const amsTopTaskLinkLabelHoverColor = "#102E62";
|
|
597
732
|
export const amsTopTaskLinkLabelHoverTextDecorationLine = "underline";
|
|
598
|
-
export const amsTopTaskLinkOutlineOffset = "
|
|
733
|
+
export const amsTopTaskLinkOutlineOffset = "0.125rem";
|
|
599
734
|
export const amsUnorderedListColor = "#000000";
|
|
600
735
|
export const amsUnorderedListFontFamily = "'Amsterdam Sans', Arial, sans-serif";
|
|
601
736
|
export const amsUnorderedListFontSize = "clamp(1.125rem, calc(0.469vw + 1.031rem), 1.5rem)";
|
|
@@ -609,3 +744,5 @@ export const amsUnorderedListItemPaddingInlineStart = "0.875rem"; // The total l
|
|
|
609
744
|
export const amsUnorderedListUnorderedListListStyleType = "'\\2013'";
|
|
610
745
|
export const amsUnorderedListUnorderedListItemMarginInlineStart = "0.875rem"; // Indent less than the parent to start-align the child’s marker with the parent text.
|
|
611
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";
|