@amsterdam/design-system-tokens 0.8.0 → 0.10.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 +45 -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 +129 -45
- package/dist/index.d.ts +174 -32
- package/dist/index.json +217 -75
- package/dist/index.mjs +161 -77
- package/dist/index.scss +129 -45
- package/dist/index.theme.css +129 -45
- package/package.json +1 -1
- package/src/brand/ams/proportion.tokens.json +3 -3
- package/src/common/ams/focus.tokens.json +1 -1
- package/src/common/ams/link-appearance.tokens.json +2 -2
- package/src/components/ams/avatar.tokens.json +24 -4
- 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-of-contents.tokens.json +34 -0
- 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 Fri, 28 Jun 2024 12:13:40 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const amsBorderWidthSm = "0.0625rem";
|
|
@@ -23,11 +23,11 @@ export const amsColorNeutralGrey1 = "#E8E8E8";
|
|
|
23
23
|
export const amsColorNeutralGrey2 = "#BEBEBE";
|
|
24
24
|
export const amsColorNeutralGrey3 = "#767676";
|
|
25
25
|
export const amsProportionXTall = "9 / 16";
|
|
26
|
-
export const amsProportionTall = "
|
|
26
|
+
export const amsProportionTall = "3 / 4";
|
|
27
27
|
export const amsProportionSquare = "1 / 1";
|
|
28
|
-
export const amsProportionWide = "
|
|
28
|
+
export const amsProportionWide = "4 / 3";
|
|
29
29
|
export const amsProportionXWide = "16 / 9";
|
|
30
|
-
export const amsProportion2xWide = "
|
|
30
|
+
export const amsProportion2xWide = "16 / 5";
|
|
31
31
|
export const amsSpaceGridXs = "clamp(0.25rem, calc(0.78125vw + 0.09375rem), 0.875rem)";
|
|
32
32
|
export const amsSpaceGridSm = "clamp(0.5rem, calc(1.5625vw + 0.1875rem), 1.75rem)";
|
|
33
33
|
export const amsSpaceGridMd = "clamp(1rem, calc(3.125vw + 0.375rem), 3.5rem)"; // Grows from 16px at 320px wide to 56px at 1600px wide.
|
|
@@ -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";
|
|
@@ -106,11 +106,11 @@ export const amsAlertWarningBorderColor = "#FF9100";
|
|
|
106
106
|
export const amsAlertCloseFill = "#000000";
|
|
107
107
|
export const amsAlertCloseHoverFill = "#004699";
|
|
108
108
|
export const amsAspectRatioXTall = "9 / 16";
|
|
109
|
-
export const amsAspectRatioTall = "
|
|
109
|
+
export const amsAspectRatioTall = "3 / 4";
|
|
110
110
|
export const amsAspectRatioSquare = "1 / 1";
|
|
111
|
-
export const amsAspectRatioWide = "
|
|
111
|
+
export const amsAspectRatioWide = "4 / 3";
|
|
112
112
|
export const amsAspectRatioXWide = "16 / 9";
|
|
113
|
-
export const amsAspectRatio2xWide = "
|
|
113
|
+
export const amsAspectRatio2xWide = "16 / 5";
|
|
114
114
|
export const amsAvatarAspectRatio = "1 / 1";
|
|
115
115
|
export const amsAvatarFontFamily = "'Amsterdam Sans', Arial, sans-serif";
|
|
116
116
|
export const amsAvatarFontSize = "clamp(0.964rem, calc(0.295vw + 0.905rem), 1.2rem)";
|
|
@@ -118,14 +118,22 @@ export const amsAvatarFontWeight = 400;
|
|
|
118
118
|
export const amsAvatarLineHeight = "1.6";
|
|
119
119
|
export const amsAvatarPaddingBlock = "0.25rem";
|
|
120
120
|
export const amsAvatarPaddingInline = "0.25rem";
|
|
121
|
-
export const
|
|
122
|
-
export const
|
|
123
|
-
export const
|
|
124
|
-
export const
|
|
121
|
+
export const amsAvatarBlackBackgroundColor = "#000000";
|
|
122
|
+
export const amsAvatarBlackColor = "#FFFFFF";
|
|
123
|
+
export const amsAvatarBlueBackgroundColor = "#004699";
|
|
124
|
+
export const amsAvatarBlueColor = "#FFFFFF";
|
|
125
125
|
export const amsAvatarDarkGreenBackgroundColor = "#00A03C";
|
|
126
126
|
export const amsAvatarDarkGreenColor = "#FFFFFF";
|
|
127
127
|
export const amsAvatarGreenBackgroundColor = "#BED200";
|
|
128
128
|
export const amsAvatarGreenColor = "#000000";
|
|
129
|
+
export const amsAvatarGrey1BackgroundColor = "#E8E8E8";
|
|
130
|
+
export const amsAvatarGrey1Color = "#000000";
|
|
131
|
+
export const amsAvatarGrey2BackgroundColor = "#BEBEBE";
|
|
132
|
+
export const amsAvatarGrey2Color = "#000000";
|
|
133
|
+
export const amsAvatarGrey3BackgroundColor = "#767676";
|
|
134
|
+
export const amsAvatarGrey3Color = "#FFFFFF";
|
|
135
|
+
export const amsAvatarLightBlueBackgroundColor = "#009DE6";
|
|
136
|
+
export const amsAvatarLightBlueColor = "#000000";
|
|
129
137
|
export const amsAvatarMagentaBackgroundColor = "#E50082";
|
|
130
138
|
export const amsAvatarMagentaColor = "#FFFFFF";
|
|
131
139
|
export const amsAvatarOrangeBackgroundColor = "#FF9100";
|
|
@@ -134,6 +142,8 @@ export const amsAvatarPurpleBackgroundColor = "#A00078";
|
|
|
134
142
|
export const amsAvatarPurpleColor = "#FFFFFF";
|
|
135
143
|
export const amsAvatarRedBackgroundColor = "#EC0000";
|
|
136
144
|
export const amsAvatarRedColor = "#FFFFFF";
|
|
145
|
+
export const amsAvatarWhiteBackgroundColor = "#FFFFFF";
|
|
146
|
+
export const amsAvatarWhiteColor = "#000000";
|
|
137
147
|
export const amsAvatarYellowBackgroundColor = "#FFE600";
|
|
138
148
|
export const amsAvatarYellowColor = "#000000";
|
|
139
149
|
export const amsBadgeFontFamily = "'Amsterdam Sans', Arial, sans-serif";
|
|
@@ -141,20 +151,32 @@ export const amsBadgeFontSize = "clamp(1.125rem, calc(0.469vw + 1.031rem), 1.5re
|
|
|
141
151
|
export const amsBadgeFontWeight = 800;
|
|
142
152
|
export const amsBadgeLineHeight = "1.6";
|
|
143
153
|
export const amsBadgePaddingInline = ".5rem";
|
|
144
|
-
export const
|
|
145
|
-
export const
|
|
146
|
-
export const
|
|
147
|
-
export const
|
|
154
|
+
export const amsBadgeBlackBackgroundColor = "#000000";
|
|
155
|
+
export const amsBadgeBlackColor = "#FFFFFF";
|
|
156
|
+
export const amsBadgeBlueBackgroundColor = "#004699";
|
|
157
|
+
export const amsBadgeBlueColor = "#FFFFFF";
|
|
148
158
|
export const amsBadgeDarkGreenBackgroundColor = "#00A03C";
|
|
149
159
|
export const amsBadgeDarkGreenColor = "#FFFFFF";
|
|
150
160
|
export const amsBadgeGreenBackgroundColor = "#BED200";
|
|
151
161
|
export const amsBadgeGreenColor = "#000000";
|
|
162
|
+
export const amsBadgeGrey1BackgroundColor = "#E8E8E8";
|
|
163
|
+
export const amsBadgeGrey1Color = "#000000";
|
|
164
|
+
export const amsBadgeGrey2BackgroundColor = "#BEBEBE";
|
|
165
|
+
export const amsBadgeGrey2Color = "#000000";
|
|
166
|
+
export const amsBadgeGrey3BackgroundColor = "#767676";
|
|
167
|
+
export const amsBadgeGrey3Color = "#FFFFFF";
|
|
168
|
+
export const amsBadgeLightBlueBackgroundColor = "#009DE6";
|
|
169
|
+
export const amsBadgeLightBlueColor = "#000000";
|
|
152
170
|
export const amsBadgeMagentaBackgroundColor = "#E50082";
|
|
153
171
|
export const amsBadgeMagentaColor = "#FFFFFF";
|
|
154
172
|
export const amsBadgeOrangeBackgroundColor = "#FF9100";
|
|
155
173
|
export const amsBadgeOrangeColor = "#000000";
|
|
156
174
|
export const amsBadgePurpleBackgroundColor = "#A00078";
|
|
157
175
|
export const amsBadgePurpleColor = "#FFFFFF";
|
|
176
|
+
export const amsBadgeRedBackgroundColor = "#EC0000";
|
|
177
|
+
export const amsBadgeRedColor = "#FFFFFF";
|
|
178
|
+
export const amsBadgeWhiteBackgroundColor = "#FFFFFF";
|
|
179
|
+
export const amsBadgeWhiteColor = "#000000";
|
|
158
180
|
export const amsBadgeYellowBackgroundColor = "#FFE600";
|
|
159
181
|
export const amsBadgeYellowColor = "#000000";
|
|
160
182
|
export const amsBlockquoteColor = "#000000";
|
|
@@ -168,13 +190,13 @@ export const amsBreadcrumbFontSize = "clamp(0.964rem, calc(0.295vw + 0.905rem),
|
|
|
168
190
|
export const amsBreadcrumbFontWeight = 400;
|
|
169
191
|
export const amsBreadcrumbLineHeight = "1.6";
|
|
170
192
|
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
|
|
193
|
+
export const amsBreadcrumbLinkColor = "#004699";
|
|
194
|
+
export const amsBreadcrumbLinkOutlineOffset = "0.125rem";
|
|
195
|
+
export const amsBreadcrumbLinkTextDecorationLine = "none";
|
|
196
|
+
export const amsBreadcrumbLinkTextDecorationThickness = "0.125rem";
|
|
197
|
+
export const amsBreadcrumbLinkTextUnderlineOffset = "0.3333em";
|
|
198
|
+
export const amsBreadcrumbLinkHoverColor = "#102E62";
|
|
199
|
+
export const amsBreadcrumbLinkHoverTextDecorationLine = "underline";
|
|
178
200
|
export const amsButtonCursor = "pointer";
|
|
179
201
|
export const amsButtonFontFamily = "'Amsterdam Sans', Arial, sans-serif";
|
|
180
202
|
export const amsButtonFontSize = "clamp(1.125rem, calc(0.469vw + 1.031rem), 1.5rem)";
|
|
@@ -182,7 +204,7 @@ export const amsButtonLineHeight = "1.6";
|
|
|
182
204
|
export const amsButtonGap = "1rem";
|
|
183
205
|
export const amsButtonPaddingBlock = ".5rem";
|
|
184
206
|
export const amsButtonPaddingInline = "1rem";
|
|
185
|
-
export const amsButtonOutlineOffset = "
|
|
207
|
+
export const amsButtonOutlineOffset = "0.125rem";
|
|
186
208
|
export const amsButtonDisabledCursor = "not-allowed";
|
|
187
209
|
export const amsButtonForcedColorModeBorder = "0.125rem solid";
|
|
188
210
|
export const amsButtonPrimaryBackgroundColor = "#004699";
|
|
@@ -210,16 +232,16 @@ export const amsButtonTertiaryDisabledColor = "#BEBEBE";
|
|
|
210
232
|
export const amsCardLinkColor = "#004699";
|
|
211
233
|
export const amsCardLinkTextDecorationLine = "none";
|
|
212
234
|
export const amsCardLinkTextDecorationThickness = "0.125rem";
|
|
213
|
-
export const amsCardLinkTextUnderlineOffset = "0.
|
|
235
|
+
export const amsCardLinkTextUnderlineOffset = "0.3333em";
|
|
214
236
|
export const amsCardLinkHoverColor = "#102E62";
|
|
215
237
|
export const amsCardLinkHoverTextDecorationLine = "underline";
|
|
216
|
-
export const amsCardOutlineOffset = "
|
|
238
|
+
export const amsCardOutlineOffset = "0.125rem";
|
|
217
239
|
export const amsCheckboxColor = "#000000";
|
|
218
240
|
export const amsCheckboxFontFamily = "'Amsterdam Sans', Arial, sans-serif";
|
|
219
241
|
export const amsCheckboxFontSize = "clamp(1.125rem, calc(0.469vw + 1.031rem), 1.5rem)";
|
|
220
242
|
export const amsCheckboxFontWeight = 400;
|
|
221
243
|
export const amsCheckboxLineHeight = "1.6";
|
|
222
|
-
export const amsCheckboxOutlineOffset = "
|
|
244
|
+
export const amsCheckboxOutlineOffset = "0.125rem";
|
|
223
245
|
export const amsCheckboxCheckmarkBorderColor = "#004699";
|
|
224
246
|
export const amsCheckboxCheckmarkBorderWidth = "0.125rem";
|
|
225
247
|
export const amsCheckboxCheckmarkCheckedBackgroundColor = "#004699";
|
|
@@ -257,7 +279,7 @@ export const amsDateInputFontFamily = "'Amsterdam Sans', Arial, sans-serif";
|
|
|
257
279
|
export const amsDateInputFontSize = "clamp(1.125rem, calc(0.469vw + 1.031rem), 1.5rem)";
|
|
258
280
|
export const amsDateInputFontWeight = 400;
|
|
259
281
|
export const amsDateInputLineHeight = "1.6";
|
|
260
|
-
export const amsDateInputOutlineOffset = "
|
|
282
|
+
export const amsDateInputOutlineOffset = "0.125rem";
|
|
261
283
|
export const amsDateInputPaddingBlock = ".5rem";
|
|
262
284
|
export const amsDateInputPaddingInline = "1.5rem";
|
|
263
285
|
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 +310,48 @@ export const amsDialogFormPaddingInline = "clamp(1.5rem, calc(1.5rem + ((1vw - 0
|
|
|
288
310
|
export const amsDialogFormMaxBlockSize = "75vh";
|
|
289
311
|
export const amsDialogHeaderGap = "1rem";
|
|
290
312
|
export const amsDialogFooterGap = "1rem";
|
|
291
|
-
export const
|
|
292
|
-
export const
|
|
293
|
-
export const
|
|
294
|
-
export const
|
|
295
|
-
export const
|
|
313
|
+
export const amsErrorMessageColor = "#EC0000";
|
|
314
|
+
export const amsErrorMessageFontFamily = "'Amsterdam Sans', Arial, sans-serif";
|
|
315
|
+
export const amsErrorMessageFontSize = "clamp(0.964rem, calc(0.295vw + 0.905rem), 1.2rem)";
|
|
316
|
+
export const amsErrorMessageFontWeight = 400;
|
|
317
|
+
export const amsErrorMessageLineHeight = "1.6";
|
|
318
|
+
export const amsFieldSetInvalidBorderInlineStart = "0.1875rem solid #EC0000";
|
|
319
|
+
export const amsFieldSetInvalidPaddingInlineStart = "1rem";
|
|
320
|
+
export const amsFieldSetLegendColor = "#000000";
|
|
321
|
+
export const amsFieldSetLegendFontFamily = "'Amsterdam Sans', Arial, sans-serif";
|
|
322
|
+
export const amsFieldSetLegendFontSize = "clamp(1.313rem, calc(0.703vw + 1.173rem), 1.875rem)";
|
|
323
|
+
export const amsFieldSetLegendFontWeight = 800;
|
|
324
|
+
export const amsFieldSetLegendLineHeight = "1.5";
|
|
325
|
+
export const amsFieldSetLegendMarginBlockEnd = "1rem";
|
|
326
|
+
export const amsFieldGap = ".75rem";
|
|
327
|
+
export const amsFieldInvalidBorderInlineStart = "0.1875rem solid #EC0000";
|
|
328
|
+
export const amsFieldInvalidPaddingInlineStart = "1rem";
|
|
329
|
+
export const amsFileInputBackgroundColor = "#FFFFFF";
|
|
330
|
+
export const amsFileInputBorder = "0.0625rem dashed #767676";
|
|
331
|
+
export const amsFileInputColor = "#000000";
|
|
332
|
+
export const amsFileInputCursor = "pointer";
|
|
333
|
+
export const amsFileInputFontFamily = "'Amsterdam Sans', Arial, sans-serif";
|
|
334
|
+
export const amsFileInputFontSize = "clamp(1.125rem, calc(0.469vw + 1.031rem), 1.5rem)";
|
|
335
|
+
export const amsFileInputFontWeight = 400;
|
|
336
|
+
export const amsFileInputLineHeight = "1.6";
|
|
337
|
+
export const amsFileInputOutlineOffset = "0.125rem";
|
|
338
|
+
export const amsFileInputPaddingBlock = "1rem";
|
|
339
|
+
export const amsFileInputPaddingInline = "1rem";
|
|
340
|
+
export const amsFileInputDisabledColor = "#BEBEBE";
|
|
341
|
+
export const amsFileInputDisabledCursor = "not-allowed";
|
|
342
|
+
export const amsFileInputFileSelectorButtonBackgroundColor = "#FFFFFF";
|
|
343
|
+
export const amsFileInputFileSelectorButtonBoxShadow = "inset 0 0 0 0.125rem #004699";
|
|
344
|
+
export const amsFileInputFileSelectorButtonColor = "#004699";
|
|
345
|
+
export const amsFileInputFileSelectorButtonCursor = "pointer";
|
|
346
|
+
export const amsFileInputFileSelectorButtonMarginInlineEnd = "1rem";
|
|
347
|
+
export const amsFileInputFileSelectorButtonPaddingBlock = ".5rem";
|
|
348
|
+
export const amsFileInputFileSelectorButtonPaddingInline = "1rem";
|
|
349
|
+
export const amsFileInputFileSelectorButtonHoverBoxShadow = "inset 0 0 0 0.1875rem #102E62";
|
|
350
|
+
export const amsFileInputFileSelectorButtonHoverColor = "#102E62";
|
|
351
|
+
export const amsFileInputFileSelectorButtonDisabledBoxShadow = "inset 0 0 0 0.125rem #BEBEBE";
|
|
352
|
+
export const amsFileInputFileSelectorButtonDisabledColor = "#BEBEBE";
|
|
353
|
+
export const amsFileInputFileSelectorButtonDisabledCursor = "not-allowed";
|
|
354
|
+
export const amsFileInputFileSelectorButtonForcedColorModeBorder = "0.125rem solid";
|
|
296
355
|
export const amsFormFieldCharacterCounterColor = "#000000";
|
|
297
356
|
export const amsFormFieldCharacterCounterFontFamily = "'Amsterdam Sans', Arial, sans-serif";
|
|
298
357
|
export const amsFormFieldCharacterCounterFontSize = "clamp(0.964rem, calc(0.295vw + 0.905rem), 1.2rem)";
|
|
@@ -317,7 +376,7 @@ export const amsGridMediumColumnCount = "8";
|
|
|
317
376
|
export const amsGridWideColumnCount = "12";
|
|
318
377
|
export const amsHeaderColumnGap = "clamp(1rem, calc(3.125vw + 0.375rem), 3.5rem)"; // Must have the same value as `ams.grid.column-gap`.
|
|
319
378
|
export const amsHeaderPaddingBlock = "1rem";
|
|
320
|
-
export const amsHeaderLogoLinkOutlineOffset = "
|
|
379
|
+
export const amsHeaderLogoLinkOutlineOffset = "0.125rem";
|
|
321
380
|
export const amsHeadingColor = "#000000";
|
|
322
381
|
export const amsHeadingFontFamily = "'Amsterdam Sans', Arial, sans-serif";
|
|
323
382
|
export const amsHeadingFontWeight = 800;
|
|
@@ -335,7 +394,7 @@ export const amsHeadingLevel5LineHeight = "1.6";
|
|
|
335
394
|
export const amsHeadingLevel6FontSize = "clamp(0.964rem, calc(0.295vw + 0.905rem), 1.2rem)";
|
|
336
395
|
export const amsHeadingLevel6LineHeight = "1.6";
|
|
337
396
|
export const amsIconButtonColor = "#004699";
|
|
338
|
-
export const amsIconButtonOutlineOffset = "
|
|
397
|
+
export const amsIconButtonOutlineOffset = "0.125rem";
|
|
339
398
|
export const amsIconButtonHoverBackgroundColor = "rgba(0, 70, 153, 0.125)";
|
|
340
399
|
export const amsIconButtonHoverColor = "#102E62";
|
|
341
400
|
export const amsIconButtonDisabledColor = "#BEBEBE";
|
|
@@ -365,16 +424,16 @@ export const amsLabelLineHeight = "1.5";
|
|
|
365
424
|
export const amsLinkListGap = "0.5em";
|
|
366
425
|
export const amsLinkListLinkColor = "#004699";
|
|
367
426
|
export const amsLinkListLinkFontFamily = "'Amsterdam Sans', Arial, sans-serif";
|
|
427
|
+
export const amsLinkListLinkFontSize = "clamp(1.125rem, calc(0.469vw + 1.031rem), 1.5rem)";
|
|
368
428
|
export const amsLinkListLinkFontWeight = 400;
|
|
369
429
|
export const amsLinkListLinkGap = "0.5em";
|
|
370
|
-
export const
|
|
430
|
+
export const amsLinkListLinkLineHeight = "1.6";
|
|
431
|
+
export const amsLinkListLinkOutlineOffset = "0.125rem";
|
|
371
432
|
export const amsLinkListLinkTextDecorationLine = "none";
|
|
372
433
|
export const amsLinkListLinkTextDecorationThickness = "0.125rem";
|
|
373
|
-
export const amsLinkListLinkTextUnderlineOffset = "0.
|
|
434
|
+
export const amsLinkListLinkTextUnderlineOffset = "0.3333em";
|
|
374
435
|
export const amsLinkListLinkSmallFontSize = "clamp(0.964rem, calc(0.295vw + 0.905rem), 1.2rem)";
|
|
375
436
|
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
437
|
export const amsLinkListLinkLargeFontSize = "clamp(1.313rem, calc(0.703vw + 1.173rem), 1.875rem)";
|
|
379
438
|
export const amsLinkListLinkLargeLineHeight = "1.5";
|
|
380
439
|
export const amsLinkListLinkHoverColor = "#102E62";
|
|
@@ -386,31 +445,31 @@ export const amsLinkListLinkOnBackgroundLightHoverColor = "#000000";
|
|
|
386
445
|
export const amsLinkColor = "#004699";
|
|
387
446
|
export const amsLinkFontFamily = "'Amsterdam Sans', Arial, sans-serif";
|
|
388
447
|
export const amsLinkFontWeight = 400;
|
|
389
|
-
export const amsLinkOutlineOffset = "
|
|
448
|
+
export const amsLinkOutlineOffset = "0.125rem";
|
|
390
449
|
export const amsLinkHoverColor = "#102E62";
|
|
391
450
|
export const amsLinkInlineTextDecorationLine = "underline";
|
|
392
451
|
export const amsLinkInlineTextDecorationThickness = "0.125rem";
|
|
393
|
-
export const amsLinkInlineTextUnderlineOffset = "0.
|
|
452
|
+
export const amsLinkInlineTextUnderlineOffset = "0.3333em";
|
|
394
453
|
export const amsLinkInlineFontFamily = "inherit";
|
|
395
454
|
export const amsLinkInlineFontSize = "inherit";
|
|
396
455
|
export const amsLinkInlineLineHeight = "inherit";
|
|
397
456
|
export const amsLinkInlineHoverTextDecorationThickness = "0.1875rem";
|
|
398
|
-
export const amsLinkInlineHoverTextUnderlineOffset = "0.
|
|
457
|
+
export const amsLinkInlineHoverTextUnderlineOffset = "0.2778em";
|
|
399
458
|
export const amsLinkInlineVisitedColor = "#A00078";
|
|
400
459
|
export const amsLinkStandaloneFontSize = "clamp(1.125rem, calc(0.469vw + 1.031rem), 1.5rem)";
|
|
401
460
|
export const amsLinkStandaloneLineHeight = "1.6";
|
|
402
461
|
export const amsLinkStandaloneTextDecorationLine = "underline";
|
|
403
462
|
export const amsLinkStandaloneTextDecorationThickness = "0.125rem";
|
|
404
|
-
export const amsLinkStandaloneTextUnderlineOffset = "0.
|
|
463
|
+
export const amsLinkStandaloneTextUnderlineOffset = "0.3333em";
|
|
405
464
|
export const amsLinkStandaloneHoverTextDecorationThickness = "0.1875rem";
|
|
406
|
-
export const amsLinkStandaloneHoverTextUnderlineOffset = "0.
|
|
465
|
+
export const amsLinkStandaloneHoverTextUnderlineOffset = "0.2778em";
|
|
407
466
|
export const amsLinkOnBackgroundDarkColor = "#FFFFFF";
|
|
408
467
|
export const amsLinkOnBackgroundDarkHoverColor = "#FFFFFF";
|
|
409
468
|
export const amsLinkOnBackgroundDarkVisitedColor = "#FFFFFF";
|
|
410
469
|
export const amsLinkOnBackgroundLightColor = "#000000";
|
|
411
470
|
export const amsLinkOnBackgroundLightHoverColor = "#000000";
|
|
412
471
|
export const amsLinkOnBackgroundLightVisitedColor = "#000000";
|
|
413
|
-
export const
|
|
472
|
+
export const amsLogoBlockSize = "2.5rem";
|
|
414
473
|
export const amsLogoEmblemColor = "#EC0000";
|
|
415
474
|
export const amsLogoTitleColor = "#EC0000";
|
|
416
475
|
export const amsLogoSubsiteColor = "#000000";
|
|
@@ -432,6 +491,8 @@ export const amsOrderedListGap = "0.75rem";
|
|
|
432
491
|
export const amsOrderedListInverseColor = "#FFFFFF";
|
|
433
492
|
export const amsOrderedListLineHeight = "1.6";
|
|
434
493
|
export const amsOrderedListListStyleType = "decimal";
|
|
494
|
+
export const amsOrderedListSmallFontSize = "clamp(0.964rem, calc(0.295vw + 0.905rem), 1.2rem)";
|
|
495
|
+
export const amsOrderedListSmallLineHeight = "1.6";
|
|
435
496
|
export const amsOrderedListItemMarginInlineStart = "2.25rem"; // Divide your total indentation width over margin and padding to position the marker.
|
|
436
497
|
export const amsOrderedListItemPaddingInlineStart = "0.25rem"; // The total level 1 indentation for Amsterdam is 40 pixels, or 2.5rem.
|
|
437
498
|
export const amsOrderedListOrderedListListStyleType = "lower-alpha";
|
|
@@ -451,10 +512,10 @@ export const amsPageMenuItemFontSize = "clamp(0.964rem, calc(0.295vw + 0.905rem)
|
|
|
451
512
|
export const amsPageMenuItemFontWeight = 400;
|
|
452
513
|
export const amsPageMenuItemGap = "0.5rem";
|
|
453
514
|
export const amsPageMenuItemLineHeight = "1.6";
|
|
454
|
-
export const amsPageMenuItemOutlineOffset = "
|
|
515
|
+
export const amsPageMenuItemOutlineOffset = "0.125rem";
|
|
455
516
|
export const amsPageMenuItemTextDecorationLine = "none";
|
|
456
517
|
export const amsPageMenuItemTextDecorationThickness = "0.125rem";
|
|
457
|
-
export const amsPageMenuItemTextUnderlineOffset = "0.
|
|
518
|
+
export const amsPageMenuItemTextUnderlineOffset = "0.3333em";
|
|
458
519
|
export const amsPageMenuItemHoverColor = "#102E62";
|
|
459
520
|
export const amsPageMenuItemHoverTextDecorationLine = "underline";
|
|
460
521
|
export const amsPaginationColor = "#004699";
|
|
@@ -462,22 +523,22 @@ export const amsPaginationFontFamily = "'Amsterdam Sans', Arial, sans-serif";
|
|
|
462
523
|
export const amsPaginationFontSize = "clamp(1.125rem, calc(0.469vw + 1.031rem), 1.5rem)";
|
|
463
524
|
export const amsPaginationFontWeight = 400;
|
|
464
525
|
export const amsPaginationLineHeight = "1.6";
|
|
465
|
-
export const amsPaginationButtonOutlineOffset = "
|
|
526
|
+
export const amsPaginationButtonOutlineOffset = "0.125rem";
|
|
466
527
|
export const amsPaginationButtonPaddingInline = ".75rem";
|
|
467
528
|
export const amsPaginationButtonTextDecorationLine = "none";
|
|
468
529
|
export const amsPaginationButtonTextDecorationThickness = "0.125rem";
|
|
469
|
-
export const amsPaginationButtonTextUnderlineOffset = "0.
|
|
530
|
+
export const amsPaginationButtonTextUnderlineOffset = "0.3333em";
|
|
470
531
|
export const amsPaginationButtonCurrentFontWeight = 800;
|
|
471
532
|
export const amsPaginationButtonHoverColor = "#102E62";
|
|
472
533
|
export const amsPaginationButtonHoverTextDecorationLine = "underline";
|
|
473
534
|
export const amsParagraphColor = "#000000";
|
|
474
535
|
export const amsParagraphFontFamily = "'Amsterdam Sans', Arial, sans-serif";
|
|
536
|
+
export const amsParagraphFontSize = "clamp(1.125rem, calc(0.469vw + 1.031rem), 1.5rem)";
|
|
475
537
|
export const amsParagraphFontWeight = 400;
|
|
538
|
+
export const amsParagraphLineHeight = "1.6";
|
|
476
539
|
export const amsParagraphInverseColor = "#FFFFFF";
|
|
477
540
|
export const amsParagraphSmallFontSize = "clamp(0.964rem, calc(0.295vw + 0.905rem), 1.2rem)";
|
|
478
541
|
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
542
|
export const amsParagraphLargeFontSize = "clamp(1.313rem, calc(0.703vw + 1.173rem), 1.875rem)";
|
|
482
543
|
export const amsParagraphLargeLineHeight = "1.5";
|
|
483
544
|
export const amsRadioColor = "#000000";
|
|
@@ -485,7 +546,7 @@ export const amsRadioFontFamily = "'Amsterdam Sans', Arial, sans-serif";
|
|
|
485
546
|
export const amsRadioFontSize = "clamp(1.125rem, calc(0.469vw + 1.031rem), 1.5rem)";
|
|
486
547
|
export const amsRadioFontWeight = 400;
|
|
487
548
|
export const amsRadioLineHeight = "1.6";
|
|
488
|
-
export const amsRadioOutlineOffset = "
|
|
549
|
+
export const amsRadioOutlineOffset = "0.125rem";
|
|
489
550
|
export const amsRadioCircleBorderColor = "#004699";
|
|
490
551
|
export const amsRadioCircleBorderWidth = "0.125rem";
|
|
491
552
|
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 +569,14 @@ export const amsRowGapMd = "1rem";
|
|
|
508
569
|
export const amsRowGapLg = "1.5rem";
|
|
509
570
|
export const amsRowGapXl = "2rem";
|
|
510
571
|
export const amsScreenBackgroundColor = "#FFFFFF";
|
|
511
|
-
export const
|
|
512
|
-
export const
|
|
572
|
+
export const amsScreenWideMaxInlineSize = "100rem";
|
|
573
|
+
export const amsScreenXWideMaxInlineSize = "132rem";
|
|
513
574
|
export const amsSearchFieldButtonBackgroundColor = "#004699";
|
|
514
575
|
export const amsSearchFieldButtonColor = "#FFFFFF";
|
|
515
|
-
export const amsSearchFieldButtonOutlineOffset = "
|
|
516
|
-
export const amsSearchFieldButtonHoverBackgroundColor = "#102E62";
|
|
576
|
+
export const amsSearchFieldButtonOutlineOffset = "0.125rem";
|
|
517
577
|
export const amsSearchFieldButtonPaddingBlock = ".5rem";
|
|
518
578
|
export const amsSearchFieldButtonPaddingInline = ".5rem";
|
|
579
|
+
export const amsSearchFieldButtonHoverBackgroundColor = "#102E62";
|
|
519
580
|
export const amsSearchFieldInputBackgroundColor = "#FFFFFF";
|
|
520
581
|
export const amsSearchFieldInputBoxShadow = "inset 0 0 0 0.0625rem #000000";
|
|
521
582
|
export const amsSearchFieldInputColor = "#000000";
|
|
@@ -523,14 +584,16 @@ export const amsSearchFieldInputFontFamily = "'Amsterdam Sans', Arial, sans-seri
|
|
|
523
584
|
export const amsSearchFieldInputFontSize = "clamp(1.125rem, calc(0.469vw + 1.031rem), 1.5rem)";
|
|
524
585
|
export const amsSearchFieldInputFontWeight = 400;
|
|
525
586
|
export const amsSearchFieldInputLineHeight = "1.6";
|
|
526
|
-
export const amsSearchFieldInputOutlineOffset = "
|
|
587
|
+
export const amsSearchFieldInputOutlineOffset = "0.125rem";
|
|
527
588
|
export const amsSearchFieldInputPaddingBlock = ".5rem";
|
|
528
589
|
export const amsSearchFieldInputPaddingInline = "1rem";
|
|
529
590
|
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>\")";
|
|
591
|
+
export const amsSearchFieldInputCancelButtonBlockSize = "clamp(1.125rem, calc(0.469vw + 1.031rem), 1.5rem)";
|
|
530
592
|
export const amsSearchFieldInputCancelButtonColor = "#004699";
|
|
531
|
-
export const
|
|
532
|
-
export const amsSearchFieldInputCancelButtonWidth = "clamp(1.125rem, calc(0.469vw + 1.031rem), 1.5rem)";
|
|
593
|
+
export const amsSearchFieldInputCancelButtonInlineSize = "clamp(1.125rem, calc(0.469vw + 1.031rem), 1.5rem)";
|
|
533
594
|
export const amsSearchFieldInputHoverBoxShadow = "inset 0 0 0 0.125rem #000000";
|
|
595
|
+
export const amsSearchFieldInputInvalidBoxShadow = "inset 0 0 0 0.0625rem #EC0000";
|
|
596
|
+
export const amsSearchFieldInputInvalidHoverBoxShadow = "inset 0 0 0 0.125rem #EC0000";
|
|
534
597
|
export const amsSearchFieldInputPlaceholderColor = "#767676";
|
|
535
598
|
export const amsSelectBackgroundColor = "#FFFFFF";
|
|
536
599
|
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 +604,7 @@ export const amsSelectFontFamily = "'Amsterdam Sans', Arial, sans-serif";
|
|
|
541
604
|
export const amsSelectFontSize = "clamp(1.125rem, calc(0.469vw + 1.031rem), 1.5rem)";
|
|
542
605
|
export const amsSelectFontWeight = 400;
|
|
543
606
|
export const amsSelectLineHeight = "1.6";
|
|
544
|
-
export const amsSelectOutlineOffset = "
|
|
607
|
+
export const amsSelectOutlineOffset = "0.125rem";
|
|
545
608
|
export const amsSelectPaddingBlock = ".5rem";
|
|
546
609
|
export const amsSelectPaddingInline = "1rem calc(2 * 1rem + 1em)";
|
|
547
610
|
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 +620,7 @@ export const amsSkipLinkFontFamily = "'Amsterdam Sans', Arial, sans-serif";
|
|
|
557
620
|
export const amsSkipLinkFontSize = "clamp(0.964rem, calc(0.295vw + 0.905rem), 1.2rem)";
|
|
558
621
|
export const amsSkipLinkFontWeight = 400;
|
|
559
622
|
export const amsSkipLinkLineHeight = "1.6";
|
|
560
|
-
export const amsSkipLinkOutlineOffset = "
|
|
623
|
+
export const amsSkipLinkOutlineOffset = "0.125rem";
|
|
561
624
|
export const amsSkipLinkPaddingBlock = ".5rem";
|
|
562
625
|
export const amsSkipLinkPaddingInline = "1rem";
|
|
563
626
|
export const amsSkipLinkHoverBackgroundColor = "#102E62";
|
|
@@ -569,28 +632,47 @@ export const amsSpotlightMagentaBackgroundColor = "#E50082";
|
|
|
569
632
|
export const amsSpotlightOrangeBackgroundColor = "#FF9100";
|
|
570
633
|
export const amsSpotlightPurpleBackgroundColor = "#A00078";
|
|
571
634
|
export const amsSpotlightYellowBackgroundColor = "#FFE600";
|
|
572
|
-
export const amsSwitchFontFamily = "'Amsterdam Sans', Arial, sans-serif";
|
|
573
635
|
export const amsSwitchBackgroundColor = "#767676";
|
|
574
|
-
export const
|
|
636
|
+
export const amsSwitchFontFamily = "'Amsterdam Sans', Arial, sans-serif";
|
|
637
|
+
export const amsSwitchOutlineOffset = "0.125rem";
|
|
638
|
+
export const amsSwitchInlineSize = "3.5rem";
|
|
575
639
|
export const amsSwitchThumbBackgroundColor = "#FFFFFF";
|
|
576
|
-
export const
|
|
577
|
-
export const
|
|
640
|
+
export const amsSwitchThumbInlineSize = "1.75rem";
|
|
641
|
+
export const amsSwitchThumbBlockSize = "1.75rem";
|
|
642
|
+
export const amsSwitchThumbHoverBoxShadow = "0 0 0 0.125rem #102E62";
|
|
578
643
|
export const amsSwitchThumbHoverColor = "#102E62";
|
|
579
644
|
export const amsSwitchCheckedBackgroundColor = "#004699";
|
|
580
|
-
export const amsSwitchOutlineOffset = "2px";
|
|
581
645
|
export const amsSwitchDisabledBackgroundColor = "#BEBEBE";
|
|
646
|
+
export const amsTableOfContentsFontFamily = "'Amsterdam Sans', Arial, sans-serif";
|
|
647
|
+
export const amsTableOfContentsFontSize = "clamp(1.125rem, calc(0.469vw + 1.031rem), 1.5rem)";
|
|
648
|
+
export const amsTableOfContentsFontWeight = 400;
|
|
649
|
+
export const amsTableOfContentsGap = "1rem";
|
|
650
|
+
export const amsTableOfContentsLineHeight = "1.6";
|
|
651
|
+
export const amsTableOfContentsLinkColor = "#004699";
|
|
652
|
+
export const amsTableOfContentsLinkOutlineOffset = "0.125rem";
|
|
653
|
+
export const amsTableOfContentsLinkTextDecorationLine = "none";
|
|
654
|
+
export const amsTableOfContentsLinkTextDecorationThickness = "0.125rem";
|
|
655
|
+
export const amsTableOfContentsLinkTextUnderlineOffset = "0.3333em";
|
|
656
|
+
export const amsTableOfContentsLinkHoverColor = "#102E62";
|
|
657
|
+
export const amsTableOfContentsLinkHoverTextDecorationLine = "underline";
|
|
658
|
+
export const amsTableOfContentsListGap = "1rem";
|
|
659
|
+
export const amsTableOfContentsListListPaddingBlockStart = "1rem";
|
|
660
|
+
export const amsTableOfContentsListListPaddingInlineStart = "1.5rem";
|
|
661
|
+
export const amsTableOfContentsHeadingFontWeight = 800;
|
|
662
|
+
export const amsTableOfContentsHeadingFontSize = "clamp(1.313rem, calc(0.703vw + 1.173rem), 1.875rem)";
|
|
663
|
+
export const amsTableOfContentsHeadingLineHeight = "1.5";
|
|
582
664
|
export const amsTableColor = "#000000";
|
|
583
665
|
export const amsTableFontFamily = "'Amsterdam Sans', Arial, sans-serif";
|
|
584
666
|
export const amsTableFontSize = "clamp(1.125rem, calc(0.469vw + 1.031rem), 1.5rem)";
|
|
585
667
|
export const amsTableFontWeight = 400;
|
|
586
668
|
export const amsTableLineHeight = "1.6";
|
|
587
669
|
export const amsTableCaptionFontWeight = 800;
|
|
588
|
-
export const
|
|
670
|
+
export const amsTableCellBorderBlockEnd = "0.0625rem solid #E8E8E8";
|
|
589
671
|
export const amsTableCellPaddingBlock = "1rem";
|
|
590
672
|
export const amsTableCellPaddingInline = "1rem";
|
|
591
673
|
export const amsTableHeaderCellFontWeight = 800;
|
|
592
674
|
export const amsTabsListBackgroundColor = "#FFFFFF";
|
|
593
|
-
export const
|
|
675
|
+
export const amsTabsListBorderBlockEnd = "0.125rem solid #004699";
|
|
594
676
|
export const amsTabsButtonColor = "#004699";
|
|
595
677
|
export const amsTabsButtonCursor = "pointer";
|
|
596
678
|
export const amsTabsButtonFontFamily = "'Amsterdam Sans', Arial, sans-serif";
|
|
@@ -613,8 +695,8 @@ export const amsTextAreaFontFamily = "'Amsterdam Sans', Arial, sans-serif";
|
|
|
613
695
|
export const amsTextAreaFontSize = "clamp(1.125rem, calc(0.469vw + 1.031rem), 1.5rem)";
|
|
614
696
|
export const amsTextAreaFontWeight = 400;
|
|
615
697
|
export const amsTextAreaLineHeight = "1.6";
|
|
616
|
-
export const
|
|
617
|
-
export const amsTextAreaOutlineOffset = "
|
|
698
|
+
export const amsTextAreaMinBlockSize = "calc(1.6 * 1em + 2 * 0.5rem)";
|
|
699
|
+
export const amsTextAreaOutlineOffset = "0.125rem";
|
|
618
700
|
export const amsTextAreaPaddingBlock = "0.5rem";
|
|
619
701
|
export const amsTextAreaPaddingInline = "1rem";
|
|
620
702
|
export const amsTextAreaDisabledBackgroundColor = "#FFFFFF";
|
|
@@ -632,7 +714,7 @@ export const amsTextInputFontFamily = "'Amsterdam Sans', Arial, sans-serif";
|
|
|
632
714
|
export const amsTextInputFontSize = "clamp(1.125rem, calc(0.469vw + 1.031rem), 1.5rem)";
|
|
633
715
|
export const amsTextInputFontWeight = 400;
|
|
634
716
|
export const amsTextInputLineHeight = "1.6";
|
|
635
|
-
export const amsTextInputOutlineOffset = "
|
|
717
|
+
export const amsTextInputOutlineOffset = "0.125rem";
|
|
636
718
|
export const amsTextInputPaddingBlock = ".5rem";
|
|
637
719
|
export const amsTextInputPaddingInline = "1rem";
|
|
638
720
|
export const amsTextInputDisabledBackgroundColor = "#FFFFFF";
|
|
@@ -649,7 +731,7 @@ export const amsTimeInputFontFamily = "'Amsterdam Sans', Arial, sans-serif";
|
|
|
649
731
|
export const amsTimeInputFontSize = "clamp(1.125rem, calc(0.469vw + 1.031rem), 1.5rem)";
|
|
650
732
|
export const amsTimeInputFontWeight = 400;
|
|
651
733
|
export const amsTimeInputLineHeight = "1.6";
|
|
652
|
-
export const amsTimeInputOutlineOffset = "
|
|
734
|
+
export const amsTimeInputOutlineOffset = "0.125rem";
|
|
653
735
|
export const amsTimeInputPaddingBlock = ".5rem";
|
|
654
736
|
export const amsTimeInputPaddingInline = "1rem";
|
|
655
737
|
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 +755,10 @@ export const amsTopTaskLinkLabelFontWeight = 800;
|
|
|
673
755
|
export const amsTopTaskLinkLabelLineHeight = "1.5";
|
|
674
756
|
export const amsTopTaskLinkLabelTextDecorationLine = "none";
|
|
675
757
|
export const amsTopTaskLinkLabelTextDecorationThickness = "0.125rem";
|
|
676
|
-
export const amsTopTaskLinkLabelTextUnderlineOffset = "0.
|
|
758
|
+
export const amsTopTaskLinkLabelTextUnderlineOffset = "0.3333em";
|
|
677
759
|
export const amsTopTaskLinkLabelHoverColor = "#102E62";
|
|
678
760
|
export const amsTopTaskLinkLabelHoverTextDecorationLine = "underline";
|
|
679
|
-
export const amsTopTaskLinkOutlineOffset = "
|
|
761
|
+
export const amsTopTaskLinkOutlineOffset = "0.125rem";
|
|
680
762
|
export const amsUnorderedListColor = "#000000";
|
|
681
763
|
export const amsUnorderedListFontFamily = "'Amsterdam Sans', Arial, sans-serif";
|
|
682
764
|
export const amsUnorderedListFontSize = "clamp(1.125rem, calc(0.469vw + 1.031rem), 1.5rem)";
|
|
@@ -690,3 +772,5 @@ export const amsUnorderedListItemPaddingInlineStart = "0.875rem"; // The total l
|
|
|
690
772
|
export const amsUnorderedListUnorderedListListStyleType = "'\\2013'";
|
|
691
773
|
export const amsUnorderedListUnorderedListItemMarginInlineStart = "0.875rem"; // Indent less than the parent to start-align the child’s marker with the parent text.
|
|
692
774
|
export const amsUnorderedListUnorderedListItemPaddingInlineStart = "0.875rem"; // The total level >=2 indentation for Amsterdam is 28 pixels, or 1.75rem.
|
|
775
|
+
export const amsUnorderedListSmallFontSize = "clamp(0.964rem, calc(0.295vw + 0.905rem), 1.2rem)";
|
|
776
|
+
export const amsUnorderedListSmallLineHeight = "1.6";
|