@amsterdam/design-system-tokens 3.1.0 → 3.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (107) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/README.md +45 -1
  3. package/build.js +25 -35
  4. package/dist/compact.css +2 -2
  5. package/dist/compact.d.ts +3 -3
  6. package/dist/compact.mjs +2 -2
  7. package/dist/compact.scss +2 -2
  8. package/dist/compact.theme.css +2 -2
  9. package/dist/index.css +60 -47
  10. package/dist/index.d.ts +24 -3
  11. package/dist/index.json +44 -23
  12. package/dist/index.mjs +91 -66
  13. package/dist/index.scss +60 -47
  14. package/dist/index.theme.css +60 -47
  15. package/package.json +2 -2
  16. package/src/brand/ams/aspect-ratio.tokens.json +18 -6
  17. package/src/brand/ams/border.compact.tokens.json +36 -4
  18. package/src/brand/ams/border.tokens.json +36 -4
  19. package/src/brand/ams/color.deprecated.tokens.json +3 -2
  20. package/src/brand/ams/color.tokens.json +104 -26
  21. package/src/brand/ams/cursor.tokens.json +6 -2
  22. package/src/brand/ams/focus.tokens.json +10 -1
  23. package/src/brand/ams/space.compact.tokens.json +30 -6
  24. package/src/brand/ams/space.tokens.json +24 -6
  25. package/src/brand/ams/typography.compact.tokens.json +110 -18
  26. package/src/brand/ams/typography.deprecated.compact.tokens.json +10 -4
  27. package/src/brand/ams/typography.deprecated.tokens.json +20 -8
  28. package/src/brand/ams/typography.tokens.json +131 -24
  29. package/src/common/ams/inputs.tokens.json +121 -18
  30. package/src/common/ams/links.tokens.json +72 -12
  31. package/src/components/ams/accordion.deprecated.tokens.json +29 -7
  32. package/src/components/ams/accordion.tokens.json +46 -8
  33. package/src/components/ams/action-group.tokens.json +7 -1
  34. package/src/components/ams/alert.tokens.json +83 -16
  35. package/src/components/ams/avatar.tokens.json +139 -31
  36. package/src/components/ams/badge.tokens.json +98 -22
  37. package/src/components/ams/blockquote.tokens.json +28 -6
  38. package/src/components/ams/breadcrumb.tokens.json +68 -15
  39. package/src/components/ams/button.tokens.json +176 -34
  40. package/src/components/ams/call-to-action-link.tokens.json +73 -14
  41. package/src/components/ams/card.tokens.json +60 -11
  42. package/src/components/ams/character-count.tokens.json +28 -6
  43. package/src/components/ams/checkbox.deprecated.tokens.json +23 -7
  44. package/src/components/ams/checkbox.tokens.json +154 -36
  45. package/src/components/ams/column.tokens.json +35 -5
  46. package/src/components/ams/date-input.deprecated.tokens.json +10 -10
  47. package/src/components/ams/date-input.tokens.json +93 -21
  48. package/src/components/ams/description-list.tokens.json +96 -13
  49. package/src/components/ams/dialog.tokens.json +144 -23
  50. package/src/components/ams/error-message.tokens.json +31 -6
  51. package/src/components/ams/field-set.deprecated.tokens.json +8 -1
  52. package/src/components/ams/field-set.tokens.json +69 -13
  53. package/src/components/ams/field.deprecated.tokens.json +8 -1
  54. package/src/components/ams/field.tokens.json +24 -4
  55. package/src/components/ams/figure.tokens.json +35 -7
  56. package/src/components/ams/file-input.tokens.json +143 -29
  57. package/src/components/ams/file-list.tokens.json +49 -9
  58. package/src/components/ams/grid.compact.tokens.json +7 -1
  59. package/src/components/ams/grid.tokens.json +79 -13
  60. package/src/components/ams/heading.tokens.json +91 -17
  61. package/src/components/ams/hint.tokens.json +8 -2
  62. package/src/components/ams/icon-button.tokens.json +69 -17
  63. package/src/components/ams/icon.deprecated.tokens.json +10 -4
  64. package/src/components/ams/icon.tokens.json +112 -19
  65. package/src/components/ams/image-slider.tokens.json +60 -10
  66. package/src/components/ams/image.tokens.json +3 -1
  67. package/src/components/ams/invalid-form-alert.tokens.json +7 -1
  68. package/src/components/ams/label.tokens.json +31 -7
  69. package/src/components/ams/link-list.tokens.json +106 -21
  70. package/src/components/ams/link.tokens.json +73 -15
  71. package/src/components/ams/logo.tokens.json +23 -5
  72. package/src/components/ams/mark.tokens.json +4 -1
  73. package/src/components/ams/menu.deprecated.tokens.json +12 -8
  74. package/src/components/ams/menu.tokens.json +119 -21
  75. package/src/components/ams/ordered-list.tokens.json +110 -22
  76. package/src/components/ams/page-footer.tokens.json +98 -18
  77. package/src/components/ams/page-header.compact.tokens.json +19 -3
  78. package/src/components/ams/page-header.tokens.json +214 -34
  79. package/src/components/ams/page-heading.deprecated.tokens.json +38 -8
  80. package/src/components/ams/page.tokens.json +24 -5
  81. package/src/components/ams/pagination.tokens.json +70 -14
  82. package/src/components/ams/paragraph.tokens.json +55 -11
  83. package/src/components/ams/password-input.tokens.json +92 -19
  84. package/src/components/ams/progress-list.tokens.json +172 -55
  85. package/src/components/ams/radio.tokens.json +142 -33
  86. package/src/components/ams/row.tokens.json +35 -5
  87. package/src/components/ams/search-field.tokens.json +101 -22
  88. package/src/components/ams/select.tokens.json +97 -24
  89. package/src/components/ams/skip-link.tokens.json +53 -10
  90. package/src/components/ams/spotlight.tokens.json +28 -7
  91. package/src/components/ams/standalone-link.deprecated.tokens.json +16 -10
  92. package/src/components/ams/standalone-link.tokens.json +75 -16
  93. package/src/components/ams/switch.tokens.json +57 -12
  94. package/src/components/ams/table-of-contents.deprecated.tokens.json +16 -3
  95. package/src/components/ams/table-of-contents.tokens.json +80 -15
  96. package/src/components/ams/table.tokens.json +49 -10
  97. package/src/components/ams/tabs.tokens.json +130 -17
  98. package/src/components/ams/text-area.tokens.json +97 -20
  99. package/src/components/ams/text-input.tokens.json +90 -19
  100. package/src/components/ams/time-input.deprecated.tokens.json +10 -10
  101. package/src/components/ams/time-input.tokens.json +91 -21
  102. package/src/components/ams/unordered-list.tokens.json +112 -22
  103. package/style-dictionary/dimensionToString.js +25 -0
  104. package/style-dictionary/transforms/dtcg-dimension.js +30 -0
  105. package/style-dictionary/transforms/name-custom-camel.js +27 -0
  106. package/style-dictionary/transforms/name-custom-kebab.js +27 -0
  107. package/style-dictionary/transforms/shadow-dtcg-dimension-normalize.js +50 -0
package/CHANGELOG.md CHANGED
@@ -3,6 +3,23 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [3.3.0](https://github.com/Amsterdam/design-system/compare/design-system-tokens-v3.2.0...design-system-tokens-v3.3.0) (2026-03-17)
7
+
8
+
9
+ ### Features
10
+
11
+ * **Description List:** Let terms contribute to vertical space ([#2460](https://github.com/Amsterdam/design-system/issues/2460)) ([1ecbdad](https://github.com/Amsterdam/design-system/commit/1ecbdadad4994b50dd22cfac39bfb3932a5b2f91))
12
+
13
+ ## [3.2.0](https://github.com/Amsterdam/design-system/compare/design-system-tokens-v3.1.0...design-system-tokens-v3.2.0) (2026-03-13)
14
+
15
+
16
+ ### Features
17
+
18
+ * **Description List:** Vary spacing within and between groups, remove indentation of descriptions ([#2448](https://github.com/Amsterdam/design-system/issues/2448)) ([f8c4fa0](https://github.com/Amsterdam/design-system/commit/f8c4fa00795b4d9012e9e81f4d3311db83109cb5))
19
+ * **Dialog:** Add design tokens for border radius and box shadow ([#2435](https://github.com/Amsterdam/design-system/issues/2435)) ([2b8b28a](https://github.com/Amsterdam/design-system/commit/2b8b28a5b163c68746924b42467904f0a281551f))
20
+ * **Image Slider:** Allow adding captions to images ([#2436](https://github.com/Amsterdam/design-system/issues/2436)) ([a48f585](https://github.com/Amsterdam/design-system/commit/a48f5852157392f0cdcf74f8637c42a2d4ed0c77))
21
+ * **Page Header:** Make menu button blue ([#2408](https://github.com/Amsterdam/design-system/issues/2408)) ([3915f84](https://github.com/Amsterdam/design-system/commit/3915f84f97df2f9d915704a99eae6f05f69be8f6))
22
+
6
23
  ## [3.1.0](https://github.com/Amsterdam/design-system/compare/design-system-tokens-v3.0.0...design-system-tokens-v3.1.0) (2026-01-28)
7
24
 
8
25
 
package/README.md CHANGED
@@ -162,6 +162,50 @@ At the same time, we are aware that adopting a design system can pose challenges
162
162
  If there is a good reason to (temporarily) adapt a component, do so by overriding the values of its appropriate tokens in a separate stylesheet.
163
163
  Note that redefining the value of a token is a much better approach than redeclaring styles, adding class names or even inline styles.
164
164
 
165
+ ## Token types
166
+
167
+ Tokens have a type or extension that we use to generate visual previews in our documentation.
168
+ When adding new tokens, define a type from the DTCG specification or add one of our custom extensions when needed.
169
+ Do not add an type or extension if the token cannot be previewed.
170
+
171
+ ### DTCG standard types
172
+
173
+ The following types come from the [Design Tokens Community Group (DTCG) specification](https://www.designtokens.org/tr/2025.10/format/):
174
+
175
+ | Type | Description |
176
+ | ------------ | ------------------------- |
177
+ | `color` | Any colour value |
178
+ | `dimension` | Any dimension with a unit |
179
+ | `fontFamily` | Font family definitions |
180
+ | `fontWeight` | Font weight values |
181
+
182
+ ### Custom extensions
183
+
184
+ #### Type
185
+
186
+ For some properties, we add custom types under `$extensions.nl.amsterdam.type`:
187
+
188
+ | Type | Description |
189
+ | ------------- | -------------------------------- |
190
+ | `borderStyle` | Border style values |
191
+ | `borderWidth` | Border thickness values |
192
+ | `fontSize` | Font size values |
193
+ | `lineHeight` | Unitless line height multipliers |
194
+
195
+ Tokens without a type have values that we currently do not preview.
196
+
197
+ #### Subtype
198
+
199
+ We add a subtype for certain types to further specify their purpose and preview.
200
+
201
+ | Subtype | For type | Description |
202
+ | ------- | ----------- | -------------------------- |
203
+ | `space` | `dimension` | Margins, paddings and gaps |
204
+
205
+ #### Hint
206
+
207
+ An `$extensions.nl.amsterdam.hint` indicates special handling for internal use.
208
+
165
209
  ## Usage in Sass
166
210
 
167
211
  The tokens can be imported as Sass variables as well.
@@ -172,7 +216,7 @@ As they are already prefixed, the namespace that Sass would assign isn’t neces
172
216
  ```
173
217
 
174
218
  Import the compact tokens if needed.
175
- Note that Sass doesn't allow importing them alongside the default set due to naming conflicts.
219
+ Note that Sass doesnt allow importing them alongside the default set due to naming conflicts.
176
220
  Address these tokens through the `compact` namespace and do not use the spacious tokens they replace.
177
221
 
178
222
  ```sass
package/build.js CHANGED
@@ -1,31 +1,21 @@
1
- import { camelCase, kebabCase } from 'change-case'
2
- import StyleDictionary from 'style-dictionary'
3
- import { transformTypes } from 'style-dictionary/enums'
4
-
5
- // Remove last key if it is 'default' when transforming to kebab-case
6
- // i.e. `ams.color.default` becomes `--ams-color`
7
- StyleDictionary.registerTransform({
8
- name: 'name/customKebab',
9
- transform: function (token) {
10
- const filteredPath = token.path[token.path.length - 1] === 'default' ? token.path.slice(0, -1) : token.path
1
+ /**
2
+ * @license EUPL-1.2+
3
+ * Copyright Gemeente Amsterdam
4
+ */
11
5
 
12
- return kebabCase(filteredPath.join(' '))
13
- },
14
- type: transformTypes.name,
15
- })
6
+ import StyleDictionary from 'style-dictionary'
16
7
 
17
- // Remove last key if it is 'default' when transforming to camelCase
18
- // i.e. `ams.color.default` becomes `amsColor`
19
- StyleDictionary.registerTransform({
20
- name: 'name/customCamel',
21
- transform: function (token) {
22
- const filteredPath = token.path[token.path.length - 1] === 'default' ? token.path.slice(0, -1) : token.path
8
+ import { dtcgDimension } from './style-dictionary/transforms/dtcg-dimension.js'
9
+ import { nameCustomCamel } from './style-dictionary/transforms/name-custom-camel.js'
10
+ import { nameCustomKebab } from './style-dictionary/transforms/name-custom-kebab.js'
11
+ import { shadowDTCGDimensionNormalize } from './style-dictionary/transforms/shadow-dtcg-dimension-normalize.js'
23
12
 
24
- return camelCase(filteredPath.join(' '))
25
- },
26
- type: transformTypes.name,
27
- })
13
+ StyleDictionary.registerTransform(dtcgDimension)
14
+ StyleDictionary.registerTransform(nameCustomCamel)
15
+ StyleDictionary.registerTransform(nameCustomKebab)
16
+ StyleDictionary.registerTransform(shadowDTCGDimensionNormalize)
28
17
 
18
+ const commonCssTransforms = ['shadow/dtcg-dimension-normalize', 'shadow/css/shorthand', 'dtcg/dimension']
29
19
  const modes = ['compact']
30
20
 
31
21
  function generateSharedConfig(mode) {
@@ -43,8 +33,7 @@ function generateSharedConfig(mode) {
43
33
  },
44
34
  },
45
35
  ],
46
- transformGroup: 'css',
47
- transforms: ['attribute/cti', 'name/customKebab', 'color/hsl-4'],
36
+ transforms: [...commonCssTransforms, 'name/customKebab'],
48
37
  },
49
38
  cssTheme: {
50
39
  buildPath: 'dist/',
@@ -58,7 +47,7 @@ function generateSharedConfig(mode) {
58
47
  },
59
48
  },
60
49
  ],
61
- transforms: ['attribute/cti', 'name/customKebab', 'color/hsl-4'],
50
+ transforms: [...commonCssTransforms, 'name/customKebab'],
62
51
  },
63
52
  js: {
64
53
  buildPath: 'dist/',
@@ -68,7 +57,7 @@ function generateSharedConfig(mode) {
68
57
  format: 'javascript/es6',
69
58
  },
70
59
  ],
71
- transforms: ['attribute/cti', 'name/customCamel', 'color/hsl-4'],
60
+ transforms: [...commonCssTransforms, 'name/customCamel'],
72
61
  },
73
62
  json: {
74
63
  buildPath: 'dist/',
@@ -78,7 +67,7 @@ function generateSharedConfig(mode) {
78
67
  format: 'json/nested',
79
68
  },
80
69
  ],
81
- transforms: ['attribute/cti', 'name/camel', 'color/hsl-4'],
70
+ transforms: [...commonCssTransforms, 'name/camel'],
82
71
  },
83
72
  scss: {
84
73
  buildPath: 'dist/',
@@ -91,7 +80,7 @@ function generateSharedConfig(mode) {
91
80
  },
92
81
  },
93
82
  ],
94
- transforms: ['attribute/cti', 'name/customKebab', 'color/hsl-4'],
83
+ transforms: [...commonCssTransforms, 'name/customKebab'],
95
84
  },
96
85
  typescript: {
97
86
  buildPath: 'dist/',
@@ -101,8 +90,8 @@ function generateSharedConfig(mode) {
101
90
  format: 'typescript/module-declarations',
102
91
  },
103
92
  ],
104
- transformGroup: 'js',
105
- transforms: ['attribute/cti', 'name/camel', 'color/hsl-4'],
93
+ // Type declarations only — no CSS-specific transforms needed
94
+ transforms: ['name/customCamel'],
106
95
  },
107
96
  }
108
97
  }
@@ -120,10 +109,11 @@ const defaultMode = new StyleDictionary({
120
109
 
121
110
  defaultMode.buildAllPlatforms()
122
111
 
123
- modes.map((mode) => {
112
+ for (const mode of modes) {
124
113
  const styleDictionary = new StyleDictionary({
125
114
  platforms: generateSharedConfig(mode),
126
115
  source: [`./src/**/*.${mode}.tokens.json`],
127
116
  })
128
- return styleDictionary.buildAllPlatforms()
129
- })
117
+
118
+ styleDictionary.buildAllPlatforms()
119
+ }
package/dist/compact.css CHANGED
@@ -21,7 +21,7 @@
21
21
  --ams-typography-body-text-large-line-height: 1.4;
22
22
  --ams-typography-body-text-x-large-font-size: clamp(1.25rem, 1.1964rem + 0.2679vw, 1.4375rem);
23
23
  --ams-typography-body-text-x-large-line-height: 1.3;
24
- --ams-typography-heading-0-font-size: clamp(2.1645rem, 2.072rem + 0.4626vw, 2.4883rem); /** Use Heading size 1 instead. */
24
+ --ams-typography-heading-0-font-size: clamp(2.1645rem, 2.072rem + 0.4626vw, 2.4883rem);
25
25
  --ams-typography-heading-1-font-size: clamp(1.5rem, 1.4286rem + 0.3571vw, 1.75rem);
26
26
  --ams-typography-heading-1-line-height: 1.2;
27
27
  --ams-typography-heading-2-line-height: 1.3;
@@ -33,7 +33,7 @@
33
33
  --ams-typography-heading-3-font-size: var(--ams-typography-body-text-large-font-size);
34
34
  --ams-typography-heading-4-font-size: var(--ams-typography-body-text-font-size);
35
35
  --ams-typography-heading-5-font-size: var(--ams-typography-body-text-small-font-size);
36
- --ams-typography-heading-6-font-size: var(--ams-typography-body-text-small-font-size); /** Use Heading size 5 instead. */
36
+ --ams-typography-heading-6-font-size: var(--ams-typography-body-text-small-font-size);
37
37
  --ams-grid-padding-inline: var(--ams-space-xl);
38
38
  --ams-page-header-brand-name-line-height: var(--ams-typography-heading-2-line-height);
39
39
  --ams-page-header-brand-name-font-size: var(--ams-typography-heading-2-font-size);
package/dist/compact.d.ts CHANGED
@@ -5,9 +5,9 @@
5
5
  export default tokens;
6
6
 
7
7
  declare interface DesignToken {
8
- value?: any;
9
- type?: string;
10
- comment?: string;
8
+ $value?: any;
9
+ $type?: string;
10
+ $description?: string;
11
11
  name?: string;
12
12
  themeable?: boolean;
13
13
  attributes?: Record<string, unknown>;
package/dist/compact.mjs CHANGED
@@ -23,7 +23,7 @@ export const amsTypographyBodyTextXLargeFontSize =
23
23
  "clamp(1.25rem, 1.1964rem + 0.2679vw, 1.4375rem)";
24
24
  export const amsTypographyBodyTextXLargeLineHeight = "1.3";
25
25
  export const amsTypographyHeading_0FontSize =
26
- "clamp(2.1645rem, 2.072rem + 0.4626vw, 2.4883rem)"; // Use Heading size 1 instead.
26
+ "clamp(2.1645rem, 2.072rem + 0.4626vw, 2.4883rem)";
27
27
  export const amsTypographyHeading_1FontSize =
28
28
  "clamp(1.5rem, 1.4286rem + 0.3571vw, 1.75rem)";
29
29
  export const amsTypographyHeading_1LineHeight = "1.2";
@@ -37,7 +37,7 @@ export const amsTypographyHeading_4FontSize = "1rem";
37
37
  export const amsTypographyHeading_4LineHeight = "1.4";
38
38
  export const amsTypographyHeading_5FontSize = "0.875rem";
39
39
  export const amsTypographyHeading_5LineHeight = "1.4";
40
- export const amsTypographyHeading_6FontSize = "0.875rem"; // Use Heading size 5 instead.
40
+ export const amsTypographyHeading_6FontSize = "0.875rem";
41
41
  export const amsGridPaddingInline =
42
42
  "clamp(1.5rem, 1.2857rem + 1.0714vw, 2.25rem)";
43
43
  export const amsPageHeaderBrandNameFontSize =
package/dist/compact.scss CHANGED
@@ -19,7 +19,7 @@ $ams-typography-body-text-large-font-size: clamp(1.125rem, 1.1071rem + 0.0893vw,
19
19
  $ams-typography-body-text-large-line-height: 1.4;
20
20
  $ams-typography-body-text-x-large-font-size: clamp(1.25rem, 1.1964rem + 0.2679vw, 1.4375rem);
21
21
  $ams-typography-body-text-x-large-line-height: 1.3;
22
- $ams-typography-heading-0-font-size: clamp(2.1645rem, 2.072rem + 0.4626vw, 2.4883rem); // Use Heading size 1 instead.
22
+ $ams-typography-heading-0-font-size: clamp(2.1645rem, 2.072rem + 0.4626vw, 2.4883rem);
23
23
  $ams-typography-heading-1-font-size: clamp(1.5rem, 1.4286rem + 0.3571vw, 1.75rem);
24
24
  $ams-typography-heading-1-line-height: 1.2;
25
25
  $ams-typography-heading-2-line-height: 1.3;
@@ -31,7 +31,7 @@ $ams-typography-heading-2-font-size: $ams-typography-body-text-x-large-font-size
31
31
  $ams-typography-heading-3-font-size: $ams-typography-body-text-large-font-size;
32
32
  $ams-typography-heading-4-font-size: $ams-typography-body-text-font-size;
33
33
  $ams-typography-heading-5-font-size: $ams-typography-body-text-small-font-size;
34
- $ams-typography-heading-6-font-size: $ams-typography-body-text-small-font-size; // Use Heading size 5 instead.
34
+ $ams-typography-heading-6-font-size: $ams-typography-body-text-small-font-size;
35
35
  $ams-grid-padding-inline: $ams-space-xl;
36
36
  $ams-page-header-brand-name-line-height: $ams-typography-heading-2-line-height;
37
37
  $ams-page-header-brand-name-font-size: $ams-typography-heading-2-font-size;
@@ -21,7 +21,7 @@
21
21
  --ams-typography-body-text-large-line-height: 1.4;
22
22
  --ams-typography-body-text-x-large-font-size: clamp(1.25rem, 1.1964rem + 0.2679vw, 1.4375rem);
23
23
  --ams-typography-body-text-x-large-line-height: 1.3;
24
- --ams-typography-heading-0-font-size: clamp(2.1645rem, 2.072rem + 0.4626vw, 2.4883rem); /** Use Heading size 1 instead. */
24
+ --ams-typography-heading-0-font-size: clamp(2.1645rem, 2.072rem + 0.4626vw, 2.4883rem);
25
25
  --ams-typography-heading-1-font-size: clamp(1.5rem, 1.4286rem + 0.3571vw, 1.75rem);
26
26
  --ams-typography-heading-1-line-height: 1.2;
27
27
  --ams-typography-heading-2-line-height: 1.3;
@@ -33,7 +33,7 @@
33
33
  --ams-typography-heading-3-font-size: var(--ams-typography-body-text-large-font-size);
34
34
  --ams-typography-heading-4-font-size: var(--ams-typography-body-text-font-size);
35
35
  --ams-typography-heading-5-font-size: var(--ams-typography-body-text-small-font-size);
36
- --ams-typography-heading-6-font-size: var(--ams-typography-body-text-small-font-size); /** Use Heading size 5 instead. */
36
+ --ams-typography-heading-6-font-size: var(--ams-typography-body-text-small-font-size);
37
37
  --ams-grid-padding-inline: var(--ams-space-xl);
38
38
  --ams-page-header-brand-name-line-height: var(--ams-typography-heading-2-line-height);
39
39
  --ams-page-header-brand-name-font-size: var(--ams-typography-heading-2-font-size);
package/dist/index.css CHANGED
@@ -13,7 +13,7 @@
13
13
  --ams-border-width-m: 0.125rem;
14
14
  --ams-border-width-l: 0.1875rem;
15
15
  --ams-border-width-xl: 0.25rem;
16
- --ams-color-interactive-secondary: #202020; /** Use `currentColor` instead */
16
+ --ams-color-interactive-secondary: #202020;
17
17
  --ams-color-interactive-contrast: #202020;
18
18
  --ams-color-interactive: #004699;
19
19
  --ams-color-interactive-disabled: #767676;
@@ -49,15 +49,15 @@
49
49
  --ams-space-l: clamp(1.5rem, 1.2857rem + 1.0714vw, 2.25rem);
50
50
  --ams-space-xl: clamp(2.25rem, 1.8214rem + 2.1429vw, 3.75rem);
51
51
  --ams-space-2xl: clamp(3rem, 2.25rem + 3.75vw, 5.625rem);
52
- --ams-typography-heading-0-font-size: clamp(2.435rem, 2.0409rem + 1.9709vw, 3.8147rem); /** Use Heading size 1 instead. */
53
- --ams-typography-heading-0-line-height: 1.1; /** Use Heading size 1 instead. */
52
+ --ams-typography-heading-0-font-size: clamp(2.435rem, 2.0409rem + 1.9709vw, 3.8147rem);
53
+ --ams-typography-heading-0-line-height: 1.1;
54
54
  --ams-typography-heading-1-font-size: clamp(2rem, 1.7143rem + 1.4286vw, 3rem);
55
55
  --ams-typography-heading-1-line-height: 1.2;
56
56
  --ams-typography-heading-2-line-height: 1.3;
57
57
  --ams-typography-heading-3-line-height: 1.3;
58
58
  --ams-typography-heading-4-line-height: 1.4;
59
59
  --ams-typography-heading-5-line-height: 1.4;
60
- --ams-typography-heading-6-line-height: 1.4; /** Use Heading size 5 instead. */
60
+ --ams-typography-heading-6-line-height: 1.4;
61
61
  --ams-typography-heading-font-weight: 800;
62
62
  --ams-typography-heading-text-wrap: balance;
63
63
  --ams-typography-font-family: 'Amsterdam Sans', Arial, sans-serif;
@@ -75,10 +75,10 @@
75
75
  --ams-inputs-border-color: currentColor;
76
76
  --ams-inputs-border-style: solid;
77
77
  --ams-inputs-line-height: 1.4;
78
- --ams-links-text-decoration-thickness: 0.125rem; /** 2px */
79
- --ams-links-text-underline-offset: 0.15625rem; /** 2.5px */
80
- --ams-links-hover-text-decoration-thickness: 0.1875rem; /** 3px */
81
- --ams-links-hover-text-underline-offset: 0.09375rem; /** 1.5px */
78
+ --ams-links-text-decoration-thickness: 0.125rem;
79
+ --ams-links-text-underline-offset: 0.15625rem;
80
+ --ams-links-hover-text-decoration-thickness: 0.1875rem;
81
+ --ams-links-hover-text-underline-offset: 0.09375rem;
82
82
  --ams-links-subtle-text-decoration-line: none;
83
83
  --ams-links-subtle-hover-text-decoration-line: underline;
84
84
  --ams-accordion-button-padding-inline: 0;
@@ -96,16 +96,19 @@
96
96
  --ams-button-tertiary-hover-border-color: currentColor;
97
97
  --ams-call-to-action-link-background-color: #00893c;
98
98
  --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>"); /** This token will be removed in release 6.0.0 */
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>"); /** Use the token with ‘calendar’ spelled correctly instead */
101
- --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>"); /** Use the token with ‘calendar’ spelled correctly instead */
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
+ --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>");
102
102
  --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>");
103
- --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>"); /** Use the token with ‘calendar’ spelled correctly instead */
103
+ --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>");
104
104
  --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>");
105
+ --ams-description-list-description-padding-inline-start: 0;
105
106
  --ams-description-list-narrow-grid-template-columns: 1fr 4fr;
106
107
  --ams-description-list-medium-grid-template-columns: 1fr 2fr;
107
108
  --ams-description-list-wide-grid-template-columns: 1fr 1fr;
109
+ --ams-dialog-border-radius: initial;
108
110
  --ams-dialog-border-style: solid;
111
+ --ams-dialog-box-shadow: initial;
109
112
  --ams-dialog-max-inline-size: 48rem;
110
113
  --ams-dialog-backdrop-background-color: rgb(24 24 24 / 62.5%);
111
114
  --ams-dialog-body-padding-block: 0;
@@ -128,11 +131,11 @@
128
131
  --ams-logo-title-color: #ec0000;
129
132
  --ams-menu-wide-max-inline-size: 8rem;
130
133
  --ams-ordered-list-list-style-type: decimal;
131
- --ams-ordered-list-item-margin-inline-start: 2.25rem; /** Divide your total indentation width over margin and padding to position the marker. */
132
- --ams-ordered-list-item-padding-inline-start: 0.25rem; /** The total level 1 indentation for Amsterdam is 40 pixels, or 2.5rem. */
134
+ --ams-ordered-list-item-margin-inline-start: 2.25rem;
135
+ --ams-ordered-list-item-padding-inline-start: 0.25rem;
133
136
  --ams-ordered-list-ordered-list-list-style-type: lower-alpha;
134
- --ams-ordered-list-ordered-list-item-margin-inline-start: 1.5rem; /** Indent less than the parent to start-align the child’s marker with the parent text. */
135
- --ams-ordered-list-ordered-list-item-padding-inline-start: 0.25rem; /** The total level >=2 indentation for Amsterdam is 28 pixels, or 1.75rem. */
137
+ --ams-ordered-list-ordered-list-item-margin-inline-start: 1.5rem;
138
+ --ams-ordered-list-ordered-list-item-padding-inline-start: 0.25rem;
136
139
  --ams-page-footer-spotlight-background-color: #004699;
137
140
  --ams-page-max-inline-size: 90rem;
138
141
  --ams-page-with-menu-max-inline-size: 120rem;
@@ -158,22 +161,22 @@
158
161
  --ams-switch-thumb-block-size: 1.75rem;
159
162
  --ams-switch-thumb-inline-size: 1.75rem;
160
163
  --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>");
161
- --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>"); /** Use the token with ‘calendar’ spelled correctly instead */
162
- --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>"); /** Use the token with ‘calendar’ spelled correctly instead */
164
+ --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>");
165
+ --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>");
163
166
  --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>");
164
- --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>"); /** Use the token with ‘calendar’ spelled correctly instead */
167
+ --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>");
165
168
  --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>");
166
169
  --ams-unordered-list-list-style-type: '\2022';
167
- --ams-unordered-list-item-margin-inline-start: 1.625rem; /** Divide your total indentation width over margin and padding to position the marker. */
168
- --ams-unordered-list-item-padding-inline-start: 0.875rem; /** The total level 1 indentation for Amsterdam is 40 pixels, or 2.5rem. */
170
+ --ams-unordered-list-item-margin-inline-start: 1.625rem;
171
+ --ams-unordered-list-item-padding-inline-start: 0.875rem;
169
172
  --ams-unordered-list-unordered-list-list-style-type: '\2013';
170
- --ams-unordered-list-unordered-list-item-margin-inline-start: 0.875rem; /** Indent less than the parent to start-align the child’s marker with the parent text. */
171
- --ams-unordered-list-unordered-list-item-padding-inline-start: 0.875rem; /** The total level >=2 indentation for Amsterdam is 28 pixels, or 1.75rem. */
173
+ --ams-unordered-list-unordered-list-item-margin-inline-start: 0.875rem;
174
+ --ams-unordered-list-unordered-list-item-padding-inline-start: 0.875rem;
172
175
  --ams-typography-heading-2-font-size: var(--ams-typography-body-text-x-large-font-size);
173
176
  --ams-typography-heading-3-font-size: var(--ams-typography-body-text-large-font-size);
174
177
  --ams-typography-heading-4-font-size: var(--ams-typography-body-text-font-size);
175
178
  --ams-typography-heading-5-font-size: var(--ams-typography-body-text-small-font-size);
176
- --ams-typography-heading-6-font-size: var(--ams-typography-body-text-small-font-size); /** Use Heading size 5 instead. */
179
+ --ams-typography-heading-6-font-size: var(--ams-typography-body-text-small-font-size);
177
180
  --ams-inputs-background-color: var(--ams-color-background);
178
181
  --ams-inputs-border-width: var(--ams-border-width-m);
179
182
  --ams-inputs-color: var(--ams-color-text);
@@ -184,10 +187,10 @@
184
187
  --ams-inputs-padding-block: var(--ams-space-s);
185
188
  --ams-inputs-padding-inline: var(--ams-space-m);
186
189
  --ams-inputs-disabled-color: var(--ams-color-interactive-disabled);
187
- --ams-inputs-hover-box-shadow: inset 0 0 0 var(--ams-border-width-s);
190
+ --ams-inputs-hover-box-shadow: inset 0rem 0rem 0rem var(--ams-border-width-s) currentColor;
188
191
  --ams-inputs-invalid-border-color: var(--ams-color-interactive-invalid);
189
192
  --ams-inputs-invalid-hover-border-color: var(--ams-color-interactive-invalid-hover);
190
- --ams-inputs-invalid-hover-box-shadow: inset 0 0 0 var(--ams-border-width-s) var(--ams-color-interactive-invalid-hover);
193
+ --ams-inputs-invalid-hover-box-shadow: inset 0rem 0rem 0rem var(--ams-border-width-s) var(--ams-color-interactive-invalid-hover);
191
194
  --ams-inputs-placeholder-color: var(--ams-color-text-secondary);
192
195
  --ams-links-color: var(--ams-color-interactive);
193
196
  --ams-links-hover-color: var(--ams-color-interactive-hover);
@@ -314,7 +317,7 @@
314
317
  --ams-button-secondary-color: var(--ams-color-interactive);
315
318
  --ams-button-secondary-disabled-border-color: var(--ams-color-interactive-disabled);
316
319
  --ams-button-secondary-disabled-color: var(--ams-color-interactive-disabled);
317
- --ams-button-secondary-hover-box-shadow: inset 0 0 0 var(--ams-border-width-s);
320
+ --ams-button-secondary-hover-box-shadow: inset 0rem 0rem 0rem var(--ams-border-width-s) currentColor;
318
321
  --ams-button-secondary-hover-color: var(--ams-color-interactive-hover);
319
322
  --ams-button-tertiary-color: var(--ams-color-interactive);
320
323
  --ams-button-tertiary-disabled-color: var(--ams-color-interactive-disabled);
@@ -346,7 +349,7 @@
346
349
  --ams-character-count-font-weight: var(--ams-typography-body-text-font-weight);
347
350
  --ams-character-count-line-height: var(--ams-typography-body-text-small-line-height);
348
351
  --ams-character-count-error-color: var(--ams-color-feedback-error);
349
- --ams-checkbox-hover-text-decoration-thickness: var(--ams-border-width-m); /** Use `ams.checkbox.text-decoration-thickness` instead */
352
+ --ams-checkbox-hover-text-decoration-thickness: var(--ams-border-width-m);
350
353
  --ams-checkbox-hover-color: var(--ams-color-interactive-hover);
351
354
  --ams-checkbox-hover-text-decoration-line: var(--ams-links-subtle-hover-text-decoration-line);
352
355
  --ams-checkbox-rectangle-checked-disabled-hover-fill: var(--ams-color-interactive-disabled);
@@ -392,7 +395,7 @@
392
395
  --ams-column-gap-large: var(--ams-space-l);
393
396
  --ams-column-gap-x-large: var(--ams-space-xl);
394
397
  --ams-date-input-disabled-cursor: var(--ams-cursor-disabled);
395
- --ams-date-input-calender-picker-indicator-cursor: var(--ams-cursor-interactive); /** Use the token with ‘calendar’ spelled correctly instead */
398
+ --ams-date-input-calender-picker-indicator-cursor: var(--ams-cursor-interactive);
396
399
  --ams-date-input-border-color: var(--ams-inputs-border-color);
397
400
  --ams-date-input-border-style: var(--ams-inputs-border-style);
398
401
  --ams-date-input-line-height: var(--ams-inputs-line-height);
@@ -405,8 +408,10 @@
405
408
  --ams-description-list-row-gap: var(--ams-space-s);
406
409
  --ams-description-list-inverse-color: var(--ams-color-text-inverse);
407
410
  --ams-description-list-term-font-weight: var(--ams-typography-body-text-bold-font-weight);
411
+ --ams-description-list-term-margin-block-end: var(--ams-space-xs);
408
412
  --ams-description-list-description-font-weight: var(--ams-typography-body-text-font-weight);
409
- --ams-description-list-description-padding-inline-start: var(--ams-space-l);
413
+ --ams-description-list-description-margin-block-end: var(--ams-space-m);
414
+ --ams-description-list-section-margin-block-end: var(--ams-space-m);
410
415
  --ams-dialog-background-color: var(--ams-color-background);
411
416
  --ams-dialog-border-width: var(--ams-border-width-m);
412
417
  --ams-dialog-gap: var(--ams-space-m);
@@ -512,8 +517,8 @@
512
517
  --ams-icon-button-inverse-hover-color: var(--ams-color-interactive-inverse);
513
518
  --ams-icon-button-inverse-disabled-color: var(--ams-color-interactive-inverse);
514
519
  --ams-icon-button-inverse-disabled-background-color: var(--ams-color-interactive-disabled);
515
- --ams-icon-heading-0-font-size: var(--ams-typography-heading-0-font-size); /** Deprecated. Use ‘heading 1’ instead. */
516
- --ams-icon-heading-0-line-height: var(--ams-typography-heading-0-line-height); /** Deprecated. Use ‘heading 1’ instead. */
520
+ --ams-icon-heading-0-font-size: var(--ams-typography-heading-0-font-size);
521
+ --ams-icon-heading-0-line-height: var(--ams-typography-heading-0-line-height);
517
522
  --ams-icon-font-size: var(--ams-typography-body-text-font-size);
518
523
  --ams-icon-line-height: var(--ams-typography-body-text-line-height);
519
524
  --ams-icon-small-font-size: var(--ams-typography-body-text-small-font-size);
@@ -534,6 +539,7 @@
534
539
  --ams-image-slider-thumbnails-gap: var(--ams-space-xs);
535
540
  --ams-image-slider-thumbnails-thumbnail-cursor: var(--ams-cursor-interactive);
536
541
  --ams-image-slider-thumbnails-thumbnail-outline-offset: var(--ams-focus-outline-offset);
542
+ --ams-image-slider-figure-margin-block-end: var(--ams-space-m);
537
543
  --ams-image-aspect-ratio: var(--ams-aspect-ratio-16-9);
538
544
  --ams-invalid-form-alert-outline-offset: var(--ams-focus-outline-offset);
539
545
  --ams-label-color: var(--ams-color-text);
@@ -616,8 +622,13 @@
616
622
  --ams-page-header-brand-name-line-height: var(--ams-typography-heading-3-line-height);
617
623
  --ams-page-header-brand-name-text-wrap: var(--ams-typography-heading-text-wrap);
618
624
  --ams-page-header-mega-menu-padding-block: var(--ams-space-l);
625
+ --ams-page-header-mega-menu-button-background-color: var(--ams-color-interactive);
626
+ --ams-page-header-mega-menu-button-color: var(--ams-color-text-inverse);
619
627
  --ams-page-header-mega-menu-button-cursor: var(--ams-cursor-interactive);
620
628
  --ams-page-header-mega-menu-button-label-open-font-weight: var(--ams-typography-body-text-bold-font-weight);
629
+ --ams-page-header-mega-menu-button-padding-inline: var(--ams-space-s);
630
+ --ams-page-header-mega-menu-button-hover-background-color: var(--ams-color-interactive-hover);
631
+ --ams-page-header-mega-menu-button-hover-color: var(--ams-color-text-inverse);
621
632
  --ams-page-header-menu-column-gap: var(--ams-space-l);
622
633
  --ams-page-header-menu-row-gap: var(--ams-space-xs);
623
634
  --ams-page-header-menu-item-column-gap: var(--ams-space-xs);
@@ -774,12 +785,12 @@
774
785
  --ams-spotlight-magenta-background-color: var(--ams-color-highlight-magenta);
775
786
  --ams-spotlight-orange-background-color: var(--ams-color-highlight-orange);
776
787
  --ams-spotlight-yellow-background-color: var(--ams-color-highlight-yellow);
777
- --ams-standalone-link-hover-text-decoration-thickness: var(--ams-links-hover-text-decoration-thickness); /** Use `ams.standalone-link.text-decoration-thickness` instead */
778
- --ams-standalone-link-hover-text-underline-offset: var(--ams-links-hover-text-underline-offset); /** Use `ams.standalone-link.text-underline-offset` instead */
788
+ --ams-standalone-link-hover-text-decoration-thickness: var(--ams-links-hover-text-decoration-thickness);
789
+ --ams-standalone-link-hover-text-underline-offset: var(--ams-links-hover-text-underline-offset);
779
790
  --ams-standalone-link-hover-text-decoration-line: var(--ams-links-subtle-hover-text-decoration-line);
780
- --ams-standalone-link-with-icon-text-decoration-line: var(--ams-links-subtle-text-decoration-line); /** Use `ams.standalone-link.text-decoration-line` instead */
781
- --ams-standalone-link-with-icon-text-decoration-thickness: var(--ams-links-text-decoration-thickness); /** Use `ams.standalone-link.text-decoration-thickness` instead */
782
- --ams-standalone-link-with-icon-hover-text-decoration-line: var(--ams-links-subtle-hover-text-decoration-line); /** Use `ams.standalone-link.hover.text-decoration-line` instead */
791
+ --ams-standalone-link-with-icon-text-decoration-line: var(--ams-links-subtle-text-decoration-line);
792
+ --ams-standalone-link-with-icon-text-decoration-thickness: var(--ams-links-text-decoration-thickness);
793
+ --ams-standalone-link-with-icon-hover-text-decoration-line: var(--ams-links-subtle-hover-text-decoration-line);
783
794
  --ams-standalone-link-column-gap: var(--ams-space-s);
784
795
  --ams-standalone-link-font-family: var(--ams-typography-font-family);
785
796
  --ams-standalone-link-font-size: var(--ams-typography-body-text-font-size);
@@ -823,7 +834,7 @@
823
834
  --ams-table-cell-padding-inline: var(--ams-space-m);
824
835
  --ams-table-header-cell-font-weight: var(--ams-typography-body-text-bold-font-weight);
825
836
  --ams-tabs-gap: var(--ams-space-m);
826
- --ams-tabs-list-box-shadow: inset 0 calc(var(--ams-border-width-m) * -1) var(--ams-color-separator);
837
+ --ams-tabs-list-box-shadow: inset 0rem calc(var(--ams-border-width-m) * -1) 0rem 0rem var(--ams-color-separator);
827
838
  --ams-tabs-button-color: var(--ams-color-interactive);
828
839
  --ams-tabs-button-cursor: var(--ams-cursor-interactive);
829
840
  --ams-tabs-button-font-family: var(--ams-typography-font-family);
@@ -833,9 +844,9 @@
833
844
  --ams-tabs-button-outline-offset: calc(var(--ams-focus-outline-offset) * -1);
834
845
  --ams-tabs-button-padding-block: var(--ams-space-s);
835
846
  --ams-tabs-button-padding-inline: var(--ams-space-m);
836
- --ams-tabs-button-hover-box-shadow: inset 0 calc(var(--ams-border-width-m) * -1);
847
+ --ams-tabs-button-hover-box-shadow: inset 0rem calc(var(--ams-border-width-m) * -1) 0rem 0rem currentColor;
837
848
  --ams-tabs-button-hover-color: var(--ams-color-interactive-hover);
838
- --ams-tabs-button-selected-box-shadow: inset 0 calc(var(--ams-border-width-xl) * -1);
849
+ --ams-tabs-button-selected-box-shadow: inset 0rem calc(var(--ams-border-width-xl) * -1) 0rem 0rem currentColor;
839
850
  --ams-tabs-button-selected-font-weight: var(--ams-typography-body-text-bold-font-weight);
840
851
  --ams-tabs-button-disabled-color: var(--ams-color-interactive-disabled);
841
852
  --ams-tabs-button-disabled-cursor: var(--ams-cursor-disabled);
@@ -849,7 +860,7 @@
849
860
  --ams-text-input-line-height: var(--ams-inputs-line-height);
850
861
  --ams-text-input-disabled-cursor: var(--ams-cursor-disabled);
851
862
  --ams-time-input-disabled-cursor: var(--ams-cursor-disabled);
852
- --ams-time-input-calender-picker-indicator-cursor: var(--ams-cursor-interactive); /** Use the token with ‘calendar’ spelled correctly instead */
863
+ --ams-time-input-calender-picker-indicator-cursor: var(--ams-cursor-interactive);
853
864
  --ams-time-input-border-color: var(--ams-inputs-border-color);
854
865
  --ams-time-input-border-style: var(--ams-inputs-border-style);
855
866
  --ams-time-input-line-height: var(--ams-inputs-line-height);
@@ -887,6 +898,7 @@
887
898
  --ams-date-input-invalid-border-color: var(--ams-inputs-invalid-border-color);
888
899
  --ams-date-input-invalid-hover-border-color: var(--ams-inputs-invalid-hover-border-color);
889
900
  --ams-date-input-invalid-hover-box-shadow: var(--ams-inputs-invalid-hover-box-shadow);
901
+ --ams-description-list-term-vi-medium-margin-block-end: var(--ams-description-list-description-margin-block-end);
890
902
  --ams-dialog-border-color: var(--ams-dialog-background-color);
891
903
  --ams-field-set-legend-font-size: var(--ams-typography-heading-3-font-size);
892
904
  --ams-file-input-background-color: var(--ams-inputs-background-color);
@@ -931,10 +943,10 @@
931
943
  --ams-link-contrast-hover-color: var(--ams-links-contrast-hover-color);
932
944
  --ams-link-inverse-color: var(--ams-links-inverse-color);
933
945
  --ams-link-inverse-hover-color: var(--ams-links-inverse-hover-color);
934
- --ams-menu-link-contrast-color: var(--ams-links-contrast-color); /** The menu has a dark background now, so this is no longer needed. */
935
- --ams-menu-link-contrast-hover-color: var(--ams-links-contrast-hover-color); /** The menu has a dark background now, so this is no longer needed. */
936
- --ams-menu-link-inverse-color: var(--ams-links-inverse-color); /** The menu has a dark background now, so this is no longer needed. */
937
- --ams-menu-link-inverse-hover-color: var(--ams-links-inverse-hover-color); /** The menu has a dark background now, so this is no longer needed. */
946
+ --ams-menu-link-contrast-color: var(--ams-links-contrast-color);
947
+ --ams-menu-link-contrast-hover-color: var(--ams-links-contrast-hover-color);
948
+ --ams-menu-link-inverse-color: var(--ams-links-inverse-color);
949
+ --ams-menu-link-inverse-hover-color: var(--ams-links-inverse-hover-color);
938
950
  --ams-menu-link-color: var(--ams-links-inverse-color);
939
951
  --ams-menu-link-hover-color: var(--ams-links-inverse-hover-color);
940
952
  --ams-menu-wide-padding-block: calc(var(--ams-logo-block-size) + 2 * var(--ams-page-header-padding-block)) var(--ams-space-m);
@@ -943,13 +955,14 @@
943
955
  --ams-page-footer-menu-wide-padding-inline: var(--ams-grid-wide-padding-inline);
944
956
  --ams-page-footer-menu-link-color: var(--ams-links-color);
945
957
  --ams-page-footer-menu-link-hover-color: var(--ams-links-hover-color);
946
- --ams-page-header-padding-inline: var(--ams-grid-padding-inline); /** Must be the Grid inline padding, to make sure Header and Grid line up */
958
+ --ams-page-header-padding-inline: var(--ams-grid-padding-inline);
947
959
  --ams-page-header-medium-padding-inline: var(--ams-grid-medium-padding-inline);
948
960
  --ams-page-header-wide-padding-inline: var(--ams-grid-wide-padding-inline);
949
961
  --ams-page-header-brand-name-font-size: var(--ams-typography-heading-3-font-size);
950
962
  --ams-page-header-menu-item-color: var(--ams-links-color);
951
963
  --ams-page-header-menu-item-hover-color: var(--ams-links-hover-color);
952
- --ams-page-with-menu-area-skip-link-margin-inline-end: var(--ams-grid-padding-inline); /** Must be the Grid inline padding, to make sure Skip Link and Grid line up */
964
+ --ams-page-header-menu-link-color: var(--ams-links-color);
965
+ --ams-page-with-menu-area-skip-link-margin-inline-end: var(--ams-grid-padding-inline);
953
966
  --ams-pagination-link-color: var(--ams-links-color);
954
967
  --ams-pagination-link-hover-color: var(--ams-links-hover-color);
955
968
  --ams-password-input-background-color: var(--ams-inputs-background-color);