@amsterdam/design-system-tokens 3.1.0 → 3.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +17 -0
- package/README.md +45 -1
- package/build.js +25 -35
- package/dist/compact.css +2 -2
- package/dist/compact.d.ts +3 -3
- package/dist/compact.mjs +2 -2
- package/dist/compact.scss +2 -2
- package/dist/compact.theme.css +2 -2
- package/dist/index.css +60 -47
- package/dist/index.d.ts +24 -3
- package/dist/index.json +44 -23
- package/dist/index.mjs +91 -66
- package/dist/index.scss +60 -47
- package/dist/index.theme.css +60 -47
- package/package.json +2 -2
- package/src/brand/ams/aspect-ratio.tokens.json +18 -6
- package/src/brand/ams/border.compact.tokens.json +36 -4
- package/src/brand/ams/border.tokens.json +36 -4
- package/src/brand/ams/color.deprecated.tokens.json +3 -2
- package/src/brand/ams/color.tokens.json +104 -26
- package/src/brand/ams/cursor.tokens.json +6 -2
- package/src/brand/ams/focus.tokens.json +10 -1
- package/src/brand/ams/space.compact.tokens.json +30 -6
- package/src/brand/ams/space.tokens.json +24 -6
- package/src/brand/ams/typography.compact.tokens.json +110 -18
- package/src/brand/ams/typography.deprecated.compact.tokens.json +10 -4
- package/src/brand/ams/typography.deprecated.tokens.json +20 -8
- package/src/brand/ams/typography.tokens.json +131 -24
- package/src/common/ams/inputs.tokens.json +121 -18
- package/src/common/ams/links.tokens.json +72 -12
- package/src/components/ams/accordion.deprecated.tokens.json +29 -7
- package/src/components/ams/accordion.tokens.json +46 -8
- package/src/components/ams/action-group.tokens.json +7 -1
- package/src/components/ams/alert.tokens.json +83 -16
- package/src/components/ams/avatar.tokens.json +139 -31
- package/src/components/ams/badge.tokens.json +98 -22
- package/src/components/ams/blockquote.tokens.json +28 -6
- package/src/components/ams/breadcrumb.tokens.json +68 -15
- package/src/components/ams/button.tokens.json +176 -34
- package/src/components/ams/call-to-action-link.tokens.json +73 -14
- package/src/components/ams/card.tokens.json +60 -11
- package/src/components/ams/character-count.tokens.json +28 -6
- package/src/components/ams/checkbox.deprecated.tokens.json +23 -7
- package/src/components/ams/checkbox.tokens.json +154 -36
- package/src/components/ams/column.tokens.json +35 -5
- package/src/components/ams/date-input.deprecated.tokens.json +10 -10
- package/src/components/ams/date-input.tokens.json +93 -21
- package/src/components/ams/description-list.tokens.json +96 -13
- package/src/components/ams/dialog.tokens.json +144 -23
- package/src/components/ams/error-message.tokens.json +31 -6
- package/src/components/ams/field-set.deprecated.tokens.json +8 -1
- package/src/components/ams/field-set.tokens.json +69 -13
- package/src/components/ams/field.deprecated.tokens.json +8 -1
- package/src/components/ams/field.tokens.json +24 -4
- package/src/components/ams/figure.tokens.json +35 -7
- package/src/components/ams/file-input.tokens.json +143 -29
- package/src/components/ams/file-list.tokens.json +49 -9
- package/src/components/ams/grid.compact.tokens.json +7 -1
- package/src/components/ams/grid.tokens.json +79 -13
- package/src/components/ams/heading.tokens.json +91 -17
- package/src/components/ams/hint.tokens.json +8 -2
- package/src/components/ams/icon-button.tokens.json +69 -17
- package/src/components/ams/icon.deprecated.tokens.json +10 -4
- package/src/components/ams/icon.tokens.json +112 -19
- package/src/components/ams/image-slider.tokens.json +60 -10
- package/src/components/ams/image.tokens.json +3 -1
- package/src/components/ams/invalid-form-alert.tokens.json +7 -1
- package/src/components/ams/label.tokens.json +31 -7
- package/src/components/ams/link-list.tokens.json +106 -21
- package/src/components/ams/link.tokens.json +73 -15
- package/src/components/ams/logo.tokens.json +23 -5
- package/src/components/ams/mark.tokens.json +4 -1
- package/src/components/ams/menu.deprecated.tokens.json +12 -8
- package/src/components/ams/menu.tokens.json +119 -21
- package/src/components/ams/ordered-list.tokens.json +110 -22
- package/src/components/ams/page-footer.tokens.json +98 -18
- package/src/components/ams/page-header.compact.tokens.json +19 -3
- package/src/components/ams/page-header.tokens.json +214 -34
- package/src/components/ams/page-heading.deprecated.tokens.json +38 -8
- package/src/components/ams/page.tokens.json +24 -5
- package/src/components/ams/pagination.tokens.json +70 -14
- package/src/components/ams/paragraph.tokens.json +55 -11
- package/src/components/ams/password-input.tokens.json +92 -19
- package/src/components/ams/progress-list.tokens.json +172 -55
- package/src/components/ams/radio.tokens.json +142 -33
- package/src/components/ams/row.tokens.json +35 -5
- package/src/components/ams/search-field.tokens.json +101 -22
- package/src/components/ams/select.tokens.json +97 -24
- package/src/components/ams/skip-link.tokens.json +53 -10
- package/src/components/ams/spotlight.tokens.json +28 -7
- package/src/components/ams/standalone-link.deprecated.tokens.json +16 -10
- package/src/components/ams/standalone-link.tokens.json +75 -16
- package/src/components/ams/switch.tokens.json +57 -12
- package/src/components/ams/table-of-contents.deprecated.tokens.json +16 -3
- package/src/components/ams/table-of-contents.tokens.json +80 -15
- package/src/components/ams/table.tokens.json +49 -10
- package/src/components/ams/tabs.tokens.json +130 -17
- package/src/components/ams/text-area.tokens.json +97 -20
- package/src/components/ams/text-input.tokens.json +90 -19
- package/src/components/ams/time-input.deprecated.tokens.json +10 -10
- package/src/components/ams/time-input.tokens.json +91 -21
- package/src/components/ams/unordered-list.tokens.json +112 -22
- package/style-dictionary/dimensionToString.js +25 -0
- package/style-dictionary/transforms/dtcg-dimension.js +30 -0
- package/style-dictionary/transforms/name-custom-camel.js +27 -0
- package/style-dictionary/transforms/name-custom-kebab.js +27 -0
- package/style-dictionary/transforms/shadow-dtcg-dimension-normalize.js +50 -0
package/dist/index.mjs
CHANGED
|
@@ -12,7 +12,7 @@ export const amsBorderWidthS = "0.0625rem";
|
|
|
12
12
|
export const amsBorderWidthM = "0.125rem";
|
|
13
13
|
export const amsBorderWidthL = "0.1875rem";
|
|
14
14
|
export const amsBorderWidthXl = "0.25rem";
|
|
15
|
-
export const amsColorInteractiveSecondary = "#202020";
|
|
15
|
+
export const amsColorInteractiveSecondary = "#202020";
|
|
16
16
|
export const amsColorInteractiveContrast = "#202020";
|
|
17
17
|
export const amsColorInteractive = "#004699";
|
|
18
18
|
export const amsColorInteractiveDisabled = "#767676";
|
|
@@ -49,8 +49,8 @@ export const amsSpaceL = "clamp(1.5rem, 1.2857rem + 1.0714vw, 2.25rem)";
|
|
|
49
49
|
export const amsSpaceXl = "clamp(2.25rem, 1.8214rem + 2.1429vw, 3.75rem)";
|
|
50
50
|
export const amsSpace_2xl = "clamp(3rem, 2.25rem + 3.75vw, 5.625rem)";
|
|
51
51
|
export const amsTypographyHeading_0FontSize =
|
|
52
|
-
"clamp(2.435rem, 2.0409rem + 1.9709vw, 3.8147rem)";
|
|
53
|
-
export const amsTypographyHeading_0LineHeight = "1.1";
|
|
52
|
+
"clamp(2.435rem, 2.0409rem + 1.9709vw, 3.8147rem)";
|
|
53
|
+
export const amsTypographyHeading_0LineHeight = "1.1";
|
|
54
54
|
export const amsTypographyHeading_1FontSize =
|
|
55
55
|
"clamp(2rem, 1.7143rem + 1.4286vw, 3rem)";
|
|
56
56
|
export const amsTypographyHeading_1LineHeight = "1.2";
|
|
@@ -65,8 +65,8 @@ export const amsTypographyHeading_4FontSize =
|
|
|
65
65
|
export const amsTypographyHeading_4LineHeight = "1.4";
|
|
66
66
|
export const amsTypographyHeading_5FontSize = "1rem";
|
|
67
67
|
export const amsTypographyHeading_5LineHeight = "1.4";
|
|
68
|
-
export const amsTypographyHeading_6FontSize = "1rem";
|
|
69
|
-
export const amsTypographyHeading_6LineHeight = "1.4";
|
|
68
|
+
export const amsTypographyHeading_6FontSize = "1rem";
|
|
69
|
+
export const amsTypographyHeading_6LineHeight = "1.4";
|
|
70
70
|
export const amsTypographyHeadingFontWeight = "800";
|
|
71
71
|
export const amsTypographyHeadingTextWrap = "balance";
|
|
72
72
|
export const amsTypographyFontFamily = "'Amsterdam Sans', Arial, sans-serif";
|
|
@@ -100,17 +100,19 @@ export const amsInputsPaddingBlock =
|
|
|
100
100
|
export const amsInputsPaddingInline =
|
|
101
101
|
"clamp(1rem, 0.8571rem + 0.7143vw, 1.5rem)";
|
|
102
102
|
export const amsInputsDisabledColor = "#767676";
|
|
103
|
-
export const amsInputsHoverBoxShadow =
|
|
103
|
+
export const amsInputsHoverBoxShadow =
|
|
104
|
+
"inset 0rem 0rem 0rem 0.0625rem currentColor";
|
|
104
105
|
export const amsInputsInvalidBorderColor = "#ec0000";
|
|
105
106
|
export const amsInputsInvalidHoverBorderColor = "#b70000";
|
|
106
|
-
export const amsInputsInvalidHoverBoxShadow =
|
|
107
|
+
export const amsInputsInvalidHoverBoxShadow =
|
|
108
|
+
"inset 0rem 0rem 0rem 0.0625rem #b70000";
|
|
107
109
|
export const amsInputsPlaceholderColor = "#767676";
|
|
108
110
|
export const amsLinksColor = "#004699";
|
|
109
|
-
export const amsLinksTextDecorationThickness = "0.125rem";
|
|
110
|
-
export const amsLinksTextUnderlineOffset = "0.15625rem";
|
|
111
|
+
export const amsLinksTextDecorationThickness = "0.125rem";
|
|
112
|
+
export const amsLinksTextUnderlineOffset = "0.15625rem";
|
|
111
113
|
export const amsLinksHoverColor = "#003677";
|
|
112
|
-
export const amsLinksHoverTextDecorationThickness = "0.1875rem";
|
|
113
|
-
export const amsLinksHoverTextUnderlineOffset = "0.09375rem";
|
|
114
|
+
export const amsLinksHoverTextDecorationThickness = "0.1875rem";
|
|
115
|
+
export const amsLinksHoverTextUnderlineOffset = "0.09375rem";
|
|
114
116
|
export const amsLinksSubtleTextDecorationLine = "none";
|
|
115
117
|
export const amsLinksSubtleHoverTextDecorationLine = "underline";
|
|
116
118
|
export const amsLinksContrastColor = "#202020";
|
|
@@ -271,7 +273,8 @@ export const amsButtonSecondaryBorderColor = "currentColor";
|
|
|
271
273
|
export const amsButtonSecondaryColor = "#004699";
|
|
272
274
|
export const amsButtonSecondaryDisabledBorderColor = "#767676";
|
|
273
275
|
export const amsButtonSecondaryDisabledColor = "#767676";
|
|
274
|
-
export const amsButtonSecondaryHoverBoxShadow =
|
|
276
|
+
export const amsButtonSecondaryHoverBoxShadow =
|
|
277
|
+
"inset 0rem 0rem 0rem 0.0625rem currentColor";
|
|
275
278
|
export const amsButtonSecondaryHoverColor = "#003677";
|
|
276
279
|
export const amsButtonTertiaryBackgroundColor = "transparent";
|
|
277
280
|
export const amsButtonTertiaryBorderColor = "transparent";
|
|
@@ -319,7 +322,7 @@ export const amsCharacterCountFontSize = "1rem";
|
|
|
319
322
|
export const amsCharacterCountFontWeight = "400";
|
|
320
323
|
export const amsCharacterCountLineHeight = "1.6";
|
|
321
324
|
export const amsCharacterCountErrorColor = "#ec0000";
|
|
322
|
-
export const amsCheckboxHoverTextDecorationThickness = "0.125rem";
|
|
325
|
+
export const amsCheckboxHoverTextDecorationThickness = "0.125rem";
|
|
323
326
|
export const amsCheckboxHoverColor = "#003677";
|
|
324
327
|
export const amsCheckboxHoverTextDecorationLine = "underline";
|
|
325
328
|
export const amsCheckboxRectangleCheckedDisabledHoverFill = "#767676";
|
|
@@ -373,19 +376,19 @@ export const amsColumnGapLarge = "clamp(1.5rem, 1.2857rem + 1.0714vw, 2.25rem)";
|
|
|
373
376
|
export const amsColumnGapXLarge =
|
|
374
377
|
"clamp(2.25rem, 1.8214rem + 2.1429vw, 3.75rem)";
|
|
375
378
|
export const amsDateInputDisabledCalendarPickerIndicatorBackgroundImage =
|
|
376
|
-
"url(\"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36' fill='%23767676'><path d='M28 6V2h-4v4H12V2H8v4H2v28h32V6zm2 24H6V14h24z'/><path d='M10 17h4v4h-4zm6 0h4v4h-4zm6 0h4v4h-4zm-12 6h4v4h-4zm6 0h4v4h-4z'/></svg>\")";
|
|
379
|
+
"url(\"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36' fill='%23767676'><path d='M28 6V2h-4v4H12V2H8v4H2v28h32V6zm2 24H6V14h24z'/><path d='M10 17h4v4h-4zm6 0h4v4h-4zm6 0h4v4h-4zm-12 6h4v4h-4zm6 0h4v4h-4z'/></svg>\")";
|
|
377
380
|
export const amsDateInputDisabledCalenderPickerIndicatorBackgroundImage =
|
|
378
|
-
"url(\"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36' fill='%23767676'><path d='M28 6V2h-4v4H12V2H8v4H2v28h32V6zm2 24H6V14h24z'/><path d='M10 17h4v4h-4zm6 0h4v4h-4zm6 0h4v4h-4zm-12 6h4v4h-4zm6 0h4v4h-4z'/></svg>\")";
|
|
381
|
+
"url(\"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36' fill='%23767676'><path d='M28 6V2h-4v4H12V2H8v4H2v28h32V6zm2 24H6V14h24z'/><path d='M10 17h4v4h-4zm6 0h4v4h-4zm6 0h4v4h-4zm-12 6h4v4h-4zm6 0h4v4h-4z'/></svg>\")";
|
|
379
382
|
export const amsDateInputDisabledColor = "#767676";
|
|
380
383
|
export const amsDateInputDisabledCursor = "not-allowed";
|
|
381
384
|
export const amsDateInputHoverCalenderPickerIndicatorBackgroundImage =
|
|
382
|
-
"url(\"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36' fill='%23003677'><path d='M28 6V2h-4v4H12V2H8v4H2v28h32V6zm2 24H6V14h24z'/><path d='M10 17h4v4h-4zm6 0h4v4h-4zm6 0h4v4h-4zm-12 6h4v4h-4zm6 0h4v4h-4z'/></svg>\")";
|
|
383
|
-
export const amsDateInputHoverBoxShadow = "
|
|
385
|
+
"url(\"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36' fill='%23003677'><path d='M28 6V2h-4v4H12V2H8v4H2v28h32V6zm2 24H6V14h24z'/><path d='M10 17h4v4h-4zm6 0h4v4h-4zm6 0h4v4h-4zm-12 6h4v4h-4zm6 0h4v4h-4z'/></svg>\")";
|
|
386
|
+
export const amsDateInputHoverBoxShadow = "0 0 0 #000000";
|
|
384
387
|
export const amsDateInputHoverCalendarPickerIndicatorBackgroundImage =
|
|
385
388
|
"url(\"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36' fill='%23003677'><path d='M28 6V2h-4v4H12V2H8v4H2v28h32V6zm2 24H6V14h24z'/><path d='M10 17h4v4h-4zm6 0h4v4h-4zm6 0h4v4h-4zm-12 6h4v4h-4zm6 0h4v4h-4z'/></svg>\")";
|
|
386
389
|
export const amsDateInputCalenderPickerIndicatorBackgroundImage =
|
|
387
|
-
"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>\")";
|
|
388
|
-
export const amsDateInputCalenderPickerIndicatorCursor = "pointer";
|
|
390
|
+
"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>\")";
|
|
391
|
+
export const amsDateInputCalenderPickerIndicatorCursor = "pointer";
|
|
389
392
|
export const amsDateInputBackgroundColor = "#ffffff";
|
|
390
393
|
export const amsDateInputBorderColor = "currentColor";
|
|
391
394
|
export const amsDateInputBorderStyle = "solid";
|
|
@@ -403,8 +406,7 @@ export const amsDateInputPaddingInline =
|
|
|
403
406
|
"clamp(1rem, 0.8571rem + 0.7143vw, 1.5rem)";
|
|
404
407
|
export const amsDateInputInvalidBorderColor = "#ec0000";
|
|
405
408
|
export const amsDateInputInvalidHoverBorderColor = "#b70000";
|
|
406
|
-
export const amsDateInputInvalidHoverBoxShadow =
|
|
407
|
-
"inset 0 0 0 0.0625rem #b70000";
|
|
409
|
+
export const amsDateInputInvalidHoverBoxShadow = "0 0 0 #000000";
|
|
408
410
|
export const amsDateInputCalendarPickerIndicatorBackgroundImage =
|
|
409
411
|
"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>\")";
|
|
410
412
|
export const amsDateInputCalendarPickerIndicatorCursor = "pointer";
|
|
@@ -420,16 +422,25 @@ export const amsDescriptionListRowGap =
|
|
|
420
422
|
"clamp(0.5rem, 0.4286rem + 0.3571vw, 0.75rem)";
|
|
421
423
|
export const amsDescriptionListInverseColor = "#ffffff";
|
|
422
424
|
export const amsDescriptionListTermFontWeight = "800";
|
|
425
|
+
export const amsDescriptionListTermMarginBlockEnd =
|
|
426
|
+
"clamp(0.25rem, 0.2143rem + 0.1786vw, 0.375rem)";
|
|
427
|
+
export const amsDescriptionListTermViMediumMarginBlockEnd =
|
|
428
|
+
"clamp(1rem, 0.8571rem + 0.7143vw, 1.5rem)";
|
|
423
429
|
export const amsDescriptionListDescriptionFontWeight = "400";
|
|
424
|
-
export const
|
|
425
|
-
"clamp(
|
|
430
|
+
export const amsDescriptionListDescriptionMarginBlockEnd =
|
|
431
|
+
"clamp(1rem, 0.8571rem + 0.7143vw, 1.5rem)";
|
|
432
|
+
export const amsDescriptionListDescriptionPaddingInlineStart = "0";
|
|
433
|
+
export const amsDescriptionListSectionMarginBlockEnd =
|
|
434
|
+
"clamp(1rem, 0.8571rem + 0.7143vw, 1.5rem)";
|
|
426
435
|
export const amsDescriptionListNarrowGridTemplateColumns = "1fr 4fr";
|
|
427
436
|
export const amsDescriptionListMediumGridTemplateColumns = "1fr 2fr";
|
|
428
437
|
export const amsDescriptionListWideGridTemplateColumns = "1fr 1fr";
|
|
429
438
|
export const amsDialogBackgroundColor = "#ffffff";
|
|
430
439
|
export const amsDialogBorderColor = "#ffffff";
|
|
440
|
+
export const amsDialogBorderRadius = "initial";
|
|
431
441
|
export const amsDialogBorderStyle = "solid";
|
|
432
442
|
export const amsDialogBorderWidth = "0.125rem";
|
|
443
|
+
export const amsDialogBoxShadow = "initial";
|
|
433
444
|
export const amsDialogGap = "clamp(1rem, 0.8571rem + 0.7143vw, 1.5rem)";
|
|
434
445
|
export const amsDialogInlineSize =
|
|
435
446
|
"calc(100% - 2 * clamp(1.5rem, 1.2857rem + 1.0714vw, 2.25rem))";
|
|
@@ -542,7 +553,7 @@ export const amsFileInputFileSelectorButtonPaddingInline =
|
|
|
542
553
|
export const amsFileInputFileSelectorButtonDisabledColor = "#767676";
|
|
543
554
|
export const amsFileInputFileSelectorButtonDisabledCursor = "not-allowed";
|
|
544
555
|
export const amsFileInputFileSelectorButtonHoverBoxShadow =
|
|
545
|
-
"inset
|
|
556
|
+
"inset 0rem 0rem 0rem 0.0625rem currentColor";
|
|
546
557
|
export const amsFileInputFileSelectorButtonHoverColor = "#003677";
|
|
547
558
|
export const amsFileListGap = "clamp(1rem, 0.8571rem + 0.7143vw, 1.5rem)";
|
|
548
559
|
export const amsFileListPaddingBlock =
|
|
@@ -613,8 +624,8 @@ export const amsIconButtonInverseHoverColor = "#ffffff";
|
|
|
613
624
|
export const amsIconButtonInverseDisabledColor = "#ffffff";
|
|
614
625
|
export const amsIconButtonInverseDisabledBackgroundColor = "#767676";
|
|
615
626
|
export const amsIconHeading_0FontSize =
|
|
616
|
-
"clamp(2.435rem, 2.0409rem + 1.9709vw, 3.8147rem)";
|
|
617
|
-
export const amsIconHeading_0LineHeight = "1.1";
|
|
627
|
+
"clamp(2.435rem, 2.0409rem + 1.9709vw, 3.8147rem)";
|
|
628
|
+
export const amsIconHeading_0LineHeight = "1.1";
|
|
618
629
|
export const amsIconFontSize = "clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem)";
|
|
619
630
|
export const amsIconLineHeight = "1.8";
|
|
620
631
|
export const amsIconSmallFontSize = "1rem";
|
|
@@ -652,6 +663,8 @@ export const amsImageSliderThumbnailsThumbnailOpacity = "40%";
|
|
|
652
663
|
export const amsImageSliderThumbnailsThumbnailOutlineOffset = "0.25rem";
|
|
653
664
|
export const amsImageSliderThumbnailsThumbnailInViewOpacity = "100%";
|
|
654
665
|
export const amsImageSliderThumbnailsThumbnailHoverOpacity = "100%";
|
|
666
|
+
export const amsImageSliderFigureMarginBlockEnd =
|
|
667
|
+
"clamp(1rem, 0.8571rem + 0.7143vw, 1.5rem)";
|
|
655
668
|
export const amsImageAspectRatio = "16 / 9";
|
|
656
669
|
export const amsInvalidFormAlertOutlineOffset = "0.25rem";
|
|
657
670
|
export const amsLabelColor = "#202020";
|
|
@@ -707,10 +720,10 @@ export const amsLogoEmblemColor = "#ec0000";
|
|
|
707
720
|
export const amsLogoSubsiteColor = "#202020";
|
|
708
721
|
export const amsLogoTitleColor = "#ec0000";
|
|
709
722
|
export const amsMarkBackgroundColor = "#ffe600";
|
|
710
|
-
export const amsMenuLinkContrastColor = "#202020";
|
|
711
|
-
export const amsMenuLinkContrastHoverColor = "#202020";
|
|
712
|
-
export const amsMenuLinkInverseColor = "#ffffff";
|
|
713
|
-
export const amsMenuLinkInverseHoverColor = "#ffffff";
|
|
723
|
+
export const amsMenuLinkContrastColor = "#202020";
|
|
724
|
+
export const amsMenuLinkContrastHoverColor = "#202020";
|
|
725
|
+
export const amsMenuLinkInverseColor = "#ffffff";
|
|
726
|
+
export const amsMenuLinkInverseHoverColor = "#ffffff";
|
|
714
727
|
export const amsMenuLinkColor = "#ffffff";
|
|
715
728
|
export const amsMenuLinkGap = "clamp(0.5rem, 0.4286rem + 0.3571vw, 0.75rem)";
|
|
716
729
|
export const amsMenuLinkOutlineOffset = "0.25rem";
|
|
@@ -748,8 +761,8 @@ export const amsOrderedListListStyleType = "decimal";
|
|
|
748
761
|
export const amsOrderedListSmallFontSize = "1rem";
|
|
749
762
|
export const amsOrderedListSmallLineHeight = "1.6";
|
|
750
763
|
export const amsOrderedListInverseColor = "#ffffff";
|
|
751
|
-
export const amsOrderedListItemMarginInlineStart = "2.25rem";
|
|
752
|
-
export const amsOrderedListItemPaddingInlineStart = "0.25rem";
|
|
764
|
+
export const amsOrderedListItemMarginInlineStart = "2.25rem";
|
|
765
|
+
export const amsOrderedListItemPaddingInlineStart = "0.25rem";
|
|
753
766
|
export const amsOrderedListOrderedListGap =
|
|
754
767
|
"clamp(0.5rem, 0.4286rem + 0.3571vw, 0.75rem)";
|
|
755
768
|
export const amsOrderedListOrderedListListStyleType = "lower-alpha";
|
|
@@ -757,8 +770,8 @@ export const amsOrderedListOrderedListPaddingBlockEnd =
|
|
|
757
770
|
"clamp(0.5rem, 0.4286rem + 0.3571vw, 0.75rem)";
|
|
758
771
|
export const amsOrderedListOrderedListPaddingBlockStart =
|
|
759
772
|
"clamp(0.5rem, 0.4286rem + 0.3571vw, 0.75rem)";
|
|
760
|
-
export const amsOrderedListOrderedListItemMarginInlineStart = "1.5rem";
|
|
761
|
-
export const amsOrderedListOrderedListItemPaddingInlineStart = "0.25rem";
|
|
773
|
+
export const amsOrderedListOrderedListItemMarginInlineStart = "1.5rem";
|
|
774
|
+
export const amsOrderedListOrderedListItemPaddingInlineStart = "0.25rem";
|
|
762
775
|
export const amsPageFooterMenuColumnGap =
|
|
763
776
|
"clamp(1.5rem, 1.2857rem + 1.0714vw, 2.25rem)";
|
|
764
777
|
export const amsPageFooterMenuPaddingBlock =
|
|
@@ -789,7 +802,7 @@ export const amsPageHeaderFontFamily = "'Amsterdam Sans', Arial, sans-serif";
|
|
|
789
802
|
export const amsPageHeaderPaddingBlock =
|
|
790
803
|
"clamp(1.5rem, 1.2857rem + 1.0714vw, 2.25rem)";
|
|
791
804
|
export const amsPageHeaderPaddingInline =
|
|
792
|
-
"clamp(1.5rem, 1.2857rem + 1.0714vw, 2.25rem)";
|
|
805
|
+
"clamp(1.5rem, 1.2857rem + 1.0714vw, 2.25rem)";
|
|
793
806
|
export const amsPageHeaderMediumPaddingInline =
|
|
794
807
|
"clamp(2.25rem, 1.8214rem + 2.1429vw, 3.75rem)";
|
|
795
808
|
export const amsPageHeaderWidePaddingInline =
|
|
@@ -805,8 +818,14 @@ export const amsPageHeaderBrandNameLineHeight = "1.3";
|
|
|
805
818
|
export const amsPageHeaderBrandNameTextWrap = "balance";
|
|
806
819
|
export const amsPageHeaderMegaMenuPaddingBlock =
|
|
807
820
|
"clamp(1.5rem, 1.2857rem + 1.0714vw, 2.25rem)";
|
|
821
|
+
export const amsPageHeaderMegaMenuButtonBackgroundColor = "#004699";
|
|
822
|
+
export const amsPageHeaderMegaMenuButtonColor = "#ffffff";
|
|
808
823
|
export const amsPageHeaderMegaMenuButtonCursor = "pointer";
|
|
809
824
|
export const amsPageHeaderMegaMenuButtonLabelOpenFontWeight = "800";
|
|
825
|
+
export const amsPageHeaderMegaMenuButtonPaddingInline =
|
|
826
|
+
"clamp(0.5rem, 0.4286rem + 0.3571vw, 0.75rem)";
|
|
827
|
+
export const amsPageHeaderMegaMenuButtonHoverBackgroundColor = "#003677";
|
|
828
|
+
export const amsPageHeaderMegaMenuButtonHoverColor = "#ffffff";
|
|
810
829
|
export const amsPageHeaderMenuColumnGap =
|
|
811
830
|
"clamp(1.5rem, 1.2857rem + 1.0714vw, 2.25rem)";
|
|
812
831
|
export const amsPageHeaderMenuRowGap =
|
|
@@ -824,6 +843,7 @@ export const amsPageHeaderMenuItemOutlineOffset = "0.25rem";
|
|
|
824
843
|
export const amsPageHeaderMenuItemPaddingBlock =
|
|
825
844
|
"clamp(0.25rem, 0.2143rem + 0.1786vw, 0.375rem)";
|
|
826
845
|
export const amsPageHeaderMenuItemHoverColor = "#003677";
|
|
846
|
+
export const amsPageHeaderMenuLinkColor = "#004699";
|
|
827
847
|
export const amsPageHeaderMenuLinkGap =
|
|
828
848
|
"clamp(0.25rem, 0.2143rem + 0.1786vw, 0.375rem)";
|
|
829
849
|
export const amsPageHeaderMenuLinkTextDecorationLine = "none";
|
|
@@ -846,7 +866,7 @@ export const amsPageBackgroundColor = "#ffffff";
|
|
|
846
866
|
export const amsPageMaxInlineSize = "90rem";
|
|
847
867
|
export const amsPageWithMenuMaxInlineSize = "120rem";
|
|
848
868
|
export const amsPageWithMenuAreaSkipLinkMarginInlineEnd =
|
|
849
|
-
"clamp(1.5rem, 1.2857rem + 1.0714vw, 2.25rem)";
|
|
869
|
+
"clamp(1.5rem, 1.2857rem + 1.0714vw, 2.25rem)";
|
|
850
870
|
export const amsPaginationFontFamily = "'Amsterdam Sans', Arial, sans-serif";
|
|
851
871
|
export const amsPaginationFontSize =
|
|
852
872
|
"clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem)";
|
|
@@ -894,11 +914,10 @@ export const amsPasswordInputPaddingInline =
|
|
|
894
914
|
"clamp(1rem, 0.8571rem + 0.7143vw, 1.5rem)";
|
|
895
915
|
export const amsPasswordInputDisabledColor = "#767676";
|
|
896
916
|
export const amsPasswordInputDisabledCursor = "not-allowed";
|
|
897
|
-
export const amsPasswordInputHoverBoxShadow = "
|
|
917
|
+
export const amsPasswordInputHoverBoxShadow = "0 0 0 #000000";
|
|
898
918
|
export const amsPasswordInputInvalidBorderColor = "#ec0000";
|
|
899
919
|
export const amsPasswordInputInvalidHoverBorderColor = "#b70000";
|
|
900
|
-
export const amsPasswordInputInvalidHoverBoxShadow =
|
|
901
|
-
"inset 0 0 0 0.0625rem #b70000";
|
|
920
|
+
export const amsPasswordInputInvalidHoverBoxShadow = "0 0 0 #000000";
|
|
902
921
|
export const amsPasswordInputPlaceholderColor = "#767676";
|
|
903
922
|
export const amsProgressListHeading_2StepMarkerBlockSize =
|
|
904
923
|
"calc(clamp(1.5rem, 1.3571rem + 0.7143vw, 2rem) * 1.3)";
|
|
@@ -1036,11 +1055,10 @@ export const amsSearchFieldInputPaddingBlock =
|
|
|
1036
1055
|
"clamp(0.5rem, 0.4286rem + 0.3571vw, 0.75rem)";
|
|
1037
1056
|
export const amsSearchFieldInputPaddingInline =
|
|
1038
1057
|
"clamp(1rem, 0.8571rem + 0.7143vw, 1.5rem)";
|
|
1039
|
-
export const amsSearchFieldInputHoverBoxShadow = "
|
|
1058
|
+
export const amsSearchFieldInputHoverBoxShadow = "0 0 0 #000000";
|
|
1040
1059
|
export const amsSearchFieldInputInvalidBorderColor = "#ec0000";
|
|
1041
1060
|
export const amsSearchFieldInputInvalidHoverBorderColor = "#b70000";
|
|
1042
|
-
export const amsSearchFieldInputInvalidHoverBoxShadow =
|
|
1043
|
-
"inset 0 0 0 0.0625rem #b70000";
|
|
1061
|
+
export const amsSearchFieldInputInvalidHoverBoxShadow = "0 0 0 #000000";
|
|
1044
1062
|
export const amsSearchFieldInputCancelButtonBackgroundImage =
|
|
1045
1063
|
"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>\")";
|
|
1046
1064
|
export const amsSearchFieldInputCancelButtonBlockSize =
|
|
@@ -1073,12 +1091,14 @@ export const amsSelectDisabledBackgroundImage =
|
|
|
1073
1091
|
"url(\"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'><path fill='%23767676' fill-rule='evenodd' d='m16 25.757-16-16 2.91-2.9L16 19.937l13.09-13.08 2.91 2.9z'/></svg>\")";
|
|
1074
1092
|
export const amsSelectDisabledColor = "#767676";
|
|
1075
1093
|
export const amsSelectDisabledCursor = "not-allowed";
|
|
1076
|
-
export const amsSelectHoverBoxShadow =
|
|
1094
|
+
export const amsSelectHoverBoxShadow =
|
|
1095
|
+
"inset 0rem 0rem 0rem 0.0625rem currentColor";
|
|
1077
1096
|
export const amsSelectHoverBackgroundImage =
|
|
1078
1097
|
"url(\"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'><path fill='%23003677' fill-rule='evenodd' d='m16 25.757-16-16 2.91-2.9L16 19.937l13.09-13.08 2.91 2.9z'/></svg>\")";
|
|
1079
1098
|
export const amsSelectInvalidBorderColor = "#ec0000";
|
|
1080
1099
|
export const amsSelectInvalidHoverBorderColor = "#b70000";
|
|
1081
|
-
export const amsSelectInvalidHoverBoxShadow =
|
|
1100
|
+
export const amsSelectInvalidHoverBoxShadow =
|
|
1101
|
+
"inset 0rem 0rem 0rem 0.0625rem #b70000";
|
|
1082
1102
|
export const amsSelectOptionDisabledColor = "#767676";
|
|
1083
1103
|
export const amsSkipLinkBackgroundColor = "#004699";
|
|
1084
1104
|
export const amsSkipLinkColor = "#ffffff";
|
|
@@ -1100,13 +1120,13 @@ export const amsSpotlightLimeBackgroundColor = "#bed200";
|
|
|
1100
1120
|
export const amsSpotlightMagentaBackgroundColor = "#e50082";
|
|
1101
1121
|
export const amsSpotlightOrangeBackgroundColor = "#ff9100";
|
|
1102
1122
|
export const amsSpotlightYellowBackgroundColor = "#ffe600";
|
|
1103
|
-
export const amsStandaloneLinkHoverTextDecorationThickness = "0.1875rem";
|
|
1104
|
-
export const amsStandaloneLinkHoverTextUnderlineOffset = "0.09375rem";
|
|
1123
|
+
export const amsStandaloneLinkHoverTextDecorationThickness = "0.1875rem";
|
|
1124
|
+
export const amsStandaloneLinkHoverTextUnderlineOffset = "0.09375rem";
|
|
1105
1125
|
export const amsStandaloneLinkHoverColor = "#003677";
|
|
1106
1126
|
export const amsStandaloneLinkHoverTextDecorationLine = "underline";
|
|
1107
|
-
export const amsStandaloneLinkWithIconTextDecorationLine = "none";
|
|
1108
|
-
export const amsStandaloneLinkWithIconTextDecorationThickness = "0.125rem";
|
|
1109
|
-
export const amsStandaloneLinkWithIconHoverTextDecorationLine = "underline";
|
|
1127
|
+
export const amsStandaloneLinkWithIconTextDecorationLine = "none";
|
|
1128
|
+
export const amsStandaloneLinkWithIconTextDecorationThickness = "0.125rem";
|
|
1129
|
+
export const amsStandaloneLinkWithIconHoverTextDecorationLine = "underline";
|
|
1110
1130
|
export const amsStandaloneLinkColor = "#004699";
|
|
1111
1131
|
export const amsStandaloneLinkColumnGap =
|
|
1112
1132
|
"clamp(0.5rem, 0.4286rem + 0.3571vw, 0.75rem)";
|
|
@@ -1175,7 +1195,8 @@ export const amsTableCellPaddingInline =
|
|
|
1175
1195
|
"clamp(1rem, 0.8571rem + 0.7143vw, 1.5rem)";
|
|
1176
1196
|
export const amsTableHeaderCellFontWeight = "800";
|
|
1177
1197
|
export const amsTabsGap = "clamp(1rem, 0.8571rem + 0.7143vw, 1.5rem)";
|
|
1178
|
-
export const amsTabsListBoxShadow =
|
|
1198
|
+
export const amsTabsListBoxShadow =
|
|
1199
|
+
"inset 0rem calc(0.125rem * -1) 0rem 0rem #d1d1d1";
|
|
1179
1200
|
export const amsTabsButtonColor = "#004699";
|
|
1180
1201
|
export const amsTabsButtonCursor = "pointer";
|
|
1181
1202
|
export const amsTabsButtonFontFamily = "'Amsterdam Sans', Arial, sans-serif";
|
|
@@ -1188,9 +1209,11 @@ export const amsTabsButtonPaddingBlock =
|
|
|
1188
1209
|
"clamp(0.5rem, 0.4286rem + 0.3571vw, 0.75rem)";
|
|
1189
1210
|
export const amsTabsButtonPaddingInline =
|
|
1190
1211
|
"clamp(1rem, 0.8571rem + 0.7143vw, 1.5rem)";
|
|
1191
|
-
export const amsTabsButtonHoverBoxShadow =
|
|
1212
|
+
export const amsTabsButtonHoverBoxShadow =
|
|
1213
|
+
"inset 0rem calc(0.125rem * -1) 0rem 0rem currentColor";
|
|
1192
1214
|
export const amsTabsButtonHoverColor = "#003677";
|
|
1193
|
-
export const amsTabsButtonSelectedBoxShadow =
|
|
1215
|
+
export const amsTabsButtonSelectedBoxShadow =
|
|
1216
|
+
"inset 0rem calc(0.25rem * -1) 0rem 0rem currentColor";
|
|
1194
1217
|
export const amsTabsButtonSelectedFontWeight = "800";
|
|
1195
1218
|
export const amsTabsButtonDisabledColor = "#767676";
|
|
1196
1219
|
export const amsTabsButtonDisabledCursor = "not-allowed";
|
|
@@ -1213,10 +1236,10 @@ export const amsTextAreaPaddingInline =
|
|
|
1213
1236
|
"clamp(1rem, 0.8571rem + 0.7143vw, 1.5rem)";
|
|
1214
1237
|
export const amsTextAreaDisabledColor = "#767676";
|
|
1215
1238
|
export const amsTextAreaDisabledCursor = "not-allowed";
|
|
1216
|
-
export const amsTextAreaHoverBoxShadow = "
|
|
1239
|
+
export const amsTextAreaHoverBoxShadow = "0 0 0 #000000";
|
|
1217
1240
|
export const amsTextAreaInvalidBorderColor = "#ec0000";
|
|
1218
1241
|
export const amsTextAreaInvalidHoverBorderColor = "#b70000";
|
|
1219
|
-
export const amsTextAreaInvalidHoverBoxShadow = "
|
|
1242
|
+
export const amsTextAreaInvalidHoverBoxShadow = "0 0 0 #000000";
|
|
1220
1243
|
export const amsTextAreaPlaceholderColor = "#767676";
|
|
1221
1244
|
export const amsTextInputBackgroundColor = "#ffffff";
|
|
1222
1245
|
export const amsTextInputBorderColor = "currentColor";
|
|
@@ -1235,26 +1258,28 @@ export const amsTextInputPaddingInline =
|
|
|
1235
1258
|
"clamp(1rem, 0.8571rem + 0.7143vw, 1.5rem)";
|
|
1236
1259
|
export const amsTextInputDisabledColor = "#767676";
|
|
1237
1260
|
export const amsTextInputDisabledCursor = "not-allowed";
|
|
1238
|
-
export const amsTextInputHoverBoxShadow =
|
|
1261
|
+
export const amsTextInputHoverBoxShadow =
|
|
1262
|
+
"inset 0rem 0rem 0rem 0.0625rem currentColor";
|
|
1239
1263
|
export const amsTextInputInvalidBorderColor = "#ec0000";
|
|
1240
1264
|
export const amsTextInputInvalidHoverBorderColor = "#b70000";
|
|
1241
1265
|
export const amsTextInputInvalidHoverBoxShadow =
|
|
1242
|
-
"inset
|
|
1266
|
+
"inset 0rem 0rem 0rem 0.0625rem #b70000";
|
|
1243
1267
|
export const amsTextInputPlaceholderColor = "#767676";
|
|
1244
1268
|
export const amsTimeInputDisabledCalendarPickerIndicatorBackgroundImage =
|
|
1245
1269
|
"url(\"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='%23767676'><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>\")";
|
|
1246
1270
|
export const amsTimeInputDisabledCalenderPickerIndicatorBackgroundImage =
|
|
1247
|
-
"url(\"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='%23767676'><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>\")";
|
|
1271
|
+
"url(\"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='%23767676'><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>\")";
|
|
1248
1272
|
export const amsTimeInputDisabledColor = "#767676";
|
|
1249
1273
|
export const amsTimeInputDisabledCursor = "not-allowed";
|
|
1250
1274
|
export const amsTimeInputHoverCalenderPickerIndicatorBackgroundImage =
|
|
1251
|
-
"url(\"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='%23003677'><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>\")";
|
|
1252
|
-
export const amsTimeInputHoverBoxShadow =
|
|
1275
|
+
"url(\"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='%23003677'><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>\")";
|
|
1276
|
+
export const amsTimeInputHoverBoxShadow =
|
|
1277
|
+
"inset 0rem 0rem 0rem 0.0625rem currentColor";
|
|
1253
1278
|
export const amsTimeInputHoverCalendarPickerIndicatorBackgroundImage =
|
|
1254
1279
|
"url(\"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='%23003677'><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>\")";
|
|
1255
1280
|
export const amsTimeInputCalenderPickerIndicatorBackgroundImage =
|
|
1256
|
-
"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>\")";
|
|
1257
|
-
export const amsTimeInputCalenderPickerIndicatorCursor = "pointer";
|
|
1281
|
+
"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>\")";
|
|
1282
|
+
export const amsTimeInputCalenderPickerIndicatorCursor = "pointer";
|
|
1258
1283
|
export const amsTimeInputBackgroundColor = "#ffffff";
|
|
1259
1284
|
export const amsTimeInputBorderColor = "currentColor";
|
|
1260
1285
|
export const amsTimeInputBorderStyle = "solid";
|
|
@@ -1273,7 +1298,7 @@ export const amsTimeInputPaddingInline =
|
|
|
1273
1298
|
export const amsTimeInputInvalidBorderColor = "#ec0000";
|
|
1274
1299
|
export const amsTimeInputInvalidHoverBorderColor = "#b70000";
|
|
1275
1300
|
export const amsTimeInputInvalidHoverBoxShadow =
|
|
1276
|
-
"inset
|
|
1301
|
+
"inset 0rem 0rem 0rem 0.0625rem #b70000";
|
|
1277
1302
|
export const amsTimeInputCalendarPickerIndicatorBackgroundImage =
|
|
1278
1303
|
"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>\")";
|
|
1279
1304
|
export const amsTimeInputCalendarPickerIndicatorCursor = "pointer";
|
|
@@ -1289,8 +1314,8 @@ export const amsUnorderedListListStyleType = "'\\2022'";
|
|
|
1289
1314
|
export const amsUnorderedListInverseColor = "#ffffff";
|
|
1290
1315
|
export const amsUnorderedListSmallFontSize = "1rem";
|
|
1291
1316
|
export const amsUnorderedListSmallLineHeight = "1.6";
|
|
1292
|
-
export const amsUnorderedListItemMarginInlineStart = "1.625rem";
|
|
1293
|
-
export const amsUnorderedListItemPaddingInlineStart = "0.875rem";
|
|
1317
|
+
export const amsUnorderedListItemMarginInlineStart = "1.625rem";
|
|
1318
|
+
export const amsUnorderedListItemPaddingInlineStart = "0.875rem";
|
|
1294
1319
|
export const amsUnorderedListUnorderedListGap =
|
|
1295
1320
|
"clamp(0.5rem, 0.4286rem + 0.3571vw, 0.75rem)";
|
|
1296
1321
|
export const amsUnorderedListUnorderedListListStyleType = "'\\2013'";
|
|
@@ -1298,5 +1323,5 @@ export const amsUnorderedListUnorderedListPaddingBlockEnd =
|
|
|
1298
1323
|
"clamp(0.5rem, 0.4286rem + 0.3571vw, 0.75rem)";
|
|
1299
1324
|
export const amsUnorderedListUnorderedListPaddingBlockStart =
|
|
1300
1325
|
"clamp(0.5rem, 0.4286rem + 0.3571vw, 0.75rem)";
|
|
1301
|
-
export const amsUnorderedListUnorderedListItemMarginInlineStart = "0.875rem";
|
|
1302
|
-
export const amsUnorderedListUnorderedListItemPaddingInlineStart = "0.875rem";
|
|
1326
|
+
export const amsUnorderedListUnorderedListItemMarginInlineStart = "0.875rem";
|
|
1327
|
+
export const amsUnorderedListUnorderedListItemPaddingInlineStart = "0.875rem";
|