@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/dist/index.scss CHANGED
@@ -11,7 +11,7 @@ $ams-border-width-s: 0.0625rem;
11
11
  $ams-border-width-m: 0.125rem;
12
12
  $ams-border-width-l: 0.1875rem;
13
13
  $ams-border-width-xl: 0.25rem;
14
- $ams-color-interactive-secondary: #202020; // Use `currentColor` instead
14
+ $ams-color-interactive-secondary: #202020;
15
15
  $ams-color-interactive-contrast: #202020;
16
16
  $ams-color-interactive: #004699;
17
17
  $ams-color-interactive-disabled: #767676;
@@ -47,15 +47,15 @@ $ams-space-m: clamp(1rem, 0.8571rem + 0.7143vw, 1.5rem);
47
47
  $ams-space-l: clamp(1.5rem, 1.2857rem + 1.0714vw, 2.25rem);
48
48
  $ams-space-xl: clamp(2.25rem, 1.8214rem + 2.1429vw, 3.75rem);
49
49
  $ams-space-2xl: clamp(3rem, 2.25rem + 3.75vw, 5.625rem);
50
- $ams-typography-heading-0-font-size: clamp(2.435rem, 2.0409rem + 1.9709vw, 3.8147rem); // Use Heading size 1 instead.
51
- $ams-typography-heading-0-line-height: 1.1; // Use Heading size 1 instead.
50
+ $ams-typography-heading-0-font-size: clamp(2.435rem, 2.0409rem + 1.9709vw, 3.8147rem);
51
+ $ams-typography-heading-0-line-height: 1.1;
52
52
  $ams-typography-heading-1-font-size: clamp(2rem, 1.7143rem + 1.4286vw, 3rem);
53
53
  $ams-typography-heading-1-line-height: 1.2;
54
54
  $ams-typography-heading-2-line-height: 1.3;
55
55
  $ams-typography-heading-3-line-height: 1.3;
56
56
  $ams-typography-heading-4-line-height: 1.4;
57
57
  $ams-typography-heading-5-line-height: 1.4;
58
- $ams-typography-heading-6-line-height: 1.4; // Use Heading size 5 instead.
58
+ $ams-typography-heading-6-line-height: 1.4;
59
59
  $ams-typography-heading-font-weight: 800;
60
60
  $ams-typography-heading-text-wrap: balance;
61
61
  $ams-typography-font-family: 'Amsterdam Sans', Arial, sans-serif;
@@ -73,10 +73,10 @@ $ams-typography-body-text-x-large-line-height: 1.4;
73
73
  $ams-inputs-border-color: currentColor;
74
74
  $ams-inputs-border-style: solid;
75
75
  $ams-inputs-line-height: 1.4;
76
- $ams-links-text-decoration-thickness: 0.125rem; // 2px
77
- $ams-links-text-underline-offset: 0.15625rem; // 2.5px
78
- $ams-links-hover-text-decoration-thickness: 0.1875rem; // 3px
79
- $ams-links-hover-text-underline-offset: 0.09375rem; // 1.5px
76
+ $ams-links-text-decoration-thickness: 0.125rem;
77
+ $ams-links-text-underline-offset: 0.15625rem;
78
+ $ams-links-hover-text-decoration-thickness: 0.1875rem;
79
+ $ams-links-hover-text-underline-offset: 0.09375rem;
80
80
  $ams-links-subtle-text-decoration-line: none;
81
81
  $ams-links-subtle-hover-text-decoration-line: underline;
82
82
  $ams-accordion-button-padding-inline: 0;
@@ -94,16 +94,19 @@ $ams-button-tertiary-border-color: transparent;
94
94
  $ams-button-tertiary-hover-border-color: currentColor;
95
95
  $ams-call-to-action-link-background-color: #00893c;
96
96
  $ams-call-to-action-link-hover-background-color: #10552b;
97
- $ams-date-input-disabled-calendar-picker-indicator-background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36' fill='%23767676'><path d='M28 6V2h-4v4H12V2H8v4H2v28h32V6zm2 24H6V14h24z'/><path d='M10 17h4v4h-4zm6 0h4v4h-4zm6 0h4v4h-4zm-12 6h4v4h-4zm6 0h4v4h-4z'/></svg>"); // This token will be removed in release 6.0.0
98
- $ams-date-input-disabled-calender-picker-indicator-background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36' fill='%23767676'><path d='M28 6V2h-4v4H12V2H8v4H2v28h32V6zm2 24H6V14h24z'/><path d='M10 17h4v4h-4zm6 0h4v4h-4zm6 0h4v4h-4zm-12 6h4v4h-4zm6 0h4v4h-4z'/></svg>"); // Use the token with ‘calendar’ spelled correctly instead
99
- $ams-date-input-hover-calender-picker-indicator-background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36' fill='%23003677'><path d='M28 6V2h-4v4H12V2H8v4H2v28h32V6zm2 24H6V14h24z'/><path d='M10 17h4v4h-4zm6 0h4v4h-4zm6 0h4v4h-4zm-12 6h4v4h-4zm6 0h4v4h-4z'/></svg>"); // Use the token with ‘calendar’ spelled correctly instead
97
+ $ams-date-input-disabled-calendar-picker-indicator-background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36' fill='%23767676'><path d='M28 6V2h-4v4H12V2H8v4H2v28h32V6zm2 24H6V14h24z'/><path d='M10 17h4v4h-4zm6 0h4v4h-4zm6 0h4v4h-4zm-12 6h4v4h-4zm6 0h4v4h-4z'/></svg>");
98
+ $ams-date-input-disabled-calender-picker-indicator-background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36' fill='%23767676'><path d='M28 6V2h-4v4H12V2H8v4H2v28h32V6zm2 24H6V14h24z'/><path d='M10 17h4v4h-4zm6 0h4v4h-4zm6 0h4v4h-4zm-12 6h4v4h-4zm6 0h4v4h-4z'/></svg>");
99
+ $ams-date-input-hover-calender-picker-indicator-background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36' fill='%23003677'><path d='M28 6V2h-4v4H12V2H8v4H2v28h32V6zm2 24H6V14h24z'/><path d='M10 17h4v4h-4zm6 0h4v4h-4zm6 0h4v4h-4zm-12 6h4v4h-4zm6 0h4v4h-4z'/></svg>");
100
100
  $ams-date-input-hover-calendar-picker-indicator-background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36' fill='%23003677'><path d='M28 6V2h-4v4H12V2H8v4H2v28h32V6zm2 24H6V14h24z'/><path d='M10 17h4v4h-4zm6 0h4v4h-4zm6 0h4v4h-4zm-12 6h4v4h-4zm6 0h4v4h-4z'/></svg>");
101
- $ams-date-input-calender-picker-indicator-background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36' fill='%23004699'><path d='M28 6V2h-4v4H12V2H8v4H2v28h32V6zm2 24H6V14h24z'/><path d='M10 17h4v4h-4zm6 0h4v4h-4zm6 0h4v4h-4zm-12 6h4v4h-4zm6 0h4v4h-4z'/></svg>"); // Use the token with ‘calendar’ spelled correctly instead
101
+ $ams-date-input-calender-picker-indicator-background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36' fill='%23004699'><path d='M28 6V2h-4v4H12V2H8v4H2v28h32V6zm2 24H6V14h24z'/><path d='M10 17h4v4h-4zm6 0h4v4h-4zm6 0h4v4h-4zm-12 6h4v4h-4zm6 0h4v4h-4z'/></svg>");
102
102
  $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>");
103
+ $ams-description-list-description-padding-inline-start: 0;
103
104
  $ams-description-list-narrow-grid-template-columns: 1fr 4fr;
104
105
  $ams-description-list-medium-grid-template-columns: 1fr 2fr;
105
106
  $ams-description-list-wide-grid-template-columns: 1fr 1fr;
107
+ $ams-dialog-border-radius: initial;
106
108
  $ams-dialog-border-style: solid;
109
+ $ams-dialog-box-shadow: initial;
107
110
  $ams-dialog-max-inline-size: 48rem;
108
111
  $ams-dialog-backdrop-background-color: rgb(24 24 24 / 62.5%);
109
112
  $ams-dialog-body-padding-block: 0;
@@ -126,11 +129,11 @@ $ams-logo-emblem-color: #ec0000;
126
129
  $ams-logo-title-color: #ec0000;
127
130
  $ams-menu-wide-max-inline-size: 8rem;
128
131
  $ams-ordered-list-list-style-type: decimal;
129
- $ams-ordered-list-item-margin-inline-start: 2.25rem; // Divide your total indentation width over margin and padding to position the marker.
130
- $ams-ordered-list-item-padding-inline-start: 0.25rem; // The total level 1 indentation for Amsterdam is 40 pixels, or 2.5rem.
132
+ $ams-ordered-list-item-margin-inline-start: 2.25rem;
133
+ $ams-ordered-list-item-padding-inline-start: 0.25rem;
131
134
  $ams-ordered-list-ordered-list-list-style-type: lower-alpha;
132
- $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.
133
- $ams-ordered-list-ordered-list-item-padding-inline-start: 0.25rem; // The total level >=2 indentation for Amsterdam is 28 pixels, or 1.75rem.
135
+ $ams-ordered-list-ordered-list-item-margin-inline-start: 1.5rem;
136
+ $ams-ordered-list-ordered-list-item-padding-inline-start: 0.25rem;
134
137
  $ams-page-footer-spotlight-background-color: #004699;
135
138
  $ams-page-max-inline-size: 90rem;
136
139
  $ams-page-with-menu-max-inline-size: 120rem;
@@ -156,22 +159,22 @@ $ams-switch-inline-size: 3.5rem;
156
159
  $ams-switch-thumb-block-size: 1.75rem;
157
160
  $ams-switch-thumb-inline-size: 1.75rem;
158
161
  $ams-time-input-disabled-calendar-picker-indicator-background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='%23767676'><path d='M16 0C7.163 0 0 7.163 0 16s7.163 16 16 16 16-7.163 16-16A16 16 0 0 0 16 0zm.9 28v-2h-2v1.9A11.8 11.8 0 0 1 4.1 17H6v-2H4.1A11.8 11.8 0 0 1 15 4.1V6h2V4.1A11.8 11.8 0 0 1 27.9 15H26v2h1.9a11.9 11.9 0 0 1-11 11zm.1-13h4v2h-6V9h2v6z'/></svg>");
159
- $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
160
- $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
162
+ $ams-time-input-disabled-calender-picker-indicator-background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='%23767676'><path d='M16 0C7.163 0 0 7.163 0 16s7.163 16 16 16 16-7.163 16-16A16 16 0 0 0 16 0zm.9 28v-2h-2v1.9A11.8 11.8 0 0 1 4.1 17H6v-2H4.1A11.8 11.8 0 0 1 15 4.1V6h2V4.1A11.8 11.8 0 0 1 27.9 15H26v2h1.9a11.9 11.9 0 0 1-11 11zm.1-13h4v2h-6V9h2v6z'/></svg>");
163
+ $ams-time-input-hover-calender-picker-indicator-background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='%23003677'><path d='M16 0C7.163 0 0 7.163 0 16s7.163 16 16 16 16-7.163 16-16A16 16 0 0 0 16 0zm.9 28v-2h-2v1.9A11.8 11.8 0 0 1 4.1 17H6v-2H4.1A11.8 11.8 0 0 1 15 4.1V6h2V4.1A11.8 11.8 0 0 1 27.9 15H26v2h1.9a11.9 11.9 0 0 1-11 11zm.1-13h4v2h-6V9h2v6z'/></svg>");
161
164
  $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>");
162
- $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
165
+ $ams-time-input-calender-picker-indicator-background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='%23004699'><path d='M16 0C7.163 0 0 7.163 0 16s7.163 16 16 16 16-7.163 16-16A16 16 0 0 0 16 0zm.9 28v-2h-2v1.9A11.8 11.8 0 0 1 4.1 17H6v-2H4.1A11.8 11.8 0 0 1 15 4.1V6h2V4.1A11.8 11.8 0 0 1 27.9 15H26v2h1.9a11.9 11.9 0 0 1-11 11zm.1-13h4v2h-6V9h2v6z'/></svg>");
163
166
  $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>");
164
167
  $ams-unordered-list-list-style-type: '\2022';
165
- $ams-unordered-list-item-margin-inline-start: 1.625rem; // Divide your total indentation width over margin and padding to position the marker.
166
- $ams-unordered-list-item-padding-inline-start: 0.875rem; // The total level 1 indentation for Amsterdam is 40 pixels, or 2.5rem.
168
+ $ams-unordered-list-item-margin-inline-start: 1.625rem;
169
+ $ams-unordered-list-item-padding-inline-start: 0.875rem;
167
170
  $ams-unordered-list-unordered-list-list-style-type: '\2013';
168
- $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.
169
- $ams-unordered-list-unordered-list-item-padding-inline-start: 0.875rem; // The total level >=2 indentation for Amsterdam is 28 pixels, or 1.75rem.
171
+ $ams-unordered-list-unordered-list-item-margin-inline-start: 0.875rem;
172
+ $ams-unordered-list-unordered-list-item-padding-inline-start: 0.875rem;
170
173
  $ams-typography-heading-2-font-size: $ams-typography-body-text-x-large-font-size;
171
174
  $ams-typography-heading-3-font-size: $ams-typography-body-text-large-font-size;
172
175
  $ams-typography-heading-4-font-size: $ams-typography-body-text-font-size;
173
176
  $ams-typography-heading-5-font-size: $ams-typography-body-text-small-font-size;
174
- $ams-typography-heading-6-font-size: $ams-typography-body-text-small-font-size; // Use Heading size 5 instead.
177
+ $ams-typography-heading-6-font-size: $ams-typography-body-text-small-font-size;
175
178
  $ams-inputs-background-color: $ams-color-background;
176
179
  $ams-inputs-border-width: $ams-border-width-m;
177
180
  $ams-inputs-color: $ams-color-text;
@@ -182,10 +185,10 @@ $ams-inputs-outline-offset: $ams-focus-outline-offset;
182
185
  $ams-inputs-padding-block: $ams-space-s;
183
186
  $ams-inputs-padding-inline: $ams-space-m;
184
187
  $ams-inputs-disabled-color: $ams-color-interactive-disabled;
185
- $ams-inputs-hover-box-shadow: inset 0 0 0 $ams-border-width-s;
188
+ $ams-inputs-hover-box-shadow: inset 0rem 0rem 0rem $ams-border-width-s currentColor;
186
189
  $ams-inputs-invalid-border-color: $ams-color-interactive-invalid;
187
190
  $ams-inputs-invalid-hover-border-color: $ams-color-interactive-invalid-hover;
188
- $ams-inputs-invalid-hover-box-shadow: inset 0 0 0 $ams-border-width-s $ams-color-interactive-invalid-hover;
191
+ $ams-inputs-invalid-hover-box-shadow: inset 0rem 0rem 0rem $ams-border-width-s $ams-color-interactive-invalid-hover;
189
192
  $ams-inputs-placeholder-color: $ams-color-text-secondary;
190
193
  $ams-links-color: $ams-color-interactive;
191
194
  $ams-links-hover-color: $ams-color-interactive-hover;
@@ -312,7 +315,7 @@ $ams-button-secondary-background-color: $ams-color-background;
312
315
  $ams-button-secondary-color: $ams-color-interactive;
313
316
  $ams-button-secondary-disabled-border-color: $ams-color-interactive-disabled;
314
317
  $ams-button-secondary-disabled-color: $ams-color-interactive-disabled;
315
- $ams-button-secondary-hover-box-shadow: inset 0 0 0 $ams-border-width-s;
318
+ $ams-button-secondary-hover-box-shadow: inset 0rem 0rem 0rem $ams-border-width-s currentColor;
316
319
  $ams-button-secondary-hover-color: $ams-color-interactive-hover;
317
320
  $ams-button-tertiary-color: $ams-color-interactive;
318
321
  $ams-button-tertiary-disabled-color: $ams-color-interactive-disabled;
@@ -344,7 +347,7 @@ $ams-character-count-font-size: $ams-typography-body-text-small-font-size;
344
347
  $ams-character-count-font-weight: $ams-typography-body-text-font-weight;
345
348
  $ams-character-count-line-height: $ams-typography-body-text-small-line-height;
346
349
  $ams-character-count-error-color: $ams-color-feedback-error;
347
- $ams-checkbox-hover-text-decoration-thickness: $ams-border-width-m; // Use `ams.checkbox.text-decoration-thickness` instead
350
+ $ams-checkbox-hover-text-decoration-thickness: $ams-border-width-m;
348
351
  $ams-checkbox-hover-color: $ams-color-interactive-hover;
349
352
  $ams-checkbox-hover-text-decoration-line: $ams-links-subtle-hover-text-decoration-line;
350
353
  $ams-checkbox-rectangle-checked-disabled-hover-fill: $ams-color-interactive-disabled;
@@ -390,7 +393,7 @@ $ams-column-gap-medium: $ams-space-m;
390
393
  $ams-column-gap-large: $ams-space-l;
391
394
  $ams-column-gap-x-large: $ams-space-xl;
392
395
  $ams-date-input-disabled-cursor: $ams-cursor-disabled;
393
- $ams-date-input-calender-picker-indicator-cursor: $ams-cursor-interactive; // Use the token with ‘calendar’ spelled correctly instead
396
+ $ams-date-input-calender-picker-indicator-cursor: $ams-cursor-interactive;
394
397
  $ams-date-input-border-color: $ams-inputs-border-color;
395
398
  $ams-date-input-border-style: $ams-inputs-border-style;
396
399
  $ams-date-input-line-height: $ams-inputs-line-height;
@@ -403,8 +406,10 @@ $ams-description-list-line-height: $ams-typography-body-text-line-height;
403
406
  $ams-description-list-row-gap: $ams-space-s;
404
407
  $ams-description-list-inverse-color: $ams-color-text-inverse;
405
408
  $ams-description-list-term-font-weight: $ams-typography-body-text-bold-font-weight;
409
+ $ams-description-list-term-margin-block-end: $ams-space-xs;
406
410
  $ams-description-list-description-font-weight: $ams-typography-body-text-font-weight;
407
- $ams-description-list-description-padding-inline-start: $ams-space-l;
411
+ $ams-description-list-description-margin-block-end: $ams-space-m;
412
+ $ams-description-list-section-margin-block-end: $ams-space-m;
408
413
  $ams-dialog-background-color: $ams-color-background;
409
414
  $ams-dialog-border-width: $ams-border-width-m;
410
415
  $ams-dialog-gap: $ams-space-m;
@@ -510,8 +515,8 @@ $ams-icon-button-inverse-hover-background-color: $ams-color-interactive-hover;
510
515
  $ams-icon-button-inverse-hover-color: $ams-color-interactive-inverse;
511
516
  $ams-icon-button-inverse-disabled-color: $ams-color-interactive-inverse;
512
517
  $ams-icon-button-inverse-disabled-background-color: $ams-color-interactive-disabled;
513
- $ams-icon-heading-0-font-size: $ams-typography-heading-0-font-size; // Deprecated. Use ‘heading 1’ instead.
514
- $ams-icon-heading-0-line-height: $ams-typography-heading-0-line-height; // Deprecated. Use ‘heading 1’ instead.
518
+ $ams-icon-heading-0-font-size: $ams-typography-heading-0-font-size;
519
+ $ams-icon-heading-0-line-height: $ams-typography-heading-0-line-height;
515
520
  $ams-icon-font-size: $ams-typography-body-text-font-size;
516
521
  $ams-icon-line-height: $ams-typography-body-text-line-height;
517
522
  $ams-icon-small-font-size: $ams-typography-body-text-small-font-size;
@@ -532,6 +537,7 @@ $ams-image-slider-scroller-outline-offset: $ams-focus-outline-offset;
532
537
  $ams-image-slider-thumbnails-gap: $ams-space-xs;
533
538
  $ams-image-slider-thumbnails-thumbnail-cursor: $ams-cursor-interactive;
534
539
  $ams-image-slider-thumbnails-thumbnail-outline-offset: $ams-focus-outline-offset;
540
+ $ams-image-slider-figure-margin-block-end: $ams-space-m;
535
541
  $ams-image-aspect-ratio: $ams-aspect-ratio-16-9;
536
542
  $ams-invalid-form-alert-outline-offset: $ams-focus-outline-offset;
537
543
  $ams-label-color: $ams-color-text;
@@ -614,8 +620,13 @@ $ams-page-header-brand-name-font-weight: $ams-typography-heading-font-weight;
614
620
  $ams-page-header-brand-name-line-height: $ams-typography-heading-3-line-height;
615
621
  $ams-page-header-brand-name-text-wrap: $ams-typography-heading-text-wrap;
616
622
  $ams-page-header-mega-menu-padding-block: $ams-space-l;
623
+ $ams-page-header-mega-menu-button-background-color: $ams-color-interactive;
624
+ $ams-page-header-mega-menu-button-color: $ams-color-text-inverse;
617
625
  $ams-page-header-mega-menu-button-cursor: $ams-cursor-interactive;
618
626
  $ams-page-header-mega-menu-button-label-open-font-weight: $ams-typography-body-text-bold-font-weight;
627
+ $ams-page-header-mega-menu-button-padding-inline: $ams-space-s;
628
+ $ams-page-header-mega-menu-button-hover-background-color: $ams-color-interactive-hover;
629
+ $ams-page-header-mega-menu-button-hover-color: $ams-color-text-inverse;
619
630
  $ams-page-header-menu-column-gap: $ams-space-l;
620
631
  $ams-page-header-menu-row-gap: $ams-space-xs;
621
632
  $ams-page-header-menu-item-column-gap: $ams-space-xs;
@@ -772,12 +783,12 @@ $ams-spotlight-lime-background-color: $ams-color-highlight-lime;
772
783
  $ams-spotlight-magenta-background-color: $ams-color-highlight-magenta;
773
784
  $ams-spotlight-orange-background-color: $ams-color-highlight-orange;
774
785
  $ams-spotlight-yellow-background-color: $ams-color-highlight-yellow;
775
- $ams-standalone-link-hover-text-decoration-thickness: $ams-links-hover-text-decoration-thickness; // Use `ams.standalone-link.text-decoration-thickness` instead
776
- $ams-standalone-link-hover-text-underline-offset: $ams-links-hover-text-underline-offset; // Use `ams.standalone-link.text-underline-offset` instead
786
+ $ams-standalone-link-hover-text-decoration-thickness: $ams-links-hover-text-decoration-thickness;
787
+ $ams-standalone-link-hover-text-underline-offset: $ams-links-hover-text-underline-offset;
777
788
  $ams-standalone-link-hover-text-decoration-line: $ams-links-subtle-hover-text-decoration-line;
778
- $ams-standalone-link-with-icon-text-decoration-line: $ams-links-subtle-text-decoration-line; // Use `ams.standalone-link.text-decoration-line` instead
779
- $ams-standalone-link-with-icon-text-decoration-thickness: $ams-links-text-decoration-thickness; // Use `ams.standalone-link.text-decoration-thickness` instead
780
- $ams-standalone-link-with-icon-hover-text-decoration-line: $ams-links-subtle-hover-text-decoration-line; // Use `ams.standalone-link.hover.text-decoration-line` instead
789
+ $ams-standalone-link-with-icon-text-decoration-line: $ams-links-subtle-text-decoration-line;
790
+ $ams-standalone-link-with-icon-text-decoration-thickness: $ams-links-text-decoration-thickness;
791
+ $ams-standalone-link-with-icon-hover-text-decoration-line: $ams-links-subtle-hover-text-decoration-line;
781
792
  $ams-standalone-link-column-gap: $ams-space-s;
782
793
  $ams-standalone-link-font-family: $ams-typography-font-family;
783
794
  $ams-standalone-link-font-size: $ams-typography-body-text-font-size;
@@ -821,7 +832,7 @@ $ams-table-cell-padding-block: $ams-space-s;
821
832
  $ams-table-cell-padding-inline: $ams-space-m;
822
833
  $ams-table-header-cell-font-weight: $ams-typography-body-text-bold-font-weight;
823
834
  $ams-tabs-gap: $ams-space-m;
824
- $ams-tabs-list-box-shadow: inset 0 calc($ams-border-width-m * -1) $ams-color-separator;
835
+ $ams-tabs-list-box-shadow: inset 0rem calc($ams-border-width-m * -1) 0rem 0rem $ams-color-separator;
825
836
  $ams-tabs-button-color: $ams-color-interactive;
826
837
  $ams-tabs-button-cursor: $ams-cursor-interactive;
827
838
  $ams-tabs-button-font-family: $ams-typography-font-family;
@@ -831,9 +842,9 @@ $ams-tabs-button-line-height: $ams-typography-body-text-line-height;
831
842
  $ams-tabs-button-outline-offset: calc($ams-focus-outline-offset * -1);
832
843
  $ams-tabs-button-padding-block: $ams-space-s;
833
844
  $ams-tabs-button-padding-inline: $ams-space-m;
834
- $ams-tabs-button-hover-box-shadow: inset 0 calc($ams-border-width-m * -1);
845
+ $ams-tabs-button-hover-box-shadow: inset 0rem calc($ams-border-width-m * -1) 0rem 0rem currentColor;
835
846
  $ams-tabs-button-hover-color: $ams-color-interactive-hover;
836
- $ams-tabs-button-selected-box-shadow: inset 0 calc($ams-border-width-xl * -1);
847
+ $ams-tabs-button-selected-box-shadow: inset 0rem calc($ams-border-width-xl * -1) 0rem 0rem currentColor;
837
848
  $ams-tabs-button-selected-font-weight: $ams-typography-body-text-bold-font-weight;
838
849
  $ams-tabs-button-disabled-color: $ams-color-interactive-disabled;
839
850
  $ams-tabs-button-disabled-cursor: $ams-cursor-disabled;
@@ -847,7 +858,7 @@ $ams-text-input-border-style: $ams-inputs-border-style;
847
858
  $ams-text-input-line-height: $ams-inputs-line-height;
848
859
  $ams-text-input-disabled-cursor: $ams-cursor-disabled;
849
860
  $ams-time-input-disabled-cursor: $ams-cursor-disabled;
850
- $ams-time-input-calender-picker-indicator-cursor: $ams-cursor-interactive; // Use the token with ‘calendar’ spelled correctly instead
861
+ $ams-time-input-calender-picker-indicator-cursor: $ams-cursor-interactive;
851
862
  $ams-time-input-border-color: $ams-inputs-border-color;
852
863
  $ams-time-input-border-style: $ams-inputs-border-style;
853
864
  $ams-time-input-line-height: $ams-inputs-line-height;
@@ -885,6 +896,7 @@ $ams-date-input-padding-inline: $ams-inputs-padding-inline;
885
896
  $ams-date-input-invalid-border-color: $ams-inputs-invalid-border-color;
886
897
  $ams-date-input-invalid-hover-border-color: $ams-inputs-invalid-hover-border-color;
887
898
  $ams-date-input-invalid-hover-box-shadow: $ams-inputs-invalid-hover-box-shadow;
899
+ $ams-description-list-term-vi-medium-margin-block-end: $ams-description-list-description-margin-block-end;
888
900
  $ams-dialog-border-color: $ams-dialog-background-color;
889
901
  $ams-field-set-legend-font-size: $ams-typography-heading-3-font-size;
890
902
  $ams-file-input-background-color: $ams-inputs-background-color;
@@ -929,10 +941,10 @@ $ams-link-contrast-color: $ams-links-contrast-color;
929
941
  $ams-link-contrast-hover-color: $ams-links-contrast-hover-color;
930
942
  $ams-link-inverse-color: $ams-links-inverse-color;
931
943
  $ams-link-inverse-hover-color: $ams-links-inverse-hover-color;
932
- $ams-menu-link-contrast-color: $ams-links-contrast-color; // The menu has a dark background now, so this is no longer needed.
933
- $ams-menu-link-contrast-hover-color: $ams-links-contrast-hover-color; // The menu has a dark background now, so this is no longer needed.
934
- $ams-menu-link-inverse-color: $ams-links-inverse-color; // The menu has a dark background now, so this is no longer needed.
935
- $ams-menu-link-inverse-hover-color: $ams-links-inverse-hover-color; // The menu has a dark background now, so this is no longer needed.
944
+ $ams-menu-link-contrast-color: $ams-links-contrast-color;
945
+ $ams-menu-link-contrast-hover-color: $ams-links-contrast-hover-color;
946
+ $ams-menu-link-inverse-color: $ams-links-inverse-color;
947
+ $ams-menu-link-inverse-hover-color: $ams-links-inverse-hover-color;
936
948
  $ams-menu-link-color: $ams-links-inverse-color;
937
949
  $ams-menu-link-hover-color: $ams-links-inverse-hover-color;
938
950
  $ams-menu-wide-padding-block: calc($ams-logo-block-size + 2 * $ams-page-header-padding-block) $ams-space-m;
@@ -941,13 +953,14 @@ $ams-page-footer-menu-medium-padding-inline: $ams-grid-medium-padding-inline;
941
953
  $ams-page-footer-menu-wide-padding-inline: $ams-grid-wide-padding-inline;
942
954
  $ams-page-footer-menu-link-color: $ams-links-color;
943
955
  $ams-page-footer-menu-link-hover-color: $ams-links-hover-color;
944
- $ams-page-header-padding-inline: $ams-grid-padding-inline; // Must be the Grid inline padding, to make sure Header and Grid line up
956
+ $ams-page-header-padding-inline: $ams-grid-padding-inline;
945
957
  $ams-page-header-medium-padding-inline: $ams-grid-medium-padding-inline;
946
958
  $ams-page-header-wide-padding-inline: $ams-grid-wide-padding-inline;
947
959
  $ams-page-header-brand-name-font-size: $ams-typography-heading-3-font-size;
948
960
  $ams-page-header-menu-item-color: $ams-links-color;
949
961
  $ams-page-header-menu-item-hover-color: $ams-links-hover-color;
950
- $ams-page-with-menu-area-skip-link-margin-inline-end: $ams-grid-padding-inline; // Must be the Grid inline padding, to make sure Skip Link and Grid line up
962
+ $ams-page-header-menu-link-color: $ams-links-color;
963
+ $ams-page-with-menu-area-skip-link-margin-inline-end: $ams-grid-padding-inline;
951
964
  $ams-pagination-link-color: $ams-links-color;
952
965
  $ams-pagination-link-hover-color: $ams-links-hover-color;
953
966
  $ams-password-input-background-color: $ams-inputs-background-color;
@@ -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);
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "3.1.0",
2
+ "version": "3.3.0",
3
3
  "author": "Design System Team, City of Amsterdam <designsystem@amsterdam.nl>",
4
4
  "description": "All design tokens from the Amsterdam Design System. Use it to apply its visual design to your website or application.",
5
5
  "homepage": "https://designsystem.amsterdam",
@@ -25,7 +25,7 @@
25
25
  "devDependencies": {
26
26
  "change-case": "5.4.4",
27
27
  "chokidar-cli": "3.0.0",
28
- "style-dictionary": "5.2.0"
28
+ "style-dictionary": "5.3.3"
29
29
  },
30
30
  "scripts": {
31
31
  "clean": "rimraf dist/",