@amsterdam/design-system-tokens 3.4.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 +50 -3
- package/README.md +131 -22
- package/build.js +11 -1
- package/dist/compact.css +7 -2
- package/dist/compact.d.ts +17 -6
- package/dist/compact.json +28 -17
- package/dist/compact.mjs +19 -13
- package/dist/compact.scss +7 -2
- package/dist/compact.theme.css +7 -2
- package/dist/index.css +108 -110
- package/dist/index.d.ts +112 -110
- package/dist/index.json +218 -216
- package/dist/index.mjs +218 -208
- package/dist/index.scss +108 -110
- package/dist/index.theme.css +108 -110
- package/package.json +1 -1
- package/src/brand/ams/aspect-ratio.tokens.json +24 -6
- package/src/brand/ams/border.tokens.json +5 -0
- package/src/brand/ams/color.compact.tokens.json +15 -0
- package/src/brand/ams/color.tokens.json +37 -54
- 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 -45
- package/src/brand/ams/typography.tokens.json +59 -63
- 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 +17 -48
- 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 +101 -74
- package/src/components/ams/column.tokens.json +10 -10
- package/src/components/ams/date-input.tokens.json +55 -50
- package/src/components/ams/description-list.tokens.json +85 -24
- 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 +35 -20
- package/src/components/ams/field.tokens.json +13 -10
- package/src/components/ams/figure.tokens.json +16 -7
- package/src/components/ams/file-input.tokens.json +69 -31
- 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 -39
- 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 +80 -55
- 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 +152 -61
- 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 -25
- 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 +42 -46
- package/src/components/ams/switch.tokens.json +23 -9
- package/src/components/ams/tab-navigation.tokens.json +205 -0
- package/src/components/ams/table-of-contents.tokens.json +38 -41
- package/src/components/ams/table.tokens.json +29 -10
- package/src/components/ams/tabs.tokens.json +36 -17
- package/src/components/ams/text-area.tokens.json +49 -23
- package/src/components/ams/text-input.tokens.json +47 -21
- package/src/components/ams/time-input.tokens.json +55 -50
- package/src/components/ams/unordered-list.tokens.json +37 -25
- package/style-dictionary/transforms/dtcg-font-family.js +32 -0
- package/src/components/ams/page-heading.tokens.json +0 -46
package/dist/index.css
CHANGED
|
@@ -9,13 +9,14 @@
|
|
|
9
9
|
--ams-aspect-ratio-4-3: 4 / 3;
|
|
10
10
|
--ams-aspect-ratio-16-9: 16 / 9;
|
|
11
11
|
--ams-aspect-ratio-16-5: 16 / 5;
|
|
12
|
-
--ams-border-width-s: 0.0625rem;
|
|
13
|
-
--ams-border-width-m: 0.125rem;
|
|
14
|
-
--ams-border-width-l: 0.1875rem;
|
|
15
|
-
--ams-border-width-xl: 0.25rem;
|
|
12
|
+
--ams-border-width-s: 0.0625rem; /** 1px equivalent. For subtle borders like hover reinforcement. */
|
|
13
|
+
--ams-border-width-m: 0.125rem; /** 2px equivalent. The default border width for inputs and containers. */
|
|
14
|
+
--ams-border-width-l: 0.1875rem; /** 3px equivalent. */
|
|
15
|
+
--ams-border-width-xl: 0.25rem; /** 4px equivalent. For strong emphasis like active tab indicators. */
|
|
16
16
|
--ams-border-width-negative-m: -0.125rem;
|
|
17
17
|
--ams-border-width-negative-xl: -0.25rem;
|
|
18
|
-
--ams-color-background: #ffffff;
|
|
18
|
+
--ams-color-background-body: #ffffff;
|
|
19
|
+
--ams-color-background: #ffffff; /** The default background colour for form controls and smaller surfaces. */
|
|
19
20
|
--ams-color-feedback-error: #ec0000;
|
|
20
21
|
--ams-color-feedback-info: #009de6;
|
|
21
22
|
--ams-color-feedback-success: #00893c;
|
|
@@ -27,56 +28,52 @@
|
|
|
27
28
|
--ams-color-highlight-orange: #ff9100;
|
|
28
29
|
--ams-color-highlight-purple: #a00078;
|
|
29
30
|
--ams-color-highlight-yellow: #ffe600;
|
|
30
|
-
--ams-color-interactive-contrast: #202020;
|
|
31
|
+
--ams-color-interactive-contrast: #202020; /** For interactive elements on coloured backgrounds where the default blue lacks sufficient contrast. */
|
|
31
32
|
--ams-color-interactive: #004699;
|
|
32
33
|
--ams-color-interactive-disabled: #767676;
|
|
33
34
|
--ams-color-interactive-hover: #003677;
|
|
34
35
|
--ams-color-interactive-invalid: #ec0000;
|
|
35
36
|
--ams-color-interactive-invalid-hover: #b70000;
|
|
36
|
-
--ams-color-interactive-inverse: #ffffff;
|
|
37
|
-
--ams-color-interactive-secondary: #202020;
|
|
37
|
+
--ams-color-interactive-inverse: #ffffff; /** For interactive elements on dark backgrounds. */
|
|
38
38
|
--ams-color-progress-current: #00893c;
|
|
39
39
|
--ams-color-progress-completed: #00893c;
|
|
40
40
|
--ams-color-progress-upcoming: #767676;
|
|
41
|
-
--ams-color-separator: #d1d1d1;
|
|
41
|
+
--ams-color-separator: #d1d1d1; /** For row borders in tables. */
|
|
42
42
|
--ams-color-text: #202020;
|
|
43
43
|
--ams-color-text-inverse: #ffffff;
|
|
44
|
-
--ams-color-text-secondary: #767676;
|
|
44
|
+
--ams-color-text-secondary: #767676; /** For supporting text that is less prominent than the default, e.g. metadata. */
|
|
45
45
|
--ams-cursor-disabled: not-allowed;
|
|
46
|
-
--ams-cursor-interactive: pointer;
|
|
47
|
-
--ams-focus-outline-offset: 0.25rem;
|
|
48
|
-
--ams-space-xs: clamp(0.25rem, 0.2143rem + 0.1786vw, 0.375rem);
|
|
49
|
-
--ams-space-s: clamp(0.5rem, 0.4286rem + 0.3571vw, 0.75rem);
|
|
50
|
-
--ams-space-m: clamp(1rem, 0.8571rem + 0.7143vw, 1.5rem);
|
|
51
|
-
--ams-space-l: clamp(1.5rem, 1.2857rem + 1.0714vw, 2.25rem);
|
|
52
|
-
--ams-space-xl: clamp(2.25rem, 1.8214rem + 2.1429vw, 3.75rem);
|
|
53
|
-
--ams-space-2xl: clamp(3rem, 2.25rem + 3.75vw, 5.625rem);
|
|
54
|
-
--ams-typography-font-family: 'Amsterdam Sans', Arial, sans-serif;
|
|
55
|
-
--ams-typography-hyphenate-limit-chars: auto;
|
|
56
|
-
--ams-typography-body-text-font-size: clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem);
|
|
46
|
+
--ams-cursor-interactive: pointer; /** All interactive elements in their default state that lack a cursor style. */
|
|
47
|
+
--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. */
|
|
48
|
+
--ams-space-xs: clamp(0.25rem, 0.2143rem + 0.1786vw, 0.375rem); /** Scales from 4px to 6px. */
|
|
49
|
+
--ams-space-s: clamp(0.5rem, 0.4286rem + 0.3571vw, 0.75rem); /** Scales from 8px to 12px. */
|
|
50
|
+
--ams-space-m: clamp(1rem, 0.8571rem + 0.7143vw, 1.5rem); /** Scales from 16px to 24px. */
|
|
51
|
+
--ams-space-l: clamp(1.5rem, 1.2857rem + 1.0714vw, 2.25rem); /** Scales from 24px to 36px. */
|
|
52
|
+
--ams-space-xl: clamp(2.25rem, 1.8214rem + 2.1429vw, 3.75rem); /** Scales from 36px to 60px. */
|
|
53
|
+
--ams-space-2xl: clamp(3rem, 2.25rem + 3.75vw, 5.625rem); /** Scales from 48px to 90px. */
|
|
54
|
+
--ams-typography-font-family: 'Amsterdam Sans', Arial, sans-serif; /** The corporate typeface with system fallbacks. */
|
|
55
|
+
--ams-typography-hyphenate-limit-chars: auto; /** Lets the browser decide the minimum character count for hyphenation. */
|
|
56
|
+
--ams-typography-body-text-font-size: clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem); /** Scales from 18px to 20px. */
|
|
57
57
|
--ams-typography-body-text-font-weight: 400;
|
|
58
58
|
--ams-typography-body-text-line-height: 1.6;
|
|
59
59
|
--ams-typography-body-text-bold-font-weight: 800;
|
|
60
|
-
--ams-typography-body-text-small-font-size: 1rem;
|
|
60
|
+
--ams-typography-body-text-small-font-size: 1rem; /** Fixed at 16px; does not scale. */
|
|
61
61
|
--ams-typography-body-text-small-line-height: 1.5;
|
|
62
|
-
--ams-typography-body-text-large-font-size: clamp(1.3125rem, 1.2411rem + 0.3571vw, 1.5625rem);
|
|
62
|
+
--ams-typography-body-text-large-font-size: clamp(1.3125rem, 1.2411rem + 0.3571vw, 1.5625rem); /** Scales from 21px to 25px. */
|
|
63
63
|
--ams-typography-body-text-large-line-height: 1.5;
|
|
64
|
-
--ams-typography-body-text-x-large-font-size: clamp(1.5rem, 1.3571rem + 0.7143vw, 2rem);
|
|
64
|
+
--ams-typography-body-text-x-large-font-size: clamp(1.5rem, 1.3571rem + 0.7143vw, 2rem); /** Scales from 24px to 32px. */
|
|
65
65
|
--ams-typography-body-text-x-large-line-height: 1.4;
|
|
66
|
-
--ams-typography-heading-
|
|
67
|
-
--ams-typography-heading-0-line-height: 1.1;
|
|
68
|
-
--ams-typography-heading-1-font-size: clamp(2rem, 1.7143rem + 1.4286vw, 3rem);
|
|
66
|
+
--ams-typography-heading-1-font-size: clamp(2rem, 1.7143rem + 1.4286vw, 3rem); /** Scales from 32px to 48px. */
|
|
69
67
|
--ams-typography-heading-1-line-height: 1.2;
|
|
70
68
|
--ams-typography-heading-2-line-height: 1.3;
|
|
71
69
|
--ams-typography-heading-3-line-height: 1.3;
|
|
72
70
|
--ams-typography-heading-4-line-height: 1.4;
|
|
73
71
|
--ams-typography-heading-5-line-height: 1.4;
|
|
74
|
-
--ams-typography-heading-6-line-height: 1.4;
|
|
75
72
|
--ams-typography-heading-font-weight: 800;
|
|
76
|
-
--ams-typography-heading-text-wrap: balance;
|
|
77
|
-
--ams-inputs-border-color: currentColor;
|
|
73
|
+
--ams-typography-heading-text-wrap: balance; /** Distributes heading text evenly across lines for a more balanced appearance. */
|
|
74
|
+
--ams-inputs-border-color: currentColor; /** Uses currentColor so the border adapts to the text colour, including in error states. */
|
|
78
75
|
--ams-inputs-border-style: solid;
|
|
79
|
-
--ams-inputs-line-height: 1.4;
|
|
76
|
+
--ams-inputs-line-height: 1.4; /** Tighter than body text (1.6) to keep inputs compact. Buttons also use this to match. */
|
|
80
77
|
--ams-links-text-decoration-thickness: 0.125rem;
|
|
81
78
|
--ams-links-text-underline-offset: 0.15625rem;
|
|
82
79
|
--ams-links-hover-text-decoration-thickness: 0.1875rem;
|
|
@@ -84,8 +81,6 @@
|
|
|
84
81
|
--ams-links-subtle-text-decoration-line: none;
|
|
85
82
|
--ams-links-subtle-hover-text-decoration-line: underline;
|
|
86
83
|
--ams-accordion-button-padding-inline: 0;
|
|
87
|
-
--ams-accordion-panel-padding-block: 0;
|
|
88
|
-
--ams-accordion-panel-padding-inline: 0;
|
|
89
84
|
--ams-alert-border-style: solid;
|
|
90
85
|
--ams-avatar-border-style: solid;
|
|
91
86
|
--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>");
|
|
@@ -98,28 +93,43 @@
|
|
|
98
93
|
--ams-button-tertiary-hover-border-color: currentColor;
|
|
99
94
|
--ams-call-to-action-link-background-color: #00893c;
|
|
100
95
|
--ams-call-to-action-link-hover-background-color: #10552b;
|
|
101
|
-
--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>");
|
|
102
|
-
--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>");
|
|
103
96
|
--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>");
|
|
104
|
-
--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>");
|
|
105
97
|
--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>");
|
|
106
|
-
--ams-
|
|
98
|
+
--ams-description-list-column-gap: initial;
|
|
99
|
+
--ams-description-list-row-gap: 0;
|
|
107
100
|
--ams-description-list-term-text-wrap: balance;
|
|
108
101
|
--ams-description-list-description-padding-inline-start: 0;
|
|
109
|
-
--ams-description-list-narrow-grid-template-columns:
|
|
110
|
-
--ams-description-list-medium-grid-template-columns:
|
|
111
|
-
--ams-description-list-wide-grid-template-columns:
|
|
102
|
+
--ams-description-list-narrow-grid-template-columns: initial;
|
|
103
|
+
--ams-description-list-medium-grid-template-columns: initial;
|
|
104
|
+
--ams-description-list-wide-grid-template-columns: initial;
|
|
105
|
+
--ams-description-list-vi-medium-narrow-grid-template-columns: 1fr 4fr;
|
|
106
|
+
--ams-description-list-vi-medium-medium-grid-template-columns: 1fr 2fr;
|
|
107
|
+
--ams-description-list-vi-medium-wide-grid-template-columns: 1fr 1fr;
|
|
112
108
|
--ams-dialog-border-radius: initial;
|
|
113
109
|
--ams-dialog-border-style: solid;
|
|
114
110
|
--ams-dialog-box-shadow: initial;
|
|
115
111
|
--ams-dialog-max-inline-size: 48rem;
|
|
112
|
+
--ams-dialog-medium-inline-size: initial;
|
|
113
|
+
--ams-dialog-medium-max-block-size: initial;
|
|
116
114
|
--ams-dialog-backdrop-background-color: rgb(24 24 24 / 62.5%);
|
|
115
|
+
--ams-dialog-header-medium-padding-block: initial;
|
|
116
|
+
--ams-dialog-header-medium-padding-inline: initial;
|
|
117
117
|
--ams-dialog-body-padding-block: 0;
|
|
118
|
+
--ams-dialog-body-medium-padding-inline: initial;
|
|
119
|
+
--ams-dialog-footer-medium-padding-block: initial;
|
|
120
|
+
--ams-dialog-footer-medium-padding-inline: initial;
|
|
118
121
|
--ams-file-input-border-style: dashed;
|
|
119
122
|
--ams-file-list-file-preview-width: clamp(2.5rem, 10vw, 5rem);
|
|
120
123
|
--ams-grid-column-count: 4;
|
|
121
|
-
--ams-grid-medium-column-count:
|
|
122
|
-
--ams-grid-
|
|
124
|
+
--ams-grid-medium-column-count: initial;
|
|
125
|
+
--ams-grid-medium-padding-inline: initial;
|
|
126
|
+
--ams-grid-wide-column-count: initial;
|
|
127
|
+
--ams-grid-wide-padding-inline: initial;
|
|
128
|
+
--ams-grid-vi-medium-column-count: 8;
|
|
129
|
+
--ams-grid-vi-wide-column-count: 12;
|
|
130
|
+
--ams-grid-cell-background-color: initial;
|
|
131
|
+
--ams-grid-cell-padding-block: initial;
|
|
132
|
+
--ams-grid-cell-padding-inline: initial;
|
|
123
133
|
--ams-icon-button-hover-background-color: rgb(0 70 153 / 12.5%);
|
|
124
134
|
--ams-icon-button-contrast-hover-background-color: rgb(0 0 0 / 12.5%);
|
|
125
135
|
--ams-image-slider-thumbnails-thumbnail-background-color: transparent;
|
|
@@ -132,14 +142,22 @@
|
|
|
132
142
|
--ams-logo-min-block-size: 2.5rem;
|
|
133
143
|
--ams-logo-emblem-color: #ec0000;
|
|
134
144
|
--ams-logo-title-color: #ec0000;
|
|
135
|
-
--ams-menu-wide-max-inline-size:
|
|
145
|
+
--ams-menu-wide-max-inline-size: initial;
|
|
146
|
+
--ams-menu-wide-padding-block: initial;
|
|
147
|
+
--ams-menu-wide-padding-inline: initial;
|
|
148
|
+
--ams-menu-vi-wide-max-inline-size: 8rem;
|
|
149
|
+
--ams-menu-link-wide-gap: initial;
|
|
136
150
|
--ams-ordered-list-list-style-type: decimal;
|
|
137
151
|
--ams-ordered-list-item-margin-inline-start: 2.25rem;
|
|
138
152
|
--ams-ordered-list-item-padding-inline-start: 0.25rem;
|
|
139
153
|
--ams-ordered-list-ordered-list-list-style-type: lower-alpha;
|
|
140
154
|
--ams-ordered-list-ordered-list-item-margin-inline-start: 1.5rem;
|
|
141
155
|
--ams-ordered-list-ordered-list-item-padding-inline-start: 0.25rem;
|
|
156
|
+
--ams-page-footer-menu-medium-padding-inline: initial;
|
|
157
|
+
--ams-page-footer-menu-wide-padding-inline: initial;
|
|
142
158
|
--ams-page-footer-spotlight-background-color: #004699;
|
|
159
|
+
--ams-page-header-medium-padding-inline: initial;
|
|
160
|
+
--ams-page-header-wide-padding-inline: initial;
|
|
143
161
|
--ams-page-max-inline-size: 90rem;
|
|
144
162
|
--ams-page-with-menu-max-inline-size: 120rem;
|
|
145
163
|
--ams-paragraph-large-text-wrap: balance;
|
|
@@ -147,12 +165,14 @@
|
|
|
147
165
|
--ams-progress-list-button-padding-inline: 0;
|
|
148
166
|
--ams-progress-list-icon-transition-duration: 0.3s;
|
|
149
167
|
--ams-progress-list-icon-transition-timing-function: ease;
|
|
168
|
+
--ams-progress-list-step-medium-gap: initial;
|
|
150
169
|
--ams-progress-list-step-marker-shape-block-size: 1.5rem;
|
|
151
170
|
--ams-progress-list-step-marker-shape-border-style: solid;
|
|
152
171
|
--ams-progress-list-step-marker-shape-outline-style: solid;
|
|
153
172
|
--ams-progress-list-step-connector-border-inline-style: dashed;
|
|
154
173
|
--ams-progress-list-step-connector-border-inline-width: 1px;
|
|
155
174
|
--ams-progress-list-step-completed-connector-border-inline-style: solid;
|
|
175
|
+
--ams-progress-list-substeps-step-indicator-medium-margin-inline-end: initial;
|
|
156
176
|
--ams-progress-list-substeps-step-marker-shape-block-size: 0.75rem;
|
|
157
177
|
--ams-progress-list-substeps-step-marker-shape-border-style: solid;
|
|
158
178
|
--ams-progress-list-substeps-step-marker-shape-outline-style: solid;
|
|
@@ -167,12 +187,8 @@
|
|
|
167
187
|
--ams-switch-inline-size: 3.5rem;
|
|
168
188
|
--ams-switch-thumb-block-size: 1.75rem;
|
|
169
189
|
--ams-switch-thumb-inline-size: 1.75rem;
|
|
170
|
-
--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>");
|
|
171
|
-
--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>");
|
|
172
190
|
--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>");
|
|
173
|
-
--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>");
|
|
174
191
|
--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>");
|
|
175
|
-
--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>");
|
|
176
192
|
--ams-unordered-list-list-style-type: '\2022';
|
|
177
193
|
--ams-unordered-list-item-margin-inline-start: 1.625rem;
|
|
178
194
|
--ams-unordered-list-item-padding-inline-start: 0.875rem;
|
|
@@ -183,7 +199,6 @@
|
|
|
183
199
|
--ams-typography-heading-3-font-size: var(--ams-typography-body-text-large-font-size);
|
|
184
200
|
--ams-typography-heading-4-font-size: var(--ams-typography-body-text-font-size);
|
|
185
201
|
--ams-typography-heading-5-font-size: var(--ams-typography-body-text-small-font-size);
|
|
186
|
-
--ams-typography-heading-6-font-size: var(--ams-typography-body-text-small-font-size);
|
|
187
202
|
--ams-inputs-background-color: var(--ams-color-background);
|
|
188
203
|
--ams-inputs-border-width: var(--ams-border-width-m);
|
|
189
204
|
--ams-inputs-color: var(--ams-color-text);
|
|
@@ -194,10 +209,10 @@
|
|
|
194
209
|
--ams-inputs-padding-block: var(--ams-space-s);
|
|
195
210
|
--ams-inputs-padding-inline: var(--ams-space-m);
|
|
196
211
|
--ams-inputs-disabled-color: var(--ams-color-interactive-disabled);
|
|
197
|
-
--ams-inputs-hover-box-shadow: inset 0rem 0rem 0rem var(--ams-border-width-s) currentColor;
|
|
212
|
+
--ams-inputs-hover-box-shadow: inset 0rem 0rem 0rem var(--ams-border-width-s) currentColor; /** An inset shadow that reinforces the border on hover without shifting the layout. */
|
|
198
213
|
--ams-inputs-invalid-border-color: var(--ams-color-interactive-invalid);
|
|
199
214
|
--ams-inputs-invalid-hover-border-color: var(--ams-color-interactive-invalid-hover);
|
|
200
|
-
--ams-inputs-invalid-hover-box-shadow: inset 0rem 0rem 0rem var(--ams-border-width-s) var(--ams-color-interactive-invalid-hover);
|
|
215
|
+
--ams-inputs-invalid-hover-box-shadow: inset 0rem 0rem 0rem var(--ams-border-width-s) var(--ams-color-interactive-invalid-hover); /** An inset shadow using the hover variation of the invalid interactive colour. */
|
|
201
216
|
--ams-inputs-placeholder-color: var(--ams-color-text-secondary);
|
|
202
217
|
--ams-links-color: var(--ams-color-interactive);
|
|
203
218
|
--ams-links-hover-color: var(--ams-color-interactive-hover);
|
|
@@ -206,10 +221,6 @@
|
|
|
206
221
|
--ams-links-inverse-color: var(--ams-color-interactive-inverse);
|
|
207
222
|
--ams-links-inverse-hover-color: var(--ams-color-interactive-inverse);
|
|
208
223
|
--ams-accordion-gap: var(--ams-space-s);
|
|
209
|
-
--ams-accordion-button-font-family: var(--ams-typography-font-family);
|
|
210
|
-
--ams-accordion-button-font-weight: var(--ams-typography-heading-font-weight);
|
|
211
|
-
--ams-accordion-button-line-height: var(--ams-typography-heading-3-line-height);
|
|
212
|
-
--ams-accordion-button-text-wrap: var(--ams-typography-heading-text-wrap);
|
|
213
224
|
--ams-accordion-button-color: var(--ams-color-interactive);
|
|
214
225
|
--ams-accordion-button-cursor: var(--ams-cursor-interactive);
|
|
215
226
|
--ams-accordion-button-gap: var(--ams-space-s);
|
|
@@ -290,6 +301,7 @@
|
|
|
290
301
|
--ams-blockquote-font-weight: var(--ams-typography-body-text-bold-font-weight);
|
|
291
302
|
--ams-blockquote-line-height: var(--ams-typography-body-text-x-large-line-height);
|
|
292
303
|
--ams-blockquote-inverse-color: var(--ams-color-text-inverse);
|
|
304
|
+
--ams-body-background-color: var(--ams-color-background-body);
|
|
293
305
|
--ams-breadcrumb-font-family: var(--ams-typography-font-family);
|
|
294
306
|
--ams-breadcrumb-font-size: var(--ams-typography-body-text-font-size);
|
|
295
307
|
--ams-breadcrumb-font-weight: var(--ams-typography-body-text-font-weight);
|
|
@@ -370,7 +382,6 @@
|
|
|
370
382
|
--ams-checkbox-disabled-color: var(--ams-color-interactive-disabled);
|
|
371
383
|
--ams-checkbox-hover-color: var(--ams-color-interactive-hover);
|
|
372
384
|
--ams-checkbox-hover-text-decoration-line: var(--ams-links-subtle-hover-text-decoration-line);
|
|
373
|
-
--ams-checkbox-hover-text-decoration-thickness: var(--ams-border-width-m);
|
|
374
385
|
--ams-checkbox-checked-indicator-stroke: var(--ams-color-interactive-inverse);
|
|
375
386
|
--ams-checkbox-hover-indicator-hover-stroke: var(--ams-color-interactive-hover);
|
|
376
387
|
--ams-checkbox-hover-indicator-invalid-hover-stroke: var(--ams-color-interactive-invalid-hover);
|
|
@@ -379,19 +390,14 @@
|
|
|
379
390
|
--ams-checkbox-rectangle-stroke: var(--ams-color-interactive);
|
|
380
391
|
--ams-checkbox-rectangle-checked-fill: var(--ams-color-interactive);
|
|
381
392
|
--ams-checkbox-rectangle-checked-disabled-fill: var(--ams-color-interactive-disabled);
|
|
382
|
-
--ams-checkbox-rectangle-checked-disabled-hover-fill: var(--ams-color-interactive-disabled);
|
|
383
393
|
--ams-checkbox-rectangle-checked-hover-fill: var(--ams-color-interactive-hover);
|
|
384
|
-
--ams-checkbox-rectangle-checked-hover-disabled-invalid-fill: var(--ams-color-interactive-disabled);
|
|
385
394
|
--ams-checkbox-rectangle-checked-invalid-fill: var(--ams-color-interactive-invalid);
|
|
386
395
|
--ams-checkbox-rectangle-checked-invalid-hover-fill: var(--ams-color-interactive-invalid-hover);
|
|
387
396
|
--ams-checkbox-rectangle-disabled-stroke: var(--ams-color-interactive-disabled);
|
|
388
397
|
--ams-checkbox-rectangle-hover-stroke: var(--ams-color-interactive-hover);
|
|
389
|
-
--ams-checkbox-rectangle-hover-disabled-invalid-stroke: var(--ams-color-interactive-disabled);
|
|
390
398
|
--ams-checkbox-rectangle-indeterminate-fill: var(--ams-color-interactive);
|
|
391
399
|
--ams-checkbox-rectangle-indeterminate-disabled-fill: var(--ams-color-interactive-disabled);
|
|
392
|
-
--ams-checkbox-rectangle-indeterminate-disabled-hover-fill: var(--ams-color-interactive-disabled);
|
|
393
400
|
--ams-checkbox-rectangle-indeterminate-hover-fill: var(--ams-color-interactive-hover);
|
|
394
|
-
--ams-checkbox-rectangle-indeterminate-hover-disabled-invalid-fill: var(--ams-color-interactive-disabled);
|
|
395
401
|
--ams-checkbox-rectangle-indeterminate-invalid-fill: var(--ams-color-interactive-invalid);
|
|
396
402
|
--ams-checkbox-rectangle-indeterminate-invalid-hover-fill: var(--ams-color-interactive-invalid-hover);
|
|
397
403
|
--ams-checkbox-rectangle-invalid-stroke: var(--ams-color-interactive-invalid);
|
|
@@ -406,13 +412,10 @@
|
|
|
406
412
|
--ams-date-input-line-height: var(--ams-inputs-line-height);
|
|
407
413
|
--ams-date-input-disabled-cursor: var(--ams-cursor-disabled);
|
|
408
414
|
--ams-date-input-calendar-picker-indicator-cursor: var(--ams-cursor-interactive);
|
|
409
|
-
--ams-date-input-calender-picker-indicator-cursor: var(--ams-cursor-interactive);
|
|
410
415
|
--ams-description-list-color: var(--ams-color-text);
|
|
411
|
-
--ams-description-list-column-gap: var(--ams-space-l);
|
|
412
416
|
--ams-description-list-font-family: var(--ams-typography-font-family);
|
|
413
417
|
--ams-description-list-font-size: var(--ams-typography-body-text-font-size);
|
|
414
418
|
--ams-description-list-line-height: var(--ams-typography-body-text-line-height);
|
|
415
|
-
--ams-description-list-row-gap: var(--ams-space-s);
|
|
416
419
|
--ams-description-list-inverse-color: var(--ams-color-text-inverse);
|
|
417
420
|
--ams-description-list-term-font-weight: var(--ams-typography-heading-font-weight);
|
|
418
421
|
--ams-description-list-term-line-height: var(--ams-typography-heading-4-line-height);
|
|
@@ -420,24 +423,25 @@
|
|
|
420
423
|
--ams-description-list-description-font-weight: var(--ams-typography-body-text-font-weight);
|
|
421
424
|
--ams-description-list-description-margin-block-end: var(--ams-space-m);
|
|
422
425
|
--ams-description-list-section-margin-block-end: var(--ams-space-m);
|
|
426
|
+
--ams-description-list-vi-medium-column-gap: var(--ams-space-l);
|
|
423
427
|
--ams-dialog-background-color: var(--ams-color-background);
|
|
424
428
|
--ams-dialog-border-width: var(--ams-border-width-m);
|
|
425
429
|
--ams-dialog-gap: var(--ams-space-m);
|
|
426
430
|
--ams-dialog-inline-size: calc(100% - 2 * var(--ams-space-l));
|
|
427
431
|
--ams-dialog-max-block-size: calc(100dvh - 2 * var(--ams-space-l));
|
|
428
|
-
--ams-dialog-medium-inline-size: calc(100% - 2 * var(--ams-space-xl));
|
|
429
|
-
--ams-dialog-medium-max-block-size: calc(100dvh - 2 * var(--ams-space-xl));
|
|
432
|
+
--ams-dialog-vi-medium-inline-size: calc(100% - 2 * var(--ams-space-xl));
|
|
433
|
+
--ams-dialog-vi-medium-max-block-size: calc(100dvh - 2 * var(--ams-space-xl));
|
|
430
434
|
--ams-dialog-header-gap: var(--ams-space-m);
|
|
431
435
|
--ams-dialog-header-padding-block: var(--ams-space-l) 0;
|
|
432
436
|
--ams-dialog-header-padding-inline: var(--ams-space-l);
|
|
433
|
-
--ams-dialog-header-medium-padding-block: var(--ams-space-xl) 0;
|
|
434
|
-
--ams-dialog-header-medium-padding-inline: var(--ams-space-xl);
|
|
437
|
+
--ams-dialog-header-vi-medium-padding-block: var(--ams-space-xl) 0;
|
|
438
|
+
--ams-dialog-header-vi-medium-padding-inline: var(--ams-space-xl);
|
|
435
439
|
--ams-dialog-body-padding-inline: var(--ams-space-l);
|
|
436
|
-
--ams-dialog-body-medium-padding-inline: var(--ams-space-xl);
|
|
440
|
+
--ams-dialog-body-vi-medium-padding-inline: var(--ams-space-xl);
|
|
437
441
|
--ams-dialog-footer-padding-block: 0 var(--ams-space-l);
|
|
438
442
|
--ams-dialog-footer-padding-inline: var(--ams-space-l);
|
|
439
|
-
--ams-dialog-footer-medium-padding-block: 0 var(--ams-space-xl);
|
|
440
|
-
--ams-dialog-footer-medium-padding-inline: var(--ams-space-xl);
|
|
443
|
+
--ams-dialog-footer-vi-medium-padding-block: 0 var(--ams-space-xl);
|
|
444
|
+
--ams-dialog-footer-vi-medium-padding-inline: var(--ams-space-xl);
|
|
441
445
|
--ams-error-message-color: var(--ams-color-feedback-error);
|
|
442
446
|
--ams-error-message-font-family: var(--ams-typography-font-family);
|
|
443
447
|
--ams-error-message-font-size: var(--ams-typography-body-text-font-size);
|
|
@@ -494,15 +498,14 @@
|
|
|
494
498
|
--ams-grid-row-gap-l: var(--ams-space-l);
|
|
495
499
|
--ams-grid-row-gap-xl: var(--ams-space-xl);
|
|
496
500
|
--ams-grid-row-gap-2xl: var(--ams-space-2xl);
|
|
497
|
-
--ams-grid-medium-padding-inline: var(--ams-space-xl);
|
|
498
|
-
--ams-grid-wide-padding-inline: var(--ams-space-2xl);
|
|
501
|
+
--ams-grid-vi-medium-padding-inline: var(--ams-space-xl);
|
|
502
|
+
--ams-grid-vi-wide-padding-inline: var(--ams-space-2xl);
|
|
499
503
|
--ams-heading-1-font-size: var(--ams-typography-heading-1-font-size);
|
|
500
504
|
--ams-heading-1-line-height: var(--ams-typography-heading-1-line-height);
|
|
501
505
|
--ams-heading-2-line-height: var(--ams-typography-heading-2-line-height);
|
|
502
506
|
--ams-heading-3-line-height: var(--ams-typography-heading-3-line-height);
|
|
503
507
|
--ams-heading-4-line-height: var(--ams-typography-heading-4-line-height);
|
|
504
508
|
--ams-heading-5-line-height: var(--ams-typography-heading-5-line-height);
|
|
505
|
-
--ams-heading-6-line-height: var(--ams-typography-heading-6-line-height);
|
|
506
509
|
--ams-heading-color: var(--ams-color-text);
|
|
507
510
|
--ams-heading-font-family: var(--ams-typography-font-family);
|
|
508
511
|
--ams-heading-font-weight: var(--ams-typography-heading-font-weight);
|
|
@@ -531,15 +534,12 @@
|
|
|
531
534
|
--ams-icon-small-line-height: var(--ams-typography-body-text-small-line-height);
|
|
532
535
|
--ams-icon-large-font-size: var(--ams-typography-body-text-large-font-size);
|
|
533
536
|
--ams-icon-large-line-height: var(--ams-typography-body-text-large-line-height);
|
|
534
|
-
--ams-icon-heading-0-font-size: var(--ams-typography-heading-0-font-size);
|
|
535
|
-
--ams-icon-heading-0-line-height: var(--ams-typography-heading-0-line-height);
|
|
536
537
|
--ams-icon-heading-1-font-size: var(--ams-typography-heading-1-font-size);
|
|
537
538
|
--ams-icon-heading-1-line-height: var(--ams-typography-heading-1-line-height);
|
|
538
539
|
--ams-icon-heading-2-line-height: var(--ams-typography-heading-2-line-height);
|
|
539
540
|
--ams-icon-heading-3-line-height: var(--ams-typography-heading-3-line-height);
|
|
540
541
|
--ams-icon-heading-4-line-height: var(--ams-typography-heading-4-line-height);
|
|
541
542
|
--ams-icon-heading-5-line-height: var(--ams-typography-heading-5-line-height);
|
|
542
|
-
--ams-icon-heading-6-line-height: var(--ams-typography-heading-6-line-height);
|
|
543
543
|
--ams-icon-inverse-color: var(--ams-color-text-inverse);
|
|
544
544
|
--ams-image-slider-gap: var(--ams-space-xs);
|
|
545
545
|
--ams-image-slider-scroller-gap: var(--ams-space-xs);
|
|
@@ -586,7 +586,7 @@
|
|
|
586
586
|
--ams-menu-font-weight: var(--ams-typography-body-text-font-weight);
|
|
587
587
|
--ams-menu-line-height: var(--ams-typography-body-text-line-height);
|
|
588
588
|
--ams-menu-padding-block: var(--ams-space-m);
|
|
589
|
-
--ams-menu-wide-padding-inline: var(--ams-space-s);
|
|
589
|
+
--ams-menu-vi-wide-padding-inline: var(--ams-space-s);
|
|
590
590
|
--ams-menu-link-gap: var(--ams-space-s);
|
|
591
591
|
--ams-menu-link-outline-offset: var(--ams-focus-outline-offset);
|
|
592
592
|
--ams-menu-link-padding-block: var(--ams-space-s);
|
|
@@ -595,7 +595,7 @@
|
|
|
595
595
|
--ams-menu-link-text-decoration-thickness: var(--ams-links-text-decoration-thickness);
|
|
596
596
|
--ams-menu-link-text-underline-offset: var(--ams-links-text-underline-offset);
|
|
597
597
|
--ams-menu-link-hover-text-decoration-line: var(--ams-links-subtle-hover-text-decoration-line);
|
|
598
|
-
--ams-menu-link-wide-gap: var(--ams-space-xs);
|
|
598
|
+
--ams-menu-link-vi-wide-gap: var(--ams-space-xs);
|
|
599
599
|
--ams-menu-list-gap: var(--ams-space-m);
|
|
600
600
|
--ams-ordered-list-color: var(--ams-color-text);
|
|
601
601
|
--ams-ordered-list-font-family: var(--ams-typography-font-family);
|
|
@@ -609,6 +609,7 @@
|
|
|
609
609
|
--ams-ordered-list-ordered-list-gap: var(--ams-space-s);
|
|
610
610
|
--ams-ordered-list-ordered-list-padding-block-end: var(--ams-space-s);
|
|
611
611
|
--ams-ordered-list-ordered-list-padding-block-start: var(--ams-space-s);
|
|
612
|
+
--ams-page-footer-menu-background-color: var(--ams-color-background);
|
|
612
613
|
--ams-page-footer-menu-column-gap: var(--ams-space-l);
|
|
613
614
|
--ams-page-footer-menu-padding-block: var(--ams-space-l);
|
|
614
615
|
--ams-page-footer-menu-row-gap: var(--ams-space-xs);
|
|
@@ -621,6 +622,7 @@
|
|
|
621
622
|
--ams-page-footer-menu-link-text-decoration-thickness: var(--ams-links-text-decoration-thickness);
|
|
622
623
|
--ams-page-footer-menu-link-text-underline-offset: var(--ams-links-text-underline-offset);
|
|
623
624
|
--ams-page-footer-menu-link-hover-text-decoration-line: var(--ams-links-subtle-hover-text-decoration-line);
|
|
625
|
+
--ams-page-header-background-color: var(--ams-color-background);
|
|
624
626
|
--ams-page-header-font-family: var(--ams-typography-font-family);
|
|
625
627
|
--ams-page-header-padding-block: var(--ams-space-l);
|
|
626
628
|
--ams-page-header-logo-link-column-gap: var(--ams-space-m);
|
|
@@ -633,7 +635,7 @@
|
|
|
633
635
|
--ams-page-header-mega-menu-button-background-color: var(--ams-color-interactive);
|
|
634
636
|
--ams-page-header-mega-menu-button-color: var(--ams-color-text-inverse);
|
|
635
637
|
--ams-page-header-mega-menu-button-cursor: var(--ams-cursor-interactive);
|
|
636
|
-
--ams-page-header-mega-menu-button-label-open-font-weight: var(--ams-typography-body-text-
|
|
638
|
+
--ams-page-header-mega-menu-button-label-open-font-weight: var(--ams-typography-body-text-font-weight);
|
|
637
639
|
--ams-page-header-mega-menu-button-padding-inline: var(--ams-space-s);
|
|
638
640
|
--ams-page-header-mega-menu-button-hover-background-color: var(--ams-color-interactive-hover);
|
|
639
641
|
--ams-page-header-mega-menu-button-hover-color: var(--ams-color-text-inverse);
|
|
@@ -653,14 +655,7 @@
|
|
|
653
655
|
--ams-page-header-menu-link-hover-text-decoration-line: var(--ams-links-subtle-hover-text-decoration-line);
|
|
654
656
|
--ams-page-header-navigation-column-gap: var(--ams-space-l);
|
|
655
657
|
--ams-page-header-navigation-row-gap: var(--ams-space-l);
|
|
656
|
-
--ams-page-
|
|
657
|
-
--ams-page-heading-font-family: var(--ams-typography-font-family);
|
|
658
|
-
--ams-page-heading-font-size: var(--ams-typography-heading-0-font-size);
|
|
659
|
-
--ams-page-heading-font-weight: var(--ams-typography-heading-font-weight);
|
|
660
|
-
--ams-page-heading-line-height: var(--ams-typography-heading-0-line-height);
|
|
661
|
-
--ams-page-heading-text-wrap: var(--ams-typography-heading-text-wrap);
|
|
662
|
-
--ams-page-heading-inverse-color: var(--ams-color-text-inverse);
|
|
663
|
-
--ams-page-background-color: var(--ams-color-background);
|
|
658
|
+
--ams-page-background-color: var(--ams-color-background-body);
|
|
664
659
|
--ams-pagination-font-family: var(--ams-typography-font-family);
|
|
665
660
|
--ams-pagination-font-size: var(--ams-typography-body-text-font-size);
|
|
666
661
|
--ams-pagination-font-weight: var(--ams-typography-body-text-font-weight);
|
|
@@ -696,7 +691,7 @@
|
|
|
696
691
|
--ams-progress-list-button-outline-offset: var(--ams-focus-outline-offset);
|
|
697
692
|
--ams-progress-list-button-hover-color: var(--ams-color-interactive-hover);
|
|
698
693
|
--ams-progress-list-step-gap: var(--ams-space-m);
|
|
699
|
-
--ams-progress-list-step-medium-gap: var(--ams-space-l);
|
|
694
|
+
--ams-progress-list-step-vi-medium-gap: var(--ams-space-l);
|
|
700
695
|
--ams-progress-list-step-marker-shape-background-color: var(--ams-color-background);
|
|
701
696
|
--ams-progress-list-step-marker-shape-border-color: var(--ams-color-progress-upcoming);
|
|
702
697
|
--ams-progress-list-step-marker-shape-border-width: var(--ams-border-width-m);
|
|
@@ -713,7 +708,7 @@
|
|
|
713
708
|
--ams-progress-list-step-current-connector-border-inline-color: var(--ams-color-progress-current);
|
|
714
709
|
--ams-progress-list-substeps-padding-block-start: var(--ams-space-m);
|
|
715
710
|
--ams-progress-list-substeps-step-indicator-margin-inline-end: var(--ams-space-m);
|
|
716
|
-
--ams-progress-list-substeps-step-indicator-medium-margin-inline-end: var(--ams-space-l);
|
|
711
|
+
--ams-progress-list-substeps-step-indicator-vi-medium-margin-inline-end: var(--ams-space-l);
|
|
717
712
|
--ams-progress-list-substeps-step-marker-block-size: calc(var(--ams-typography-body-text-font-size) * var(--ams-typography-body-text-line-height));
|
|
718
713
|
--ams-progress-list-substeps-step-marker-inline-size: var(--ams-progress-list-step-marker-shape-block-size);
|
|
719
714
|
--ams-progress-list-substeps-step-marker-shape-background-color: var(--ams-color-background);
|
|
@@ -808,11 +803,6 @@
|
|
|
808
803
|
--ams-standalone-link-text-decoration-thickness: var(--ams-links-text-decoration-thickness);
|
|
809
804
|
--ams-standalone-link-text-underline-offset: var(--ams-links-text-underline-offset);
|
|
810
805
|
--ams-standalone-link-hover-text-decoration-line: var(--ams-links-subtle-hover-text-decoration-line);
|
|
811
|
-
--ams-standalone-link-hover-text-decoration-thickness: var(--ams-links-hover-text-decoration-thickness);
|
|
812
|
-
--ams-standalone-link-hover-text-underline-offset: var(--ams-links-hover-text-underline-offset);
|
|
813
|
-
--ams-standalone-link-with-icon-text-decoration-line: var(--ams-links-subtle-text-decoration-line);
|
|
814
|
-
--ams-standalone-link-with-icon-text-decoration-thickness: var(--ams-links-text-decoration-thickness);
|
|
815
|
-
--ams-standalone-link-with-icon-hover-text-decoration-line: var(--ams-links-subtle-hover-text-decoration-line);
|
|
816
806
|
--ams-switch-cursor: var(--ams-cursor-interactive);
|
|
817
807
|
--ams-switch-outline-offset: var(--ams-focus-outline-offset);
|
|
818
808
|
--ams-switch-thumb-background-color: var(--ams-color-background);
|
|
@@ -821,13 +811,29 @@
|
|
|
821
811
|
--ams-switch-checked-background-color: var(--ams-color-interactive);
|
|
822
812
|
--ams-switch-disabled-background-color: var(--ams-color-interactive-disabled);
|
|
823
813
|
--ams-switch-disabled-cursor: var(--ams-cursor-disabled);
|
|
814
|
+
--ams-tab-navigation-list-box-shadow: inset 0rem var(--ams-border-width-negative-m) 0rem 0rem var(--ams-color-separator);
|
|
815
|
+
--ams-tab-navigation-list-vertical-box-shadow: inset var(--ams-border-width-negative-m) 0rem 0rem 0rem var(--ams-color-separator);
|
|
816
|
+
--ams-tab-navigation-link-gap: var(--ams-space-s);
|
|
817
|
+
--ams-tab-navigation-link-color: var(--ams-color-interactive);
|
|
818
|
+
--ams-tab-navigation-link-cursor: var(--ams-cursor-interactive);
|
|
819
|
+
--ams-tab-navigation-link-font-family: var(--ams-typography-font-family);
|
|
820
|
+
--ams-tab-navigation-link-font-size: var(--ams-typography-body-text-font-size);
|
|
821
|
+
--ams-tab-navigation-link-font-weight: var(--ams-typography-body-text-font-weight);
|
|
822
|
+
--ams-tab-navigation-link-line-height: var(--ams-typography-body-text-line-height);
|
|
823
|
+
--ams-tab-navigation-link-outline-offset: calc(var(--ams-focus-outline-offset) * -1);
|
|
824
|
+
--ams-tab-navigation-link-padding-block: var(--ams-space-s);
|
|
825
|
+
--ams-tab-navigation-link-padding-inline: var(--ams-space-m);
|
|
826
|
+
--ams-tab-navigation-link-hover-box-shadow: inset 0rem var(--ams-border-width-negative-m) 0rem 0rem currentColor;
|
|
827
|
+
--ams-tab-navigation-link-hover-color: var(--ams-color-interactive-hover);
|
|
828
|
+
--ams-tab-navigation-link-current-box-shadow: inset 0rem var(--ams-border-width-negative-xl) 0rem 0rem currentColor;
|
|
829
|
+
--ams-tab-navigation-link-current-font-weight: var(--ams-typography-body-text-bold-font-weight);
|
|
830
|
+
--ams-tab-navigation-link-vertical-hover-box-shadow: inset var(--ams-border-width-negative-m) 0rem 0rem 0rem currentColor;
|
|
831
|
+
--ams-tab-navigation-link-vertical-current-box-shadow: inset var(--ams-border-width-negative-xl) 0rem 0rem 0rem currentColor;
|
|
824
832
|
--ams-table-of-contents-font-family: var(--ams-typography-font-family);
|
|
825
833
|
--ams-table-of-contents-font-size: var(--ams-typography-body-text-font-size);
|
|
826
834
|
--ams-table-of-contents-font-weight: var(--ams-typography-body-text-font-weight);
|
|
827
835
|
--ams-table-of-contents-gap: var(--ams-space-s);
|
|
828
836
|
--ams-table-of-contents-line-height: var(--ams-typography-body-text-line-height);
|
|
829
|
-
--ams-table-of-contents-heading-font-weight: var(--ams-typography-heading-font-weight);
|
|
830
|
-
--ams-table-of-contents-heading-line-height: var(--ams-typography-heading-4-line-height);
|
|
831
837
|
--ams-table-of-contents-link-outline-offset: var(--ams-focus-outline-offset);
|
|
832
838
|
--ams-table-of-contents-link-text-decoration-line: var(--ams-links-subtle-text-decoration-line);
|
|
833
839
|
--ams-table-of-contents-link-text-decoration-thickness: var(--ams-links-text-decoration-thickness);
|
|
@@ -842,6 +848,7 @@
|
|
|
842
848
|
--ams-table-font-weight: var(--ams-typography-body-text-font-weight);
|
|
843
849
|
--ams-table-line-height: var(--ams-typography-body-text-line-height);
|
|
844
850
|
--ams-table-caption-font-weight: var(--ams-typography-body-text-bold-font-weight);
|
|
851
|
+
--ams-table-caption-margin-block-end: var(--ams-space-s);
|
|
845
852
|
--ams-table-cell-border-block-end: var(--ams-border-width-s) solid var(--ams-color-separator);
|
|
846
853
|
--ams-table-cell-padding-block: var(--ams-space-s);
|
|
847
854
|
--ams-table-cell-padding-inline: var(--ams-space-m);
|
|
@@ -877,7 +884,6 @@
|
|
|
877
884
|
--ams-time-input-line-height: var(--ams-inputs-line-height);
|
|
878
885
|
--ams-time-input-disabled-cursor: var(--ams-cursor-disabled);
|
|
879
886
|
--ams-time-input-calendar-picker-indicator-cursor: var(--ams-cursor-interactive);
|
|
880
|
-
--ams-time-input-calender-picker-indicator-cursor: var(--ams-cursor-interactive);
|
|
881
887
|
--ams-unordered-list-color: var(--ams-color-text);
|
|
882
888
|
--ams-unordered-list-font-family: var(--ams-typography-font-family);
|
|
883
889
|
--ams-unordered-list-font-size: var(--ams-typography-body-text-font-size);
|
|
@@ -890,7 +896,6 @@
|
|
|
890
896
|
--ams-unordered-list-unordered-list-gap: var(--ams-space-s);
|
|
891
897
|
--ams-unordered-list-unordered-list-padding-block-end: var(--ams-space-s);
|
|
892
898
|
--ams-unordered-list-unordered-list-padding-block-start: var(--ams-space-s);
|
|
893
|
-
--ams-accordion-button-font-size: var(--ams-typography-heading-3-font-size);
|
|
894
899
|
--ams-breadcrumb-link-color: var(--ams-links-color);
|
|
895
900
|
--ams-breadcrumb-link-hover-color: var(--ams-links-hover-color);
|
|
896
901
|
--ams-card-link-color: var(--ams-links-color);
|
|
@@ -938,12 +943,10 @@
|
|
|
938
943
|
--ams-heading-3-font-size: var(--ams-typography-heading-3-font-size);
|
|
939
944
|
--ams-heading-4-font-size: var(--ams-typography-heading-4-font-size);
|
|
940
945
|
--ams-heading-5-font-size: var(--ams-typography-heading-5-font-size);
|
|
941
|
-
--ams-heading-6-font-size: var(--ams-typography-heading-6-font-size);
|
|
942
946
|
--ams-icon-heading-2-font-size: var(--ams-typography-heading-2-font-size);
|
|
943
947
|
--ams-icon-heading-3-font-size: var(--ams-typography-heading-3-font-size);
|
|
944
948
|
--ams-icon-heading-4-font-size: var(--ams-typography-heading-4-font-size);
|
|
945
949
|
--ams-icon-heading-5-font-size: var(--ams-typography-heading-5-font-size);
|
|
946
|
-
--ams-icon-heading-6-font-size: var(--ams-typography-heading-6-font-size);
|
|
947
950
|
--ams-label-font-size: var(--ams-typography-heading-3-font-size);
|
|
948
951
|
--ams-link-list-link-color: var(--ams-links-color);
|
|
949
952
|
--ams-link-list-link-hover-color: var(--ams-links-hover-color);
|
|
@@ -957,21 +960,17 @@
|
|
|
957
960
|
--ams-link-contrast-hover-color: var(--ams-links-contrast-hover-color);
|
|
958
961
|
--ams-link-inverse-color: var(--ams-links-inverse-color);
|
|
959
962
|
--ams-link-inverse-hover-color: var(--ams-links-inverse-hover-color);
|
|
960
|
-
--ams-menu-wide-padding-block: calc(var(--ams-logo-block-size) + 2 * var(--ams-page-header-padding-block)) var(--ams-space-m);
|
|
963
|
+
--ams-menu-vi-wide-padding-block: calc(var(--ams-logo-block-size) + 2 * var(--ams-page-header-padding-block)) var(--ams-space-m);
|
|
961
964
|
--ams-menu-link-color: var(--ams-links-inverse-color);
|
|
962
|
-
--ams-menu-link-contrast-color: var(--ams-links-contrast-color);
|
|
963
|
-
--ams-menu-link-contrast-hover-color: var(--ams-links-contrast-hover-color);
|
|
964
|
-
--ams-menu-link-inverse-color: var(--ams-links-inverse-color);
|
|
965
|
-
--ams-menu-link-inverse-hover-color: var(--ams-links-inverse-hover-color);
|
|
966
965
|
--ams-menu-link-hover-color: var(--ams-links-inverse-hover-color);
|
|
967
966
|
--ams-page-footer-menu-padding-inline: var(--ams-grid-padding-inline);
|
|
968
|
-
--ams-page-footer-menu-medium-padding-inline: var(--ams-grid-medium-padding-inline);
|
|
969
|
-
--ams-page-footer-menu-wide-padding-inline: var(--ams-grid-wide-padding-inline);
|
|
967
|
+
--ams-page-footer-menu-vi-medium-padding-inline: var(--ams-grid-vi-medium-padding-inline);
|
|
968
|
+
--ams-page-footer-menu-vi-wide-padding-inline: var(--ams-grid-vi-wide-padding-inline);
|
|
970
969
|
--ams-page-footer-menu-link-color: var(--ams-links-color);
|
|
971
970
|
--ams-page-footer-menu-link-hover-color: var(--ams-links-hover-color);
|
|
972
971
|
--ams-page-header-padding-inline: var(--ams-grid-padding-inline);
|
|
973
|
-
--ams-page-header-medium-padding-inline: var(--ams-grid-medium-padding-inline);
|
|
974
|
-
--ams-page-header-wide-padding-inline: var(--ams-grid-wide-padding-inline);
|
|
972
|
+
--ams-page-header-vi-medium-padding-inline: var(--ams-grid-vi-medium-padding-inline);
|
|
973
|
+
--ams-page-header-vi-wide-padding-inline: var(--ams-grid-vi-wide-padding-inline);
|
|
975
974
|
--ams-page-header-brand-name-font-size: var(--ams-typography-heading-3-font-size);
|
|
976
975
|
--ams-page-header-menu-item-color: var(--ams-links-color);
|
|
977
976
|
--ams-page-header-menu-item-hover-color: var(--ams-links-hover-color);
|
|
@@ -1033,7 +1032,6 @@
|
|
|
1033
1032
|
--ams-standalone-link-contrast-hover-color: var(--ams-links-contrast-hover-color);
|
|
1034
1033
|
--ams-standalone-link-inverse-color: var(--ams-links-inverse-color);
|
|
1035
1034
|
--ams-standalone-link-inverse-hover-color: var(--ams-links-inverse-hover-color);
|
|
1036
|
-
--ams-table-of-contents-heading-font-size: var(--ams-typography-heading-4-font-size);
|
|
1037
1035
|
--ams-table-of-contents-link-color: var(--ams-links-color);
|
|
1038
1036
|
--ams-table-of-contents-link-hover-color: var(--ams-links-hover-color);
|
|
1039
1037
|
--ams-text-area-background-color: var(--ams-inputs-background-color);
|