@amsterdam/design-system-tokens 3.3.0 → 4.0.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 +61 -3
- package/README.md +131 -22
- package/build.js +11 -1
- package/dist/compact.css +9 -2
- package/dist/compact.d.ts +21 -6
- package/dist/compact.json +33 -18
- package/dist/compact.mjs +21 -13
- package/dist/compact.scss +9 -2
- package/dist/compact.theme.css +9 -2
- package/dist/index.css +177 -165
- package/dist/index.d.ts +250 -226
- package/dist/index.json +345 -321
- package/dist/index.mjs +285 -267
- package/dist/index.scss +177 -165
- package/dist/index.theme.css +177 -165
- package/package.json +2 -2
- package/src/brand/ams/aspect-ratio.tokens.json +24 -6
- package/src/brand/ams/border.compact.tokens.json +20 -0
- package/src/brand/ams/border.tokens.json +25 -0
- package/src/brand/ams/color.compact.tokens.json +15 -0
- package/src/brand/ams/color.tokens.json +37 -49
- package/src/brand/ams/cursor.tokens.json +9 -2
- package/src/brand/ams/focus.tokens.json +1 -0
- package/src/brand/ams/space.compact.tokens.json +16 -4
- package/src/brand/ams/space.tokens.json +31 -6
- package/src/brand/ams/typography.compact.tokens.json +36 -27
- package/src/brand/ams/typography.tokens.json +60 -32
- package/src/common/ams/inputs.tokens.json +41 -19
- package/src/common/ams/links.tokens.json +35 -10
- package/src/components/ams/accordion.tokens.json +18 -11
- package/src/components/ams/action-group.tokens.json +2 -2
- package/src/components/ams/alert.tokens.json +38 -20
- package/src/components/ams/avatar.tokens.json +79 -29
- package/src/components/ams/badge.tokens.json +60 -23
- package/src/components/ams/blockquote.tokens.json +14 -5
- package/src/components/ams/body.compact.tokens.json +12 -0
- package/src/components/ams/body.tokens.json +12 -0
- package/src/components/ams/breadcrumb.tokens.json +36 -15
- package/src/components/ams/button.tokens.json +74 -33
- package/src/components/ams/call-to-action-link.tokens.json +29 -16
- package/src/components/ams/card.tokens.json +30 -17
- package/src/components/ams/character-count.tokens.json +14 -5
- package/src/components/ams/checkbox.tokens.json +106 -39
- package/src/components/ams/column.tokens.json +10 -10
- package/src/components/ams/date-input.tokens.json +56 -23
- package/src/components/ams/description-list.tokens.json +101 -23
- package/src/components/ams/dialog.tokens.json +104 -28
- package/src/components/ams/error-message.tokens.json +13 -6
- package/src/components/ams/field-set.tokens.json +40 -17
- package/src/components/ams/field.tokens.json +18 -7
- package/src/components/ams/figure.tokens.json +16 -7
- package/src/components/ams/file-input.tokens.json +69 -30
- package/src/components/ams/file-list.tokens.json +20 -11
- package/src/components/ams/grid.compact.tokens.json +24 -2
- package/src/components/ams/grid.tokens.json +77 -24
- package/src/components/ams/heading.tokens.json +38 -36
- package/src/components/ams/hint.tokens.json +6 -2
- package/src/components/ams/icon-button.tokens.json +46 -16
- package/src/components/ams/icon.tokens.json +19 -23
- package/src/components/ams/image-slider.tokens.json +28 -16
- package/src/components/ams/image.tokens.json +4 -1
- package/src/components/ams/invalid-form-alert.tokens.json +2 -2
- package/src/components/ams/label.tokens.json +18 -6
- package/src/components/ams/link-list.tokens.json +50 -22
- package/src/components/ams/link.tokens.json +38 -25
- package/src/components/ams/logo.tokens.json +6 -2
- package/src/components/ams/mark.tokens.json +3 -1
- package/src/components/ams/menu.tokens.json +81 -28
- package/src/components/ams/ordered-list.tokens.json +39 -25
- package/src/components/ams/page-footer.tokens.json +70 -26
- package/src/components/ams/page-header.compact.tokens.json +2 -1
- package/src/components/ams/page-header.tokens.json +128 -59
- package/src/components/ams/page.compact.tokens.json +12 -0
- package/src/components/ams/page.tokens.json +5 -3
- package/src/components/ams/pagination.tokens.json +37 -17
- package/src/components/ams/paragraph.tokens.json +22 -8
- package/src/components/ams/password-input.tokens.json +47 -21
- package/src/components/ams/progress-list.tokens.json +194 -52
- package/src/components/ams/radio.tokens.json +97 -36
- package/src/components/ams/row.tokens.json +10 -10
- package/src/components/ams/search-field.tokens.json +57 -24
- package/src/components/ams/select.tokens.json +63 -23
- package/src/components/ams/skip-link.tokens.json +23 -12
- package/src/components/ams/spotlight.tokens.json +21 -7
- package/src/components/ams/standalone-link.tokens.json +44 -18
- package/src/components/ams/switch.tokens.json +40 -10
- package/src/components/ams/tab-navigation.tokens.json +205 -0
- package/src/components/ams/table-of-contents.tokens.json +38 -20
- package/src/components/ams/table.tokens.json +29 -10
- package/src/components/ams/tabs.tokens.json +39 -20
- package/src/components/ams/text-area.tokens.json +49 -23
- package/src/components/ams/text-input.tokens.json +47 -19
- package/src/components/ams/time-input.tokens.json +56 -21
- package/src/components/ams/unordered-list.tokens.json +37 -25
- package/style-dictionary/transforms/dtcg-font-family.js +32 -0
- package/src/brand/ams/color.deprecated.tokens.json +0 -13
- package/src/brand/ams/typography.deprecated.compact.tokens.json +0 -26
- package/src/brand/ams/typography.deprecated.tokens.json +0 -40
- package/src/components/ams/accordion.deprecated.tokens.json +0 -39
- package/src/components/ams/checkbox.deprecated.tokens.json +0 -59
- package/src/components/ams/date-input.deprecated.tokens.json +0 -38
- package/src/components/ams/field-set.deprecated.tokens.json +0 -16
- package/src/components/ams/field.deprecated.tokens.json +0 -14
- package/src/components/ams/icon.deprecated.tokens.json +0 -22
- package/src/components/ams/menu.deprecated.tokens.json +0 -36
- package/src/components/ams/page-heading.deprecated.tokens.json +0 -46
- package/src/components/ams/standalone-link.deprecated.tokens.json +0 -38
- package/src/components/ams/table-of-contents.deprecated.tokens.json +0 -24
- package/src/components/ams/time-input.deprecated.tokens.json +0 -38
package/dist/index.scss
CHANGED
|
@@ -7,19 +7,14 @@ $ams-aspect-ratio-1-1: 1 / 1;
|
|
|
7
7
|
$ams-aspect-ratio-4-3: 4 / 3;
|
|
8
8
|
$ams-aspect-ratio-16-9: 16 / 9;
|
|
9
9
|
$ams-aspect-ratio-16-5: 16 / 5;
|
|
10
|
-
$ams-border-width-s: 0.0625rem;
|
|
11
|
-
$ams-border-width-m: 0.125rem;
|
|
12
|
-
$ams-border-width-l: 0.1875rem;
|
|
13
|
-
$ams-border-width-xl: 0.25rem;
|
|
14
|
-
$ams-
|
|
15
|
-
$ams-
|
|
16
|
-
$ams-color-
|
|
17
|
-
$ams-color-
|
|
18
|
-
$ams-color-interactive-hover: #003677;
|
|
19
|
-
$ams-color-interactive-invalid: #ec0000;
|
|
20
|
-
$ams-color-interactive-invalid-hover: #b70000;
|
|
21
|
-
$ams-color-interactive-inverse: #ffffff;
|
|
22
|
-
$ams-color-background: #ffffff;
|
|
10
|
+
$ams-border-width-s: 0.0625rem; // 1px equivalent. For subtle borders like hover reinforcement.
|
|
11
|
+
$ams-border-width-m: 0.125rem; // 2px equivalent. The default border width for inputs and containers.
|
|
12
|
+
$ams-border-width-l: 0.1875rem; // 3px equivalent.
|
|
13
|
+
$ams-border-width-xl: 0.25rem; // 4px equivalent. For strong emphasis like active tab indicators.
|
|
14
|
+
$ams-border-width-negative-m: -0.125rem;
|
|
15
|
+
$ams-border-width-negative-xl: -0.25rem;
|
|
16
|
+
$ams-color-background-body: #ffffff;
|
|
17
|
+
$ams-color-background: #ffffff; // The default background colour for form controls and smaller surfaces.
|
|
23
18
|
$ams-color-feedback-error: #ec0000;
|
|
24
19
|
$ams-color-feedback-info: #009de6;
|
|
25
20
|
$ams-color-feedback-success: #00893c;
|
|
@@ -31,48 +26,52 @@ $ams-color-highlight-magenta: #e50082;
|
|
|
31
26
|
$ams-color-highlight-orange: #ff9100;
|
|
32
27
|
$ams-color-highlight-purple: #a00078;
|
|
33
28
|
$ams-color-highlight-yellow: #ffe600;
|
|
29
|
+
$ams-color-interactive-contrast: #202020; // For interactive elements on coloured backgrounds where the default blue lacks sufficient contrast.
|
|
30
|
+
$ams-color-interactive: #004699;
|
|
31
|
+
$ams-color-interactive-disabled: #767676;
|
|
32
|
+
$ams-color-interactive-hover: #003677;
|
|
33
|
+
$ams-color-interactive-invalid: #ec0000;
|
|
34
|
+
$ams-color-interactive-invalid-hover: #b70000;
|
|
35
|
+
$ams-color-interactive-inverse: #ffffff; // For interactive elements on dark backgrounds.
|
|
34
36
|
$ams-color-progress-current: #00893c;
|
|
35
37
|
$ams-color-progress-completed: #00893c;
|
|
36
38
|
$ams-color-progress-upcoming: #767676;
|
|
37
|
-
$ams-color-separator: #d1d1d1;
|
|
39
|
+
$ams-color-separator: #d1d1d1; // For row borders in tables.
|
|
38
40
|
$ams-color-text: #202020;
|
|
39
41
|
$ams-color-text-inverse: #ffffff;
|
|
40
|
-
$ams-color-text-secondary: #767676;
|
|
42
|
+
$ams-color-text-secondary: #767676; // For supporting text that is less prominent than the default, e.g. metadata.
|
|
41
43
|
$ams-cursor-disabled: not-allowed;
|
|
42
|
-
$ams-cursor-interactive: pointer;
|
|
43
|
-
$ams-focus-outline-offset: 0.25rem;
|
|
44
|
-
$ams-space-xs: clamp(0.25rem, 0.2143rem + 0.1786vw, 0.375rem);
|
|
45
|
-
$ams-space-s: clamp(0.5rem, 0.4286rem + 0.3571vw, 0.75rem);
|
|
46
|
-
$ams-space-m: clamp(1rem, 0.8571rem + 0.7143vw, 1.5rem);
|
|
47
|
-
$ams-space-l: clamp(1.5rem, 1.2857rem + 1.0714vw, 2.25rem);
|
|
48
|
-
$ams-space-xl: clamp(2.25rem, 1.8214rem + 2.1429vw, 3.75rem);
|
|
49
|
-
$ams-space-2xl: clamp(3rem, 2.25rem + 3.75vw, 5.625rem);
|
|
50
|
-
$ams-typography-
|
|
51
|
-
$ams-typography-
|
|
52
|
-
$ams-typography-
|
|
44
|
+
$ams-cursor-interactive: pointer; // All interactive elements in their default state that lack a cursor style.
|
|
45
|
+
$ams-focus-outline-offset: 0.25rem; // The distance between a focused element and its outline. Provides breathing room so the outline doesn't touch the element.
|
|
46
|
+
$ams-space-xs: clamp(0.25rem, 0.2143rem + 0.1786vw, 0.375rem); // Scales from 4px to 6px.
|
|
47
|
+
$ams-space-s: clamp(0.5rem, 0.4286rem + 0.3571vw, 0.75rem); // Scales from 8px to 12px.
|
|
48
|
+
$ams-space-m: clamp(1rem, 0.8571rem + 0.7143vw, 1.5rem); // Scales from 16px to 24px.
|
|
49
|
+
$ams-space-l: clamp(1.5rem, 1.2857rem + 1.0714vw, 2.25rem); // Scales from 24px to 36px.
|
|
50
|
+
$ams-space-xl: clamp(2.25rem, 1.8214rem + 2.1429vw, 3.75rem); // Scales from 36px to 60px.
|
|
51
|
+
$ams-space-2xl: clamp(3rem, 2.25rem + 3.75vw, 5.625rem); // Scales from 48px to 90px.
|
|
52
|
+
$ams-typography-font-family: 'Amsterdam Sans', Arial, sans-serif; // The corporate typeface with system fallbacks.
|
|
53
|
+
$ams-typography-hyphenate-limit-chars: auto; // Lets the browser decide the minimum character count for hyphenation.
|
|
54
|
+
$ams-typography-body-text-font-size: clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem); // Scales from 18px to 20px.
|
|
55
|
+
$ams-typography-body-text-font-weight: 400;
|
|
56
|
+
$ams-typography-body-text-line-height: 1.6;
|
|
57
|
+
$ams-typography-body-text-bold-font-weight: 800;
|
|
58
|
+
$ams-typography-body-text-small-font-size: 1rem; // Fixed at 16px; does not scale.
|
|
59
|
+
$ams-typography-body-text-small-line-height: 1.5;
|
|
60
|
+
$ams-typography-body-text-large-font-size: clamp(1.3125rem, 1.2411rem + 0.3571vw, 1.5625rem); // Scales from 21px to 25px.
|
|
61
|
+
$ams-typography-body-text-large-line-height: 1.5;
|
|
62
|
+
$ams-typography-body-text-x-large-font-size: clamp(1.5rem, 1.3571rem + 0.7143vw, 2rem); // Scales from 24px to 32px.
|
|
63
|
+
$ams-typography-body-text-x-large-line-height: 1.4;
|
|
64
|
+
$ams-typography-heading-1-font-size: clamp(2rem, 1.7143rem + 1.4286vw, 3rem); // Scales from 32px to 48px.
|
|
53
65
|
$ams-typography-heading-1-line-height: 1.2;
|
|
54
66
|
$ams-typography-heading-2-line-height: 1.3;
|
|
55
67
|
$ams-typography-heading-3-line-height: 1.3;
|
|
56
68
|
$ams-typography-heading-4-line-height: 1.4;
|
|
57
69
|
$ams-typography-heading-5-line-height: 1.4;
|
|
58
|
-
$ams-typography-heading-6-line-height: 1.4;
|
|
59
70
|
$ams-typography-heading-font-weight: 800;
|
|
60
|
-
$ams-typography-heading-text-wrap: balance;
|
|
61
|
-
$ams-
|
|
62
|
-
$ams-typography-hyphenate-limit-chars: auto;
|
|
63
|
-
$ams-typography-body-text-font-size: clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem);
|
|
64
|
-
$ams-typography-body-text-font-weight: 400;
|
|
65
|
-
$ams-typography-body-text-line-height: 1.8;
|
|
66
|
-
$ams-typography-body-text-bold-font-weight: 800;
|
|
67
|
-
$ams-typography-body-text-small-font-size: 1rem;
|
|
68
|
-
$ams-typography-body-text-small-line-height: 1.6;
|
|
69
|
-
$ams-typography-body-text-large-font-size: clamp(1.3125rem, 1.2411rem + 0.3571vw, 1.5625rem);
|
|
70
|
-
$ams-typography-body-text-large-line-height: 1.6;
|
|
71
|
-
$ams-typography-body-text-x-large-font-size: clamp(1.5rem, 1.3571rem + 0.7143vw, 2rem);
|
|
72
|
-
$ams-typography-body-text-x-large-line-height: 1.4;
|
|
73
|
-
$ams-inputs-border-color: currentColor;
|
|
71
|
+
$ams-typography-heading-text-wrap: balance; // Distributes heading text evenly across lines for a more balanced appearance.
|
|
72
|
+
$ams-inputs-border-color: currentColor; // Uses currentColor so the border adapts to the text colour, including in error states.
|
|
74
73
|
$ams-inputs-border-style: solid;
|
|
75
|
-
$ams-inputs-line-height: 1.4;
|
|
74
|
+
$ams-inputs-line-height: 1.4; // Tighter than body text (1.6) to keep inputs compact. Buttons also use this to match.
|
|
76
75
|
$ams-links-text-decoration-thickness: 0.125rem;
|
|
77
76
|
$ams-links-text-underline-offset: 0.15625rem;
|
|
78
77
|
$ams-links-hover-text-decoration-thickness: 0.1875rem;
|
|
@@ -80,8 +79,6 @@ $ams-links-hover-text-underline-offset: 0.09375rem;
|
|
|
80
79
|
$ams-links-subtle-text-decoration-line: none;
|
|
81
80
|
$ams-links-subtle-hover-text-decoration-line: underline;
|
|
82
81
|
$ams-accordion-button-padding-inline: 0;
|
|
83
|
-
$ams-accordion-panel-padding-block: 0;
|
|
84
|
-
$ams-accordion-panel-padding-inline: 0;
|
|
85
82
|
$ams-alert-border-style: solid;
|
|
86
83
|
$ams-avatar-border-style: solid;
|
|
87
84
|
$ams-breadcrumb-separator-background-image: 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>");
|
|
@@ -94,27 +91,43 @@ $ams-button-tertiary-border-color: transparent;
|
|
|
94
91
|
$ams-button-tertiary-hover-border-color: currentColor;
|
|
95
92
|
$ams-call-to-action-link-background-color: #00893c;
|
|
96
93
|
$ams-call-to-action-link-hover-background-color: #10552b;
|
|
97
|
-
$ams-date-input-disabled-calendar-picker-indicator-background-image: 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>");
|
|
98
|
-
$ams-date-input-disabled-calender-picker-indicator-background-image: 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>");
|
|
99
|
-
$ams-date-input-hover-calender-picker-indicator-background-image: 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>");
|
|
100
94
|
$ams-date-input-hover-calendar-picker-indicator-background-image: 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>");
|
|
101
|
-
$ams-date-input-calender-picker-indicator-background-image: 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>");
|
|
102
95
|
$ams-date-input-calendar-picker-indicator-background-image: 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>");
|
|
96
|
+
$ams-description-list-column-gap: initial;
|
|
97
|
+
$ams-description-list-row-gap: 0;
|
|
98
|
+
$ams-description-list-term-text-wrap: balance;
|
|
103
99
|
$ams-description-list-description-padding-inline-start: 0;
|
|
104
|
-
$ams-description-list-narrow-grid-template-columns:
|
|
105
|
-
$ams-description-list-medium-grid-template-columns:
|
|
106
|
-
$ams-description-list-wide-grid-template-columns:
|
|
100
|
+
$ams-description-list-narrow-grid-template-columns: initial;
|
|
101
|
+
$ams-description-list-medium-grid-template-columns: initial;
|
|
102
|
+
$ams-description-list-wide-grid-template-columns: initial;
|
|
103
|
+
$ams-description-list-vi-medium-narrow-grid-template-columns: 1fr 4fr;
|
|
104
|
+
$ams-description-list-vi-medium-medium-grid-template-columns: 1fr 2fr;
|
|
105
|
+
$ams-description-list-vi-medium-wide-grid-template-columns: 1fr 1fr;
|
|
107
106
|
$ams-dialog-border-radius: initial;
|
|
108
107
|
$ams-dialog-border-style: solid;
|
|
109
108
|
$ams-dialog-box-shadow: initial;
|
|
110
109
|
$ams-dialog-max-inline-size: 48rem;
|
|
110
|
+
$ams-dialog-medium-inline-size: initial;
|
|
111
|
+
$ams-dialog-medium-max-block-size: initial;
|
|
111
112
|
$ams-dialog-backdrop-background-color: rgb(24 24 24 / 62.5%);
|
|
113
|
+
$ams-dialog-header-medium-padding-block: initial;
|
|
114
|
+
$ams-dialog-header-medium-padding-inline: initial;
|
|
112
115
|
$ams-dialog-body-padding-block: 0;
|
|
116
|
+
$ams-dialog-body-medium-padding-inline: initial;
|
|
117
|
+
$ams-dialog-footer-medium-padding-block: initial;
|
|
118
|
+
$ams-dialog-footer-medium-padding-inline: initial;
|
|
113
119
|
$ams-file-input-border-style: dashed;
|
|
114
120
|
$ams-file-list-file-preview-width: clamp(2.5rem, 10vw, 5rem);
|
|
115
121
|
$ams-grid-column-count: 4;
|
|
116
|
-
$ams-grid-medium-column-count:
|
|
117
|
-
$ams-grid-
|
|
122
|
+
$ams-grid-medium-column-count: initial;
|
|
123
|
+
$ams-grid-medium-padding-inline: initial;
|
|
124
|
+
$ams-grid-wide-column-count: initial;
|
|
125
|
+
$ams-grid-wide-padding-inline: initial;
|
|
126
|
+
$ams-grid-vi-medium-column-count: 8;
|
|
127
|
+
$ams-grid-vi-wide-column-count: 12;
|
|
128
|
+
$ams-grid-cell-background-color: initial;
|
|
129
|
+
$ams-grid-cell-padding-block: initial;
|
|
130
|
+
$ams-grid-cell-padding-inline: initial;
|
|
118
131
|
$ams-icon-button-hover-background-color: rgb(0 70 153 / 12.5%);
|
|
119
132
|
$ams-icon-button-contrast-hover-background-color: rgb(0 0 0 / 12.5%);
|
|
120
133
|
$ams-image-slider-thumbnails-thumbnail-background-color: transparent;
|
|
@@ -127,23 +140,37 @@ $ams-link-line-height: inherit;
|
|
|
127
140
|
$ams-logo-min-block-size: 2.5rem;
|
|
128
141
|
$ams-logo-emblem-color: #ec0000;
|
|
129
142
|
$ams-logo-title-color: #ec0000;
|
|
130
|
-
$ams-menu-wide-max-inline-size:
|
|
143
|
+
$ams-menu-wide-max-inline-size: initial;
|
|
144
|
+
$ams-menu-wide-padding-block: initial;
|
|
145
|
+
$ams-menu-wide-padding-inline: initial;
|
|
146
|
+
$ams-menu-vi-wide-max-inline-size: 8rem;
|
|
147
|
+
$ams-menu-link-wide-gap: initial;
|
|
131
148
|
$ams-ordered-list-list-style-type: decimal;
|
|
132
149
|
$ams-ordered-list-item-margin-inline-start: 2.25rem;
|
|
133
150
|
$ams-ordered-list-item-padding-inline-start: 0.25rem;
|
|
134
151
|
$ams-ordered-list-ordered-list-list-style-type: lower-alpha;
|
|
135
152
|
$ams-ordered-list-ordered-list-item-margin-inline-start: 1.5rem;
|
|
136
153
|
$ams-ordered-list-ordered-list-item-padding-inline-start: 0.25rem;
|
|
154
|
+
$ams-page-footer-menu-medium-padding-inline: initial;
|
|
155
|
+
$ams-page-footer-menu-wide-padding-inline: initial;
|
|
137
156
|
$ams-page-footer-spotlight-background-color: #004699;
|
|
157
|
+
$ams-page-header-medium-padding-inline: initial;
|
|
158
|
+
$ams-page-header-wide-padding-inline: initial;
|
|
138
159
|
$ams-page-max-inline-size: 90rem;
|
|
139
160
|
$ams-page-with-menu-max-inline-size: 120rem;
|
|
140
161
|
$ams-paragraph-large-text-wrap: balance;
|
|
162
|
+
$ams-progress-list-button-padding-block: 0;
|
|
163
|
+
$ams-progress-list-button-padding-inline: 0;
|
|
164
|
+
$ams-progress-list-icon-transition-duration: 0.3s;
|
|
165
|
+
$ams-progress-list-icon-transition-timing-function: ease;
|
|
166
|
+
$ams-progress-list-step-medium-gap: initial;
|
|
141
167
|
$ams-progress-list-step-marker-shape-block-size: 1.5rem;
|
|
142
168
|
$ams-progress-list-step-marker-shape-border-style: solid;
|
|
143
169
|
$ams-progress-list-step-marker-shape-outline-style: solid;
|
|
144
170
|
$ams-progress-list-step-connector-border-inline-style: dashed;
|
|
145
171
|
$ams-progress-list-step-connector-border-inline-width: 1px;
|
|
146
172
|
$ams-progress-list-step-completed-connector-border-inline-style: solid;
|
|
173
|
+
$ams-progress-list-substeps-step-indicator-medium-margin-inline-end: initial;
|
|
147
174
|
$ams-progress-list-substeps-step-marker-shape-block-size: 0.75rem;
|
|
148
175
|
$ams-progress-list-substeps-step-marker-shape-border-style: solid;
|
|
149
176
|
$ams-progress-list-substeps-step-marker-shape-outline-style: solid;
|
|
@@ -158,11 +185,7 @@ $ams-switch-background-color: #767676;
|
|
|
158
185
|
$ams-switch-inline-size: 3.5rem;
|
|
159
186
|
$ams-switch-thumb-block-size: 1.75rem;
|
|
160
187
|
$ams-switch-thumb-inline-size: 1.75rem;
|
|
161
|
-
$ams-time-input-disabled-calendar-picker-indicator-background-image: 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>");
|
|
162
|
-
$ams-time-input-disabled-calender-picker-indicator-background-image: 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>");
|
|
163
|
-
$ams-time-input-hover-calender-picker-indicator-background-image: 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>");
|
|
164
188
|
$ams-time-input-hover-calendar-picker-indicator-background-image: 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>");
|
|
165
|
-
$ams-time-input-calender-picker-indicator-background-image: 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>");
|
|
166
189
|
$ams-time-input-calendar-picker-indicator-background-image: 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>");
|
|
167
190
|
$ams-unordered-list-list-style-type: '\2022';
|
|
168
191
|
$ams-unordered-list-item-margin-inline-start: 1.625rem;
|
|
@@ -174,7 +197,6 @@ $ams-typography-heading-2-font-size: $ams-typography-body-text-x-large-font-size
|
|
|
174
197
|
$ams-typography-heading-3-font-size: $ams-typography-body-text-large-font-size;
|
|
175
198
|
$ams-typography-heading-4-font-size: $ams-typography-body-text-font-size;
|
|
176
199
|
$ams-typography-heading-5-font-size: $ams-typography-body-text-small-font-size;
|
|
177
|
-
$ams-typography-heading-6-font-size: $ams-typography-body-text-small-font-size;
|
|
178
200
|
$ams-inputs-background-color: $ams-color-background;
|
|
179
201
|
$ams-inputs-border-width: $ams-border-width-m;
|
|
180
202
|
$ams-inputs-color: $ams-color-text;
|
|
@@ -185,10 +207,10 @@ $ams-inputs-outline-offset: $ams-focus-outline-offset;
|
|
|
185
207
|
$ams-inputs-padding-block: $ams-space-s;
|
|
186
208
|
$ams-inputs-padding-inline: $ams-space-m;
|
|
187
209
|
$ams-inputs-disabled-color: $ams-color-interactive-disabled;
|
|
188
|
-
$ams-inputs-hover-box-shadow: inset 0rem 0rem 0rem $ams-border-width-s currentColor;
|
|
210
|
+
$ams-inputs-hover-box-shadow: inset 0rem 0rem 0rem $ams-border-width-s currentColor; // An inset shadow that reinforces the border on hover without shifting the layout.
|
|
189
211
|
$ams-inputs-invalid-border-color: $ams-color-interactive-invalid;
|
|
190
212
|
$ams-inputs-invalid-hover-border-color: $ams-color-interactive-invalid-hover;
|
|
191
|
-
$ams-inputs-invalid-hover-box-shadow: inset 0rem 0rem 0rem $ams-border-width-s $ams-color-interactive-invalid-hover;
|
|
213
|
+
$ams-inputs-invalid-hover-box-shadow: inset 0rem 0rem 0rem $ams-border-width-s $ams-color-interactive-invalid-hover; // An inset shadow using the hover variation of the invalid interactive colour.
|
|
192
214
|
$ams-inputs-placeholder-color: $ams-color-text-secondary;
|
|
193
215
|
$ams-links-color: $ams-color-interactive;
|
|
194
216
|
$ams-links-hover-color: $ams-color-interactive-hover;
|
|
@@ -196,17 +218,13 @@ $ams-links-contrast-color: $ams-color-interactive-contrast;
|
|
|
196
218
|
$ams-links-contrast-hover-color: $ams-color-interactive-contrast;
|
|
197
219
|
$ams-links-inverse-color: $ams-color-interactive-inverse;
|
|
198
220
|
$ams-links-inverse-hover-color: $ams-color-interactive-inverse;
|
|
199
|
-
$ams-accordion-
|
|
200
|
-
$ams-accordion-button-font-weight: $ams-typography-heading-font-weight;
|
|
201
|
-
$ams-accordion-button-line-height: $ams-typography-heading-3-line-height;
|
|
202
|
-
$ams-accordion-button-text-wrap: $ams-typography-heading-text-wrap;
|
|
221
|
+
$ams-accordion-gap: $ams-space-s;
|
|
203
222
|
$ams-accordion-button-color: $ams-color-interactive;
|
|
204
223
|
$ams-accordion-button-cursor: $ams-cursor-interactive;
|
|
205
224
|
$ams-accordion-button-gap: $ams-space-s;
|
|
206
225
|
$ams-accordion-button-outline-offset: $ams-focus-outline-offset;
|
|
207
226
|
$ams-accordion-button-padding-block: $ams-space-s;
|
|
208
227
|
$ams-accordion-button-hover-color: $ams-color-interactive-hover;
|
|
209
|
-
$ams-accordion-gap: $ams-space-s;
|
|
210
228
|
$ams-action-group-gap: $ams-space-m;
|
|
211
229
|
$ams-alert-background-color: $ams-color-background;
|
|
212
230
|
$ams-alert-border-color: $ams-color-feedback-info;
|
|
@@ -281,6 +299,7 @@ $ams-blockquote-font-size: $ams-typography-body-text-x-large-font-size;
|
|
|
281
299
|
$ams-blockquote-font-weight: $ams-typography-body-text-bold-font-weight;
|
|
282
300
|
$ams-blockquote-line-height: $ams-typography-body-text-x-large-line-height;
|
|
283
301
|
$ams-blockquote-inverse-color: $ams-color-text-inverse;
|
|
302
|
+
$ams-body-background-color: $ams-color-background-body;
|
|
284
303
|
$ams-breadcrumb-font-family: $ams-typography-font-family;
|
|
285
304
|
$ams-breadcrumb-font-size: $ams-typography-body-text-font-size;
|
|
286
305
|
$ams-breadcrumb-font-weight: $ams-typography-body-text-font-weight;
|
|
@@ -347,30 +366,6 @@ $ams-character-count-font-size: $ams-typography-body-text-small-font-size;
|
|
|
347
366
|
$ams-character-count-font-weight: $ams-typography-body-text-font-weight;
|
|
348
367
|
$ams-character-count-line-height: $ams-typography-body-text-small-line-height;
|
|
349
368
|
$ams-character-count-error-color: $ams-color-feedback-error;
|
|
350
|
-
$ams-checkbox-hover-text-decoration-thickness: $ams-border-width-m;
|
|
351
|
-
$ams-checkbox-hover-color: $ams-color-interactive-hover;
|
|
352
|
-
$ams-checkbox-hover-text-decoration-line: $ams-links-subtle-hover-text-decoration-line;
|
|
353
|
-
$ams-checkbox-rectangle-checked-disabled-hover-fill: $ams-color-interactive-disabled;
|
|
354
|
-
$ams-checkbox-rectangle-checked-disabled-fill: $ams-color-interactive-disabled;
|
|
355
|
-
$ams-checkbox-rectangle-checked-hover-disabled-invalid-fill: $ams-color-interactive-disabled;
|
|
356
|
-
$ams-checkbox-rectangle-checked-hover-fill: $ams-color-interactive-hover;
|
|
357
|
-
$ams-checkbox-rectangle-checked-fill: $ams-color-interactive;
|
|
358
|
-
$ams-checkbox-rectangle-checked-invalid-fill: $ams-color-interactive-invalid;
|
|
359
|
-
$ams-checkbox-rectangle-checked-invalid-hover-fill: $ams-color-interactive-invalid-hover;
|
|
360
|
-
$ams-checkbox-rectangle-hover-disabled-invalid-stroke: $ams-color-interactive-disabled;
|
|
361
|
-
$ams-checkbox-rectangle-hover-stroke: $ams-color-interactive-hover;
|
|
362
|
-
$ams-checkbox-rectangle-indeterminate-disabled-hover-fill: $ams-color-interactive-disabled;
|
|
363
|
-
$ams-checkbox-rectangle-indeterminate-disabled-fill: $ams-color-interactive-disabled;
|
|
364
|
-
$ams-checkbox-rectangle-indeterminate-hover-disabled-invalid-fill: $ams-color-interactive-disabled;
|
|
365
|
-
$ams-checkbox-rectangle-indeterminate-hover-fill: $ams-color-interactive-hover;
|
|
366
|
-
$ams-checkbox-rectangle-indeterminate-fill: $ams-color-interactive;
|
|
367
|
-
$ams-checkbox-rectangle-indeterminate-invalid-fill: $ams-color-interactive-invalid;
|
|
368
|
-
$ams-checkbox-rectangle-indeterminate-invalid-hover-fill: $ams-color-interactive-invalid-hover;
|
|
369
|
-
$ams-checkbox-rectangle-fill: $ams-color-background;
|
|
370
|
-
$ams-checkbox-rectangle-stroke: $ams-color-interactive;
|
|
371
|
-
$ams-checkbox-rectangle-disabled-stroke: $ams-color-interactive-disabled;
|
|
372
|
-
$ams-checkbox-rectangle-invalid-stroke: $ams-color-interactive-invalid;
|
|
373
|
-
$ams-checkbox-rectangle-invalid-hover-stroke: $ams-color-interactive-invalid-hover;
|
|
374
369
|
$ams-checkbox-color: $ams-color-text;
|
|
375
370
|
$ams-checkbox-cursor: $ams-cursor-interactive;
|
|
376
371
|
$ams-checkbox-font-family: $ams-typography-font-family;
|
|
@@ -383,57 +378,80 @@ $ams-checkbox-text-decoration-thickness: $ams-links-text-decoration-thickness;
|
|
|
383
378
|
$ams-checkbox-text-underline-offset: $ams-links-text-underline-offset;
|
|
384
379
|
$ams-checkbox-disabled-cursor: $ams-cursor-disabled;
|
|
385
380
|
$ams-checkbox-disabled-color: $ams-color-interactive-disabled;
|
|
381
|
+
$ams-checkbox-hover-color: $ams-color-interactive-hover;
|
|
382
|
+
$ams-checkbox-hover-text-decoration-line: $ams-links-subtle-hover-text-decoration-line;
|
|
386
383
|
$ams-checkbox-checked-indicator-stroke: $ams-color-interactive-inverse;
|
|
387
384
|
$ams-checkbox-hover-indicator-hover-stroke: $ams-color-interactive-hover;
|
|
388
385
|
$ams-checkbox-hover-indicator-invalid-hover-stroke: $ams-color-interactive-invalid-hover;
|
|
389
386
|
$ams-checkbox-indeterminate-indicator-stroke: $ams-color-interactive-inverse;
|
|
387
|
+
$ams-checkbox-rectangle-fill: $ams-color-background;
|
|
388
|
+
$ams-checkbox-rectangle-stroke: $ams-color-interactive;
|
|
389
|
+
$ams-checkbox-rectangle-checked-fill: $ams-color-interactive;
|
|
390
|
+
$ams-checkbox-rectangle-checked-disabled-fill: $ams-color-interactive-disabled;
|
|
391
|
+
$ams-checkbox-rectangle-checked-hover-fill: $ams-color-interactive-hover;
|
|
392
|
+
$ams-checkbox-rectangle-checked-invalid-fill: $ams-color-interactive-invalid;
|
|
393
|
+
$ams-checkbox-rectangle-checked-invalid-hover-fill: $ams-color-interactive-invalid-hover;
|
|
394
|
+
$ams-checkbox-rectangle-disabled-stroke: $ams-color-interactive-disabled;
|
|
395
|
+
$ams-checkbox-rectangle-hover-stroke: $ams-color-interactive-hover;
|
|
396
|
+
$ams-checkbox-rectangle-indeterminate-fill: $ams-color-interactive;
|
|
397
|
+
$ams-checkbox-rectangle-indeterminate-disabled-fill: $ams-color-interactive-disabled;
|
|
398
|
+
$ams-checkbox-rectangle-indeterminate-hover-fill: $ams-color-interactive-hover;
|
|
399
|
+
$ams-checkbox-rectangle-indeterminate-invalid-fill: $ams-color-interactive-invalid;
|
|
400
|
+
$ams-checkbox-rectangle-indeterminate-invalid-hover-fill: $ams-color-interactive-invalid-hover;
|
|
401
|
+
$ams-checkbox-rectangle-invalid-stroke: $ams-color-interactive-invalid;
|
|
402
|
+
$ams-checkbox-rectangle-invalid-hover-stroke: $ams-color-interactive-invalid-hover;
|
|
390
403
|
$ams-column-gap-x-small: $ams-space-xs;
|
|
391
404
|
$ams-column-gap-small: $ams-space-s;
|
|
392
405
|
$ams-column-gap-medium: $ams-space-m;
|
|
393
406
|
$ams-column-gap-large: $ams-space-l;
|
|
394
407
|
$ams-column-gap-x-large: $ams-space-xl;
|
|
395
|
-
$ams-date-input-disabled-cursor: $ams-cursor-disabled;
|
|
396
|
-
$ams-date-input-calender-picker-indicator-cursor: $ams-cursor-interactive;
|
|
397
408
|
$ams-date-input-border-color: $ams-inputs-border-color;
|
|
398
409
|
$ams-date-input-border-style: $ams-inputs-border-style;
|
|
399
410
|
$ams-date-input-line-height: $ams-inputs-line-height;
|
|
411
|
+
$ams-date-input-disabled-cursor: $ams-cursor-disabled;
|
|
400
412
|
$ams-date-input-calendar-picker-indicator-cursor: $ams-cursor-interactive;
|
|
401
413
|
$ams-description-list-color: $ams-color-text;
|
|
402
|
-
$ams-description-list-column-gap: $ams-space-l;
|
|
403
414
|
$ams-description-list-font-family: $ams-typography-font-family;
|
|
404
415
|
$ams-description-list-font-size: $ams-typography-body-text-font-size;
|
|
405
416
|
$ams-description-list-line-height: $ams-typography-body-text-line-height;
|
|
406
|
-
$ams-description-list-row-gap: $ams-space-s;
|
|
407
417
|
$ams-description-list-inverse-color: $ams-color-text-inverse;
|
|
408
|
-
$ams-description-list-term-font-weight: $ams-typography-
|
|
418
|
+
$ams-description-list-term-font-weight: $ams-typography-heading-font-weight;
|
|
419
|
+
$ams-description-list-term-line-height: $ams-typography-heading-4-line-height;
|
|
409
420
|
$ams-description-list-term-margin-block-end: $ams-space-xs;
|
|
410
421
|
$ams-description-list-description-font-weight: $ams-typography-body-text-font-weight;
|
|
411
422
|
$ams-description-list-description-margin-block-end: $ams-space-m;
|
|
412
423
|
$ams-description-list-section-margin-block-end: $ams-space-m;
|
|
424
|
+
$ams-description-list-vi-medium-column-gap: $ams-space-l;
|
|
413
425
|
$ams-dialog-background-color: $ams-color-background;
|
|
414
426
|
$ams-dialog-border-width: $ams-border-width-m;
|
|
415
427
|
$ams-dialog-gap: $ams-space-m;
|
|
416
428
|
$ams-dialog-inline-size: calc(100% - 2 * $ams-space-l);
|
|
417
429
|
$ams-dialog-max-block-size: calc(100dvh - 2 * $ams-space-l);
|
|
418
|
-
$ams-dialog-medium-inline-size: calc(100% - 2 * $ams-space-xl);
|
|
419
|
-
$ams-dialog-medium-max-block-size: calc(100dvh - 2 * $ams-space-xl);
|
|
430
|
+
$ams-dialog-vi-medium-inline-size: calc(100% - 2 * $ams-space-xl);
|
|
431
|
+
$ams-dialog-vi-medium-max-block-size: calc(100dvh - 2 * $ams-space-xl);
|
|
420
432
|
$ams-dialog-header-gap: $ams-space-m;
|
|
421
433
|
$ams-dialog-header-padding-block: $ams-space-l 0;
|
|
422
434
|
$ams-dialog-header-padding-inline: $ams-space-l;
|
|
423
|
-
$ams-dialog-header-medium-padding-block: $ams-space-xl 0;
|
|
424
|
-
$ams-dialog-header-medium-padding-inline: $ams-space-xl;
|
|
435
|
+
$ams-dialog-header-vi-medium-padding-block: $ams-space-xl 0;
|
|
436
|
+
$ams-dialog-header-vi-medium-padding-inline: $ams-space-xl;
|
|
425
437
|
$ams-dialog-body-padding-inline: $ams-space-l;
|
|
426
|
-
$ams-dialog-body-medium-padding-inline: $ams-space-xl;
|
|
438
|
+
$ams-dialog-body-vi-medium-padding-inline: $ams-space-xl;
|
|
427
439
|
$ams-dialog-footer-padding-block: 0 $ams-space-l;
|
|
428
440
|
$ams-dialog-footer-padding-inline: $ams-space-l;
|
|
429
|
-
$ams-dialog-footer-medium-padding-block: 0 $ams-space-xl;
|
|
430
|
-
$ams-dialog-footer-medium-padding-inline: $ams-space-xl;
|
|
441
|
+
$ams-dialog-footer-vi-medium-padding-block: 0 $ams-space-xl;
|
|
442
|
+
$ams-dialog-footer-vi-medium-padding-inline: $ams-space-xl;
|
|
431
443
|
$ams-error-message-color: $ams-color-feedback-error;
|
|
432
444
|
$ams-error-message-font-family: $ams-typography-font-family;
|
|
433
445
|
$ams-error-message-font-size: $ams-typography-body-text-font-size;
|
|
434
446
|
$ams-error-message-font-weight: $ams-typography-body-text-font-weight;
|
|
435
447
|
$ams-error-message-gap: $ams-space-xs;
|
|
436
448
|
$ams-error-message-line-height: $ams-typography-body-text-line-height;
|
|
449
|
+
$ams-field-set-child-margin-block-end: $ams-space-xs;
|
|
450
|
+
$ams-field-set-child-before-error-message-margin-block-end: $ams-space-s;
|
|
451
|
+
$ams-field-set-child-before-field-or-field-set-margin-block-end: $ams-space-m;
|
|
452
|
+
$ams-field-set-child-between-fields-and-field-sets-margin-block-end: $ams-space-l;
|
|
453
|
+
$ams-field-set-invalid-border-inline-start: $ams-border-width-l solid $ams-color-feedback-error;
|
|
454
|
+
$ams-field-set-invalid-padding-inline-start: $ams-space-m;
|
|
437
455
|
$ams-field-set-legend-margin-block-end: $ams-space-s;
|
|
438
456
|
$ams-field-set-legend-color: $ams-color-text;
|
|
439
457
|
$ams-field-set-legend-font-family: $ams-typography-font-family;
|
|
@@ -441,12 +459,6 @@ $ams-field-set-legend-font-weight: $ams-typography-heading-font-weight;
|
|
|
441
459
|
$ams-field-set-legend-line-height: $ams-typography-heading-3-line-height;
|
|
442
460
|
$ams-field-set-legend-text-wrap: $ams-typography-heading-text-wrap;
|
|
443
461
|
$ams-field-set-legend-in-fieldset-font-weight: $ams-typography-body-text-font-weight;
|
|
444
|
-
$ams-field-set-child-margin-block-end: $ams-space-xs;
|
|
445
|
-
$ams-field-set-child-before-error-message-margin-block-end: $ams-space-s;
|
|
446
|
-
$ams-field-set-child-before-field-or-field-set-margin-block-end: $ams-space-m;
|
|
447
|
-
$ams-field-set-child-between-fields-and-field-sets-margin-block-end: $ams-space-l;
|
|
448
|
-
$ams-field-set-invalid-border-inline-start: $ams-border-width-l solid $ams-color-feedback-error;
|
|
449
|
-
$ams-field-set-invalid-padding-inline-start: $ams-space-m;
|
|
450
462
|
$ams-field-gap: $ams-space-s;
|
|
451
463
|
$ams-field-child-margin-block-end: $ams-space-xs;
|
|
452
464
|
$ams-field-child-before-error-message-margin-block-end: $ams-space-s;
|
|
@@ -484,15 +496,14 @@ $ams-grid-padding-inline: $ams-space-l;
|
|
|
484
496
|
$ams-grid-row-gap-l: $ams-space-l;
|
|
485
497
|
$ams-grid-row-gap-xl: $ams-space-xl;
|
|
486
498
|
$ams-grid-row-gap-2xl: $ams-space-2xl;
|
|
487
|
-
$ams-grid-medium-padding-inline: $ams-space-xl;
|
|
488
|
-
$ams-grid-wide-padding-inline: $ams-space-2xl;
|
|
499
|
+
$ams-grid-vi-medium-padding-inline: $ams-space-xl;
|
|
500
|
+
$ams-grid-vi-wide-padding-inline: $ams-space-2xl;
|
|
489
501
|
$ams-heading-1-font-size: $ams-typography-heading-1-font-size;
|
|
490
502
|
$ams-heading-1-line-height: $ams-typography-heading-1-line-height;
|
|
491
503
|
$ams-heading-2-line-height: $ams-typography-heading-2-line-height;
|
|
492
504
|
$ams-heading-3-line-height: $ams-typography-heading-3-line-height;
|
|
493
505
|
$ams-heading-4-line-height: $ams-typography-heading-4-line-height;
|
|
494
506
|
$ams-heading-5-line-height: $ams-typography-heading-5-line-height;
|
|
495
|
-
$ams-heading-6-line-height: $ams-typography-heading-6-line-height;
|
|
496
507
|
$ams-heading-color: $ams-color-text;
|
|
497
508
|
$ams-heading-font-family: $ams-typography-font-family;
|
|
498
509
|
$ams-heading-font-weight: $ams-typography-heading-font-weight;
|
|
@@ -515,8 +526,6 @@ $ams-icon-button-inverse-hover-background-color: $ams-color-interactive-hover;
|
|
|
515
526
|
$ams-icon-button-inverse-hover-color: $ams-color-interactive-inverse;
|
|
516
527
|
$ams-icon-button-inverse-disabled-color: $ams-color-interactive-inverse;
|
|
517
528
|
$ams-icon-button-inverse-disabled-background-color: $ams-color-interactive-disabled;
|
|
518
|
-
$ams-icon-heading-0-font-size: $ams-typography-heading-0-font-size;
|
|
519
|
-
$ams-icon-heading-0-line-height: $ams-typography-heading-0-line-height;
|
|
520
529
|
$ams-icon-font-size: $ams-typography-body-text-font-size;
|
|
521
530
|
$ams-icon-line-height: $ams-typography-body-text-line-height;
|
|
522
531
|
$ams-icon-small-font-size: $ams-typography-body-text-small-font-size;
|
|
@@ -529,7 +538,6 @@ $ams-icon-heading-2-line-height: $ams-typography-heading-2-line-height;
|
|
|
529
538
|
$ams-icon-heading-3-line-height: $ams-typography-heading-3-line-height;
|
|
530
539
|
$ams-icon-heading-4-line-height: $ams-typography-heading-4-line-height;
|
|
531
540
|
$ams-icon-heading-5-line-height: $ams-typography-heading-5-line-height;
|
|
532
|
-
$ams-icon-heading-6-line-height: $ams-typography-heading-6-line-height;
|
|
533
541
|
$ams-icon-inverse-color: $ams-color-text-inverse;
|
|
534
542
|
$ams-image-slider-gap: $ams-space-xs;
|
|
535
543
|
$ams-image-slider-scroller-gap: $ams-space-xs;
|
|
@@ -570,6 +578,13 @@ $ams-link-hover-text-underline-offset: $ams-links-hover-text-underline-offset;
|
|
|
570
578
|
$ams-logo-block-size: $ams-space-xl;
|
|
571
579
|
$ams-logo-subsite-color: $ams-color-text;
|
|
572
580
|
$ams-mark-background-color: $ams-color-highlight-yellow;
|
|
581
|
+
$ams-menu-background-color: $ams-color-interactive;
|
|
582
|
+
$ams-menu-font-family: $ams-typography-font-family;
|
|
583
|
+
$ams-menu-font-size: $ams-typography-body-text-font-size;
|
|
584
|
+
$ams-menu-font-weight: $ams-typography-body-text-font-weight;
|
|
585
|
+
$ams-menu-line-height: $ams-typography-body-text-line-height;
|
|
586
|
+
$ams-menu-padding-block: $ams-space-m;
|
|
587
|
+
$ams-menu-vi-wide-padding-inline: $ams-space-s;
|
|
573
588
|
$ams-menu-link-gap: $ams-space-s;
|
|
574
589
|
$ams-menu-link-outline-offset: $ams-focus-outline-offset;
|
|
575
590
|
$ams-menu-link-padding-block: $ams-space-s;
|
|
@@ -578,14 +593,7 @@ $ams-menu-link-text-decoration-line: $ams-links-subtle-text-decoration-line;
|
|
|
578
593
|
$ams-menu-link-text-decoration-thickness: $ams-links-text-decoration-thickness;
|
|
579
594
|
$ams-menu-link-text-underline-offset: $ams-links-text-underline-offset;
|
|
580
595
|
$ams-menu-link-hover-text-decoration-line: $ams-links-subtle-hover-text-decoration-line;
|
|
581
|
-
$ams-menu-link-wide-gap: $ams-space-xs;
|
|
582
|
-
$ams-menu-background-color: $ams-color-interactive;
|
|
583
|
-
$ams-menu-font-family: $ams-typography-font-family;
|
|
584
|
-
$ams-menu-font-size: $ams-typography-body-text-font-size;
|
|
585
|
-
$ams-menu-font-weight: $ams-typography-body-text-font-weight;
|
|
586
|
-
$ams-menu-line-height: $ams-typography-body-text-line-height;
|
|
587
|
-
$ams-menu-padding-block: $ams-space-m;
|
|
588
|
-
$ams-menu-wide-padding-inline: $ams-space-s;
|
|
596
|
+
$ams-menu-link-vi-wide-gap: $ams-space-xs;
|
|
589
597
|
$ams-menu-list-gap: $ams-space-m;
|
|
590
598
|
$ams-ordered-list-color: $ams-color-text;
|
|
591
599
|
$ams-ordered-list-font-family: $ams-typography-font-family;
|
|
@@ -599,6 +607,7 @@ $ams-ordered-list-inverse-color: $ams-color-text-inverse;
|
|
|
599
607
|
$ams-ordered-list-ordered-list-gap: $ams-space-s;
|
|
600
608
|
$ams-ordered-list-ordered-list-padding-block-end: $ams-space-s;
|
|
601
609
|
$ams-ordered-list-ordered-list-padding-block-start: $ams-space-s;
|
|
610
|
+
$ams-page-footer-menu-background-color: $ams-color-background;
|
|
602
611
|
$ams-page-footer-menu-column-gap: $ams-space-l;
|
|
603
612
|
$ams-page-footer-menu-padding-block: $ams-space-l;
|
|
604
613
|
$ams-page-footer-menu-row-gap: $ams-space-xs;
|
|
@@ -611,6 +620,7 @@ $ams-page-footer-menu-link-text-decoration-line: $ams-links-subtle-text-decorati
|
|
|
611
620
|
$ams-page-footer-menu-link-text-decoration-thickness: $ams-links-text-decoration-thickness;
|
|
612
621
|
$ams-page-footer-menu-link-text-underline-offset: $ams-links-text-underline-offset;
|
|
613
622
|
$ams-page-footer-menu-link-hover-text-decoration-line: $ams-links-subtle-hover-text-decoration-line;
|
|
623
|
+
$ams-page-header-background-color: $ams-color-background;
|
|
614
624
|
$ams-page-header-font-family: $ams-typography-font-family;
|
|
615
625
|
$ams-page-header-padding-block: $ams-space-l;
|
|
616
626
|
$ams-page-header-logo-link-column-gap: $ams-space-m;
|
|
@@ -623,7 +633,7 @@ $ams-page-header-mega-menu-padding-block: $ams-space-l;
|
|
|
623
633
|
$ams-page-header-mega-menu-button-background-color: $ams-color-interactive;
|
|
624
634
|
$ams-page-header-mega-menu-button-color: $ams-color-text-inverse;
|
|
625
635
|
$ams-page-header-mega-menu-button-cursor: $ams-cursor-interactive;
|
|
626
|
-
$ams-page-header-mega-menu-button-label-open-font-weight: $ams-typography-body-text-
|
|
636
|
+
$ams-page-header-mega-menu-button-label-open-font-weight: $ams-typography-body-text-font-weight;
|
|
627
637
|
$ams-page-header-mega-menu-button-padding-inline: $ams-space-s;
|
|
628
638
|
$ams-page-header-mega-menu-button-hover-background-color: $ams-color-interactive-hover;
|
|
629
639
|
$ams-page-header-mega-menu-button-hover-color: $ams-color-text-inverse;
|
|
@@ -643,14 +653,7 @@ $ams-page-header-menu-link-text-underline-offset: $ams-links-text-underline-offs
|
|
|
643
653
|
$ams-page-header-menu-link-hover-text-decoration-line: $ams-links-subtle-hover-text-decoration-line;
|
|
644
654
|
$ams-page-header-navigation-column-gap: $ams-space-l;
|
|
645
655
|
$ams-page-header-navigation-row-gap: $ams-space-l;
|
|
646
|
-
$ams-page-
|
|
647
|
-
$ams-page-heading-font-family: $ams-typography-font-family;
|
|
648
|
-
$ams-page-heading-font-size: $ams-typography-heading-0-font-size;
|
|
649
|
-
$ams-page-heading-font-weight: $ams-typography-heading-font-weight;
|
|
650
|
-
$ams-page-heading-line-height: $ams-typography-heading-0-line-height;
|
|
651
|
-
$ams-page-heading-text-wrap: $ams-typography-heading-text-wrap;
|
|
652
|
-
$ams-page-heading-inverse-color: $ams-color-text-inverse;
|
|
653
|
-
$ams-page-background-color: $ams-color-background;
|
|
656
|
+
$ams-page-background-color: $ams-color-background-body;
|
|
654
657
|
$ams-pagination-font-family: $ams-typography-font-family;
|
|
655
658
|
$ams-pagination-font-size: $ams-typography-body-text-font-size;
|
|
656
659
|
$ams-pagination-font-weight: $ams-typography-body-text-font-weight;
|
|
@@ -680,8 +683,13 @@ $ams-password-input-disabled-cursor: $ams-cursor-disabled;
|
|
|
680
683
|
$ams-progress-list-heading-2-step-marker-margin-block-start: calc(($ams-typography-heading-2-line-height * $ams-typography-heading-2-font-size) / 2);
|
|
681
684
|
$ams-progress-list-heading-3-step-marker-margin-block-start: calc(($ams-typography-heading-3-line-height * $ams-typography-heading-3-font-size) / 2);
|
|
682
685
|
$ams-progress-list-heading-4-step-marker-margin-block-start: calc(($ams-typography-heading-4-line-height * $ams-typography-heading-4-font-size) / 2);
|
|
686
|
+
$ams-progress-list-button-color: $ams-color-interactive;
|
|
687
|
+
$ams-progress-list-button-cursor: $ams-cursor-interactive;
|
|
688
|
+
$ams-progress-list-button-gap: $ams-space-s;
|
|
689
|
+
$ams-progress-list-button-outline-offset: $ams-focus-outline-offset;
|
|
690
|
+
$ams-progress-list-button-hover-color: $ams-color-interactive-hover;
|
|
683
691
|
$ams-progress-list-step-gap: $ams-space-m;
|
|
684
|
-
$ams-progress-list-step-medium-gap: $ams-space-l;
|
|
692
|
+
$ams-progress-list-step-vi-medium-gap: $ams-space-l;
|
|
685
693
|
$ams-progress-list-step-marker-shape-background-color: $ams-color-background;
|
|
686
694
|
$ams-progress-list-step-marker-shape-border-color: $ams-color-progress-upcoming;
|
|
687
695
|
$ams-progress-list-step-marker-shape-border-width: $ams-border-width-m;
|
|
@@ -698,7 +706,7 @@ $ams-progress-list-step-current-marker-shape-border-color: $ams-color-progress-c
|
|
|
698
706
|
$ams-progress-list-step-current-connector-border-inline-color: $ams-color-progress-current;
|
|
699
707
|
$ams-progress-list-substeps-padding-block-start: $ams-space-m;
|
|
700
708
|
$ams-progress-list-substeps-step-indicator-margin-inline-end: $ams-space-m;
|
|
701
|
-
$ams-progress-list-substeps-step-indicator-medium-margin-inline-end: $ams-space-l;
|
|
709
|
+
$ams-progress-list-substeps-step-indicator-vi-medium-margin-inline-end: $ams-space-l;
|
|
702
710
|
$ams-progress-list-substeps-step-marker-block-size: calc($ams-typography-body-text-font-size * $ams-typography-body-text-line-height);
|
|
703
711
|
$ams-progress-list-substeps-step-marker-inline-size: $ams-progress-list-step-marker-shape-block-size;
|
|
704
712
|
$ams-progress-list-substeps-step-marker-shape-background-color: $ams-color-background;
|
|
@@ -783,12 +791,6 @@ $ams-spotlight-lime-background-color: $ams-color-highlight-lime;
|
|
|
783
791
|
$ams-spotlight-magenta-background-color: $ams-color-highlight-magenta;
|
|
784
792
|
$ams-spotlight-orange-background-color: $ams-color-highlight-orange;
|
|
785
793
|
$ams-spotlight-yellow-background-color: $ams-color-highlight-yellow;
|
|
786
|
-
$ams-standalone-link-hover-text-decoration-thickness: $ams-links-hover-text-decoration-thickness;
|
|
787
|
-
$ams-standalone-link-hover-text-underline-offset: $ams-links-hover-text-underline-offset;
|
|
788
|
-
$ams-standalone-link-hover-text-decoration-line: $ams-links-subtle-hover-text-decoration-line;
|
|
789
|
-
$ams-standalone-link-with-icon-text-decoration-line: $ams-links-subtle-text-decoration-line;
|
|
790
|
-
$ams-standalone-link-with-icon-text-decoration-thickness: $ams-links-text-decoration-thickness;
|
|
791
|
-
$ams-standalone-link-with-icon-hover-text-decoration-line: $ams-links-subtle-hover-text-decoration-line;
|
|
792
794
|
$ams-standalone-link-column-gap: $ams-space-s;
|
|
793
795
|
$ams-standalone-link-font-family: $ams-typography-font-family;
|
|
794
796
|
$ams-standalone-link-font-size: $ams-typography-body-text-font-size;
|
|
@@ -798,16 +800,33 @@ $ams-standalone-link-outline-offset: $ams-focus-outline-offset;
|
|
|
798
800
|
$ams-standalone-link-text-decoration-line: $ams-links-subtle-text-decoration-line;
|
|
799
801
|
$ams-standalone-link-text-decoration-thickness: $ams-links-text-decoration-thickness;
|
|
800
802
|
$ams-standalone-link-text-underline-offset: $ams-links-text-underline-offset;
|
|
803
|
+
$ams-standalone-link-hover-text-decoration-line: $ams-links-subtle-hover-text-decoration-line;
|
|
801
804
|
$ams-switch-cursor: $ams-cursor-interactive;
|
|
802
805
|
$ams-switch-outline-offset: $ams-focus-outline-offset;
|
|
803
806
|
$ams-switch-thumb-background-color: $ams-color-background;
|
|
804
807
|
$ams-switch-thumb-hover-color: $ams-color-interactive-hover;
|
|
805
|
-
$ams-switch-thumb-hover-box-shadow:
|
|
808
|
+
$ams-switch-thumb-hover-box-shadow: 0rem 0rem 0rem $ams-border-width-m $ams-switch-thumb-hover-color;
|
|
806
809
|
$ams-switch-checked-background-color: $ams-color-interactive;
|
|
807
810
|
$ams-switch-disabled-background-color: $ams-color-interactive-disabled;
|
|
808
811
|
$ams-switch-disabled-cursor: $ams-cursor-disabled;
|
|
809
|
-
$ams-
|
|
810
|
-
$ams-
|
|
812
|
+
$ams-tab-navigation-list-box-shadow: inset 0rem $ams-border-width-negative-m 0rem 0rem $ams-color-separator;
|
|
813
|
+
$ams-tab-navigation-list-vertical-box-shadow: inset $ams-border-width-negative-m 0rem 0rem 0rem $ams-color-separator;
|
|
814
|
+
$ams-tab-navigation-link-gap: $ams-space-s;
|
|
815
|
+
$ams-tab-navigation-link-color: $ams-color-interactive;
|
|
816
|
+
$ams-tab-navigation-link-cursor: $ams-cursor-interactive;
|
|
817
|
+
$ams-tab-navigation-link-font-family: $ams-typography-font-family;
|
|
818
|
+
$ams-tab-navigation-link-font-size: $ams-typography-body-text-font-size;
|
|
819
|
+
$ams-tab-navigation-link-font-weight: $ams-typography-body-text-font-weight;
|
|
820
|
+
$ams-tab-navigation-link-line-height: $ams-typography-body-text-line-height;
|
|
821
|
+
$ams-tab-navigation-link-outline-offset: calc($ams-focus-outline-offset * -1);
|
|
822
|
+
$ams-tab-navigation-link-padding-block: $ams-space-s;
|
|
823
|
+
$ams-tab-navigation-link-padding-inline: $ams-space-m;
|
|
824
|
+
$ams-tab-navigation-link-hover-box-shadow: inset 0rem $ams-border-width-negative-m 0rem 0rem currentColor;
|
|
825
|
+
$ams-tab-navigation-link-hover-color: $ams-color-interactive-hover;
|
|
826
|
+
$ams-tab-navigation-link-current-box-shadow: inset 0rem $ams-border-width-negative-xl 0rem 0rem currentColor;
|
|
827
|
+
$ams-tab-navigation-link-current-font-weight: $ams-typography-body-text-bold-font-weight;
|
|
828
|
+
$ams-tab-navigation-link-vertical-hover-box-shadow: inset $ams-border-width-negative-m 0rem 0rem 0rem currentColor;
|
|
829
|
+
$ams-tab-navigation-link-vertical-current-box-shadow: inset $ams-border-width-negative-xl 0rem 0rem 0rem currentColor;
|
|
811
830
|
$ams-table-of-contents-font-family: $ams-typography-font-family;
|
|
812
831
|
$ams-table-of-contents-font-size: $ams-typography-body-text-font-size;
|
|
813
832
|
$ams-table-of-contents-font-weight: $ams-typography-body-text-font-weight;
|
|
@@ -827,12 +846,13 @@ $ams-table-font-size: $ams-typography-body-text-font-size;
|
|
|
827
846
|
$ams-table-font-weight: $ams-typography-body-text-font-weight;
|
|
828
847
|
$ams-table-line-height: $ams-typography-body-text-line-height;
|
|
829
848
|
$ams-table-caption-font-weight: $ams-typography-body-text-bold-font-weight;
|
|
849
|
+
$ams-table-caption-margin-block-end: $ams-space-s;
|
|
830
850
|
$ams-table-cell-border-block-end: $ams-border-width-s solid $ams-color-separator;
|
|
831
851
|
$ams-table-cell-padding-block: $ams-space-s;
|
|
832
852
|
$ams-table-cell-padding-inline: $ams-space-m;
|
|
833
853
|
$ams-table-header-cell-font-weight: $ams-typography-body-text-bold-font-weight;
|
|
834
854
|
$ams-tabs-gap: $ams-space-m;
|
|
835
|
-
$ams-tabs-list-box-shadow: inset 0rem
|
|
855
|
+
$ams-tabs-list-box-shadow: inset 0rem $ams-border-width-negative-m 0rem 0rem $ams-color-separator;
|
|
836
856
|
$ams-tabs-button-color: $ams-color-interactive;
|
|
837
857
|
$ams-tabs-button-cursor: $ams-cursor-interactive;
|
|
838
858
|
$ams-tabs-button-font-family: $ams-typography-font-family;
|
|
@@ -842,9 +862,9 @@ $ams-tabs-button-line-height: $ams-typography-body-text-line-height;
|
|
|
842
862
|
$ams-tabs-button-outline-offset: calc($ams-focus-outline-offset * -1);
|
|
843
863
|
$ams-tabs-button-padding-block: $ams-space-s;
|
|
844
864
|
$ams-tabs-button-padding-inline: $ams-space-m;
|
|
845
|
-
$ams-tabs-button-hover-box-shadow: inset 0rem
|
|
865
|
+
$ams-tabs-button-hover-box-shadow: inset 0rem $ams-border-width-negative-m 0rem 0rem currentColor;
|
|
846
866
|
$ams-tabs-button-hover-color: $ams-color-interactive-hover;
|
|
847
|
-
$ams-tabs-button-selected-box-shadow: inset 0rem
|
|
867
|
+
$ams-tabs-button-selected-box-shadow: inset 0rem $ams-border-width-negative-xl 0rem 0rem currentColor;
|
|
848
868
|
$ams-tabs-button-selected-font-weight: $ams-typography-body-text-bold-font-weight;
|
|
849
869
|
$ams-tabs-button-disabled-color: $ams-color-interactive-disabled;
|
|
850
870
|
$ams-tabs-button-disabled-cursor: $ams-cursor-disabled;
|
|
@@ -857,11 +877,10 @@ $ams-text-input-border-color: $ams-inputs-border-color;
|
|
|
857
877
|
$ams-text-input-border-style: $ams-inputs-border-style;
|
|
858
878
|
$ams-text-input-line-height: $ams-inputs-line-height;
|
|
859
879
|
$ams-text-input-disabled-cursor: $ams-cursor-disabled;
|
|
860
|
-
$ams-time-input-disabled-cursor: $ams-cursor-disabled;
|
|
861
|
-
$ams-time-input-calender-picker-indicator-cursor: $ams-cursor-interactive;
|
|
862
880
|
$ams-time-input-border-color: $ams-inputs-border-color;
|
|
863
881
|
$ams-time-input-border-style: $ams-inputs-border-style;
|
|
864
882
|
$ams-time-input-line-height: $ams-inputs-line-height;
|
|
883
|
+
$ams-time-input-disabled-cursor: $ams-cursor-disabled;
|
|
865
884
|
$ams-time-input-calendar-picker-indicator-cursor: $ams-cursor-interactive;
|
|
866
885
|
$ams-unordered-list-color: $ams-color-text;
|
|
867
886
|
$ams-unordered-list-font-family: $ams-typography-font-family;
|
|
@@ -875,15 +894,12 @@ $ams-unordered-list-small-line-height: $ams-typography-body-text-small-line-heig
|
|
|
875
894
|
$ams-unordered-list-unordered-list-gap: $ams-space-s;
|
|
876
895
|
$ams-unordered-list-unordered-list-padding-block-end: $ams-space-s;
|
|
877
896
|
$ams-unordered-list-unordered-list-padding-block-start: $ams-space-s;
|
|
878
|
-
$ams-accordion-button-font-size: $ams-typography-heading-3-font-size;
|
|
879
897
|
$ams-breadcrumb-link-color: $ams-links-color;
|
|
880
898
|
$ams-breadcrumb-link-hover-color: $ams-links-hover-color;
|
|
881
899
|
$ams-card-link-color: $ams-links-color;
|
|
882
900
|
$ams-card-link-hover-color: $ams-links-hover-color;
|
|
883
901
|
$ams-checkbox-icon-container-block-size: calc($ams-checkbox-font-size * $ams-checkbox-line-height);
|
|
884
902
|
$ams-checkbox-icon-container-inline-size: $ams-checkbox-font-size;
|
|
885
|
-
$ams-date-input-disabled-color: $ams-inputs-disabled-color;
|
|
886
|
-
$ams-date-input-hover-box-shadow: $ams-inputs-hover-box-shadow;
|
|
887
903
|
$ams-date-input-background-color: $ams-inputs-background-color;
|
|
888
904
|
$ams-date-input-border-width: $ams-inputs-border-width;
|
|
889
905
|
$ams-date-input-color: $ams-inputs-color;
|
|
@@ -893,9 +909,12 @@ $ams-date-input-font-weight: $ams-inputs-font-weight;
|
|
|
893
909
|
$ams-date-input-outline-offset: $ams-inputs-outline-offset;
|
|
894
910
|
$ams-date-input-padding-block: $ams-inputs-padding-block;
|
|
895
911
|
$ams-date-input-padding-inline: $ams-inputs-padding-inline;
|
|
912
|
+
$ams-date-input-disabled-color: $ams-inputs-disabled-color;
|
|
913
|
+
$ams-date-input-hover-box-shadow: $ams-inputs-hover-box-shadow;
|
|
896
914
|
$ams-date-input-invalid-border-color: $ams-inputs-invalid-border-color;
|
|
897
915
|
$ams-date-input-invalid-hover-border-color: $ams-inputs-invalid-hover-border-color;
|
|
898
916
|
$ams-date-input-invalid-hover-box-shadow: $ams-inputs-invalid-hover-box-shadow;
|
|
917
|
+
$ams-description-list-term-font-size: $ams-typography-heading-4-font-size;
|
|
899
918
|
$ams-description-list-term-vi-medium-margin-block-end: $ams-description-list-description-margin-block-end;
|
|
900
919
|
$ams-dialog-border-color: $ams-dialog-background-color;
|
|
901
920
|
$ams-field-set-legend-font-size: $ams-typography-heading-3-font-size;
|
|
@@ -922,12 +941,10 @@ $ams-heading-2-font-size: $ams-typography-heading-2-font-size;
|
|
|
922
941
|
$ams-heading-3-font-size: $ams-typography-heading-3-font-size;
|
|
923
942
|
$ams-heading-4-font-size: $ams-typography-heading-4-font-size;
|
|
924
943
|
$ams-heading-5-font-size: $ams-typography-heading-5-font-size;
|
|
925
|
-
$ams-heading-6-font-size: $ams-typography-heading-6-font-size;
|
|
926
944
|
$ams-icon-heading-2-font-size: $ams-typography-heading-2-font-size;
|
|
927
945
|
$ams-icon-heading-3-font-size: $ams-typography-heading-3-font-size;
|
|
928
946
|
$ams-icon-heading-4-font-size: $ams-typography-heading-4-font-size;
|
|
929
947
|
$ams-icon-heading-5-font-size: $ams-typography-heading-5-font-size;
|
|
930
|
-
$ams-icon-heading-6-font-size: $ams-typography-heading-6-font-size;
|
|
931
948
|
$ams-label-font-size: $ams-typography-heading-3-font-size;
|
|
932
949
|
$ams-link-list-link-color: $ams-links-color;
|
|
933
950
|
$ams-link-list-link-hover-color: $ams-links-hover-color;
|
|
@@ -941,21 +958,17 @@ $ams-link-contrast-color: $ams-links-contrast-color;
|
|
|
941
958
|
$ams-link-contrast-hover-color: $ams-links-contrast-hover-color;
|
|
942
959
|
$ams-link-inverse-color: $ams-links-inverse-color;
|
|
943
960
|
$ams-link-inverse-hover-color: $ams-links-inverse-hover-color;
|
|
944
|
-
$ams-menu-
|
|
945
|
-
$ams-menu-link-contrast-hover-color: $ams-links-contrast-hover-color;
|
|
946
|
-
$ams-menu-link-inverse-color: $ams-links-inverse-color;
|
|
947
|
-
$ams-menu-link-inverse-hover-color: $ams-links-inverse-hover-color;
|
|
961
|
+
$ams-menu-vi-wide-padding-block: calc($ams-logo-block-size + 2 * $ams-page-header-padding-block) $ams-space-m;
|
|
948
962
|
$ams-menu-link-color: $ams-links-inverse-color;
|
|
949
963
|
$ams-menu-link-hover-color: $ams-links-inverse-hover-color;
|
|
950
|
-
$ams-menu-wide-padding-block: calc($ams-logo-block-size + 2 * $ams-page-header-padding-block) $ams-space-m;
|
|
951
964
|
$ams-page-footer-menu-padding-inline: $ams-grid-padding-inline;
|
|
952
|
-
$ams-page-footer-menu-medium-padding-inline: $ams-grid-medium-padding-inline;
|
|
953
|
-
$ams-page-footer-menu-wide-padding-inline: $ams-grid-wide-padding-inline;
|
|
965
|
+
$ams-page-footer-menu-vi-medium-padding-inline: $ams-grid-vi-medium-padding-inline;
|
|
966
|
+
$ams-page-footer-menu-vi-wide-padding-inline: $ams-grid-vi-wide-padding-inline;
|
|
954
967
|
$ams-page-footer-menu-link-color: $ams-links-color;
|
|
955
968
|
$ams-page-footer-menu-link-hover-color: $ams-links-hover-color;
|
|
956
969
|
$ams-page-header-padding-inline: $ams-grid-padding-inline;
|
|
957
|
-
$ams-page-header-medium-padding-inline: $ams-grid-medium-padding-inline;
|
|
958
|
-
$ams-page-header-wide-padding-inline: $ams-grid-wide-padding-inline;
|
|
970
|
+
$ams-page-header-vi-medium-padding-inline: $ams-grid-vi-medium-padding-inline;
|
|
971
|
+
$ams-page-header-vi-wide-padding-inline: $ams-grid-vi-wide-padding-inline;
|
|
959
972
|
$ams-page-header-brand-name-font-size: $ams-typography-heading-3-font-size;
|
|
960
973
|
$ams-page-header-menu-item-color: $ams-links-color;
|
|
961
974
|
$ams-page-header-menu-item-hover-color: $ams-links-hover-color;
|
|
@@ -1011,13 +1024,12 @@ $ams-select-hover-box-shadow: $ams-inputs-hover-box-shadow;
|
|
|
1011
1024
|
$ams-select-invalid-border-color: $ams-inputs-invalid-border-color;
|
|
1012
1025
|
$ams-select-invalid-hover-border-color: $ams-inputs-invalid-hover-border-color;
|
|
1013
1026
|
$ams-select-invalid-hover-box-shadow: $ams-inputs-invalid-hover-box-shadow;
|
|
1014
|
-
$ams-standalone-link-hover-color: $ams-links-hover-color;
|
|
1015
1027
|
$ams-standalone-link-color: $ams-links-color;
|
|
1028
|
+
$ams-standalone-link-hover-color: $ams-links-hover-color;
|
|
1016
1029
|
$ams-standalone-link-contrast-color: $ams-links-contrast-color;
|
|
1017
1030
|
$ams-standalone-link-contrast-hover-color: $ams-links-contrast-hover-color;
|
|
1018
1031
|
$ams-standalone-link-inverse-color: $ams-links-inverse-color;
|
|
1019
1032
|
$ams-standalone-link-inverse-hover-color: $ams-links-inverse-hover-color;
|
|
1020
|
-
$ams-table-of-contents-heading-font-size: $ams-typography-heading-4-font-size;
|
|
1021
1033
|
$ams-table-of-contents-link-color: $ams-links-color;
|
|
1022
1034
|
$ams-table-of-contents-link-hover-color: $ams-links-hover-color;
|
|
1023
1035
|
$ams-text-area-background-color: $ams-inputs-background-color;
|
|
@@ -1050,8 +1062,6 @@ $ams-text-input-invalid-border-color: $ams-inputs-invalid-border-color;
|
|
|
1050
1062
|
$ams-text-input-invalid-hover-border-color: $ams-inputs-invalid-hover-border-color;
|
|
1051
1063
|
$ams-text-input-invalid-hover-box-shadow: $ams-inputs-invalid-hover-box-shadow;
|
|
1052
1064
|
$ams-text-input-placeholder-color: $ams-inputs-placeholder-color;
|
|
1053
|
-
$ams-time-input-disabled-color: $ams-inputs-disabled-color;
|
|
1054
|
-
$ams-time-input-hover-box-shadow: $ams-inputs-hover-box-shadow;
|
|
1055
1065
|
$ams-time-input-background-color: $ams-inputs-background-color;
|
|
1056
1066
|
$ams-time-input-border-width: $ams-inputs-border-width;
|
|
1057
1067
|
$ams-time-input-color: $ams-inputs-color;
|
|
@@ -1061,6 +1071,8 @@ $ams-time-input-font-weight: $ams-inputs-font-weight;
|
|
|
1061
1071
|
$ams-time-input-outline-offset: $ams-inputs-outline-offset;
|
|
1062
1072
|
$ams-time-input-padding-block: $ams-inputs-padding-block;
|
|
1063
1073
|
$ams-time-input-padding-inline: $ams-inputs-padding-inline;
|
|
1074
|
+
$ams-time-input-disabled-color: $ams-inputs-disabled-color;
|
|
1075
|
+
$ams-time-input-hover-box-shadow: $ams-inputs-hover-box-shadow;
|
|
1064
1076
|
$ams-time-input-invalid-border-color: $ams-inputs-invalid-border-color;
|
|
1065
1077
|
$ams-time-input-invalid-hover-border-color: $ams-inputs-invalid-hover-border-color;
|
|
1066
1078
|
$ams-time-input-invalid-hover-box-shadow: $ams-inputs-invalid-hover-box-shadow;
|