@amsterdam/design-system-tokens 3.0.0 → 3.2.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 +24 -0
- package/README.md +45 -1
- package/build.js +25 -35
- package/dist/compact.css +2 -2
- package/dist/compact.d.ts +3 -3
- package/dist/compact.mjs +2 -2
- package/dist/compact.scss +2 -2
- package/dist/compact.theme.css +2 -2
- package/dist/index.css +118 -47
- package/dist/index.d.ts +174 -9
- package/dist/index.json +197 -32
- package/dist/index.mjs +176 -70
- package/dist/index.scss +118 -47
- package/dist/index.theme.css +118 -47
- package/package.json +2 -2
- package/src/brand/ams/aspect-ratio.tokens.json +18 -6
- package/src/brand/ams/border.compact.tokens.json +36 -4
- package/src/brand/ams/border.tokens.json +36 -4
- package/src/brand/ams/color.deprecated.tokens.json +3 -2
- package/src/brand/ams/color.tokens.json +106 -23
- package/src/brand/ams/cursor.tokens.json +6 -2
- package/src/brand/ams/focus.tokens.json +10 -1
- package/src/brand/ams/space.compact.tokens.json +30 -6
- package/src/brand/ams/space.tokens.json +24 -6
- package/src/brand/ams/typography.compact.tokens.json +110 -18
- package/src/brand/ams/typography.deprecated.compact.tokens.json +10 -4
- package/src/brand/ams/typography.deprecated.tokens.json +20 -8
- package/src/brand/ams/typography.tokens.json +131 -24
- package/src/common/ams/inputs.tokens.json +121 -18
- package/src/common/ams/links.tokens.json +72 -12
- package/src/components/ams/accordion.deprecated.tokens.json +29 -7
- package/src/components/ams/accordion.tokens.json +46 -8
- package/src/components/ams/action-group.tokens.json +7 -1
- package/src/components/ams/alert.tokens.json +83 -16
- package/src/components/ams/avatar.tokens.json +139 -31
- package/src/components/ams/badge.tokens.json +98 -21
- package/src/components/ams/blockquote.tokens.json +28 -6
- package/src/components/ams/breadcrumb.tokens.json +68 -15
- package/src/components/ams/button.tokens.json +176 -34
- package/src/components/ams/call-to-action-link.tokens.json +73 -14
- package/src/components/ams/card.tokens.json +60 -11
- package/src/components/ams/character-count.tokens.json +28 -6
- package/src/components/ams/checkbox.deprecated.tokens.json +23 -7
- package/src/components/ams/checkbox.tokens.json +154 -36
- package/src/components/ams/column.tokens.json +35 -5
- package/src/components/ams/date-input.deprecated.tokens.json +14 -8
- package/src/components/ams/date-input.tokens.json +92 -25
- package/src/components/ams/description-list.tokens.json +86 -13
- package/src/components/ams/dialog.tokens.json +144 -23
- package/src/components/ams/error-message.tokens.json +31 -6
- package/src/components/ams/field-set.deprecated.tokens.json +8 -1
- package/src/components/ams/field-set.tokens.json +69 -13
- package/src/components/ams/field.deprecated.tokens.json +8 -1
- package/src/components/ams/field.tokens.json +24 -4
- package/src/components/ams/figure.tokens.json +35 -7
- package/src/components/ams/file-input.tokens.json +143 -29
- package/src/components/ams/file-list.tokens.json +49 -9
- package/src/components/ams/grid.compact.tokens.json +7 -1
- package/src/components/ams/grid.tokens.json +79 -13
- package/src/components/ams/heading.tokens.json +91 -17
- package/src/components/ams/hint.tokens.json +8 -2
- package/src/components/ams/icon-button.tokens.json +69 -17
- package/src/components/ams/icon.deprecated.tokens.json +10 -4
- package/src/components/ams/icon.tokens.json +112 -19
- package/src/components/ams/image-slider.tokens.json +60 -10
- package/src/components/ams/image.tokens.json +3 -1
- package/src/components/ams/invalid-form-alert.tokens.json +7 -1
- package/src/components/ams/label.tokens.json +31 -7
- package/src/components/ams/link-list.tokens.json +106 -21
- package/src/components/ams/link.tokens.json +73 -15
- package/src/components/ams/logo.tokens.json +23 -5
- package/src/components/ams/mark.tokens.json +4 -1
- package/src/components/ams/menu.deprecated.tokens.json +12 -8
- package/src/components/ams/menu.tokens.json +119 -21
- package/src/components/ams/ordered-list.tokens.json +110 -22
- package/src/components/ams/page-footer.tokens.json +98 -18
- package/src/components/ams/page-header.compact.tokens.json +19 -3
- package/src/components/ams/page-header.tokens.json +214 -34
- package/src/components/ams/page-heading.deprecated.tokens.json +38 -8
- package/src/components/ams/page.tokens.json +24 -5
- package/src/components/ams/pagination.tokens.json +70 -14
- package/src/components/ams/paragraph.tokens.json +55 -11
- package/src/components/ams/password-input.tokens.json +92 -19
- package/src/components/ams/progress-list.tokens.json +372 -0
- package/src/components/ams/radio.tokens.json +142 -33
- package/src/components/ams/row.tokens.json +35 -5
- package/src/components/ams/search-field.tokens.json +101 -22
- package/src/components/ams/select.tokens.json +97 -24
- package/src/components/ams/skip-link.tokens.json +53 -10
- package/src/components/ams/spotlight.tokens.json +28 -7
- package/src/components/ams/standalone-link.deprecated.tokens.json +16 -10
- package/src/components/ams/standalone-link.tokens.json +75 -16
- package/src/components/ams/switch.tokens.json +57 -12
- package/src/components/ams/table-of-contents.deprecated.tokens.json +16 -3
- package/src/components/ams/table-of-contents.tokens.json +80 -15
- package/src/components/ams/table.tokens.json +49 -10
- package/src/components/ams/tabs.tokens.json +130 -17
- package/src/components/ams/text-area.tokens.json +97 -20
- package/src/components/ams/text-input.tokens.json +90 -19
- package/src/components/ams/time-input.deprecated.tokens.json +14 -8
- package/src/components/ams/time-input.tokens.json +90 -25
- package/src/components/ams/unordered-list.tokens.json +112 -22
- package/style-dictionary/dimensionToString.js +25 -0
- package/style-dictionary/transforms/dtcg-dimension.js +30 -0
- package/style-dictionary/transforms/name-custom-camel.js +27 -0
- package/style-dictionary/transforms/name-custom-kebab.js +27 -0
- package/style-dictionary/transforms/shadow-dtcg-dimension-normalize.js +50 -0
package/dist/index.theme.css
CHANGED
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
--ams-border-width-m: 0.125rem;
|
|
14
14
|
--ams-border-width-l: 0.1875rem;
|
|
15
15
|
--ams-border-width-xl: 0.25rem;
|
|
16
|
-
--ams-color-interactive-secondary: #202020;
|
|
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;
|
|
@@ -33,6 +33,9 @@
|
|
|
33
33
|
--ams-color-highlight-orange: #ff9100;
|
|
34
34
|
--ams-color-highlight-purple: #a00078;
|
|
35
35
|
--ams-color-highlight-yellow: #ffe600;
|
|
36
|
+
--ams-color-progress-current: #00893c;
|
|
37
|
+
--ams-color-progress-completed: #00893c;
|
|
38
|
+
--ams-color-progress-upcoming: #767676;
|
|
36
39
|
--ams-color-separator: #d1d1d1;
|
|
37
40
|
--ams-color-text: #202020;
|
|
38
41
|
--ams-color-text-inverse: #ffffff;
|
|
@@ -46,19 +49,19 @@
|
|
|
46
49
|
--ams-space-l: clamp(1.5rem, 1.2857rem + 1.0714vw, 2.25rem);
|
|
47
50
|
--ams-space-xl: clamp(2.25rem, 1.8214rem + 2.1429vw, 3.75rem);
|
|
48
51
|
--ams-space-2xl: clamp(3rem, 2.25rem + 3.75vw, 5.625rem);
|
|
49
|
-
--ams-typography-heading-0-font-size: clamp(2.435rem, 2.0409rem + 1.9709vw, 3.8147rem);
|
|
50
|
-
--ams-typography-heading-0-line-height: 1.1;
|
|
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;
|
|
51
54
|
--ams-typography-heading-1-font-size: clamp(2rem, 1.7143rem + 1.4286vw, 3rem);
|
|
52
55
|
--ams-typography-heading-1-line-height: 1.2;
|
|
53
56
|
--ams-typography-heading-2-line-height: 1.3;
|
|
54
57
|
--ams-typography-heading-3-line-height: 1.3;
|
|
55
58
|
--ams-typography-heading-4-line-height: 1.4;
|
|
56
59
|
--ams-typography-heading-5-line-height: 1.4;
|
|
57
|
-
--ams-typography-heading-6-line-height: 1.4;
|
|
60
|
+
--ams-typography-heading-6-line-height: 1.4;
|
|
58
61
|
--ams-typography-heading-font-weight: 800;
|
|
59
62
|
--ams-typography-heading-text-wrap: balance;
|
|
60
63
|
--ams-typography-font-family: 'Amsterdam Sans', Arial, sans-serif;
|
|
61
|
-
--ams-typography-hyphenate-limit-chars:
|
|
64
|
+
--ams-typography-hyphenate-limit-chars: auto;
|
|
62
65
|
--ams-typography-body-text-font-size: clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem);
|
|
63
66
|
--ams-typography-body-text-font-weight: 400;
|
|
64
67
|
--ams-typography-body-text-line-height: 1.8;
|
|
@@ -72,10 +75,10 @@
|
|
|
72
75
|
--ams-inputs-border-color: currentColor;
|
|
73
76
|
--ams-inputs-border-style: solid;
|
|
74
77
|
--ams-inputs-line-height: 1.4;
|
|
75
|
-
--ams-links-text-decoration-thickness: 0.125rem;
|
|
76
|
-
--ams-links-text-underline-offset: 0.15625rem;
|
|
77
|
-
--ams-links-hover-text-decoration-thickness: 0.1875rem;
|
|
78
|
-
--ams-links-hover-text-underline-offset: 0.09375rem;
|
|
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;
|
|
79
82
|
--ams-links-subtle-text-decoration-line: none;
|
|
80
83
|
--ams-links-subtle-hover-text-decoration-line: underline;
|
|
81
84
|
--ams-accordion-button-padding-inline: 0;
|
|
@@ -93,16 +96,19 @@
|
|
|
93
96
|
--ams-button-tertiary-hover-border-color: currentColor;
|
|
94
97
|
--ams-call-to-action-link-background-color: #00893c;
|
|
95
98
|
--ams-call-to-action-link-hover-background-color: #10552b;
|
|
96
|
-
--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 */
|
|
97
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>");
|
|
98
|
-
--ams-date-input-
|
|
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>");
|
|
99
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>");
|
|
100
|
-
--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>");
|
|
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>");
|
|
101
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;
|
|
102
106
|
--ams-description-list-narrow-grid-template-columns: 1fr 4fr;
|
|
103
107
|
--ams-description-list-medium-grid-template-columns: 1fr 2fr;
|
|
104
108
|
--ams-description-list-wide-grid-template-columns: 1fr 1fr;
|
|
109
|
+
--ams-dialog-border-radius: initial;
|
|
105
110
|
--ams-dialog-border-style: solid;
|
|
111
|
+
--ams-dialog-box-shadow: initial;
|
|
106
112
|
--ams-dialog-max-inline-size: 48rem;
|
|
107
113
|
--ams-dialog-backdrop-background-color: rgb(24 24 24 / 62.5%);
|
|
108
114
|
--ams-dialog-body-padding-block: 0;
|
|
@@ -125,15 +131,27 @@
|
|
|
125
131
|
--ams-logo-title-color: #ec0000;
|
|
126
132
|
--ams-menu-wide-max-inline-size: 8rem;
|
|
127
133
|
--ams-ordered-list-list-style-type: decimal;
|
|
128
|
-
--ams-ordered-list-item-margin-inline-start: 2.25rem;
|
|
129
|
-
--ams-ordered-list-item-padding-inline-start: 0.25rem;
|
|
134
|
+
--ams-ordered-list-item-margin-inline-start: 2.25rem;
|
|
135
|
+
--ams-ordered-list-item-padding-inline-start: 0.25rem;
|
|
130
136
|
--ams-ordered-list-ordered-list-list-style-type: lower-alpha;
|
|
131
|
-
--ams-ordered-list-ordered-list-item-margin-inline-start: 1.5rem;
|
|
132
|
-
--ams-ordered-list-ordered-list-item-padding-inline-start: 0.25rem;
|
|
137
|
+
--ams-ordered-list-ordered-list-item-margin-inline-start: 1.5rem;
|
|
138
|
+
--ams-ordered-list-ordered-list-item-padding-inline-start: 0.25rem;
|
|
133
139
|
--ams-page-footer-spotlight-background-color: #004699;
|
|
134
140
|
--ams-page-max-inline-size: 90rem;
|
|
135
141
|
--ams-page-with-menu-max-inline-size: 120rem;
|
|
136
142
|
--ams-paragraph-large-text-wrap: balance;
|
|
143
|
+
--ams-progress-list-step-marker-shape-block-size: 1.5rem;
|
|
144
|
+
--ams-progress-list-step-marker-shape-border-style: solid;
|
|
145
|
+
--ams-progress-list-step-marker-shape-outline-style: solid;
|
|
146
|
+
--ams-progress-list-step-connector-border-inline-style: dashed;
|
|
147
|
+
--ams-progress-list-step-connector-border-inline-width: 1px;
|
|
148
|
+
--ams-progress-list-step-completed-connector-border-inline-style: solid;
|
|
149
|
+
--ams-progress-list-substeps-step-marker-shape-block-size: 0.75rem;
|
|
150
|
+
--ams-progress-list-substeps-step-marker-shape-border-style: solid;
|
|
151
|
+
--ams-progress-list-substeps-step-marker-shape-outline-style: solid;
|
|
152
|
+
--ams-progress-list-substeps-step-connector-border-inline-style: dashed;
|
|
153
|
+
--ams-progress-list-substeps-step-connector-border-inline-width: 1px;
|
|
154
|
+
--ams-progress-list-substeps-step-completed-connector-border-inline-style: solid;
|
|
137
155
|
--ams-search-field-input-cancel-button-background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'><path fill='%23004699' fill-rule='evenodd' d='M29.333 5.47 26.53 2.668 16 13.187 5.47 2.666 2.668 5.47 13.187 16 2.666 26.53l2.804 2.803L16 18.813l10.53 10.52 2.803-2.804L18.813 16z'/></svg>");
|
|
138
156
|
--ams-select-background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'><path fill='%23004699' fill-rule='evenodd' d='m16 25.757-16-16 2.91-2.9L16 19.937l13.09-13.08 2.91 2.9z'/></svg>");
|
|
139
157
|
--ams-select-disabled-background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'><path fill='%23767676' fill-rule='evenodd' d='m16 25.757-16-16 2.91-2.9L16 19.937l13.09-13.08 2.91 2.9z'/></svg>");
|
|
@@ -142,23 +160,23 @@
|
|
|
142
160
|
--ams-switch-inline-size: 3.5rem;
|
|
143
161
|
--ams-switch-thumb-block-size: 1.75rem;
|
|
144
162
|
--ams-switch-thumb-inline-size: 1.75rem;
|
|
145
|
-
--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 */
|
|
146
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>");
|
|
147
|
-
--ams-time-input-
|
|
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>");
|
|
148
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>");
|
|
149
|
-
--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>");
|
|
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>");
|
|
150
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>");
|
|
151
169
|
--ams-unordered-list-list-style-type: '\2022';
|
|
152
|
-
--ams-unordered-list-item-margin-inline-start: 1.625rem;
|
|
153
|
-
--ams-unordered-list-item-padding-inline-start: 0.875rem;
|
|
170
|
+
--ams-unordered-list-item-margin-inline-start: 1.625rem;
|
|
171
|
+
--ams-unordered-list-item-padding-inline-start: 0.875rem;
|
|
154
172
|
--ams-unordered-list-unordered-list-list-style-type: '\2013';
|
|
155
|
-
--ams-unordered-list-unordered-list-item-margin-inline-start: 0.875rem;
|
|
156
|
-
--ams-unordered-list-unordered-list-item-padding-inline-start: 0.875rem;
|
|
173
|
+
--ams-unordered-list-unordered-list-item-margin-inline-start: 0.875rem;
|
|
174
|
+
--ams-unordered-list-unordered-list-item-padding-inline-start: 0.875rem;
|
|
157
175
|
--ams-typography-heading-2-font-size: var(--ams-typography-body-text-x-large-font-size);
|
|
158
176
|
--ams-typography-heading-3-font-size: var(--ams-typography-body-text-large-font-size);
|
|
159
177
|
--ams-typography-heading-4-font-size: var(--ams-typography-body-text-font-size);
|
|
160
178
|
--ams-typography-heading-5-font-size: var(--ams-typography-body-text-small-font-size);
|
|
161
|
-
--ams-typography-heading-6-font-size: var(--ams-typography-body-text-small-font-size);
|
|
179
|
+
--ams-typography-heading-6-font-size: var(--ams-typography-body-text-small-font-size);
|
|
162
180
|
--ams-inputs-background-color: var(--ams-color-background);
|
|
163
181
|
--ams-inputs-border-width: var(--ams-border-width-m);
|
|
164
182
|
--ams-inputs-color: var(--ams-color-text);
|
|
@@ -169,10 +187,10 @@
|
|
|
169
187
|
--ams-inputs-padding-block: var(--ams-space-s);
|
|
170
188
|
--ams-inputs-padding-inline: var(--ams-space-m);
|
|
171
189
|
--ams-inputs-disabled-color: var(--ams-color-interactive-disabled);
|
|
172
|
-
--ams-inputs-hover-box-shadow: inset
|
|
190
|
+
--ams-inputs-hover-box-shadow: inset 0rem 0rem 0rem var(--ams-border-width-s) currentColor;
|
|
173
191
|
--ams-inputs-invalid-border-color: var(--ams-color-interactive-invalid);
|
|
174
192
|
--ams-inputs-invalid-hover-border-color: var(--ams-color-interactive-invalid-hover);
|
|
175
|
-
--ams-inputs-invalid-hover-box-shadow: inset
|
|
193
|
+
--ams-inputs-invalid-hover-box-shadow: inset 0rem 0rem 0rem var(--ams-border-width-s) var(--ams-color-interactive-invalid-hover);
|
|
176
194
|
--ams-inputs-placeholder-color: var(--ams-color-text-secondary);
|
|
177
195
|
--ams-links-color: var(--ams-color-interactive);
|
|
178
196
|
--ams-links-hover-color: var(--ams-color-interactive-hover);
|
|
@@ -242,6 +260,7 @@
|
|
|
242
260
|
--ams-badge-font-family: var(--ams-typography-font-family);
|
|
243
261
|
--ams-badge-font-size: var(--ams-typography-body-text-font-size);
|
|
244
262
|
--ams-badge-font-weight: var(--ams-typography-body-text-bold-font-weight);
|
|
263
|
+
--ams-badge-gap: var(--ams-space-xs);
|
|
245
264
|
--ams-badge-line-height: var(--ams-typography-body-text-line-height);
|
|
246
265
|
--ams-badge-padding-inline: var(--ams-space-xs);
|
|
247
266
|
--ams-badge-azure-background-color: var(--ams-color-feedback-info);
|
|
@@ -298,7 +317,7 @@
|
|
|
298
317
|
--ams-button-secondary-color: var(--ams-color-interactive);
|
|
299
318
|
--ams-button-secondary-disabled-border-color: var(--ams-color-interactive-disabled);
|
|
300
319
|
--ams-button-secondary-disabled-color: var(--ams-color-interactive-disabled);
|
|
301
|
-
--ams-button-secondary-hover-box-shadow: inset
|
|
320
|
+
--ams-button-secondary-hover-box-shadow: inset 0rem 0rem 0rem var(--ams-border-width-s) currentColor;
|
|
302
321
|
--ams-button-secondary-hover-color: var(--ams-color-interactive-hover);
|
|
303
322
|
--ams-button-tertiary-color: var(--ams-color-interactive);
|
|
304
323
|
--ams-button-tertiary-disabled-color: var(--ams-color-interactive-disabled);
|
|
@@ -330,7 +349,7 @@
|
|
|
330
349
|
--ams-character-count-font-weight: var(--ams-typography-body-text-font-weight);
|
|
331
350
|
--ams-character-count-line-height: var(--ams-typography-body-text-small-line-height);
|
|
332
351
|
--ams-character-count-error-color: var(--ams-color-feedback-error);
|
|
333
|
-
--ams-checkbox-hover-text-decoration-thickness: var(--ams-border-width-m);
|
|
352
|
+
--ams-checkbox-hover-text-decoration-thickness: var(--ams-border-width-m);
|
|
334
353
|
--ams-checkbox-hover-color: var(--ams-color-interactive-hover);
|
|
335
354
|
--ams-checkbox-hover-text-decoration-line: var(--ams-links-subtle-hover-text-decoration-line);
|
|
336
355
|
--ams-checkbox-rectangle-checked-disabled-hover-fill: var(--ams-color-interactive-disabled);
|
|
@@ -376,7 +395,7 @@
|
|
|
376
395
|
--ams-column-gap-large: var(--ams-space-l);
|
|
377
396
|
--ams-column-gap-x-large: var(--ams-space-xl);
|
|
378
397
|
--ams-date-input-disabled-cursor: var(--ams-cursor-disabled);
|
|
379
|
-
--ams-date-input-calender-picker-indicator-cursor: var(--ams-cursor-interactive);
|
|
398
|
+
--ams-date-input-calender-picker-indicator-cursor: var(--ams-cursor-interactive);
|
|
380
399
|
--ams-date-input-border-color: var(--ams-inputs-border-color);
|
|
381
400
|
--ams-date-input-border-style: var(--ams-inputs-border-style);
|
|
382
401
|
--ams-date-input-line-height: var(--ams-inputs-line-height);
|
|
@@ -389,8 +408,10 @@
|
|
|
389
408
|
--ams-description-list-row-gap: var(--ams-space-s);
|
|
390
409
|
--ams-description-list-inverse-color: var(--ams-color-text-inverse);
|
|
391
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);
|
|
392
412
|
--ams-description-list-description-font-weight: var(--ams-typography-body-text-font-weight);
|
|
393
|
-
--ams-description-list-description-
|
|
413
|
+
--ams-description-list-description-margin-block-end: var(--ams-space-m);
|
|
414
|
+
--ams-description-list-section-margin-block-end: var(--ams-space-m);
|
|
394
415
|
--ams-dialog-background-color: var(--ams-color-background);
|
|
395
416
|
--ams-dialog-border-width: var(--ams-border-width-m);
|
|
396
417
|
--ams-dialog-gap: var(--ams-space-m);
|
|
@@ -496,8 +517,8 @@
|
|
|
496
517
|
--ams-icon-button-inverse-hover-color: var(--ams-color-interactive-inverse);
|
|
497
518
|
--ams-icon-button-inverse-disabled-color: var(--ams-color-interactive-inverse);
|
|
498
519
|
--ams-icon-button-inverse-disabled-background-color: var(--ams-color-interactive-disabled);
|
|
499
|
-
--ams-icon-heading-0-font-size: var(--ams-typography-heading-0-font-size);
|
|
500
|
-
--ams-icon-heading-0-line-height: var(--ams-typography-heading-0-line-height);
|
|
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);
|
|
501
522
|
--ams-icon-font-size: var(--ams-typography-body-text-font-size);
|
|
502
523
|
--ams-icon-line-height: var(--ams-typography-body-text-line-height);
|
|
503
524
|
--ams-icon-small-font-size: var(--ams-typography-body-text-small-font-size);
|
|
@@ -518,6 +539,7 @@
|
|
|
518
539
|
--ams-image-slider-thumbnails-gap: var(--ams-space-xs);
|
|
519
540
|
--ams-image-slider-thumbnails-thumbnail-cursor: var(--ams-cursor-interactive);
|
|
520
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);
|
|
521
543
|
--ams-image-aspect-ratio: var(--ams-aspect-ratio-16-9);
|
|
522
544
|
--ams-invalid-form-alert-outline-offset: var(--ams-focus-outline-offset);
|
|
523
545
|
--ams-label-color: var(--ams-color-text);
|
|
@@ -600,8 +622,13 @@
|
|
|
600
622
|
--ams-page-header-brand-name-line-height: var(--ams-typography-heading-3-line-height);
|
|
601
623
|
--ams-page-header-brand-name-text-wrap: var(--ams-typography-heading-text-wrap);
|
|
602
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);
|
|
603
627
|
--ams-page-header-mega-menu-button-cursor: var(--ams-cursor-interactive);
|
|
604
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);
|
|
605
632
|
--ams-page-header-menu-column-gap: var(--ams-space-l);
|
|
606
633
|
--ams-page-header-menu-row-gap: var(--ams-space-xs);
|
|
607
634
|
--ams-page-header-menu-item-column-gap: var(--ams-space-xs);
|
|
@@ -652,6 +679,46 @@
|
|
|
652
679
|
--ams-password-input-border-style: var(--ams-inputs-border-style);
|
|
653
680
|
--ams-password-input-line-height: var(--ams-inputs-line-height);
|
|
654
681
|
--ams-password-input-disabled-cursor: var(--ams-cursor-disabled);
|
|
682
|
+
--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
|
+
--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
|
+
--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);
|
|
685
|
+
--ams-progress-list-step-gap: var(--ams-space-m);
|
|
686
|
+
--ams-progress-list-step-medium-gap: var(--ams-space-l);
|
|
687
|
+
--ams-progress-list-step-marker-shape-background-color: var(--ams-color-background);
|
|
688
|
+
--ams-progress-list-step-marker-shape-border-color: var(--ams-color-progress-upcoming);
|
|
689
|
+
--ams-progress-list-step-marker-shape-border-width: var(--ams-border-width-m);
|
|
690
|
+
--ams-progress-list-step-marker-shape-outline-color: var(--ams-color-background);
|
|
691
|
+
--ams-progress-list-step-marker-shape-outline-width: var(--ams-border-width-m);
|
|
692
|
+
--ams-progress-list-step-connector-border-inline-color: var(--ams-color-progress-upcoming);
|
|
693
|
+
--ams-progress-list-step-heading-margin-block-end: var(--ams-space-s);
|
|
694
|
+
--ams-progress-list-step-content-margin-block-end: var(--ams-space-l);
|
|
695
|
+
--ams-progress-list-step-completed-marker-shape-background-color: var(--ams-color-progress-completed);
|
|
696
|
+
--ams-progress-list-step-completed-marker-shape-border-color: var(--ams-color-progress-completed);
|
|
697
|
+
--ams-progress-list-step-completed-connector-border-inline-color: var(--ams-color-progress-completed);
|
|
698
|
+
--ams-progress-list-step-current-marker-shape-background-color: var(--ams-color-progress-current);
|
|
699
|
+
--ams-progress-list-step-current-marker-shape-border-color: var(--ams-color-progress-current);
|
|
700
|
+
--ams-progress-list-step-current-connector-border-inline-color: var(--ams-color-progress-current);
|
|
701
|
+
--ams-progress-list-substeps-padding-block-start: var(--ams-space-m);
|
|
702
|
+
--ams-progress-list-substeps-step-indicator-margin-inline-end: var(--ams-space-m);
|
|
703
|
+
--ams-progress-list-substeps-step-indicator-medium-margin-inline-end: var(--ams-space-l);
|
|
704
|
+
--ams-progress-list-substeps-step-marker-block-size: calc(var(--ams-typography-body-text-font-size) * var(--ams-typography-body-text-line-height));
|
|
705
|
+
--ams-progress-list-substeps-step-marker-inline-size: var(--ams-progress-list-step-marker-shape-block-size);
|
|
706
|
+
--ams-progress-list-substeps-step-marker-shape-background-color: var(--ams-color-background);
|
|
707
|
+
--ams-progress-list-substeps-step-marker-shape-border-color: var(--ams-color-progress-upcoming);
|
|
708
|
+
--ams-progress-list-substeps-step-marker-shape-border-width: var(--ams-border-width-m);
|
|
709
|
+
--ams-progress-list-substeps-step-marker-shape-outline-color: var(--ams-color-background);
|
|
710
|
+
--ams-progress-list-substeps-step-marker-shape-outline-width: var(--ams-border-width-m);
|
|
711
|
+
--ams-progress-list-substeps-step-connector-background-color: var(--ams-color-background);
|
|
712
|
+
--ams-progress-list-substeps-step-connector-border-inline-color: var(--ams-color-progress-upcoming);
|
|
713
|
+
--ams-progress-list-substeps-step-connector-margin-block-start: calc(var(--ams-typography-body-text-font-size) * var(--ams-typography-body-text-line-height) / 2);
|
|
714
|
+
--ams-progress-list-substeps-step-connector-last-child-border-inline-color: var(--ams-color-background);
|
|
715
|
+
--ams-progress-list-substeps-step-content-margin-block-end: var(--ams-space-m);
|
|
716
|
+
--ams-progress-list-substeps-step-completed-marker-shape-background-color: var(--ams-color-progress-completed);
|
|
717
|
+
--ams-progress-list-substeps-step-completed-marker-shape-border-color: var(--ams-color-progress-completed);
|
|
718
|
+
--ams-progress-list-substeps-step-completed-connector-border-inline-color: var(--ams-color-progress-completed);
|
|
719
|
+
--ams-progress-list-substeps-step-current-marker-shape-background-color: var(--ams-color-progress-current);
|
|
720
|
+
--ams-progress-list-substeps-step-current-marker-shape-border-color: var(--ams-color-progress-current);
|
|
721
|
+
--ams-progress-list-substeps-last-child-content-margin-block-end: var(--ams-space-l);
|
|
655
722
|
--ams-radio-color: var(--ams-color-text);
|
|
656
723
|
--ams-radio-cursor: var(--ams-cursor-interactive);
|
|
657
724
|
--ams-radio-font-family: var(--ams-typography-font-family);
|
|
@@ -718,12 +785,12 @@
|
|
|
718
785
|
--ams-spotlight-magenta-background-color: var(--ams-color-highlight-magenta);
|
|
719
786
|
--ams-spotlight-orange-background-color: var(--ams-color-highlight-orange);
|
|
720
787
|
--ams-spotlight-yellow-background-color: var(--ams-color-highlight-yellow);
|
|
721
|
-
--ams-standalone-link-hover-text-decoration-thickness: var(--ams-links-hover-text-decoration-thickness);
|
|
722
|
-
--ams-standalone-link-hover-text-underline-offset: var(--ams-links-hover-text-underline-offset);
|
|
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);
|
|
723
790
|
--ams-standalone-link-hover-text-decoration-line: var(--ams-links-subtle-hover-text-decoration-line);
|
|
724
|
-
--ams-standalone-link-with-icon-text-decoration-line: var(--ams-links-subtle-text-decoration-line);
|
|
725
|
-
--ams-standalone-link-with-icon-text-decoration-thickness: var(--ams-links-text-decoration-thickness);
|
|
726
|
-
--ams-standalone-link-with-icon-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);
|
|
727
794
|
--ams-standalone-link-column-gap: var(--ams-space-s);
|
|
728
795
|
--ams-standalone-link-font-family: var(--ams-typography-font-family);
|
|
729
796
|
--ams-standalone-link-font-size: var(--ams-typography-body-text-font-size);
|
|
@@ -767,7 +834,7 @@
|
|
|
767
834
|
--ams-table-cell-padding-inline: var(--ams-space-m);
|
|
768
835
|
--ams-table-header-cell-font-weight: var(--ams-typography-body-text-bold-font-weight);
|
|
769
836
|
--ams-tabs-gap: var(--ams-space-m);
|
|
770
|
-
--ams-tabs-list-box-shadow: inset
|
|
837
|
+
--ams-tabs-list-box-shadow: inset 0rem calc(var(--ams-border-width-m) * -1) 0rem 0rem var(--ams-color-separator);
|
|
771
838
|
--ams-tabs-button-color: var(--ams-color-interactive);
|
|
772
839
|
--ams-tabs-button-cursor: var(--ams-cursor-interactive);
|
|
773
840
|
--ams-tabs-button-font-family: var(--ams-typography-font-family);
|
|
@@ -777,9 +844,9 @@
|
|
|
777
844
|
--ams-tabs-button-outline-offset: calc(var(--ams-focus-outline-offset) * -1);
|
|
778
845
|
--ams-tabs-button-padding-block: var(--ams-space-s);
|
|
779
846
|
--ams-tabs-button-padding-inline: var(--ams-space-m);
|
|
780
|
-
--ams-tabs-button-hover-box-shadow: inset
|
|
847
|
+
--ams-tabs-button-hover-box-shadow: inset 0rem calc(var(--ams-border-width-m) * -1) 0rem 0rem currentColor;
|
|
781
848
|
--ams-tabs-button-hover-color: var(--ams-color-interactive-hover);
|
|
782
|
-
--ams-tabs-button-selected-box-shadow: inset
|
|
849
|
+
--ams-tabs-button-selected-box-shadow: inset 0rem calc(var(--ams-border-width-xl) * -1) 0rem 0rem currentColor;
|
|
783
850
|
--ams-tabs-button-selected-font-weight: var(--ams-typography-body-text-bold-font-weight);
|
|
784
851
|
--ams-tabs-button-disabled-color: var(--ams-color-interactive-disabled);
|
|
785
852
|
--ams-tabs-button-disabled-cursor: var(--ams-cursor-disabled);
|
|
@@ -793,7 +860,7 @@
|
|
|
793
860
|
--ams-text-input-line-height: var(--ams-inputs-line-height);
|
|
794
861
|
--ams-text-input-disabled-cursor: var(--ams-cursor-disabled);
|
|
795
862
|
--ams-time-input-disabled-cursor: var(--ams-cursor-disabled);
|
|
796
|
-
--ams-time-input-calender-picker-indicator-cursor: var(--ams-cursor-interactive);
|
|
863
|
+
--ams-time-input-calender-picker-indicator-cursor: var(--ams-cursor-interactive);
|
|
797
864
|
--ams-time-input-border-color: var(--ams-inputs-border-color);
|
|
798
865
|
--ams-time-input-border-style: var(--ams-inputs-border-style);
|
|
799
866
|
--ams-time-input-line-height: var(--ams-inputs-line-height);
|
|
@@ -875,10 +942,10 @@
|
|
|
875
942
|
--ams-link-contrast-hover-color: var(--ams-links-contrast-hover-color);
|
|
876
943
|
--ams-link-inverse-color: var(--ams-links-inverse-color);
|
|
877
944
|
--ams-link-inverse-hover-color: var(--ams-links-inverse-hover-color);
|
|
878
|
-
--ams-menu-link-contrast-color: var(--ams-links-contrast-color);
|
|
879
|
-
--ams-menu-link-contrast-hover-color: var(--ams-links-contrast-hover-color);
|
|
880
|
-
--ams-menu-link-inverse-color: var(--ams-links-inverse-color);
|
|
881
|
-
--ams-menu-link-inverse-hover-color: var(--ams-links-inverse-hover-color);
|
|
945
|
+
--ams-menu-link-contrast-color: var(--ams-links-contrast-color);
|
|
946
|
+
--ams-menu-link-contrast-hover-color: var(--ams-links-contrast-hover-color);
|
|
947
|
+
--ams-menu-link-inverse-color: var(--ams-links-inverse-color);
|
|
948
|
+
--ams-menu-link-inverse-hover-color: var(--ams-links-inverse-hover-color);
|
|
882
949
|
--ams-menu-link-color: var(--ams-links-inverse-color);
|
|
883
950
|
--ams-menu-link-hover-color: var(--ams-links-inverse-hover-color);
|
|
884
951
|
--ams-menu-wide-padding-block: calc(var(--ams-logo-block-size) + 2 * var(--ams-page-header-padding-block)) var(--ams-space-m);
|
|
@@ -887,13 +954,14 @@
|
|
|
887
954
|
--ams-page-footer-menu-wide-padding-inline: var(--ams-grid-wide-padding-inline);
|
|
888
955
|
--ams-page-footer-menu-link-color: var(--ams-links-color);
|
|
889
956
|
--ams-page-footer-menu-link-hover-color: var(--ams-links-hover-color);
|
|
890
|
-
--ams-page-header-padding-inline: var(--ams-grid-padding-inline);
|
|
957
|
+
--ams-page-header-padding-inline: var(--ams-grid-padding-inline);
|
|
891
958
|
--ams-page-header-medium-padding-inline: var(--ams-grid-medium-padding-inline);
|
|
892
959
|
--ams-page-header-wide-padding-inline: var(--ams-grid-wide-padding-inline);
|
|
893
960
|
--ams-page-header-brand-name-font-size: var(--ams-typography-heading-3-font-size);
|
|
894
961
|
--ams-page-header-menu-item-color: var(--ams-links-color);
|
|
895
962
|
--ams-page-header-menu-item-hover-color: var(--ams-links-hover-color);
|
|
896
|
-
--ams-page-
|
|
963
|
+
--ams-page-header-menu-link-color: var(--ams-links-color);
|
|
964
|
+
--ams-page-with-menu-area-skip-link-margin-inline-end: var(--ams-grid-padding-inline);
|
|
897
965
|
--ams-pagination-link-color: var(--ams-links-color);
|
|
898
966
|
--ams-pagination-link-hover-color: var(--ams-links-hover-color);
|
|
899
967
|
--ams-password-input-background-color: var(--ams-inputs-background-color);
|
|
@@ -911,6 +979,9 @@
|
|
|
911
979
|
--ams-password-input-invalid-hover-border-color: var(--ams-inputs-invalid-hover-border-color);
|
|
912
980
|
--ams-password-input-invalid-hover-box-shadow: var(--ams-inputs-invalid-hover-box-shadow);
|
|
913
981
|
--ams-password-input-placeholder-color: var(--ams-inputs-placeholder-color);
|
|
982
|
+
--ams-progress-list-heading-2-step-marker-block-size: calc(var(--ams-typography-heading-2-font-size) * var(--ams-typography-heading-2-line-height));
|
|
983
|
+
--ams-progress-list-heading-3-step-marker-block-size: calc(var(--ams-typography-heading-3-font-size) * var(--ams-typography-heading-3-line-height));
|
|
984
|
+
--ams-progress-list-heading-4-step-marker-block-size: calc(var(--ams-typography-heading-4-font-size) * var(--ams-typography-heading-4-line-height));
|
|
914
985
|
--ams-radio-icon-container-block-size: calc(var(--ams-radio-font-size) * var(--ams-radio-line-height));
|
|
915
986
|
--ams-radio-icon-container-inline-size: var(--ams-radio-font-size);
|
|
916
987
|
--ams-search-field-input-background-color: var(--ams-inputs-background-color);
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "3.
|
|
2
|
+
"version": "3.2.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.
|
|
28
|
+
"style-dictionary": "5.3.3"
|
|
29
29
|
},
|
|
30
30
|
"scripts": {
|
|
31
31
|
"clean": "rimraf dist/",
|
|
@@ -1,12 +1,24 @@
|
|
|
1
1
|
{
|
|
2
2
|
"ams": {
|
|
3
3
|
"aspect-ratio": {
|
|
4
|
-
"9-16": {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
"4
|
|
8
|
-
|
|
9
|
-
|
|
4
|
+
"9-16": {
|
|
5
|
+
"$value": "9 / 16"
|
|
6
|
+
},
|
|
7
|
+
"3-4": {
|
|
8
|
+
"$value": "3 / 4"
|
|
9
|
+
},
|
|
10
|
+
"1-1": {
|
|
11
|
+
"$value": "1 / 1"
|
|
12
|
+
},
|
|
13
|
+
"4-3": {
|
|
14
|
+
"$value": "4 / 3"
|
|
15
|
+
},
|
|
16
|
+
"16-9": {
|
|
17
|
+
"$value": "16 / 9"
|
|
18
|
+
},
|
|
19
|
+
"16-5": {
|
|
20
|
+
"$value": "16 / 5"
|
|
21
|
+
}
|
|
10
22
|
}
|
|
11
23
|
}
|
|
12
24
|
}
|
|
@@ -2,10 +2,42 @@
|
|
|
2
2
|
"ams": {
|
|
3
3
|
"border": {
|
|
4
4
|
"width": {
|
|
5
|
-
"s": {
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
5
|
+
"s": {
|
|
6
|
+
"$value": {
|
|
7
|
+
"value": 0.0625,
|
|
8
|
+
"unit": "rem"
|
|
9
|
+
},
|
|
10
|
+
"$extensions": {
|
|
11
|
+
"nl.amsterdam.type": "borderWidth"
|
|
12
|
+
}
|
|
13
|
+
},
|
|
14
|
+
"m": {
|
|
15
|
+
"$value": {
|
|
16
|
+
"value": 0.0625,
|
|
17
|
+
"unit": "rem"
|
|
18
|
+
},
|
|
19
|
+
"$extensions": {
|
|
20
|
+
"nl.amsterdam.type": "borderWidth"
|
|
21
|
+
}
|
|
22
|
+
},
|
|
23
|
+
"l": {
|
|
24
|
+
"$value": {
|
|
25
|
+
"value": 0.125,
|
|
26
|
+
"unit": "rem"
|
|
27
|
+
},
|
|
28
|
+
"$extensions": {
|
|
29
|
+
"nl.amsterdam.type": "borderWidth"
|
|
30
|
+
}
|
|
31
|
+
},
|
|
32
|
+
"xl": {
|
|
33
|
+
"$value": {
|
|
34
|
+
"value": 0.1875,
|
|
35
|
+
"unit": "rem"
|
|
36
|
+
},
|
|
37
|
+
"$extensions": {
|
|
38
|
+
"nl.amsterdam.type": "borderWidth"
|
|
39
|
+
}
|
|
40
|
+
}
|
|
9
41
|
}
|
|
10
42
|
}
|
|
11
43
|
}
|
|
@@ -2,10 +2,42 @@
|
|
|
2
2
|
"ams": {
|
|
3
3
|
"border": {
|
|
4
4
|
"width": {
|
|
5
|
-
"s": {
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
5
|
+
"s": {
|
|
6
|
+
"$value": {
|
|
7
|
+
"value": 0.0625,
|
|
8
|
+
"unit": "rem"
|
|
9
|
+
},
|
|
10
|
+
"$extensions": {
|
|
11
|
+
"nl.amsterdam.type": "borderWidth"
|
|
12
|
+
}
|
|
13
|
+
},
|
|
14
|
+
"m": {
|
|
15
|
+
"$value": {
|
|
16
|
+
"value": 0.125,
|
|
17
|
+
"unit": "rem"
|
|
18
|
+
},
|
|
19
|
+
"$extensions": {
|
|
20
|
+
"nl.amsterdam.type": "borderWidth"
|
|
21
|
+
}
|
|
22
|
+
},
|
|
23
|
+
"l": {
|
|
24
|
+
"$value": {
|
|
25
|
+
"value": 0.1875,
|
|
26
|
+
"unit": "rem"
|
|
27
|
+
},
|
|
28
|
+
"$extensions": {
|
|
29
|
+
"nl.amsterdam.type": "borderWidth"
|
|
30
|
+
}
|
|
31
|
+
},
|
|
32
|
+
"xl": {
|
|
33
|
+
"$value": {
|
|
34
|
+
"value": 0.25,
|
|
35
|
+
"unit": "rem"
|
|
36
|
+
},
|
|
37
|
+
"$extensions": {
|
|
38
|
+
"nl.amsterdam.type": "borderWidth"
|
|
39
|
+
}
|
|
40
|
+
}
|
|
9
41
|
}
|
|
10
42
|
}
|
|
11
43
|
}
|