@amsterdam/design-system-tokens 3.3.0 → 3.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/dist/compact.css +2 -0
- package/dist/compact.d.ts +4 -0
- package/dist/compact.json +5 -1
- package/dist/compact.mjs +2 -0
- package/dist/compact.scss +2 -0
- package/dist/compact.theme.css +2 -0
- package/dist/index.css +102 -88
- package/dist/index.d.ts +191 -169
- package/dist/index.json +245 -223
- package/dist/index.mjs +177 -169
- package/dist/index.scss +102 -88
- package/dist/index.theme.css +102 -88
- package/package.json +2 -2
- package/src/brand/ams/border.compact.tokens.json +20 -0
- package/src/brand/ams/border.tokens.json +20 -0
- package/src/brand/ams/color.tokens.json +5 -0
- package/src/brand/ams/typography.compact.tokens.json +18 -0
- package/src/brand/ams/typography.tokens.json +35 -3
- package/src/components/ams/accordion.tokens.json +38 -0
- package/src/components/ams/checkbox.tokens.json +40 -0
- package/src/components/ams/date-input.tokens.json +28 -0
- package/src/components/ams/description-list.tokens.json +19 -2
- package/src/components/ams/field-set.tokens.json +8 -0
- package/src/components/ams/field.tokens.json +8 -0
- package/src/components/ams/file-input.tokens.json +1 -0
- package/src/components/ams/icon.tokens.json +16 -0
- package/src/components/ams/menu.tokens.json +28 -0
- package/src/components/ams/page-header.tokens.json +1 -1
- package/src/components/ams/{page-heading.deprecated.tokens.json → page-heading.tokens.json} +7 -7
- package/src/components/ams/progress-list.tokens.json +51 -0
- package/src/components/ams/select.tokens.json +2 -0
- package/src/components/ams/standalone-link.tokens.json +30 -0
- package/src/components/ams/switch.tokens.json +17 -1
- package/src/components/ams/table-of-contents.tokens.json +21 -0
- package/src/components/ams/tabs.tokens.json +3 -3
- package/src/components/ams/text-input.tokens.json +2 -0
- package/src/components/ams/time-input.tokens.json +30 -0
- package/src/brand/ams/color.deprecated.tokens.json +0 -13
- package/src/brand/ams/typography.deprecated.compact.tokens.json +0 -26
- package/src/brand/ams/typography.deprecated.tokens.json +0 -40
- package/src/components/ams/accordion.deprecated.tokens.json +0 -39
- package/src/components/ams/checkbox.deprecated.tokens.json +0 -59
- package/src/components/ams/date-input.deprecated.tokens.json +0 -38
- package/src/components/ams/field-set.deprecated.tokens.json +0 -16
- package/src/components/ams/field.deprecated.tokens.json +0 -14
- package/src/components/ams/icon.deprecated.tokens.json +0 -22
- package/src/components/ams/menu.deprecated.tokens.json +0 -36
- package/src/components/ams/standalone-link.deprecated.tokens.json +0 -38
- package/src/components/ams/table-of-contents.deprecated.tokens.json +0 -24
- package/src/components/ams/time-input.deprecated.tokens.json +0 -38
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
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.4.0](https://github.com/Amsterdam/design-system/compare/design-system-tokens-v3.3.0...design-system-tokens-v3.4.0) (2026-04-03)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **Description List:** Apply heading 4 typography to terms ([#2486](https://github.com/Amsterdam/design-system/issues/2486)) ([e624ae4](https://github.com/Amsterdam/design-system/commit/e624ae4cd348736f5f32f0fea4609652f22e8753))
|
|
12
|
+
* **Description List:** Balance multiple lines of text in term ([#2485](https://github.com/Amsterdam/design-system/issues/2485)) ([a77a62e](https://github.com/Amsterdam/design-system/commit/a77a62e8c2f11666f1c6a3a132fe4f14654d9268))
|
|
13
|
+
* **Progress List:** Make steps collapsible ([#2482](https://github.com/Amsterdam/design-system/issues/2482)) ([1fc3e39](https://github.com/Amsterdam/design-system/commit/1fc3e39644cce6a0299ba9bb08cc861c9b4155d7))
|
|
14
|
+
* **typography:** Decrease line height for body text ([#2484](https://github.com/Amsterdam/design-system/issues/2484)) ([970b08e](https://github.com/Amsterdam/design-system/commit/970b08ee22edca8e630bd9c62ceddf891de25a3c))
|
|
15
|
+
* Use DTCG shadow format for shadow tokens ([#2505](https://github.com/Amsterdam/design-system/issues/2505)) ([bd5411c](https://github.com/Amsterdam/design-system/commit/bd5411cacbdd68efd8804edd706362670c56c406))
|
|
16
|
+
|
|
6
17
|
## [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
18
|
|
|
8
19
|
|
package/dist/compact.css
CHANGED
|
@@ -7,6 +7,8 @@
|
|
|
7
7
|
--ams-border-width-m: 0.0625rem;
|
|
8
8
|
--ams-border-width-l: 0.125rem;
|
|
9
9
|
--ams-border-width-xl: 0.1875rem;
|
|
10
|
+
--ams-border-width-negative-m: -0.0625rem;
|
|
11
|
+
--ams-border-width-negative-xl: -0.1875rem;
|
|
10
12
|
--ams-space-xs: 0.25rem;
|
|
11
13
|
--ams-space-s: 0.5rem;
|
|
12
14
|
--ams-space-m: clamp(0.75rem, 0.6786rem + 0.3571vw, 1rem);
|
package/dist/compact.d.ts
CHANGED
package/dist/compact.json
CHANGED
package/dist/compact.mjs
CHANGED
|
@@ -6,6 +6,8 @@ export const amsBorderWidthS = "0.0625rem";
|
|
|
6
6
|
export const amsBorderWidthM = "0.0625rem";
|
|
7
7
|
export const amsBorderWidthL = "0.125rem";
|
|
8
8
|
export const amsBorderWidthXl = "0.1875rem";
|
|
9
|
+
export const amsBorderWidthNegativeM = "-0.0625rem";
|
|
10
|
+
export const amsBorderWidthNegativeXl = "-0.1875rem";
|
|
9
11
|
export const amsSpaceXs = "0.25rem";
|
|
10
12
|
export const amsSpaceS = "0.5rem";
|
|
11
13
|
export const amsSpaceM = "clamp(0.75rem, 0.6786rem + 0.3571vw, 1rem)";
|
package/dist/compact.scss
CHANGED
|
@@ -5,6 +5,8 @@ $ams-border-width-s: 0.0625rem;
|
|
|
5
5
|
$ams-border-width-m: 0.0625rem;
|
|
6
6
|
$ams-border-width-l: 0.125rem;
|
|
7
7
|
$ams-border-width-xl: 0.1875rem;
|
|
8
|
+
$ams-border-width-negative-m: -0.0625rem;
|
|
9
|
+
$ams-border-width-negative-xl: -0.1875rem;
|
|
8
10
|
$ams-space-xs: 0.25rem;
|
|
9
11
|
$ams-space-s: 0.5rem;
|
|
10
12
|
$ams-space-m: clamp(0.75rem, 0.6786rem + 0.3571vw, 1rem);
|
package/dist/compact.theme.css
CHANGED
|
@@ -7,6 +7,8 @@
|
|
|
7
7
|
--ams-border-width-m: 0.0625rem;
|
|
8
8
|
--ams-border-width-l: 0.125rem;
|
|
9
9
|
--ams-border-width-xl: 0.1875rem;
|
|
10
|
+
--ams-border-width-negative-m: -0.0625rem;
|
|
11
|
+
--ams-border-width-negative-xl: -0.1875rem;
|
|
10
12
|
--ams-space-xs: 0.25rem;
|
|
11
13
|
--ams-space-s: 0.5rem;
|
|
12
14
|
--ams-space-m: clamp(0.75rem, 0.6786rem + 0.3571vw, 1rem);
|
package/dist/index.css
CHANGED
|
@@ -13,14 +13,8 @@
|
|
|
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-
|
|
17
|
-
--ams-
|
|
18
|
-
--ams-color-interactive: #004699;
|
|
19
|
-
--ams-color-interactive-disabled: #767676;
|
|
20
|
-
--ams-color-interactive-hover: #003677;
|
|
21
|
-
--ams-color-interactive-invalid: #ec0000;
|
|
22
|
-
--ams-color-interactive-invalid-hover: #b70000;
|
|
23
|
-
--ams-color-interactive-inverse: #ffffff;
|
|
16
|
+
--ams-border-width-negative-m: -0.125rem;
|
|
17
|
+
--ams-border-width-negative-xl: -0.25rem;
|
|
24
18
|
--ams-color-background: #ffffff;
|
|
25
19
|
--ams-color-feedback-error: #ec0000;
|
|
26
20
|
--ams-color-feedback-info: #009de6;
|
|
@@ -33,6 +27,14 @@
|
|
|
33
27
|
--ams-color-highlight-orange: #ff9100;
|
|
34
28
|
--ams-color-highlight-purple: #a00078;
|
|
35
29
|
--ams-color-highlight-yellow: #ffe600;
|
|
30
|
+
--ams-color-interactive-contrast: #202020;
|
|
31
|
+
--ams-color-interactive: #004699;
|
|
32
|
+
--ams-color-interactive-disabled: #767676;
|
|
33
|
+
--ams-color-interactive-hover: #003677;
|
|
34
|
+
--ams-color-interactive-invalid: #ec0000;
|
|
35
|
+
--ams-color-interactive-invalid-hover: #b70000;
|
|
36
|
+
--ams-color-interactive-inverse: #ffffff;
|
|
37
|
+
--ams-color-interactive-secondary: #202020;
|
|
36
38
|
--ams-color-progress-current: #00893c;
|
|
37
39
|
--ams-color-progress-completed: #00893c;
|
|
38
40
|
--ams-color-progress-upcoming: #767676;
|
|
@@ -49,6 +51,18 @@
|
|
|
49
51
|
--ams-space-l: clamp(1.5rem, 1.2857rem + 1.0714vw, 2.25rem);
|
|
50
52
|
--ams-space-xl: clamp(2.25rem, 1.8214rem + 2.1429vw, 3.75rem);
|
|
51
53
|
--ams-space-2xl: clamp(3rem, 2.25rem + 3.75vw, 5.625rem);
|
|
54
|
+
--ams-typography-font-family: 'Amsterdam Sans', Arial, sans-serif;
|
|
55
|
+
--ams-typography-hyphenate-limit-chars: auto;
|
|
56
|
+
--ams-typography-body-text-font-size: clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem);
|
|
57
|
+
--ams-typography-body-text-font-weight: 400;
|
|
58
|
+
--ams-typography-body-text-line-height: 1.6;
|
|
59
|
+
--ams-typography-body-text-bold-font-weight: 800;
|
|
60
|
+
--ams-typography-body-text-small-font-size: 1rem;
|
|
61
|
+
--ams-typography-body-text-small-line-height: 1.5;
|
|
62
|
+
--ams-typography-body-text-large-font-size: clamp(1.3125rem, 1.2411rem + 0.3571vw, 1.5625rem);
|
|
63
|
+
--ams-typography-body-text-large-line-height: 1.5;
|
|
64
|
+
--ams-typography-body-text-x-large-font-size: clamp(1.5rem, 1.3571rem + 0.7143vw, 2rem);
|
|
65
|
+
--ams-typography-body-text-x-large-line-height: 1.4;
|
|
52
66
|
--ams-typography-heading-0-font-size: clamp(2.435rem, 2.0409rem + 1.9709vw, 3.8147rem);
|
|
53
67
|
--ams-typography-heading-0-line-height: 1.1;
|
|
54
68
|
--ams-typography-heading-1-font-size: clamp(2rem, 1.7143rem + 1.4286vw, 3rem);
|
|
@@ -60,18 +74,6 @@
|
|
|
60
74
|
--ams-typography-heading-6-line-height: 1.4;
|
|
61
75
|
--ams-typography-heading-font-weight: 800;
|
|
62
76
|
--ams-typography-heading-text-wrap: balance;
|
|
63
|
-
--ams-typography-font-family: 'Amsterdam Sans', Arial, sans-serif;
|
|
64
|
-
--ams-typography-hyphenate-limit-chars: auto;
|
|
65
|
-
--ams-typography-body-text-font-size: clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem);
|
|
66
|
-
--ams-typography-body-text-font-weight: 400;
|
|
67
|
-
--ams-typography-body-text-line-height: 1.8;
|
|
68
|
-
--ams-typography-body-text-bold-font-weight: 800;
|
|
69
|
-
--ams-typography-body-text-small-font-size: 1rem;
|
|
70
|
-
--ams-typography-body-text-small-line-height: 1.6;
|
|
71
|
-
--ams-typography-body-text-large-font-size: clamp(1.3125rem, 1.2411rem + 0.3571vw, 1.5625rem);
|
|
72
|
-
--ams-typography-body-text-large-line-height: 1.6;
|
|
73
|
-
--ams-typography-body-text-x-large-font-size: clamp(1.5rem, 1.3571rem + 0.7143vw, 2rem);
|
|
74
|
-
--ams-typography-body-text-x-large-line-height: 1.4;
|
|
75
77
|
--ams-inputs-border-color: currentColor;
|
|
76
78
|
--ams-inputs-border-style: solid;
|
|
77
79
|
--ams-inputs-line-height: 1.4;
|
|
@@ -98,10 +100,11 @@
|
|
|
98
100
|
--ams-call-to-action-link-hover-background-color: #10552b;
|
|
99
101
|
--ams-date-input-disabled-calendar-picker-indicator-background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36' fill='%23767676'><path d='M28 6V2h-4v4H12V2H8v4H2v28h32V6zm2 24H6V14h24z'/><path d='M10 17h4v4h-4zm6 0h4v4h-4zm6 0h4v4h-4zm-12 6h4v4h-4zm6 0h4v4h-4z'/></svg>");
|
|
100
102
|
--ams-date-input-disabled-calender-picker-indicator-background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36' fill='%23767676'><path d='M28 6V2h-4v4H12V2H8v4H2v28h32V6zm2 24H6V14h24z'/><path d='M10 17h4v4h-4zm6 0h4v4h-4zm6 0h4v4h-4zm-12 6h4v4h-4zm6 0h4v4h-4z'/></svg>");
|
|
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
103
|
--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='%
|
|
104
|
+
--ams-date-input-hover-calender-picker-indicator-background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36' fill='%23003677'><path d='M28 6V2h-4v4H12V2H8v4H2v28h32V6zm2 24H6V14h24z'/><path d='M10 17h4v4h-4zm6 0h4v4h-4zm6 0h4v4h-4zm-12 6h4v4h-4zm6 0h4v4h-4z'/></svg>");
|
|
104
105
|
--ams-date-input-calendar-picker-indicator-background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36' fill='%23004699'><path d='M28 6V2h-4v4H12V2H8v4H2v28h32V6zm2 24H6V14h24z'/><path d='M10 17h4v4h-4zm6 0h4v4h-4zm6 0h4v4h-4zm-12 6h4v4h-4zm6 0h4v4h-4z'/></svg>");
|
|
106
|
+
--ams-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>");
|
|
107
|
+
--ams-description-list-term-text-wrap: balance;
|
|
105
108
|
--ams-description-list-description-padding-inline-start: 0;
|
|
106
109
|
--ams-description-list-narrow-grid-template-columns: 1fr 4fr;
|
|
107
110
|
--ams-description-list-medium-grid-template-columns: 1fr 2fr;
|
|
@@ -140,6 +143,10 @@
|
|
|
140
143
|
--ams-page-max-inline-size: 90rem;
|
|
141
144
|
--ams-page-with-menu-max-inline-size: 120rem;
|
|
142
145
|
--ams-paragraph-large-text-wrap: balance;
|
|
146
|
+
--ams-progress-list-button-padding-block: 0;
|
|
147
|
+
--ams-progress-list-button-padding-inline: 0;
|
|
148
|
+
--ams-progress-list-icon-transition-duration: 0.3s;
|
|
149
|
+
--ams-progress-list-icon-transition-timing-function: ease;
|
|
143
150
|
--ams-progress-list-step-marker-shape-block-size: 1.5rem;
|
|
144
151
|
--ams-progress-list-step-marker-shape-border-style: solid;
|
|
145
152
|
--ams-progress-list-step-marker-shape-outline-style: solid;
|
|
@@ -162,10 +169,10 @@
|
|
|
162
169
|
--ams-switch-thumb-inline-size: 1.75rem;
|
|
163
170
|
--ams-time-input-disabled-calendar-picker-indicator-background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='%23767676'><path d='M16 0C7.163 0 0 7.163 0 16s7.163 16 16 16 16-7.163 16-16A16 16 0 0 0 16 0zm.9 28v-2h-2v1.9A11.8 11.8 0 0 1 4.1 17H6v-2H4.1A11.8 11.8 0 0 1 15 4.1V6h2V4.1A11.8 11.8 0 0 1 27.9 15H26v2h1.9a11.9 11.9 0 0 1-11 11zm.1-13h4v2h-6V9h2v6z'/></svg>");
|
|
164
171
|
--ams-time-input-disabled-calender-picker-indicator-background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='%23767676'><path d='M16 0C7.163 0 0 7.163 0 16s7.163 16 16 16 16-7.163 16-16A16 16 0 0 0 16 0zm.9 28v-2h-2v1.9A11.8 11.8 0 0 1 4.1 17H6v-2H4.1A11.8 11.8 0 0 1 15 4.1V6h2V4.1A11.8 11.8 0 0 1 27.9 15H26v2h1.9a11.9 11.9 0 0 1-11 11zm.1-13h4v2h-6V9h2v6z'/></svg>");
|
|
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>");
|
|
166
172
|
--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>");
|
|
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='%
|
|
173
|
+
--ams-time-input-hover-calender-picker-indicator-background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='%23003677'><path d='M16 0C7.163 0 0 7.163 0 16s7.163 16 16 16 16-7.163 16-16A16 16 0 0 0 16 0zm.9 28v-2h-2v1.9A11.8 11.8 0 0 1 4.1 17H6v-2H4.1A11.8 11.8 0 0 1 15 4.1V6h2V4.1A11.8 11.8 0 0 1 27.9 15H26v2h1.9a11.9 11.9 0 0 1-11 11zm.1-13h4v2h-6V9h2v6z'/></svg>");
|
|
168
174
|
--ams-time-input-calendar-picker-indicator-background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='%23004699'><path d='M16 0C7.163 0 0 7.163 0 16s7.163 16 16 16 16-7.163 16-16A16 16 0 0 0 16 0zm.9 28v-2h-2v1.9A11.8 11.8 0 0 1 4.1 17H6v-2H4.1A11.8 11.8 0 0 1 15 4.1V6h2V4.1A11.8 11.8 0 0 1 27.9 15H26v2h1.9a11.9 11.9 0 0 1-11 11zm.1-13h4v2h-6V9h2v6z'/></svg>");
|
|
175
|
+
--ams-time-input-calender-picker-indicator-background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='%23004699'><path d='M16 0C7.163 0 0 7.163 0 16s7.163 16 16 16 16-7.163 16-16A16 16 0 0 0 16 0zm.9 28v-2h-2v1.9A11.8 11.8 0 0 1 4.1 17H6v-2H4.1A11.8 11.8 0 0 1 15 4.1V6h2V4.1A11.8 11.8 0 0 1 27.9 15H26v2h1.9a11.9 11.9 0 0 1-11 11zm.1-13h4v2h-6V9h2v6z'/></svg>");
|
|
169
176
|
--ams-unordered-list-list-style-type: '\2022';
|
|
170
177
|
--ams-unordered-list-item-margin-inline-start: 1.625rem;
|
|
171
178
|
--ams-unordered-list-item-padding-inline-start: 0.875rem;
|
|
@@ -198,6 +205,7 @@
|
|
|
198
205
|
--ams-links-contrast-hover-color: var(--ams-color-interactive-contrast);
|
|
199
206
|
--ams-links-inverse-color: var(--ams-color-interactive-inverse);
|
|
200
207
|
--ams-links-inverse-hover-color: var(--ams-color-interactive-inverse);
|
|
208
|
+
--ams-accordion-gap: var(--ams-space-s);
|
|
201
209
|
--ams-accordion-button-font-family: var(--ams-typography-font-family);
|
|
202
210
|
--ams-accordion-button-font-weight: var(--ams-typography-heading-font-weight);
|
|
203
211
|
--ams-accordion-button-line-height: var(--ams-typography-heading-3-line-height);
|
|
@@ -208,7 +216,6 @@
|
|
|
208
216
|
--ams-accordion-button-outline-offset: var(--ams-focus-outline-offset);
|
|
209
217
|
--ams-accordion-button-padding-block: var(--ams-space-s);
|
|
210
218
|
--ams-accordion-button-hover-color: var(--ams-color-interactive-hover);
|
|
211
|
-
--ams-accordion-gap: var(--ams-space-s);
|
|
212
219
|
--ams-action-group-gap: var(--ams-space-m);
|
|
213
220
|
--ams-alert-background-color: var(--ams-color-background);
|
|
214
221
|
--ams-alert-border-color: var(--ams-color-feedback-info);
|
|
@@ -349,30 +356,6 @@
|
|
|
349
356
|
--ams-character-count-font-weight: var(--ams-typography-body-text-font-weight);
|
|
350
357
|
--ams-character-count-line-height: var(--ams-typography-body-text-small-line-height);
|
|
351
358
|
--ams-character-count-error-color: var(--ams-color-feedback-error);
|
|
352
|
-
--ams-checkbox-hover-text-decoration-thickness: var(--ams-border-width-m);
|
|
353
|
-
--ams-checkbox-hover-color: var(--ams-color-interactive-hover);
|
|
354
|
-
--ams-checkbox-hover-text-decoration-line: var(--ams-links-subtle-hover-text-decoration-line);
|
|
355
|
-
--ams-checkbox-rectangle-checked-disabled-hover-fill: var(--ams-color-interactive-disabled);
|
|
356
|
-
--ams-checkbox-rectangle-checked-disabled-fill: var(--ams-color-interactive-disabled);
|
|
357
|
-
--ams-checkbox-rectangle-checked-hover-disabled-invalid-fill: var(--ams-color-interactive-disabled);
|
|
358
|
-
--ams-checkbox-rectangle-checked-hover-fill: var(--ams-color-interactive-hover);
|
|
359
|
-
--ams-checkbox-rectangle-checked-fill: var(--ams-color-interactive);
|
|
360
|
-
--ams-checkbox-rectangle-checked-invalid-fill: var(--ams-color-interactive-invalid);
|
|
361
|
-
--ams-checkbox-rectangle-checked-invalid-hover-fill: var(--ams-color-interactive-invalid-hover);
|
|
362
|
-
--ams-checkbox-rectangle-hover-disabled-invalid-stroke: var(--ams-color-interactive-disabled);
|
|
363
|
-
--ams-checkbox-rectangle-hover-stroke: var(--ams-color-interactive-hover);
|
|
364
|
-
--ams-checkbox-rectangle-indeterminate-disabled-hover-fill: var(--ams-color-interactive-disabled);
|
|
365
|
-
--ams-checkbox-rectangle-indeterminate-disabled-fill: var(--ams-color-interactive-disabled);
|
|
366
|
-
--ams-checkbox-rectangle-indeterminate-hover-disabled-invalid-fill: var(--ams-color-interactive-disabled);
|
|
367
|
-
--ams-checkbox-rectangle-indeterminate-hover-fill: var(--ams-color-interactive-hover);
|
|
368
|
-
--ams-checkbox-rectangle-indeterminate-fill: var(--ams-color-interactive);
|
|
369
|
-
--ams-checkbox-rectangle-indeterminate-invalid-fill: var(--ams-color-interactive-invalid);
|
|
370
|
-
--ams-checkbox-rectangle-indeterminate-invalid-hover-fill: var(--ams-color-interactive-invalid-hover);
|
|
371
|
-
--ams-checkbox-rectangle-fill: var(--ams-color-background);
|
|
372
|
-
--ams-checkbox-rectangle-stroke: var(--ams-color-interactive);
|
|
373
|
-
--ams-checkbox-rectangle-disabled-stroke: var(--ams-color-interactive-disabled);
|
|
374
|
-
--ams-checkbox-rectangle-invalid-stroke: var(--ams-color-interactive-invalid);
|
|
375
|
-
--ams-checkbox-rectangle-invalid-hover-stroke: var(--ams-color-interactive-invalid-hover);
|
|
376
359
|
--ams-checkbox-color: var(--ams-color-text);
|
|
377
360
|
--ams-checkbox-cursor: var(--ams-cursor-interactive);
|
|
378
361
|
--ams-checkbox-font-family: var(--ams-typography-font-family);
|
|
@@ -385,21 +368,45 @@
|
|
|
385
368
|
--ams-checkbox-text-underline-offset: var(--ams-links-text-underline-offset);
|
|
386
369
|
--ams-checkbox-disabled-cursor: var(--ams-cursor-disabled);
|
|
387
370
|
--ams-checkbox-disabled-color: var(--ams-color-interactive-disabled);
|
|
371
|
+
--ams-checkbox-hover-color: var(--ams-color-interactive-hover);
|
|
372
|
+
--ams-checkbox-hover-text-decoration-line: var(--ams-links-subtle-hover-text-decoration-line);
|
|
373
|
+
--ams-checkbox-hover-text-decoration-thickness: var(--ams-border-width-m);
|
|
388
374
|
--ams-checkbox-checked-indicator-stroke: var(--ams-color-interactive-inverse);
|
|
389
375
|
--ams-checkbox-hover-indicator-hover-stroke: var(--ams-color-interactive-hover);
|
|
390
376
|
--ams-checkbox-hover-indicator-invalid-hover-stroke: var(--ams-color-interactive-invalid-hover);
|
|
391
377
|
--ams-checkbox-indeterminate-indicator-stroke: var(--ams-color-interactive-inverse);
|
|
378
|
+
--ams-checkbox-rectangle-fill: var(--ams-color-background);
|
|
379
|
+
--ams-checkbox-rectangle-stroke: var(--ams-color-interactive);
|
|
380
|
+
--ams-checkbox-rectangle-checked-fill: var(--ams-color-interactive);
|
|
381
|
+
--ams-checkbox-rectangle-checked-disabled-fill: var(--ams-color-interactive-disabled);
|
|
382
|
+
--ams-checkbox-rectangle-checked-disabled-hover-fill: var(--ams-color-interactive-disabled);
|
|
383
|
+
--ams-checkbox-rectangle-checked-hover-fill: var(--ams-color-interactive-hover);
|
|
384
|
+
--ams-checkbox-rectangle-checked-hover-disabled-invalid-fill: var(--ams-color-interactive-disabled);
|
|
385
|
+
--ams-checkbox-rectangle-checked-invalid-fill: var(--ams-color-interactive-invalid);
|
|
386
|
+
--ams-checkbox-rectangle-checked-invalid-hover-fill: var(--ams-color-interactive-invalid-hover);
|
|
387
|
+
--ams-checkbox-rectangle-disabled-stroke: var(--ams-color-interactive-disabled);
|
|
388
|
+
--ams-checkbox-rectangle-hover-stroke: var(--ams-color-interactive-hover);
|
|
389
|
+
--ams-checkbox-rectangle-hover-disabled-invalid-stroke: var(--ams-color-interactive-disabled);
|
|
390
|
+
--ams-checkbox-rectangle-indeterminate-fill: var(--ams-color-interactive);
|
|
391
|
+
--ams-checkbox-rectangle-indeterminate-disabled-fill: var(--ams-color-interactive-disabled);
|
|
392
|
+
--ams-checkbox-rectangle-indeterminate-disabled-hover-fill: var(--ams-color-interactive-disabled);
|
|
393
|
+
--ams-checkbox-rectangle-indeterminate-hover-fill: var(--ams-color-interactive-hover);
|
|
394
|
+
--ams-checkbox-rectangle-indeterminate-hover-disabled-invalid-fill: var(--ams-color-interactive-disabled);
|
|
395
|
+
--ams-checkbox-rectangle-indeterminate-invalid-fill: var(--ams-color-interactive-invalid);
|
|
396
|
+
--ams-checkbox-rectangle-indeterminate-invalid-hover-fill: var(--ams-color-interactive-invalid-hover);
|
|
397
|
+
--ams-checkbox-rectangle-invalid-stroke: var(--ams-color-interactive-invalid);
|
|
398
|
+
--ams-checkbox-rectangle-invalid-hover-stroke: var(--ams-color-interactive-invalid-hover);
|
|
392
399
|
--ams-column-gap-x-small: var(--ams-space-xs);
|
|
393
400
|
--ams-column-gap-small: var(--ams-space-s);
|
|
394
401
|
--ams-column-gap-medium: var(--ams-space-m);
|
|
395
402
|
--ams-column-gap-large: var(--ams-space-l);
|
|
396
403
|
--ams-column-gap-x-large: var(--ams-space-xl);
|
|
397
|
-
--ams-date-input-disabled-cursor: var(--ams-cursor-disabled);
|
|
398
|
-
--ams-date-input-calender-picker-indicator-cursor: var(--ams-cursor-interactive);
|
|
399
404
|
--ams-date-input-border-color: var(--ams-inputs-border-color);
|
|
400
405
|
--ams-date-input-border-style: var(--ams-inputs-border-style);
|
|
401
406
|
--ams-date-input-line-height: var(--ams-inputs-line-height);
|
|
407
|
+
--ams-date-input-disabled-cursor: var(--ams-cursor-disabled);
|
|
402
408
|
--ams-date-input-calendar-picker-indicator-cursor: var(--ams-cursor-interactive);
|
|
409
|
+
--ams-date-input-calender-picker-indicator-cursor: var(--ams-cursor-interactive);
|
|
403
410
|
--ams-description-list-color: var(--ams-color-text);
|
|
404
411
|
--ams-description-list-column-gap: var(--ams-space-l);
|
|
405
412
|
--ams-description-list-font-family: var(--ams-typography-font-family);
|
|
@@ -407,7 +414,8 @@
|
|
|
407
414
|
--ams-description-list-line-height: var(--ams-typography-body-text-line-height);
|
|
408
415
|
--ams-description-list-row-gap: var(--ams-space-s);
|
|
409
416
|
--ams-description-list-inverse-color: var(--ams-color-text-inverse);
|
|
410
|
-
--ams-description-list-term-font-weight: var(--ams-typography-
|
|
417
|
+
--ams-description-list-term-font-weight: var(--ams-typography-heading-font-weight);
|
|
418
|
+
--ams-description-list-term-line-height: var(--ams-typography-heading-4-line-height);
|
|
411
419
|
--ams-description-list-term-margin-block-end: var(--ams-space-xs);
|
|
412
420
|
--ams-description-list-description-font-weight: var(--ams-typography-body-text-font-weight);
|
|
413
421
|
--ams-description-list-description-margin-block-end: var(--ams-space-m);
|
|
@@ -436,6 +444,12 @@
|
|
|
436
444
|
--ams-error-message-font-weight: var(--ams-typography-body-text-font-weight);
|
|
437
445
|
--ams-error-message-gap: var(--ams-space-xs);
|
|
438
446
|
--ams-error-message-line-height: var(--ams-typography-body-text-line-height);
|
|
447
|
+
--ams-field-set-child-margin-block-end: var(--ams-space-xs);
|
|
448
|
+
--ams-field-set-child-before-error-message-margin-block-end: var(--ams-space-s);
|
|
449
|
+
--ams-field-set-child-before-field-or-field-set-margin-block-end: var(--ams-space-m);
|
|
450
|
+
--ams-field-set-child-between-fields-and-field-sets-margin-block-end: var(--ams-space-l);
|
|
451
|
+
--ams-field-set-invalid-border-inline-start: var(--ams-border-width-l) solid var(--ams-color-feedback-error);
|
|
452
|
+
--ams-field-set-invalid-padding-inline-start: var(--ams-space-m);
|
|
439
453
|
--ams-field-set-legend-margin-block-end: var(--ams-space-s);
|
|
440
454
|
--ams-field-set-legend-color: var(--ams-color-text);
|
|
441
455
|
--ams-field-set-legend-font-family: var(--ams-typography-font-family);
|
|
@@ -443,12 +457,6 @@
|
|
|
443
457
|
--ams-field-set-legend-line-height: var(--ams-typography-heading-3-line-height);
|
|
444
458
|
--ams-field-set-legend-text-wrap: var(--ams-typography-heading-text-wrap);
|
|
445
459
|
--ams-field-set-legend-in-fieldset-font-weight: var(--ams-typography-body-text-font-weight);
|
|
446
|
-
--ams-field-set-child-margin-block-end: var(--ams-space-xs);
|
|
447
|
-
--ams-field-set-child-before-error-message-margin-block-end: var(--ams-space-s);
|
|
448
|
-
--ams-field-set-child-before-field-or-field-set-margin-block-end: var(--ams-space-m);
|
|
449
|
-
--ams-field-set-child-between-fields-and-field-sets-margin-block-end: var(--ams-space-l);
|
|
450
|
-
--ams-field-set-invalid-border-inline-start: var(--ams-border-width-l) solid var(--ams-color-feedback-error);
|
|
451
|
-
--ams-field-set-invalid-padding-inline-start: var(--ams-space-m);
|
|
452
460
|
--ams-field-gap: var(--ams-space-s);
|
|
453
461
|
--ams-field-child-margin-block-end: var(--ams-space-xs);
|
|
454
462
|
--ams-field-child-before-error-message-margin-block-end: var(--ams-space-s);
|
|
@@ -517,14 +525,14 @@
|
|
|
517
525
|
--ams-icon-button-inverse-hover-color: var(--ams-color-interactive-inverse);
|
|
518
526
|
--ams-icon-button-inverse-disabled-color: var(--ams-color-interactive-inverse);
|
|
519
527
|
--ams-icon-button-inverse-disabled-background-color: var(--ams-color-interactive-disabled);
|
|
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);
|
|
522
528
|
--ams-icon-font-size: var(--ams-typography-body-text-font-size);
|
|
523
529
|
--ams-icon-line-height: var(--ams-typography-body-text-line-height);
|
|
524
530
|
--ams-icon-small-font-size: var(--ams-typography-body-text-small-font-size);
|
|
525
531
|
--ams-icon-small-line-height: var(--ams-typography-body-text-small-line-height);
|
|
526
532
|
--ams-icon-large-font-size: var(--ams-typography-body-text-large-font-size);
|
|
527
533
|
--ams-icon-large-line-height: var(--ams-typography-body-text-large-line-height);
|
|
534
|
+
--ams-icon-heading-0-font-size: var(--ams-typography-heading-0-font-size);
|
|
535
|
+
--ams-icon-heading-0-line-height: var(--ams-typography-heading-0-line-height);
|
|
528
536
|
--ams-icon-heading-1-font-size: var(--ams-typography-heading-1-font-size);
|
|
529
537
|
--ams-icon-heading-1-line-height: var(--ams-typography-heading-1-line-height);
|
|
530
538
|
--ams-icon-heading-2-line-height: var(--ams-typography-heading-2-line-height);
|
|
@@ -572,6 +580,13 @@
|
|
|
572
580
|
--ams-logo-block-size: var(--ams-space-xl);
|
|
573
581
|
--ams-logo-subsite-color: var(--ams-color-text);
|
|
574
582
|
--ams-mark-background-color: var(--ams-color-highlight-yellow);
|
|
583
|
+
--ams-menu-background-color: var(--ams-color-interactive);
|
|
584
|
+
--ams-menu-font-family: var(--ams-typography-font-family);
|
|
585
|
+
--ams-menu-font-size: var(--ams-typography-body-text-font-size);
|
|
586
|
+
--ams-menu-font-weight: var(--ams-typography-body-text-font-weight);
|
|
587
|
+
--ams-menu-line-height: var(--ams-typography-body-text-line-height);
|
|
588
|
+
--ams-menu-padding-block: var(--ams-space-m);
|
|
589
|
+
--ams-menu-wide-padding-inline: var(--ams-space-s);
|
|
575
590
|
--ams-menu-link-gap: var(--ams-space-s);
|
|
576
591
|
--ams-menu-link-outline-offset: var(--ams-focus-outline-offset);
|
|
577
592
|
--ams-menu-link-padding-block: var(--ams-space-s);
|
|
@@ -581,13 +596,6 @@
|
|
|
581
596
|
--ams-menu-link-text-underline-offset: var(--ams-links-text-underline-offset);
|
|
582
597
|
--ams-menu-link-hover-text-decoration-line: var(--ams-links-subtle-hover-text-decoration-line);
|
|
583
598
|
--ams-menu-link-wide-gap: var(--ams-space-xs);
|
|
584
|
-
--ams-menu-background-color: var(--ams-color-interactive);
|
|
585
|
-
--ams-menu-font-family: var(--ams-typography-font-family);
|
|
586
|
-
--ams-menu-font-size: var(--ams-typography-body-text-font-size);
|
|
587
|
-
--ams-menu-font-weight: var(--ams-typography-body-text-font-weight);
|
|
588
|
-
--ams-menu-line-height: var(--ams-typography-body-text-line-height);
|
|
589
|
-
--ams-menu-padding-block: var(--ams-space-m);
|
|
590
|
-
--ams-menu-wide-padding-inline: var(--ams-space-s);
|
|
591
599
|
--ams-menu-list-gap: var(--ams-space-m);
|
|
592
600
|
--ams-ordered-list-color: var(--ams-color-text);
|
|
593
601
|
--ams-ordered-list-font-family: var(--ams-typography-font-family);
|
|
@@ -682,6 +690,11 @@
|
|
|
682
690
|
--ams-progress-list-heading-2-step-marker-margin-block-start: calc((var(--ams-typography-heading-2-line-height) * var(--ams-typography-heading-2-font-size)) / 2);
|
|
683
691
|
--ams-progress-list-heading-3-step-marker-margin-block-start: calc((var(--ams-typography-heading-3-line-height) * var(--ams-typography-heading-3-font-size)) / 2);
|
|
684
692
|
--ams-progress-list-heading-4-step-marker-margin-block-start: calc((var(--ams-typography-heading-4-line-height) * var(--ams-typography-heading-4-font-size)) / 2);
|
|
693
|
+
--ams-progress-list-button-color: var(--ams-color-interactive);
|
|
694
|
+
--ams-progress-list-button-cursor: var(--ams-cursor-interactive);
|
|
695
|
+
--ams-progress-list-button-gap: var(--ams-space-s);
|
|
696
|
+
--ams-progress-list-button-outline-offset: var(--ams-focus-outline-offset);
|
|
697
|
+
--ams-progress-list-button-hover-color: var(--ams-color-interactive-hover);
|
|
685
698
|
--ams-progress-list-step-gap: var(--ams-space-m);
|
|
686
699
|
--ams-progress-list-step-medium-gap: var(--ams-space-l);
|
|
687
700
|
--ams-progress-list-step-marker-shape-background-color: var(--ams-color-background);
|
|
@@ -785,12 +798,6 @@
|
|
|
785
798
|
--ams-spotlight-magenta-background-color: var(--ams-color-highlight-magenta);
|
|
786
799
|
--ams-spotlight-orange-background-color: var(--ams-color-highlight-orange);
|
|
787
800
|
--ams-spotlight-yellow-background-color: var(--ams-color-highlight-yellow);
|
|
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);
|
|
790
|
-
--ams-standalone-link-hover-text-decoration-line: var(--ams-links-subtle-hover-text-decoration-line);
|
|
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);
|
|
794
801
|
--ams-standalone-link-column-gap: var(--ams-space-s);
|
|
795
802
|
--ams-standalone-link-font-family: var(--ams-typography-font-family);
|
|
796
803
|
--ams-standalone-link-font-size: var(--ams-typography-body-text-font-size);
|
|
@@ -800,21 +807,27 @@
|
|
|
800
807
|
--ams-standalone-link-text-decoration-line: var(--ams-links-subtle-text-decoration-line);
|
|
801
808
|
--ams-standalone-link-text-decoration-thickness: var(--ams-links-text-decoration-thickness);
|
|
802
809
|
--ams-standalone-link-text-underline-offset: var(--ams-links-text-underline-offset);
|
|
810
|
+
--ams-standalone-link-hover-text-decoration-line: var(--ams-links-subtle-hover-text-decoration-line);
|
|
811
|
+
--ams-standalone-link-hover-text-decoration-thickness: var(--ams-links-hover-text-decoration-thickness);
|
|
812
|
+
--ams-standalone-link-hover-text-underline-offset: var(--ams-links-hover-text-underline-offset);
|
|
813
|
+
--ams-standalone-link-with-icon-text-decoration-line: var(--ams-links-subtle-text-decoration-line);
|
|
814
|
+
--ams-standalone-link-with-icon-text-decoration-thickness: var(--ams-links-text-decoration-thickness);
|
|
815
|
+
--ams-standalone-link-with-icon-hover-text-decoration-line: var(--ams-links-subtle-hover-text-decoration-line);
|
|
803
816
|
--ams-switch-cursor: var(--ams-cursor-interactive);
|
|
804
817
|
--ams-switch-outline-offset: var(--ams-focus-outline-offset);
|
|
805
818
|
--ams-switch-thumb-background-color: var(--ams-color-background);
|
|
806
819
|
--ams-switch-thumb-hover-color: var(--ams-color-interactive-hover);
|
|
807
|
-
--ams-switch-thumb-hover-box-shadow:
|
|
820
|
+
--ams-switch-thumb-hover-box-shadow: 0rem 0rem 0rem var(--ams-border-width-m) var(--ams-switch-thumb-hover-color);
|
|
808
821
|
--ams-switch-checked-background-color: var(--ams-color-interactive);
|
|
809
822
|
--ams-switch-disabled-background-color: var(--ams-color-interactive-disabled);
|
|
810
823
|
--ams-switch-disabled-cursor: var(--ams-cursor-disabled);
|
|
811
|
-
--ams-table-of-contents-heading-font-weight: var(--ams-typography-heading-font-weight);
|
|
812
|
-
--ams-table-of-contents-heading-line-height: var(--ams-typography-heading-4-line-height);
|
|
813
824
|
--ams-table-of-contents-font-family: var(--ams-typography-font-family);
|
|
814
825
|
--ams-table-of-contents-font-size: var(--ams-typography-body-text-font-size);
|
|
815
826
|
--ams-table-of-contents-font-weight: var(--ams-typography-body-text-font-weight);
|
|
816
827
|
--ams-table-of-contents-gap: var(--ams-space-s);
|
|
817
828
|
--ams-table-of-contents-line-height: var(--ams-typography-body-text-line-height);
|
|
829
|
+
--ams-table-of-contents-heading-font-weight: var(--ams-typography-heading-font-weight);
|
|
830
|
+
--ams-table-of-contents-heading-line-height: var(--ams-typography-heading-4-line-height);
|
|
818
831
|
--ams-table-of-contents-link-outline-offset: var(--ams-focus-outline-offset);
|
|
819
832
|
--ams-table-of-contents-link-text-decoration-line: var(--ams-links-subtle-text-decoration-line);
|
|
820
833
|
--ams-table-of-contents-link-text-decoration-thickness: var(--ams-links-text-decoration-thickness);
|
|
@@ -834,7 +847,7 @@
|
|
|
834
847
|
--ams-table-cell-padding-inline: var(--ams-space-m);
|
|
835
848
|
--ams-table-header-cell-font-weight: var(--ams-typography-body-text-bold-font-weight);
|
|
836
849
|
--ams-tabs-gap: var(--ams-space-m);
|
|
837
|
-
--ams-tabs-list-box-shadow: inset 0rem
|
|
850
|
+
--ams-tabs-list-box-shadow: inset 0rem var(--ams-border-width-negative-m) 0rem 0rem var(--ams-color-separator);
|
|
838
851
|
--ams-tabs-button-color: var(--ams-color-interactive);
|
|
839
852
|
--ams-tabs-button-cursor: var(--ams-cursor-interactive);
|
|
840
853
|
--ams-tabs-button-font-family: var(--ams-typography-font-family);
|
|
@@ -844,9 +857,9 @@
|
|
|
844
857
|
--ams-tabs-button-outline-offset: calc(var(--ams-focus-outline-offset) * -1);
|
|
845
858
|
--ams-tabs-button-padding-block: var(--ams-space-s);
|
|
846
859
|
--ams-tabs-button-padding-inline: var(--ams-space-m);
|
|
847
|
-
--ams-tabs-button-hover-box-shadow: inset 0rem
|
|
860
|
+
--ams-tabs-button-hover-box-shadow: inset 0rem var(--ams-border-width-negative-m) 0rem 0rem currentColor;
|
|
848
861
|
--ams-tabs-button-hover-color: var(--ams-color-interactive-hover);
|
|
849
|
-
--ams-tabs-button-selected-box-shadow: inset 0rem
|
|
862
|
+
--ams-tabs-button-selected-box-shadow: inset 0rem var(--ams-border-width-negative-xl) 0rem 0rem currentColor;
|
|
850
863
|
--ams-tabs-button-selected-font-weight: var(--ams-typography-body-text-bold-font-weight);
|
|
851
864
|
--ams-tabs-button-disabled-color: var(--ams-color-interactive-disabled);
|
|
852
865
|
--ams-tabs-button-disabled-cursor: var(--ams-cursor-disabled);
|
|
@@ -859,12 +872,12 @@
|
|
|
859
872
|
--ams-text-input-border-style: var(--ams-inputs-border-style);
|
|
860
873
|
--ams-text-input-line-height: var(--ams-inputs-line-height);
|
|
861
874
|
--ams-text-input-disabled-cursor: var(--ams-cursor-disabled);
|
|
862
|
-
--ams-time-input-disabled-cursor: var(--ams-cursor-disabled);
|
|
863
|
-
--ams-time-input-calender-picker-indicator-cursor: var(--ams-cursor-interactive);
|
|
864
875
|
--ams-time-input-border-color: var(--ams-inputs-border-color);
|
|
865
876
|
--ams-time-input-border-style: var(--ams-inputs-border-style);
|
|
866
877
|
--ams-time-input-line-height: var(--ams-inputs-line-height);
|
|
878
|
+
--ams-time-input-disabled-cursor: var(--ams-cursor-disabled);
|
|
867
879
|
--ams-time-input-calendar-picker-indicator-cursor: var(--ams-cursor-interactive);
|
|
880
|
+
--ams-time-input-calender-picker-indicator-cursor: var(--ams-cursor-interactive);
|
|
868
881
|
--ams-unordered-list-color: var(--ams-color-text);
|
|
869
882
|
--ams-unordered-list-font-family: var(--ams-typography-font-family);
|
|
870
883
|
--ams-unordered-list-font-size: var(--ams-typography-body-text-font-size);
|
|
@@ -884,8 +897,6 @@
|
|
|
884
897
|
--ams-card-link-hover-color: var(--ams-links-hover-color);
|
|
885
898
|
--ams-checkbox-icon-container-block-size: calc(var(--ams-checkbox-font-size) * var(--ams-checkbox-line-height));
|
|
886
899
|
--ams-checkbox-icon-container-inline-size: var(--ams-checkbox-font-size);
|
|
887
|
-
--ams-date-input-disabled-color: var(--ams-inputs-disabled-color);
|
|
888
|
-
--ams-date-input-hover-box-shadow: var(--ams-inputs-hover-box-shadow);
|
|
889
900
|
--ams-date-input-background-color: var(--ams-inputs-background-color);
|
|
890
901
|
--ams-date-input-border-width: var(--ams-inputs-border-width);
|
|
891
902
|
--ams-date-input-color: var(--ams-inputs-color);
|
|
@@ -895,9 +906,12 @@
|
|
|
895
906
|
--ams-date-input-outline-offset: var(--ams-inputs-outline-offset);
|
|
896
907
|
--ams-date-input-padding-block: var(--ams-inputs-padding-block);
|
|
897
908
|
--ams-date-input-padding-inline: var(--ams-inputs-padding-inline);
|
|
909
|
+
--ams-date-input-disabled-color: var(--ams-inputs-disabled-color);
|
|
910
|
+
--ams-date-input-hover-box-shadow: var(--ams-inputs-hover-box-shadow);
|
|
898
911
|
--ams-date-input-invalid-border-color: var(--ams-inputs-invalid-border-color);
|
|
899
912
|
--ams-date-input-invalid-hover-border-color: var(--ams-inputs-invalid-hover-border-color);
|
|
900
913
|
--ams-date-input-invalid-hover-box-shadow: var(--ams-inputs-invalid-hover-box-shadow);
|
|
914
|
+
--ams-description-list-term-font-size: var(--ams-typography-heading-4-font-size);
|
|
901
915
|
--ams-description-list-term-vi-medium-margin-block-end: var(--ams-description-list-description-margin-block-end);
|
|
902
916
|
--ams-dialog-border-color: var(--ams-dialog-background-color);
|
|
903
917
|
--ams-field-set-legend-font-size: var(--ams-typography-heading-3-font-size);
|
|
@@ -943,13 +957,13 @@
|
|
|
943
957
|
--ams-link-contrast-hover-color: var(--ams-links-contrast-hover-color);
|
|
944
958
|
--ams-link-inverse-color: var(--ams-links-inverse-color);
|
|
945
959
|
--ams-link-inverse-hover-color: var(--ams-links-inverse-hover-color);
|
|
960
|
+
--ams-menu-wide-padding-block: calc(var(--ams-logo-block-size) + 2 * var(--ams-page-header-padding-block)) var(--ams-space-m);
|
|
961
|
+
--ams-menu-link-color: var(--ams-links-inverse-color);
|
|
946
962
|
--ams-menu-link-contrast-color: var(--ams-links-contrast-color);
|
|
947
963
|
--ams-menu-link-contrast-hover-color: var(--ams-links-contrast-hover-color);
|
|
948
964
|
--ams-menu-link-inverse-color: var(--ams-links-inverse-color);
|
|
949
965
|
--ams-menu-link-inverse-hover-color: var(--ams-links-inverse-hover-color);
|
|
950
|
-
--ams-menu-link-color: var(--ams-links-inverse-color);
|
|
951
966
|
--ams-menu-link-hover-color: var(--ams-links-inverse-hover-color);
|
|
952
|
-
--ams-menu-wide-padding-block: calc(var(--ams-logo-block-size) + 2 * var(--ams-page-header-padding-block)) var(--ams-space-m);
|
|
953
967
|
--ams-page-footer-menu-padding-inline: var(--ams-grid-padding-inline);
|
|
954
968
|
--ams-page-footer-menu-medium-padding-inline: var(--ams-grid-medium-padding-inline);
|
|
955
969
|
--ams-page-footer-menu-wide-padding-inline: var(--ams-grid-wide-padding-inline);
|
|
@@ -1013,8 +1027,8 @@
|
|
|
1013
1027
|
--ams-select-invalid-border-color: var(--ams-inputs-invalid-border-color);
|
|
1014
1028
|
--ams-select-invalid-hover-border-color: var(--ams-inputs-invalid-hover-border-color);
|
|
1015
1029
|
--ams-select-invalid-hover-box-shadow: var(--ams-inputs-invalid-hover-box-shadow);
|
|
1016
|
-
--ams-standalone-link-hover-color: var(--ams-links-hover-color);
|
|
1017
1030
|
--ams-standalone-link-color: var(--ams-links-color);
|
|
1031
|
+
--ams-standalone-link-hover-color: var(--ams-links-hover-color);
|
|
1018
1032
|
--ams-standalone-link-contrast-color: var(--ams-links-contrast-color);
|
|
1019
1033
|
--ams-standalone-link-contrast-hover-color: var(--ams-links-contrast-hover-color);
|
|
1020
1034
|
--ams-standalone-link-inverse-color: var(--ams-links-inverse-color);
|
|
@@ -1052,8 +1066,6 @@
|
|
|
1052
1066
|
--ams-text-input-invalid-hover-border-color: var(--ams-inputs-invalid-hover-border-color);
|
|
1053
1067
|
--ams-text-input-invalid-hover-box-shadow: var(--ams-inputs-invalid-hover-box-shadow);
|
|
1054
1068
|
--ams-text-input-placeholder-color: var(--ams-inputs-placeholder-color);
|
|
1055
|
-
--ams-time-input-disabled-color: var(--ams-inputs-disabled-color);
|
|
1056
|
-
--ams-time-input-hover-box-shadow: var(--ams-inputs-hover-box-shadow);
|
|
1057
1069
|
--ams-time-input-background-color: var(--ams-inputs-background-color);
|
|
1058
1070
|
--ams-time-input-border-width: var(--ams-inputs-border-width);
|
|
1059
1071
|
--ams-time-input-color: var(--ams-inputs-color);
|
|
@@ -1063,6 +1075,8 @@
|
|
|
1063
1075
|
--ams-time-input-outline-offset: var(--ams-inputs-outline-offset);
|
|
1064
1076
|
--ams-time-input-padding-block: var(--ams-inputs-padding-block);
|
|
1065
1077
|
--ams-time-input-padding-inline: var(--ams-inputs-padding-inline);
|
|
1078
|
+
--ams-time-input-disabled-color: var(--ams-inputs-disabled-color);
|
|
1079
|
+
--ams-time-input-hover-box-shadow: var(--ams-inputs-hover-box-shadow);
|
|
1066
1080
|
--ams-time-input-invalid-border-color: var(--ams-inputs-invalid-border-color);
|
|
1067
1081
|
--ams-time-input-invalid-hover-border-color: var(--ams-inputs-invalid-hover-border-color);
|
|
1068
1082
|
--ams-time-input-invalid-hover-box-shadow: var(--ams-inputs-invalid-hover-box-shadow);
|