@amsterdam/design-system-tokens 3.4.0 → 4.0.1

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