@amsterdam/design-system-tokens 0.2.0 → 0.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 (40) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/dist/_variables.scss +136 -89
  3. package/dist/index.css +136 -89
  4. package/dist/index.d.ts +65 -18
  5. package/dist/index.js +116 -69
  6. package/dist/index.json +115 -68
  7. package/dist/index.tokens.json +177 -86
  8. package/dist/root.css +136 -89
  9. package/dist/tokens.d.ts +135 -44
  10. package/dist/tokens.js +2147 -1124
  11. package/dist/variables.less +136 -89
  12. package/package.json +3 -3
  13. package/src/brand/amsterdam/typography.tokens.json +10 -18
  14. package/src/common/amsterdam/border.tokens.json +3 -9
  15. package/src/common/amsterdam/spacing.tokens.json +4 -12
  16. package/src/components/amsterdam/accordion.tokens.json +1 -3
  17. package/src/components/amsterdam/breadcrumb.tokens.json +7 -5
  18. package/src/components/amsterdam/button.tokens.json +9 -19
  19. package/src/components/amsterdam/checkbox.tokens.json +24 -64
  20. package/src/components/amsterdam/form-label.tokens.json +4 -4
  21. package/src/components/amsterdam/grid.tokens.json +3 -9
  22. package/src/components/amsterdam/header.tokens.json +7 -0
  23. package/src/components/amsterdam/heading.tokens.json +24 -24
  24. package/src/components/amsterdam/icon.tokens.json +0 -8
  25. package/src/components/amsterdam/link.tokens.json +13 -23
  26. package/src/components/amsterdam/mark.tokens.json +7 -0
  27. package/src/components/amsterdam/ordered-list.tokens.json +4 -4
  28. package/src/components/amsterdam/page-heading.tokens.json +4 -12
  29. package/src/components/amsterdam/page-menu.tokens.json +4 -4
  30. package/src/components/amsterdam/pagination.tokens.json +4 -4
  31. package/src/components/amsterdam/paragraph.tokens.json +10 -10
  32. package/src/components/amsterdam/search-field.tokens.json +47 -0
  33. package/src/components/amsterdam/skip-link.tokens.json +20 -0
  34. package/src/components/amsterdam/spotlight.tokens.json +30 -0
  35. package/src/components/amsterdam/switch.tokens.json +10 -30
  36. package/src/components/amsterdam/text-input.tokens.json +36 -0
  37. package/src/components/amsterdam/top-task-link.tokens.json +4 -4
  38. package/src/components/amsterdam/unordered-list.tokens.json +4 -4
  39. package/src/components/utrecht/button.tokens.json +24 -72
  40. package/src/components/amsterdam/highlight.tokens.json +0 -46
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Fri, 01 Dec 2023 15:48:43 GMT
3
+ // Generated on Fri, 22 Dec 2023 12:50:01 GMT
4
4
 
5
5
  @utrecht-button-subtle-disabled-background-color: transparent;
6
6
  @utrecht-button-subtle-background-color: transparent;
@@ -21,6 +21,7 @@
21
21
  @amsterdam-switch-thumb-height: 1.75rem;
22
22
  @amsterdam-switch-thumb-width: 1.75rem;
23
23
  @amsterdam-switch-width: 3.5rem;
24
+ @amsterdam-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>");
24
25
  @amsterdam-screen-x-wide-max-width: 132rem;
25
26
  @amsterdam-screen-wide-max-width: 100rem;
26
27
  @amsterdam-page-menu-item-gap: 0.5rem;
@@ -33,6 +34,7 @@
33
34
  @amsterdam-ordered-list-item-margin-inline-start: 2.25rem; // Divide your total indentation width over margin and padding to position the marker.
34
35
  @amsterdam-ordered-list-list-style-type: decimal;
35
36
  @amsterdam-ordered-list-gap: 0.75rem;
37
+ @amsterdam-mark-background-color: var(--amsterdam-color-yellow);
36
38
  @amsterdam-logo-height: 2.5rem;
37
39
  @amsterdam-link-in-list-gap: 0.5em;
38
40
  @amsterdam-link-inline-line-height: inherit;
@@ -57,6 +59,7 @@
57
59
  @amsterdam-dialog-backdrop-background: #0006;
58
60
  @amsterdam-dialog-max-inline-size: min(87.69vw, 45rem);
59
61
  @amsterdam-dialog-border: 0;
62
+ @amsterdam-breadcrumb-separator-background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'><path fill='%23000000' fill-rule='evenodd' d='m9.757 32-2.9-2.91L19.937 16 6.857 2.91 9.757 0l16 16z'/></svg>");
60
63
  @amsterdam-alert-close-background-color: transparent;
61
64
  @amsterdam-alert-gap: 1rem;
62
65
  @amsterdam-spacing-inset-xl: 2.5rem;
@@ -74,37 +77,33 @@
74
77
  @amsterdam-border-width-lg: 3px;
75
78
  @amsterdam-border-width-md: 2px;
76
79
  @amsterdam-border-width-sm: 1px;
77
- @amsterdam-typography-compact-text-level-7-line-height: 1.6;
78
- @amsterdam-typography-compact-text-level-7-font-size: clamp(0.75rem, calc(0.188vw + 0.713rem), 0.9rem);
79
80
  @amsterdam-typography-compact-text-level-6-line-height: 1.6;
80
- @amsterdam-typography-compact-text-level-6-font-size: clamp(0.875rem, calc(0.313vw + 0.813rem), 1.125rem);
81
- @amsterdam-typography-compact-text-level-5-line-height: 1.5;
82
- @amsterdam-typography-compact-text-level-5-font-size: clamp(1.021rem, calc(0.481vw + 0.925rem), 1.406rem);
83
- @amsterdam-typography-compact-text-level-4-line-height: 1.4;
81
+ @amsterdam-typography-compact-text-level-6-font-size: clamp(0.75rem, calc(0.188vw + 0.713rem), 0.9rem);
82
+ @amsterdam-typography-compact-text-level-5-line-height: 1.6;
83
+ @amsterdam-typography-compact-text-level-5-font-size: clamp(0.875rem, calc(0.313vw + 0.813rem), 1.125rem);
84
+ @amsterdam-typography-compact-text-level-4-line-height: 1.5;
84
85
  @amsterdam-typography-compact-text-level-4-font-size: clamp(1.021rem, calc(0.481vw + 0.925rem), 1.406rem);
85
- @amsterdam-typography-compact-text-level-3-line-height: 1.4;
86
+ @amsterdam-typography-compact-text-level-3-line-height: 1.3;
86
87
  @amsterdam-typography-compact-text-level-3-font-size: clamp(1.191rem, calc(0.709vw + 1.049rem), 1.758rem);
87
- @amsterdam-typography-compact-text-level-2-line-height: 1.3;
88
+ @amsterdam-typography-compact-text-level-2-line-height: 1.25;
88
89
  @amsterdam-typography-compact-text-level-2-font-size: clamp(1.389rem, calc(1.01vw + 1.187rem), 2.197rem);
89
90
  @amsterdam-typography-compact-text-level-1-line-height: 1.2;
90
91
  @amsterdam-typography-compact-text-level-1-font-size: clamp(1.621rem, calc(1.408vw + 1.34rem), 2.747rem);
91
- @amsterdam-typography-compact-text-level-0-line-height: 1.1;
92
+ @amsterdam-typography-compact-text-level-0-line-height: 1.15;
92
93
  @amsterdam-typography-compact-text-level-0-font-size: clamp(1.891rem, calc(1.927vw + 1.506rem), 3.433rem);
93
- @amsterdam-typography-spacious-text-level-7-line-height: 1.6;
94
- @amsterdam-typography-spacious-text-level-7-font-size: clamp(0.964rem, calc(0.295vw + 0.905rem), 1.2rem);
95
94
  @amsterdam-typography-spacious-text-level-6-line-height: 1.6;
96
- @amsterdam-typography-spacious-text-level-6-font-size: clamp(1.125rem, calc(0.469vw + 1.031rem), 1.5rem);
97
- @amsterdam-typography-spacious-text-level-5-line-height: 1.5;
98
- @amsterdam-typography-spacious-text-level-5-font-size: clamp(1.313rem, calc(0.703vw + 1.173rem), 1.875rem);
99
- @amsterdam-typography-spacious-text-level-4-line-height: 1.4;
95
+ @amsterdam-typography-spacious-text-level-6-font-size: clamp(0.964rem, calc(0.295vw + 0.905rem), 1.2rem);
96
+ @amsterdam-typography-spacious-text-level-5-line-height: 1.6;
97
+ @amsterdam-typography-spacious-text-level-5-font-size: clamp(1.125rem, calc(0.469vw + 1.031rem), 1.5rem);
98
+ @amsterdam-typography-spacious-text-level-4-line-height: 1.5;
100
99
  @amsterdam-typography-spacious-text-level-4-font-size: clamp(1.313rem, calc(0.703vw + 1.173rem), 1.875rem);
101
- @amsterdam-typography-spacious-text-level-3-line-height: 1.4;
100
+ @amsterdam-typography-spacious-text-level-3-line-height: 1.3;
102
101
  @amsterdam-typography-spacious-text-level-3-font-size: clamp(1.531rem, calc(1.016vw + 1.328rem), 2.344rem);
103
- @amsterdam-typography-spacious-text-level-2-line-height: 1.3;
102
+ @amsterdam-typography-spacious-text-level-2-line-height: 1.25;
104
103
  @amsterdam-typography-spacious-text-level-2-font-size: clamp(1.786rem, calc(1.43vw + 1.5rem), 2.93rem);
105
104
  @amsterdam-typography-spacious-text-level-1-line-height: 1.2;
106
105
  @amsterdam-typography-spacious-text-level-1-font-size: clamp(2.084rem, calc(1.973vw + 1.69rem), 3.662rem);
107
- @amsterdam-typography-spacious-text-level-0-line-height: 1.1;
106
+ @amsterdam-typography-spacious-text-level-0-line-height: 1.15;
108
107
  @amsterdam-typography-spacious-text-level-0-font-size: clamp(2.432rem, calc(2.683vw + 1.895rem), 4.578rem);
109
108
  @amsterdam-typography-font-weight-bold: 800;
110
109
  @amsterdam-typography-font-weight-normal: 400;
@@ -153,10 +152,10 @@
153
152
  @utrecht-button-font-family: @amsterdam-typography-font-family;
154
153
  @utrecht-button-color: @amsterdam-color-primary-white;
155
154
  @utrecht-button-background-color: @amsterdam-color-primary-blue;
156
- @amsterdam-unordered-list-compact-line-height: @amsterdam-typography-compact-text-level-6-line-height;
157
- @amsterdam-unordered-list-compact-font-size: @amsterdam-typography-compact-text-level-6-font-size;
158
- @amsterdam-unordered-list-spacious-line-height: @amsterdam-typography-spacious-text-level-6-line-height;
159
- @amsterdam-unordered-list-spacious-font-size: @amsterdam-typography-spacious-text-level-6-font-size;
155
+ @amsterdam-unordered-list-compact-line-height: @amsterdam-typography-compact-text-level-5-line-height;
156
+ @amsterdam-unordered-list-compact-font-size: @amsterdam-typography-compact-text-level-5-font-size;
157
+ @amsterdam-unordered-list-spacious-line-height: @amsterdam-typography-spacious-text-level-5-line-height;
158
+ @amsterdam-unordered-list-spacious-font-size: @amsterdam-typography-spacious-text-level-5-font-size;
160
159
  @amsterdam-unordered-list-font-weight: @amsterdam-typography-font-weight-normal;
161
160
  @amsterdam-unordered-list-font-family: @amsterdam-typography-font-family;
162
161
  @amsterdam-unordered-list-color: @amsterdam-color-primary-black;
@@ -172,13 +171,29 @@
172
171
  @amsterdam-top-task-link-label-text-decoration-line: @amsterdam-link-appearance-subtle-text-decoration-line;
173
172
  @amsterdam-top-task-link-label-font-weight: @amsterdam-typography-font-weight-bold;
174
173
  @amsterdam-top-task-link-label-font-family: @amsterdam-typography-font-family;
175
- @amsterdam-top-task-link-description-compact-line-height: @amsterdam-typography-compact-text-level-7-line-height;
176
- @amsterdam-top-task-link-description-compact-font-size: @amsterdam-typography-compact-text-level-7-font-size;
177
- @amsterdam-top-task-link-description-spacious-line-height: @amsterdam-typography-spacious-text-level-7-line-height;
178
- @amsterdam-top-task-link-description-spacious-font-size: @amsterdam-typography-spacious-text-level-7-font-size;
174
+ @amsterdam-top-task-link-description-compact-line-height: @amsterdam-typography-compact-text-level-6-line-height;
175
+ @amsterdam-top-task-link-description-compact-font-size: @amsterdam-typography-compact-text-level-6-font-size;
176
+ @amsterdam-top-task-link-description-spacious-line-height: @amsterdam-typography-spacious-text-level-6-line-height;
177
+ @amsterdam-top-task-link-description-spacious-font-size: @amsterdam-typography-spacious-text-level-6-font-size;
179
178
  @amsterdam-top-task-link-description-font-weight: @amsterdam-typography-font-weight-normal;
180
179
  @amsterdam-top-task-link-description-font-family: @amsterdam-typography-font-family;
181
180
  @amsterdam-top-task-link-description-color: @amsterdam-color-primary-black;
181
+ @amsterdam-text-input-spacious-line-height: @amsterdam-typography-spacious-text-level-6-line-height;
182
+ @amsterdam-text-input-spacious-font-size: @amsterdam-typography-spacious-text-level-6-font-size;
183
+ @amsterdam-text-input-compact-line-height: @amsterdam-typography-compact-text-level-6-line-height;
184
+ @amsterdam-text-input-compact-font-size: @amsterdam-typography-compact-text-level-6-font-size;
185
+ @amsterdam-text-input-placeholder-color: @amsterdam-color-neutral-grey3;
186
+ @amsterdam-text-input-invalid-hover-box-shadow: inset 0 0 0 2px @amsterdam-color-primary-red;
187
+ @amsterdam-text-input-invalid-box-shadow: inset 0 0 0 1px @amsterdam-color-primary-red;
188
+ @amsterdam-text-input-hover-box-shadow: inset 0 0 0 2px @amsterdam-color-primary-black;
189
+ @amsterdam-text-input-disabled-color: @amsterdam-color-neutral-grey2;
190
+ @amsterdam-text-input-disabled-box-shadow: inset 0 0 0 1px @amsterdam-color-neutral-grey2;
191
+ @amsterdam-text-input-disabled-background-color: @amsterdam-color-primary-white;
192
+ @amsterdam-text-input-outline-offset: @amsterdam-focus-outline-offset;
193
+ @amsterdam-text-input-font-weight: @amsterdam-typography-font-weight-normal;
194
+ @amsterdam-text-input-font-family: @amsterdam-typography-font-family;
195
+ @amsterdam-text-input-color: @amsterdam-color-primary-black;
196
+ @amsterdam-text-input-box-shadow: inset 0 0 0 1px @amsterdam-color-primary-black;
182
197
  @amsterdam-switch-disabled-background-color: @amsterdam-color-neutral-grey2;
183
198
  @amsterdam-switch-outline-offset: @amsterdam-focus-outline-offset;
184
199
  @amsterdam-switch-checked-background-color: @amsterdam-color-primary-blue;
@@ -186,18 +201,54 @@
186
201
  @amsterdam-switch-thumb-background-color: @amsterdam-color-primary-white;
187
202
  @amsterdam-switch-background-color: @amsterdam-color-neutral-grey3;
188
203
  @amsterdam-switch-font-family: @amsterdam-typography-font-family;
189
- @amsterdam-paragraph-compact-large-line-height: @amsterdam-typography-compact-text-level-5-line-height;
190
- @amsterdam-paragraph-compact-large-font-size: @amsterdam-typography-compact-text-level-5-font-size;
191
- @amsterdam-paragraph-compact-medium-line-height: @amsterdam-typography-compact-text-level-6-line-height;
192
- @amsterdam-paragraph-compact-medium-font-size: @amsterdam-typography-compact-text-level-6-font-size;
193
- @amsterdam-paragraph-compact-small-line-height: @amsterdam-typography-compact-text-level-7-line-height;
194
- @amsterdam-paragraph-compact-small-font-size: @amsterdam-typography-compact-text-level-7-font-size;
195
- @amsterdam-paragraph-spacious-large-line-height: @amsterdam-typography-spacious-text-level-5-line-height;
196
- @amsterdam-paragraph-spacious-large-font-size: @amsterdam-typography-spacious-text-level-5-font-size;
197
- @amsterdam-paragraph-spacious-medium-line-height: @amsterdam-typography-spacious-text-level-6-line-height;
198
- @amsterdam-paragraph-spacious-medium-font-size: @amsterdam-typography-spacious-text-level-6-font-size;
199
- @amsterdam-paragraph-spacious-small-line-height: @amsterdam-typography-spacious-text-level-7-line-height;
200
- @amsterdam-paragraph-spacious-small-font-size: @amsterdam-typography-spacious-text-level-7-font-size;
204
+ @amsterdam-spotlight-yellow-background-color: @amsterdam-color-yellow;
205
+ @amsterdam-spotlight-purple-background-color: @amsterdam-color-purple;
206
+ @amsterdam-spotlight-orange-background-color: @amsterdam-color-orange;
207
+ @amsterdam-spotlight-magenta-background-color: @amsterdam-color-magenta;
208
+ @amsterdam-spotlight-light-blue-background-color: @amsterdam-color-blue;
209
+ @amsterdam-spotlight-green-background-color: @amsterdam-color-green;
210
+ @amsterdam-spotlight-dark-green-background-color: @amsterdam-color-dark-green;
211
+ @amsterdam-spotlight-blue-background-color: @amsterdam-color-primary-blue;
212
+ @amsterdam-skip-link-hover-background-color: @amsterdam-color-dark-blue;
213
+ @amsterdam-skip-link-compact-line-height: @amsterdam-typography-compact-text-level-6-line-height;
214
+ @amsterdam-skip-link-compact-font-size: @amsterdam-typography-compact-text-level-6-font-size;
215
+ @amsterdam-skip-link-outline-offset: @amsterdam-focus-outline-offset;
216
+ @amsterdam-skip-link-line-height: @amsterdam-typography-spacious-text-level-6-line-height;
217
+ @amsterdam-skip-link-font-size: @amsterdam-typography-spacious-text-level-6-font-size;
218
+ @amsterdam-skip-link-font-weight: @amsterdam-typography-font-weight-normal;
219
+ @amsterdam-skip-link-font-family: @amsterdam-typography-font-family;
220
+ @amsterdam-skip-link-color: @amsterdam-color-primary-white;
221
+ @amsterdam-skip-link-background-color: @amsterdam-color-primary-blue;
222
+ @amsterdam-search-field-input-spacious-line-height: @amsterdam-typography-spacious-text-level-6-line-height;
223
+ @amsterdam-search-field-input-spacious-font-size: @amsterdam-typography-spacious-text-level-6-font-size;
224
+ @amsterdam-search-field-input-compact-line-height: @amsterdam-typography-compact-text-level-6-line-height;
225
+ @amsterdam-search-field-input-compact-font-size: @amsterdam-typography-compact-text-level-6-font-size;
226
+ @amsterdam-search-field-input-placeholder-color: @amsterdam-color-neutral-grey3;
227
+ @amsterdam-search-field-input-hover-box-shadow: inset 0 0 0 2px @amsterdam-color-primary-black;
228
+ @amsterdam-search-field-input-cancel-button-width: @amsterdam-typography-spacious-text-level-6-font-size;
229
+ @amsterdam-search-field-input-cancel-button-height: @amsterdam-typography-spacious-text-level-6-font-size;
230
+ @amsterdam-search-field-input-cancel-button-color: @amsterdam-color-primary-blue;
231
+ @amsterdam-search-field-input-outline-offset: @amsterdam-focus-outline-offset;
232
+ @amsterdam-search-field-input-font-weight: @amsterdam-typography-font-weight-normal;
233
+ @amsterdam-search-field-input-font-family: @amsterdam-typography-font-family;
234
+ @amsterdam-search-field-input-color: @amsterdam-color-primary-black;
235
+ @amsterdam-search-field-input-box-shadow: inset 0 0 0 1px @amsterdam-color-primary-black;
236
+ @amsterdam-search-field-button-hover-background-color: @amsterdam-color-dark-blue;
237
+ @amsterdam-search-field-button-outline-offset: @amsterdam-focus-outline-offset;
238
+ @amsterdam-search-field-button-color: @amsterdam-color-primary-white;
239
+ @amsterdam-search-field-button-background-color: @amsterdam-color-primary-blue;
240
+ @amsterdam-paragraph-compact-large-line-height: @amsterdam-typography-compact-text-level-4-line-height;
241
+ @amsterdam-paragraph-compact-large-font-size: @amsterdam-typography-compact-text-level-4-font-size;
242
+ @amsterdam-paragraph-compact-medium-line-height: @amsterdam-typography-compact-text-level-5-line-height;
243
+ @amsterdam-paragraph-compact-medium-font-size: @amsterdam-typography-compact-text-level-5-font-size;
244
+ @amsterdam-paragraph-compact-small-line-height: @amsterdam-typography-compact-text-level-6-line-height;
245
+ @amsterdam-paragraph-compact-small-font-size: @amsterdam-typography-compact-text-level-6-font-size;
246
+ @amsterdam-paragraph-spacious-large-line-height: @amsterdam-typography-spacious-text-level-4-line-height;
247
+ @amsterdam-paragraph-spacious-large-font-size: @amsterdam-typography-spacious-text-level-4-font-size;
248
+ @amsterdam-paragraph-spacious-medium-line-height: @amsterdam-typography-spacious-text-level-5-line-height;
249
+ @amsterdam-paragraph-spacious-medium-font-size: @amsterdam-typography-spacious-text-level-5-font-size;
250
+ @amsterdam-paragraph-spacious-small-line-height: @amsterdam-typography-spacious-text-level-6-line-height;
251
+ @amsterdam-paragraph-spacious-small-font-size: @amsterdam-typography-spacious-text-level-6-font-size;
201
252
  @amsterdam-paragraph-inverse-color: @amsterdam-color-primary-white;
202
253
  @amsterdam-paragraph-font-weight: @amsterdam-typography-font-weight-normal;
203
254
  @amsterdam-paragraph-font-family: @amsterdam-typography-font-family;
@@ -208,17 +259,17 @@
208
259
  @amsterdam-pagination-button-text-decoration-thickness: @amsterdam-link-appearance-text-decoration-thickness;
209
260
  @amsterdam-pagination-button-text-decoration-line: @amsterdam-link-appearance-subtle-text-decoration-line;
210
261
  @amsterdam-pagination-button-outline-offset: @amsterdam-focus-outline-offset;
211
- @amsterdam-pagination-compact-line-height: @amsterdam-typography-compact-text-level-6-line-height;
212
- @amsterdam-pagination-compact-font-size: @amsterdam-typography-compact-text-level-6-font-size;
213
- @amsterdam-pagination-spacious-line-height: @amsterdam-typography-spacious-text-level-6-line-height;
214
- @amsterdam-pagination-spacious-font-size: @amsterdam-typography-spacious-text-level-6-font-size;
262
+ @amsterdam-pagination-compact-line-height: @amsterdam-typography-compact-text-level-5-line-height;
263
+ @amsterdam-pagination-compact-font-size: @amsterdam-typography-compact-text-level-5-font-size;
264
+ @amsterdam-pagination-spacious-line-height: @amsterdam-typography-spacious-text-level-5-line-height;
265
+ @amsterdam-pagination-spacious-font-size: @amsterdam-typography-spacious-text-level-5-font-size;
215
266
  @amsterdam-pagination-font-weight: @amsterdam-typography-font-weight-normal;
216
267
  @amsterdam-pagination-font-family: @amsterdam-typography-font-family;
217
268
  @amsterdam-page-menu-item-hover-text-decoration-line: @amsterdam-link-appearance-subtle-hover-text-decoration-line;
218
- @amsterdam-page-menu-item-compact-line-height: @amsterdam-typography-compact-text-level-7-line-height;
219
- @amsterdam-page-menu-item-compact-font-size: @amsterdam-typography-compact-text-level-7-font-size;
220
- @amsterdam-page-menu-item-spacious-line-height: @amsterdam-typography-spacious-text-level-7-line-height;
221
- @amsterdam-page-menu-item-spacious-font-size: @amsterdam-typography-spacious-text-level-7-font-size;
269
+ @amsterdam-page-menu-item-compact-line-height: @amsterdam-typography-compact-text-level-6-line-height;
270
+ @amsterdam-page-menu-item-compact-font-size: @amsterdam-typography-compact-text-level-6-font-size;
271
+ @amsterdam-page-menu-item-spacious-line-height: @amsterdam-typography-spacious-text-level-6-line-height;
272
+ @amsterdam-page-menu-item-spacious-font-size: @amsterdam-typography-spacious-text-level-6-font-size;
222
273
  @amsterdam-page-menu-item-text-underline-offset: @amsterdam-link-appearance-text-underline-offset;
223
274
  @amsterdam-page-menu-item-text-decoration-thickness: @amsterdam-link-appearance-text-decoration-thickness;
224
275
  @amsterdam-page-menu-item-text-decoration-line: @amsterdam-link-appearance-subtle-text-decoration-line;
@@ -233,29 +284,29 @@
233
284
  @amsterdam-page-heading-font-weight: @amsterdam-typography-font-weight-bold;
234
285
  @amsterdam-page-heading-font-family: @amsterdam-typography-font-family;
235
286
  @amsterdam-page-heading-color: @amsterdam-color-primary-black;
236
- @amsterdam-ordered-list-compact-line-height: @amsterdam-typography-compact-text-level-6-line-height;
237
- @amsterdam-ordered-list-compact-font-size: @amsterdam-typography-compact-text-level-6-font-size;
238
- @amsterdam-ordered-list-spacious-line-height: @amsterdam-typography-spacious-text-level-6-line-height;
239
- @amsterdam-ordered-list-spacious-font-size: @amsterdam-typography-spacious-text-level-6-font-size;
287
+ @amsterdam-ordered-list-compact-line-height: @amsterdam-typography-compact-text-level-5-line-height;
288
+ @amsterdam-ordered-list-compact-font-size: @amsterdam-typography-compact-text-level-5-font-size;
289
+ @amsterdam-ordered-list-spacious-line-height: @amsterdam-typography-spacious-text-level-5-line-height;
290
+ @amsterdam-ordered-list-spacious-font-size: @amsterdam-typography-spacious-text-level-5-font-size;
240
291
  @amsterdam-ordered-list-font-weight: @amsterdam-typography-font-weight-normal;
241
292
  @amsterdam-ordered-list-font-family: @amsterdam-typography-font-family;
242
293
  @amsterdam-ordered-list-color: @amsterdam-color-primary-black;
243
294
  @amsterdam-logo-subsite-color: @amsterdam-color-primary-black;
244
295
  @amsterdam-logo-title-color: @amsterdam-color-primary-red;
245
296
  @amsterdam-logo-emblem-color: @amsterdam-color-primary-red;
246
- @amsterdam-link-standalone-compact-line-height: @amsterdam-typography-compact-text-level-6-line-height;
247
- @amsterdam-link-standalone-compact-font-size: @amsterdam-typography-compact-text-level-6-font-size;
248
- @amsterdam-link-standalone-spacious-line-height: @amsterdam-typography-spacious-text-level-6-line-height;
249
- @amsterdam-link-standalone-spacious-font-size: @amsterdam-typography-spacious-text-level-6-font-size;
297
+ @amsterdam-link-standalone-compact-line-height: @amsterdam-typography-compact-text-level-5-line-height;
298
+ @amsterdam-link-standalone-compact-font-size: @amsterdam-typography-compact-text-level-5-font-size;
299
+ @amsterdam-link-standalone-spacious-line-height: @amsterdam-typography-spacious-text-level-5-line-height;
300
+ @amsterdam-link-standalone-spacious-font-size: @amsterdam-typography-spacious-text-level-5-font-size;
250
301
  @amsterdam-link-standalone-hover-text-underline-offset: @amsterdam-link-appearance-regular-hover-text-underline-offset;
251
302
  @amsterdam-link-standalone-hover-text-decoration-thickness: @amsterdam-link-appearance-regular-hover-text-decoration-thickness;
252
303
  @amsterdam-link-standalone-text-underline-offset: @amsterdam-link-appearance-text-underline-offset;
253
304
  @amsterdam-link-standalone-text-decoration-thickness: @amsterdam-link-appearance-text-decoration-thickness;
254
305
  @amsterdam-link-standalone-text-decoration-line: @amsterdam-link-appearance-regular-text-decoration-line;
255
- @amsterdam-link-in-list-compact-line-height: @amsterdam-typography-compact-text-level-6-line-height;
256
- @amsterdam-link-in-list-compact-font-size: @amsterdam-typography-compact-text-level-6-font-size;
257
- @amsterdam-link-in-list-spacious-line-height: @amsterdam-typography-spacious-text-level-6-line-height;
258
- @amsterdam-link-in-list-spacious-font-size: @amsterdam-typography-spacious-text-level-6-font-size;
306
+ @amsterdam-link-in-list-compact-line-height: @amsterdam-typography-compact-text-level-5-line-height;
307
+ @amsterdam-link-in-list-compact-font-size: @amsterdam-typography-compact-text-level-5-font-size;
308
+ @amsterdam-link-in-list-spacious-line-height: @amsterdam-typography-spacious-text-level-5-line-height;
309
+ @amsterdam-link-in-list-spacious-font-size: @amsterdam-typography-spacious-text-level-5-font-size;
259
310
  @amsterdam-link-in-list-hover-text-decoration-line: @amsterdam-link-appearance-subtle-hover-text-decoration-line;
260
311
  @amsterdam-link-in-list-text-underline-offset: @amsterdam-link-appearance-text-underline-offset;
261
312
  @amsterdam-link-in-list-text-decoration-thickness: @amsterdam-link-appearance-text-decoration-thickness;
@@ -269,8 +320,6 @@
269
320
  @amsterdam-link-outline-offset: @amsterdam-focus-outline-offset;
270
321
  @amsterdam-link-font-weight: @amsterdam-typography-font-weight-normal;
271
322
  @amsterdam-link-font-family: @amsterdam-typography-font-family;
272
- @amsterdam-icon-compact-size-7-line-height: @amsterdam-typography-compact-text-level-7-line-height;
273
- @amsterdam-icon-compact-size-7-font-size: @amsterdam-typography-compact-text-level-7-font-size;
274
323
  @amsterdam-icon-compact-size-6-line-height: @amsterdam-typography-compact-text-level-6-line-height;
275
324
  @amsterdam-icon-compact-size-6-font-size: @amsterdam-typography-compact-text-level-6-font-size;
276
325
  @amsterdam-icon-compact-size-5-line-height: @amsterdam-typography-compact-text-level-5-line-height;
@@ -279,8 +328,6 @@
279
328
  @amsterdam-icon-compact-size-4-font-size: @amsterdam-typography-compact-text-level-4-font-size;
280
329
  @amsterdam-icon-compact-size-3-line-height: @amsterdam-typography-compact-text-level-3-line-height;
281
330
  @amsterdam-icon-compact-size-3-font-size: @amsterdam-typography-compact-text-level-3-font-size;
282
- @amsterdam-icon-spacious-size-7-line-height: @amsterdam-typography-spacious-text-level-7-line-height;
283
- @amsterdam-icon-spacious-size-7-font-size: @amsterdam-typography-spacious-text-level-7-font-size;
284
331
  @amsterdam-icon-spacious-size-6-line-height: @amsterdam-typography-spacious-text-level-6-line-height;
285
332
  @amsterdam-icon-spacious-size-6-font-size: @amsterdam-typography-spacious-text-level-6-font-size;
286
333
  @amsterdam-icon-spacious-size-5-line-height: @amsterdam-typography-spacious-text-level-5-line-height;
@@ -289,14 +336,10 @@
289
336
  @amsterdam-icon-spacious-size-4-font-size: @amsterdam-typography-spacious-text-level-4-font-size;
290
337
  @amsterdam-icon-spacious-size-3-line-height: @amsterdam-typography-spacious-text-level-3-line-height;
291
338
  @amsterdam-icon-spacious-size-3-font-size: @amsterdam-typography-spacious-text-level-3-font-size;
292
- @amsterdam-highlight-yellow-background-color: @amsterdam-color-yellow;
293
- @amsterdam-highlight-purple-background-color: @amsterdam-color-purple;
294
- @amsterdam-highlight-orange-background-color: @amsterdam-color-orange;
295
- @amsterdam-highlight-magenta-background-color: @amsterdam-color-magenta;
296
- @amsterdam-highlight-light-blue-background-color: @amsterdam-color-blue;
297
- @amsterdam-highlight-green-background-color: @amsterdam-color-green;
298
- @amsterdam-highlight-dark-green-background-color: @amsterdam-color-dark-green;
299
- @amsterdam-highlight-blue-background-color: @amsterdam-color-primary-blue;
339
+ @amsterdam-heading-compact-level-6-font-size: @amsterdam-typography-compact-text-level-6-font-size;
340
+ @amsterdam-heading-compact-level-6-line-height: @amsterdam-typography-compact-text-level-6-line-height;
341
+ @amsterdam-heading-compact-level-5-font-size: @amsterdam-typography-compact-text-level-5-font-size;
342
+ @amsterdam-heading-compact-level-5-line-height: @amsterdam-typography-compact-text-level-5-line-height;
300
343
  @amsterdam-heading-compact-level-4-font-size: @amsterdam-typography-compact-text-level-4-font-size;
301
344
  @amsterdam-heading-compact-level-4-line-height: @amsterdam-typography-compact-text-level-4-line-height;
302
345
  @amsterdam-heading-compact-level-3-font-size: @amsterdam-typography-compact-text-level-3-font-size;
@@ -305,6 +348,10 @@
305
348
  @amsterdam-heading-compact-level-2-line-height: @amsterdam-typography-compact-text-level-2-line-height;
306
349
  @amsterdam-heading-compact-level-1-font-size: @amsterdam-typography-compact-text-level-1-font-size;
307
350
  @amsterdam-heading-compact-level-1-line-height: @amsterdam-typography-compact-text-level-1-line-height;
351
+ @amsterdam-heading-spacious-level-6-font-size: @amsterdam-typography-spacious-text-level-6-font-size;
352
+ @amsterdam-heading-spacious-level-6-line-height: @amsterdam-typography-spacious-text-level-6-line-height;
353
+ @amsterdam-heading-spacious-level-5-font-size: @amsterdam-typography-spacious-text-level-5-font-size;
354
+ @amsterdam-heading-spacious-level-5-line-height: @amsterdam-typography-spacious-text-level-5-line-height;
308
355
  @amsterdam-heading-spacious-level-4-font-size: @amsterdam-typography-spacious-text-level-4-font-size;
309
356
  @amsterdam-heading-spacious-level-4-line-height: @amsterdam-typography-spacious-text-level-4-line-height;
310
357
  @amsterdam-heading-spacious-level-3-font-size: @amsterdam-typography-spacious-text-level-3-font-size;
@@ -317,10 +364,11 @@
317
364
  @amsterdam-heading-font-weight: @amsterdam-typography-font-weight-bold;
318
365
  @amsterdam-heading-font-family: @amsterdam-typography-font-family;
319
366
  @amsterdam-heading-color: @amsterdam-color-primary-black;
320
- @amsterdam-form-label-compact-line-height: @amsterdam-typography-compact-text-level-7-line-height;
321
- @amsterdam-form-label-compact-font-size: @amsterdam-typography-compact-text-level-7-font-size;
322
- @amsterdam-form-label-spacious-line-height: @amsterdam-typography-spacious-text-level-7-line-height;
323
- @amsterdam-form-label-spacious-font-size: @amsterdam-typography-spacious-text-level-7-font-size;
367
+ @amsterdam-header-column-gap: @amsterdam-grid-spacious-gap;
368
+ @amsterdam-form-label-compact-line-height: @amsterdam-typography-compact-text-level-4-line-height;
369
+ @amsterdam-form-label-compact-font-size: @amsterdam-typography-compact-text-level-4-font-size;
370
+ @amsterdam-form-label-spacious-line-height: @amsterdam-typography-spacious-text-level-4-line-height;
371
+ @amsterdam-form-label-spacious-font-size: @amsterdam-typography-spacious-text-level-4-font-size;
324
372
  @amsterdam-form-label-font-weight: @amsterdam-typography-font-weight-bold;
325
373
  @amsterdam-form-label-font-family: @amsterdam-typography-font-family;
326
374
  @amsterdam-form-label-color: @amsterdam-color-primary-black;
@@ -334,10 +382,10 @@
334
382
  @amsterdam-dialog-title-font-family: @amsterdam-typography-font-family;
335
383
  @amsterdam-dialog-title-color: @amsterdam-color-primary-black;
336
384
  @amsterdam-dialog-background-color: @amsterdam-color-primary-white;
337
- @amsterdam-checkbox-compact-line-height: @amsterdam-typography-compact-text-level-6-line-height;
338
- @amsterdam-checkbox-compact-font-size: @amsterdam-typography-compact-text-level-6-font-size;
339
- @amsterdam-checkbox-spacious-line-height: @amsterdam-typography-spacious-text-level-6-line-height;
340
- @amsterdam-checkbox-spacious-font-size: @amsterdam-typography-spacious-text-level-6-font-size;
385
+ @amsterdam-checkbox-compact-line-height: @amsterdam-typography-compact-text-level-5-line-height;
386
+ @amsterdam-checkbox-compact-font-size: @amsterdam-typography-compact-text-level-5-font-size;
387
+ @amsterdam-checkbox-spacious-line-height: @amsterdam-typography-spacious-text-level-5-line-height;
388
+ @amsterdam-checkbox-spacious-font-size: @amsterdam-typography-spacious-text-level-5-font-size;
341
389
  @amsterdam-checkbox-outline-offset: @amsterdam-focus-outline-offset;
342
390
  @amsterdam-checkbox-hover-color: @amsterdam-color-dark-blue;
343
391
  @amsterdam-checkbox-font-weight: @amsterdam-typography-font-weight-normal;
@@ -366,26 +414,25 @@
366
414
  @amsterdam-card-link-text-underline-offset: @amsterdam-link-appearance-text-underline-offset;
367
415
  @amsterdam-card-link-text-decoration-thickness: @amsterdam-link-appearance-text-decoration-thickness;
368
416
  @amsterdam-card-link-text-decoration-line: @amsterdam-link-appearance-subtle-text-decoration-line;
369
- @amsterdam-button-tertiary-hover-box-shadow: inset 0 0 0 2px @amsterdam-color-neutral-grey3;
417
+ @amsterdam-button-tertiary-hover-box-shadow: inset 0 0 0 2px @amsterdam-color-dark-blue;
370
418
  @amsterdam-button-secondary-focus-box-shadow: inset 0 0 0 2px @amsterdam-color-primary-blue;
371
419
  @amsterdam-button-secondary-disabled-box-shadow: inset 0 0 0 2px @amsterdam-color-neutral-grey2;
372
420
  @amsterdam-button-secondary-hover-box-shadow: inset 0 0 0 3px @amsterdam-color-dark-blue;
373
421
  @amsterdam-button-secondary-box-shadow: inset 0 0 0 2px @amsterdam-color-primary-blue;
374
- @amsterdam-button-compact-line-height: @amsterdam-typography-compact-text-level-6-line-height;
375
- @amsterdam-button-compact-font-size: @amsterdam-typography-compact-text-level-6-font-size;
376
- @amsterdam-button-spacious-line-height: @amsterdam-typography-spacious-text-level-6-line-height;
377
- @amsterdam-button-spacious-font-size: @amsterdam-typography-spacious-text-level-6-font-size;
378
- @amsterdam-breadcrumb-compact-line-height: @amsterdam-typography-compact-text-level-7-line-height;
379
- @amsterdam-breadcrumb-compact-font-size: @amsterdam-typography-compact-text-level-7-font-size;
380
- @amsterdam-breadcrumb-spacious-line-height: @amsterdam-typography-spacious-text-level-7-line-height;
381
- @amsterdam-breadcrumb-spacious-font-size: @amsterdam-typography-spacious-text-level-7-font-size;
422
+ @amsterdam-button-compact-line-height: @amsterdam-typography-compact-text-level-5-line-height;
423
+ @amsterdam-button-compact-font-size: @amsterdam-typography-compact-text-level-5-font-size;
424
+ @amsterdam-button-spacious-line-height: @amsterdam-typography-spacious-text-level-5-line-height;
425
+ @amsterdam-button-spacious-font-size: @amsterdam-typography-spacious-text-level-5-font-size;
426
+ @amsterdam-breadcrumb-compact-line-height: @amsterdam-typography-compact-text-level-6-line-height;
427
+ @amsterdam-breadcrumb-compact-font-size: @amsterdam-typography-compact-text-level-6-font-size;
428
+ @amsterdam-breadcrumb-spacious-line-height: @amsterdam-typography-spacious-text-level-6-line-height;
429
+ @amsterdam-breadcrumb-spacious-font-size: @amsterdam-typography-spacious-text-level-6-font-size;
382
430
  @amsterdam-breadcrumb-item-link-hover-text-decoration-line: @amsterdam-link-appearance-subtle-hover-text-decoration-line;
383
431
  @amsterdam-breadcrumb-item-link-hover-color: @amsterdam-color-dark-blue;
384
432
  @amsterdam-breadcrumb-item-link-text-underline-offset: @amsterdam-link-appearance-text-underline-offset;
385
433
  @amsterdam-breadcrumb-item-link-text-decoration-thickness: @amsterdam-link-appearance-text-decoration-thickness;
386
434
  @amsterdam-breadcrumb-item-link-text-decoration-line: @amsterdam-link-appearance-subtle-text-decoration-line;
387
435
  @amsterdam-breadcrumb-item-link-outline-offset: @amsterdam-focus-outline-offset;
388
- @amsterdam-breadcrumb-separator-background-color: @amsterdam-color-primary-blue;
389
436
  @amsterdam-breadcrumb-font-weight: @amsterdam-typography-font-weight-normal;
390
437
  @amsterdam-breadcrumb-font-family: @amsterdam-typography-font-family;
391
438
  @amsterdam-blockquote-compact-line-height: @amsterdam-typography-compact-text-level-3-line-height;
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.2.0",
2
+ "version": "0.3.0",
3
3
  "author": "Community for NL Design System",
4
4
  "description": "Design tokens for components for the City of Amsterdam based on the NL Design System architecture",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
@@ -26,7 +26,7 @@
26
26
  "devDependencies": {
27
27
  "chokidar-cli": "3.0.0",
28
28
  "npm-run-all": "4.1.5",
29
- "style-dictionary": "3.9.0"
29
+ "style-dictionary": "3.9.1"
30
30
  },
31
- "gitHead": "de071558a849af9c0f7b1a442b255a1a42d78f2f"
31
+ "gitHead": "0201bd289e2eec2297f23d93959718f7235d76c4"
32
32
  }
@@ -10,7 +10,7 @@
10
10
  "text-level": {
11
11
  "0": {
12
12
  "font-size": { "value": "clamp(2.432rem, calc(2.683vw + 1.895rem), 4.578rem)" },
13
- "line-height": { "value": "1.1" }
13
+ "line-height": { "value": "1.15" }
14
14
  },
15
15
  "1": {
16
16
  "font-size": { "value": "clamp(2.084rem, calc(1.973vw + 1.69rem), 3.662rem)" },
@@ -18,25 +18,21 @@
18
18
  },
19
19
  "2": {
20
20
  "font-size": { "value": "clamp(1.786rem, calc(1.43vw + 1.5rem), 2.93rem)" },
21
- "line-height": { "value": "1.3" }
21
+ "line-height": { "value": "1.25" }
22
22
  },
23
23
  "3": {
24
24
  "font-size": { "value": "clamp(1.531rem, calc(1.016vw + 1.328rem), 2.344rem)" },
25
- "line-height": { "value": "1.4" }
25
+ "line-height": { "value": "1.3" }
26
26
  },
27
27
  "4": {
28
- "font-size": { "value": "clamp(1.313rem, calc(0.703vw + 1.173rem), 1.875rem)" },
29
- "line-height": { "value": "1.4" }
30
- },
31
- "5": {
32
28
  "font-size": { "value": "clamp(1.313rem, calc(0.703vw + 1.173rem), 1.875rem)" },
33
29
  "line-height": { "value": "1.5" }
34
30
  },
35
- "6": {
31
+ "5": {
36
32
  "font-size": { "value": "clamp(1.125rem, calc(0.469vw + 1.031rem), 1.5rem)" },
37
33
  "line-height": { "value": "1.6" }
38
34
  },
39
- "7": {
35
+ "6": {
40
36
  "font-size": { "value": "clamp(0.964rem, calc(0.295vw + 0.905rem), 1.2rem)" },
41
37
  "line-height": { "value": "1.6" }
42
38
  }
@@ -46,7 +42,7 @@
46
42
  "text-level": {
47
43
  "0": {
48
44
  "font-size": { "value": "clamp(1.891rem, calc(1.927vw + 1.506rem), 3.433rem)" },
49
- "line-height": { "value": "1.1" }
45
+ "line-height": { "value": "1.15" }
50
46
  },
51
47
  "1": {
52
48
  "font-size": { "value": "clamp(1.621rem, calc(1.408vw + 1.34rem), 2.747rem)" },
@@ -54,25 +50,21 @@
54
50
  },
55
51
  "2": {
56
52
  "font-size": { "value": "clamp(1.389rem, calc(1.01vw + 1.187rem), 2.197rem)" },
57
- "line-height": { "value": "1.3" }
53
+ "line-height": { "value": "1.25" }
58
54
  },
59
55
  "3": {
60
56
  "font-size": { "value": "clamp(1.191rem, calc(0.709vw + 1.049rem), 1.758rem)" },
61
- "line-height": { "value": "1.4" }
57
+ "line-height": { "value": "1.3" }
62
58
  },
63
59
  "4": {
64
- "font-size": { "value": "clamp(1.021rem, calc(0.481vw + 0.925rem), 1.406rem)" },
65
- "line-height": { "value": "1.4" }
66
- },
67
- "5": {
68
60
  "font-size": { "value": "clamp(1.021rem, calc(0.481vw + 0.925rem), 1.406rem)" },
69
61
  "line-height": { "value": "1.5" }
70
62
  },
71
- "6": {
63
+ "5": {
72
64
  "font-size": { "value": "clamp(0.875rem, calc(0.313vw + 0.813rem), 1.125rem)" },
73
65
  "line-height": { "value": "1.6" }
74
66
  },
75
- "7": {
67
+ "6": {
76
68
  "font-size": { "value": "clamp(0.75rem, calc(0.188vw + 0.713rem), 0.9rem)" },
77
69
  "line-height": { "value": "1.6" }
78
70
  }
@@ -1,15 +1,9 @@
1
1
  {
2
2
  "amsterdam": {
3
3
  "border-width": {
4
- "sm": {
5
- "value": "1px"
6
- },
7
- "md": {
8
- "value": "2px"
9
- },
10
- "lg": {
11
- "value": "3px"
12
- }
4
+ "sm": { "value": "1px" },
5
+ "md": { "value": "2px" },
6
+ "lg": { "value": "3px" }
13
7
  }
14
8
  }
15
9
  }
@@ -2,18 +2,10 @@
2
2
  "amsterdam": {
3
3
  "spacing": {
4
4
  "inset": {
5
- "sm": {
6
- "value": "0.5rem"
7
- },
8
- "md": {
9
- "value": "1rem"
10
- },
11
- "lg": {
12
- "value": "1.5rem"
13
- },
14
- "xl": {
15
- "value": "2.5rem"
16
- }
5
+ "sm": { "value": "0.5rem" },
6
+ "md": { "value": "1rem" },
7
+ "lg": { "value": "1.5rem" },
8
+ "xl": { "value": "2.5rem" }
17
9
  }
18
10
  }
19
11
  }
@@ -9,9 +9,7 @@
9
9
  "font-family": { "value": "{amsterdam.typography.font-family}" },
10
10
  "font-weight": { "value": "{amsterdam.typography.font-weight.bold}" },
11
11
  "hover": {
12
- "box-shadow": {
13
- "value": "inset 0 0 0 2px {amsterdam.color.neutral-grey3}"
14
- }
12
+ "box-shadow": { "value": "inset 0 0 0 2px {amsterdam.color.neutral-grey3}" }
15
13
  },
16
14
  "spacious": {
17
15
  "font-size": { "value": "{amsterdam.typography.spacious.text-level.5.font-size}" },
@@ -4,7 +4,9 @@
4
4
  "font-family": { "value": "{amsterdam.typography.font-family}" },
5
5
  "font-weight": { "value": "{amsterdam.typography.font-weight.normal}" },
6
6
  "separator": {
7
- "background-color": { "value": "{amsterdam.color.primary-blue}" }
7
+ "background-image": {
8
+ "value": "url(\"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'><path fill='%23000000' fill-rule='evenodd' d='m9.757 32-2.9-2.91L19.937 16 6.857 2.91 9.757 0l16 16z'/></svg>\")"
9
+ }
8
10
  },
9
11
  "item-link": {
10
12
  "color": { "value": "{amsterdam.link-appearance.color}" },
@@ -18,12 +20,12 @@
18
20
  }
19
21
  },
20
22
  "spacious": {
21
- "font-size": { "value": "{amsterdam.typography.spacious.text-level.7.font-size}" },
22
- "line-height": { "value": "{amsterdam.typography.spacious.text-level.7.line-height}" }
23
+ "font-size": { "value": "{amsterdam.typography.spacious.text-level.6.font-size}" },
24
+ "line-height": { "value": "{amsterdam.typography.spacious.text-level.6.line-height}" }
23
25
  },
24
26
  "compact": {
25
- "font-size": { "value": "{amsterdam.typography.compact.text-level.7.font-size}" },
26
- "line-height": { "value": "{amsterdam.typography.compact.text-level.7.line-height}" }
27
+ "font-size": { "value": "{amsterdam.typography.compact.text-level.6.font-size}" },
28
+ "line-height": { "value": "{amsterdam.typography.compact.text-level.6.line-height}" }
27
29
  }
28
30
  }
29
31
  }
@@ -2,38 +2,28 @@
2
2
  "amsterdam": {
3
3
  "button": {
4
4
  "spacious": {
5
- "font-size": { "value": "{amsterdam.typography.spacious.text-level.6.font-size}" },
6
- "line-height": { "value": "{amsterdam.typography.spacious.text-level.6.line-height}" }
5
+ "font-size": { "value": "{amsterdam.typography.spacious.text-level.5.font-size}" },
6
+ "line-height": { "value": "{amsterdam.typography.spacious.text-level.5.line-height}" }
7
7
  },
8
8
  "compact": {
9
- "font-size": { "value": "{amsterdam.typography.compact.text-level.6.font-size}" },
10
- "line-height": { "value": "{amsterdam.typography.compact.text-level.6.line-height}" }
9
+ "font-size": { "value": "{amsterdam.typography.compact.text-level.5.font-size}" },
10
+ "line-height": { "value": "{amsterdam.typography.compact.text-level.5.line-height}" }
11
11
  },
12
12
  "secondary": {
13
- "box-shadow": {
14
- "value": "inset 0 0 0 2px {amsterdam.color.primary-blue}"
15
- },
13
+ "box-shadow": { "value": "inset 0 0 0 2px {amsterdam.color.primary-blue}" },
16
14
  "hover": {
17
- "box-shadow": {
18
- "value": "inset 0 0 0 3px {amsterdam.color.dark-blue}"
19
- }
15
+ "box-shadow": { "value": "inset 0 0 0 3px {amsterdam.color.dark-blue}" }
20
16
  },
21
17
  "disabled": {
22
- "box-shadow": {
23
- "value": "inset 0 0 0 2px {amsterdam.color.neutral-grey2}"
24
- }
18
+ "box-shadow": { "value": "inset 0 0 0 2px {amsterdam.color.neutral-grey2}" }
25
19
  },
26
20
  "focus": {
27
- "box-shadow": {
28
- "value": "inset 0 0 0 2px {amsterdam.color.primary-blue}"
29
- }
21
+ "box-shadow": { "value": "inset 0 0 0 2px {amsterdam.color.primary-blue}" }
30
22
  }
31
23
  },
32
24
  "tertiary": {
33
25
  "hover": {
34
- "box-shadow": {
35
- "value": "inset 0 0 0 2px {amsterdam.color.neutral-grey3}"
36
- }
26
+ "box-shadow": { "value": "inset 0 0 0 2px {amsterdam.color.dark-blue}" }
37
27
  }
38
28
  }
39
29
  }