@amsterdam/design-system-tokens 0.15.0 → 1.0.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 (54) hide show
  1. package/CHANGELOG.md +61 -0
  2. package/LICENSE.md +2 -2
  3. package/README.md +4 -4
  4. package/dist/compact.css +3 -0
  5. package/dist/compact.d.ts +7 -0
  6. package/dist/compact.json +8 -1
  7. package/dist/compact.mjs +4 -0
  8. package/dist/compact.scss +3 -0
  9. package/dist/compact.theme.css +3 -0
  10. package/dist/index.css +239 -217
  11. package/dist/index.d.ts +292 -250
  12. package/dist/index.json +361 -319
  13. package/dist/index.mjs +293 -273
  14. package/dist/index.scss +231 -209
  15. package/dist/index.theme.css +239 -217
  16. package/package.json +3 -3
  17. package/src/brand/ams/focus.tokens.json +1 -1
  18. package/src/brand/ams/typography.compact.tokens.json +2 -1
  19. package/src/brand/ams/typography.tokens.json +1 -0
  20. package/src/components/ams/accordion.tokens.json +1 -0
  21. package/src/components/ams/alert.tokens.json +7 -8
  22. package/src/components/ams/avatar.tokens.json +10 -1
  23. package/src/components/ams/badge.tokens.json +1 -1
  24. package/src/components/ams/button.tokens.json +8 -12
  25. package/src/components/ams/card.tokens.json +8 -2
  26. package/src/components/ams/checkbox.tokens.json +57 -36
  27. package/src/components/ams/date-input.tokens.json +9 -8
  28. package/src/components/ams/dialog.tokens.json +25 -8
  29. package/src/components/ams/field-set.tokens.json +2 -1
  30. package/src/components/ams/file-input.tokens.json +8 -11
  31. package/src/components/ams/grid.tokens.json +6 -6
  32. package/src/components/ams/heading.tokens.json +1 -0
  33. package/src/components/ams/hint.tokens.json +1 -1
  34. package/src/components/ams/label.tokens.json +2 -1
  35. package/src/components/ams/link.tokens.json +8 -27
  36. package/src/components/ams/{footer.tokens.json → page-footer.tokens.json} +7 -1
  37. package/src/components/ams/page-header.compact.tokens.json +10 -0
  38. package/src/components/ams/{header.tokens.json → page-header.tokens.json} +10 -2
  39. package/src/components/ams/page-heading.tokens.json +1 -0
  40. package/src/components/ams/page.tokens.json +8 -0
  41. package/src/components/ams/password-input.tokens.json +7 -6
  42. package/src/components/ams/radio.tokens.json +0 -2
  43. package/src/components/ams/search-field.tokens.json +7 -4
  44. package/src/components/ams/select.tokens.json +11 -6
  45. package/src/components/ams/standalone-link.tokens.json +40 -0
  46. package/src/components/ams/switch.tokens.json +2 -2
  47. package/src/components/ams/tabs.tokens.json +3 -3
  48. package/src/components/ams/text-area.tokens.json +7 -6
  49. package/src/components/ams/text-input.tokens.json +7 -6
  50. package/src/components/ams/time-input.tokens.json +9 -8
  51. package/src/components/ams/mega-menu.tokens.json +0 -18
  52. package/src/components/ams/page-menu.tokens.json +0 -24
  53. package/src/components/ams/screen.tokens.json +0 -13
  54. package/src/components/ams/top-task-link.tokens.json +0 -29
package/dist/index.json CHANGED
@@ -57,7 +57,7 @@
57
57
  "interactive": "pointer"
58
58
  },
59
59
  "focus": {
60
- "outline-offset": "0.125rem"
60
+ "outline-offset": "0.25rem"
61
61
  },
62
62
  "space": {
63
63
  "xs": "clamp(0.2813rem, 0.2578rem + 0.1172vw, 0.375rem)",
@@ -119,7 +119,8 @@
119
119
  "font-size": "clamp(0.9643rem, calc(0.9054rem + 0.2946vw), 1.2rem)",
120
120
  "line-height": "1.3776"
121
121
  },
122
- "font-weight": "800"
122
+ "font-weight": "800",
123
+ "text-wrap": "balance"
123
124
  }
124
125
  },
125
126
  "links": {
@@ -160,9 +161,10 @@
160
161
  "font-weight": "800",
161
162
  "gap": "clamp(0.5625rem, 0.5156rem + 0.2344vw, 0.75rem)",
162
163
  "line-height": "1.2928",
163
- "outline-offset": "0.125rem",
164
+ "outline-offset": "0.25rem",
164
165
  "padding-block": "clamp(0.5625rem, 0.5156rem + 0.2344vw, 0.75rem)",
165
166
  "padding-inline": "0",
167
+ "text-wrap": "balance",
166
168
  "hover": {
167
169
  "color": "#003677"
168
170
  }
@@ -177,14 +179,13 @@
177
179
  },
178
180
  "alert": {
179
181
  "background-color": "#ffffff",
180
- "box-shadow": "inset 0 0 0 0.25rem #009de6",
181
- "forced-colors": {
182
- "border-width": "0.25rem"
183
- },
182
+ "border-color": "#009de6",
183
+ "border-style": "solid",
184
+ "border-width": "0.25rem",
184
185
  "severity-indicator": {
185
186
  "background-color": "#009de6",
186
187
  "padding-block": "clamp(1.125rem, 1.0313rem + 0.4688vw, 1.5rem)",
187
- "padding-inline": "clamp(0.2813rem, 0.2578rem + 0.1172vw, 0.375rem)"
188
+ "padding-inline": "clamp(0.5625rem, 0.5156rem + 0.2344vw, 0.75rem)"
188
189
  },
189
190
  "content": {
190
191
  "gap": "clamp(0.5625rem, 0.5156rem + 0.2344vw, 0.75rem)",
@@ -192,19 +193,19 @@
192
193
  "padding-inline": "clamp(1.125rem, 1.0313rem + 0.4688vw, 1.5rem)"
193
194
  },
194
195
  "error": {
195
- "box-shadow": "inset 0 0 0 0.25rem #ec0000",
196
+ "border-color": "#ec0000",
196
197
  "severity-indicator": {
197
198
  "background-color": "#ec0000"
198
199
  }
199
200
  },
200
201
  "success": {
201
- "box-shadow": "inset 0 0 0 0.25rem #00a03c",
202
+ "border-color": "#00a03c",
202
203
  "severity-indicator": {
203
204
  "background-color": "#00a03c"
204
205
  }
205
206
  },
206
207
  "warning": {
207
- "box-shadow": "inset 0 0 0 0.25rem #ff9100",
208
+ "border-color": "#ff9100",
208
209
  "severity-indicator": {
209
210
  "background-color": "#ff9100"
210
211
  }
@@ -213,6 +214,9 @@
213
214
  "avatar": {
214
215
  "aspect-ratio": "1 / 1",
215
216
  "background-color": "#a00078",
217
+ "border-color": "#a00078",
218
+ "border-style": "solid",
219
+ "border-width": "0.125rem",
216
220
  "color": "#ffffff",
217
221
  "font-family": "'Amsterdam Sans', Arial, sans-serif",
218
222
  "font-size": "clamp(0.9643rem, calc(0.9054rem + 0.2946vw), 1.2rem)",
@@ -225,26 +229,32 @@
225
229
  },
226
230
  "azure": {
227
231
  "background-color": "#009de6",
228
- "color": "#181818"
232
+ "border-color": "#009de6",
233
+ "color": "#ffffff"
229
234
  },
230
235
  "green": {
231
236
  "background-color": "#00a03c",
237
+ "border-color": "#00a03c",
232
238
  "color": "#ffffff"
233
239
  },
234
240
  "lime": {
235
241
  "background-color": "#bed200",
242
+ "border-color": "#bed200",
236
243
  "color": "#181818"
237
244
  },
238
245
  "magenta": {
239
246
  "background-color": "#e50082",
247
+ "border-color": "#e50082",
240
248
  "color": "#ffffff"
241
249
  },
242
250
  "orange": {
243
251
  "background-color": "#ff9100",
252
+ "border-color": "#ff9100",
244
253
  "color": "#181818"
245
254
  },
246
255
  "yellow": {
247
256
  "background-color": "#ffe600",
257
+ "border-color": "#ffe600",
248
258
  "color": "#181818"
249
259
  }
250
260
  },
@@ -258,7 +268,7 @@
258
268
  "padding-inline": "clamp(0.2813rem, 0.2578rem + 0.1172vw, 0.375rem)",
259
269
  "azure": {
260
270
  "background-color": "#009de6",
261
- "color": "#181818"
271
+ "color": "#ffffff"
262
272
  },
263
273
  "lime": {
264
274
  "background-color": "#bed200",
@@ -308,7 +318,7 @@
308
318
  },
309
319
  "link": {
310
320
  "color": "#004699",
311
- "outline-offset": "0.125rem",
321
+ "outline-offset": "0.25rem",
312
322
  "text-decoration-line": "none",
313
323
  "text-decoration-thickness": "0.125rem",
314
324
  "text-underline-offset": "0.3333em",
@@ -319,57 +329,53 @@
319
329
  }
320
330
  },
321
331
  "button": {
332
+ "border-style": "solid",
333
+ "border-width": "0.125rem",
322
334
  "cursor": "pointer",
323
335
  "font-family": "'Amsterdam Sans', Arial, sans-serif",
324
336
  "font-size": "clamp(1.125rem, calc(1.0313rem + 0.4688vw), 1.5rem)",
325
337
  "font-weight": "400",
326
338
  "line-height": "1.6667",
327
339
  "gap": "clamp(0.5625rem, 0.5156rem + 0.2344vw, 0.75rem)",
328
- "outline-offset": "0.125rem",
340
+ "outline-offset": "0.25rem",
329
341
  "padding-block": "clamp(0.5625rem, 0.5156rem + 0.2344vw, 0.75rem)",
330
342
  "padding-inline": "clamp(1.125rem, 1.0313rem + 0.4688vw, 1.5rem)",
331
343
  "disabled": {
332
344
  "cursor": "not-allowed"
333
345
  },
334
- "forced-color-mode": {
335
- "border": "0.125rem solid"
336
- },
337
346
  "primary": {
338
347
  "background-color": "#004699",
339
- "box-shadow": "inset 0 0 0 0.125rem #004699",
348
+ "border-color": "#004699",
340
349
  "color": "#ffffff",
341
350
  "disabled": {
342
351
  "background-color": "#767676",
343
- "box-shadow": "inset 0 0 0 0.125rem #767676"
352
+ "border-color": "#767676"
344
353
  },
345
354
  "hover": {
346
355
  "background-color": "#003677",
347
- "box-shadow": "inset 0 0 0 0.125rem #003677"
356
+ "border-color": "#003677"
348
357
  }
349
358
  },
350
359
  "secondary": {
351
360
  "background-color": "#ffffff",
352
361
  "color": "#004699",
353
- "box-shadow": "inset 0 0 0 0.125rem #004699",
354
362
  "hover": {
355
- "box-shadow": "inset 0 0 0 0.1875rem #003677",
363
+ "box-shadow": "inset 0 0 0 0.0625rem",
356
364
  "color": "#003677"
357
365
  },
358
366
  "disabled": {
359
- "background-color": "#ffffff",
360
- "box-shadow": "inset 0 0 0 0.125rem #767676",
361
367
  "color": "#767676"
362
368
  }
363
369
  },
364
370
  "tertiary": {
365
371
  "background-color": "transparent",
372
+ "border-color": "transparent",
366
373
  "color": "#004699",
367
374
  "hover": {
368
- "box-shadow": "inset 0 0 0 0.125rem #003677",
375
+ "border-color": "currentColor",
369
376
  "color": "#003677"
370
377
  },
371
378
  "disabled": {
372
- "background-color": "transparent",
373
379
  "color": "#767676"
374
380
  }
375
381
  },
@@ -379,9 +385,15 @@
379
385
  }
380
386
  },
381
387
  "card": {
382
- "gap": "clamp(0.5625rem, 0.5156rem + 0.2344vw, 0.75rem)",
388
+ "heading": {
389
+ "margin-block-end": "clamp(0.2813rem, 0.2578rem + 0.1172vw, 0.375rem)"
390
+ },
383
391
  "heading-group": {
384
- "gap": "clamp(0.5625rem, 0.5156rem + 0.2344vw, 0.75rem)"
392
+ "gap": "clamp(0.2813rem, 0.2578rem + 0.1172vw, 0.375rem)",
393
+ "margin-block-end": "clamp(0.2813rem, 0.2578rem + 0.1172vw, 0.375rem)"
394
+ },
395
+ "image": {
396
+ "margin-block-end": "clamp(0.5625rem, 0.5156rem + 0.2344vw, 0.75rem)"
385
397
  },
386
398
  "link": {
387
399
  "color": "#004699",
@@ -393,7 +405,7 @@
393
405
  "text-decoration-line": "underline"
394
406
  }
395
407
  },
396
- "outline-offset": "0.125rem"
408
+ "outline-offset": "0.25rem"
397
409
  },
398
410
  "character-count": {
399
411
  "color": "#181818",
@@ -413,63 +425,88 @@
413
425
  "font-weight": "400",
414
426
  "gap": "clamp(0.5625rem, 0.5156rem + 0.2344vw, 0.75rem)",
415
427
  "line-height": "1.6667",
416
- "outline-offset": "0.125rem",
417
- "checkmark": {
418
- "border-color": "#004699",
419
- "border-width": "0.125rem",
420
- "checked": {
421
- "background-color": "#004699",
422
- "background-image": "url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='%23ffffff'%3E%3Cpath fill-rule='evenodd' d='M12.216 27.016 0 14.168l2.91-2.77 9.346 9.837L29.129 4 32 6.8z'/%3E%3C/svg%3E\")",
428
+ "outline-offset": "0.25rem",
429
+ "checked-indicator": {
430
+ "stroke": "#ffffff"
431
+ },
432
+ "indeterminate-indicator": {
433
+ "stroke": "#ffffff"
434
+ },
435
+ "hover-indicator": {
436
+ "hover": {
437
+ "stroke": "#003677"
438
+ },
439
+ "invalid": {
423
440
  "hover": {
424
- "background-color": "#003677"
441
+ "stroke": "#b70000"
425
442
  }
426
- },
427
- "disabled": {
428
- "border-color": "#767676",
429
- "border-width": "0.125rem",
430
- "checked": {
431
- "background-color": "#767676",
443
+ }
444
+ },
445
+ "rectangle": {
446
+ "fill": "#ffffff",
447
+ "stroke": "#004699",
448
+ "checked": {
449
+ "fill": "#004699",
450
+ "disabled": {
451
+ "fill": "#767676",
432
452
  "hover": {
433
- "background-color": "#767676"
453
+ "fill": "#767676"
454
+ }
455
+ },
456
+ "hover": {
457
+ "fill": "#003677",
458
+ "disabled-invalid": {
459
+ "fill": "#767676"
434
460
  }
435
461
  },
436
- "indeterminate": {
437
- "background-color": "#767676",
462
+ "invalid": {
463
+ "fill": "#ec0000",
438
464
  "hover": {
439
- "background-color": "#767676"
465
+ "fill": "#b70000"
440
466
  }
441
467
  }
442
468
  },
469
+ "disabled": {
470
+ "stroke": "#767676"
471
+ },
443
472
  "hover": {
444
- "border-color": "#003677",
445
- "border-width": "0.1875rem"
473
+ "stroke": "#003677",
474
+ "disabled-invalid": {
475
+ "stroke": "#767676"
476
+ }
446
477
  },
447
- "invalid": {
448
- "border-color": "#ec0000",
449
- "checked": {
450
- "background-color": "#ec0000",
478
+ "indeterminate": {
479
+ "fill": "#004699",
480
+ "disabled": {
481
+ "fill": "#767676",
451
482
  "hover": {
452
- "background-color": "#b70000"
483
+ "fill": "#767676"
453
484
  }
454
485
  },
455
486
  "hover": {
456
- "border-color": "#b70000"
487
+ "fill": "#003677",
488
+ "disabled-invalid": {
489
+ "fill": "#767676"
490
+ }
457
491
  },
458
- "indeterminate": {
459
- "background-color": "#ec0000",
492
+ "invalid": {
493
+ "fill": "#ec0000",
460
494
  "hover": {
461
- "background-color": "#b70000"
495
+ "fill": "#b70000"
462
496
  }
463
497
  }
464
498
  },
465
- "indeterminate": {
466
- "background-color": "#004699",
467
- "background-image": "url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='white'%3E%3Cpath fill-rule='evenodd' d='M0 13.714h32v4H0z'/%3E%3C/svg%3E\")",
499
+ "invalid": {
500
+ "stroke": "#ec0000",
468
501
  "hover": {
469
- "background-color": "#003677"
502
+ "stroke": "#b70000"
470
503
  }
471
504
  }
472
505
  },
506
+ "icon-container": {
507
+ "block-size": "calc(clamp(1.125rem, calc(1.0313rem + 0.4688vw), 1.5rem) * 1.6667)",
508
+ "inline-size": "1.5rem"
509
+ },
473
510
  "disabled": {
474
511
  "cursor": "not-allowed",
475
512
  "color": "#767676"
@@ -490,13 +527,15 @@
490
527
  },
491
528
  "date-input": {
492
529
  "background-color": "#ffffff",
493
- "box-shadow": "inset 0 0 0 0.0625rem #181818",
530
+ "border-color": "currentColor",
531
+ "border-style": "solid",
532
+ "border-width": "0.125rem",
494
533
  "color": "#181818",
495
534
  "font-family": "'Amsterdam Sans', Arial, sans-serif",
496
535
  "font-size": "clamp(1.125rem, calc(1.0313rem + 0.4688vw), 1.5rem)",
497
536
  "font-weight": "400",
498
537
  "line-height": "1.6667",
499
- "outline-offset": "0.125rem",
538
+ "outline-offset": "0.25rem",
500
539
  "padding-block": "clamp(0.5625rem, 0.5156rem + 0.2344vw, 0.75rem)",
501
540
  "padding-inline": "clamp(1.125rem, 1.0313rem + 0.4688vw, 1.5rem)",
502
541
  "calender-picker-indicator": {
@@ -504,24 +543,23 @@
504
543
  "cursor": "pointer"
505
544
  },
506
545
  "disabled": {
507
- "background-color": "#ffffff",
508
- "box-shadow": "inset 0 0 0 0.0625rem #767676",
509
546
  "color": "#767676",
510
547
  "cursor": "not-allowed",
511
548
  "calender-picker-indicator": {
512
- "background-image": "url(\"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36' fill='%23BEBEBE'><path d='M28 6V2h-4v4H12V2H8v4H2v28h32V6zm2 24H6V14h24z'/><path d='M10 17h4v4h-4zm6 0h4v4h-4zm6 0h4v4h-4zm-12 6h4v4h-4zm6 0h4v4h-4z'/></svg>\")"
549
+ "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>\")"
513
550
  }
514
551
  },
515
552
  "hover": {
516
- "box-shadow": "inset 0 0 0 0.125rem #181818",
553
+ "box-shadow": "inset 0 0 0 0.0625rem",
517
554
  "calender-picker-indicator": {
518
- "background-image": "url(\"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36' fill='%23102E62'><path d='M28 6V2h-4v4H12V2H8v4H2v28h32V6zm2 24H6V14h24z'/><path d='M10 17h4v4h-4zm6 0h4v4h-4zm6 0h4v4h-4zm-12 6h4v4h-4zm6 0h4v4h-4z'/></svg>\")"
555
+ "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>\")"
519
556
  }
520
557
  },
521
558
  "invalid": {
522
- "box-shadow": "inset 0 0 0 0.0625rem #ec0000",
559
+ "border-color": "#ec0000",
523
560
  "hover": {
524
- "box-shadow": "inset 0 0 0 0.125rem #b70000"
561
+ "border-color": "#b70000",
562
+ "box-shadow": "inset 0 0 0 0.0625rem #b70000"
525
563
  }
526
564
  }
527
565
  },
@@ -554,26 +592,43 @@
554
592
  },
555
593
  "dialog": {
556
594
  "background-color": "#ffffff",
557
- "border": "0.125rem solid #ffffff",
595
+ "border-color": "#ffffff",
596
+ "border-style": "solid",
597
+ "border-width": "0.125rem",
558
598
  "gap": "clamp(1.125rem, 1.0313rem + 0.4688vw, 1.5rem)",
559
- "inline-size": "calc(100% - 2 * clamp(2.25rem, 1.9375rem + 1.5625vw, 3.5rem))",
560
- "max-block-size": "calc(100dvh - 2 * clamp(2.25rem, 1.9375rem + 1.5625vw, 3.5rem))",
599
+ "inline-size": "calc(100% - 2 * clamp(1.6875rem, 1.5469rem + 0.7031vw, 2.25rem))",
600
+ "max-block-size": "calc(100dvh - 2 * clamp(1.6875rem, 1.5469rem + 0.7031vw, 2.25rem))",
561
601
  "max-inline-size": "48rem",
602
+ "medium": {
603
+ "inline-size": "calc(100% - 2 * clamp(2.25rem, 1.9375rem + 1.5625vw, 3.5rem))",
604
+ "max-block-size": "calc(100dvh - 2 * clamp(2.25rem, 1.9375rem + 1.5625vw, 3.5rem))"
605
+ },
562
606
  "backdrop": {
563
607
  "background-color": "rgb(24 24 24 / 62.5%)"
564
608
  },
565
609
  "header": {
566
610
  "gap": "clamp(1.125rem, 1.0313rem + 0.4688vw, 1.5rem)",
567
- "padding-block": "clamp(2.25rem, 1.9375rem + 1.5625vw, 3.5rem) 0",
568
- "padding-inline": "clamp(2.8125rem, 2.2031rem + 3.0469vw, 5.25rem)"
611
+ "padding-block": "clamp(1.6875rem, 1.5469rem + 0.7031vw, 2.25rem) 0",
612
+ "padding-inline": "clamp(1.6875rem, 1.5469rem + 0.7031vw, 2.25rem)",
613
+ "medium": {
614
+ "padding-block": "clamp(2.25rem, 1.9375rem + 1.5625vw, 3.5rem) 0",
615
+ "padding-inline": "clamp(2.25rem, 1.9375rem + 1.5625vw, 3.5rem)"
616
+ }
569
617
  },
570
618
  "body": {
571
619
  "padding-block": "0",
572
- "padding-inline": "clamp(2.8125rem, 2.2031rem + 3.0469vw, 5.25rem)"
620
+ "padding-inline": "clamp(1.6875rem, 1.5469rem + 0.7031vw, 2.25rem)",
621
+ "medium": {
622
+ "padding-inline": "clamp(2.25rem, 1.9375rem + 1.5625vw, 3.5rem)"
623
+ }
573
624
  },
574
625
  "footer": {
575
- "padding-block": "0 clamp(2.25rem, 1.9375rem + 1.5625vw, 3.5rem)",
576
- "padding-inline": "clamp(2.8125rem, 2.2031rem + 3.0469vw, 5.25rem)"
626
+ "padding-block": "0 clamp(1.6875rem, 1.5469rem + 0.7031vw, 2.25rem)",
627
+ "padding-inline": "clamp(1.6875rem, 1.5469rem + 0.7031vw, 2.25rem)",
628
+ "medium": {
629
+ "padding-block": "0 clamp(2.25rem, 1.9375rem + 1.5625vw, 3.5rem)",
630
+ "padding-inline": "clamp(2.25rem, 1.9375rem + 1.5625vw, 3.5rem)"
631
+ }
577
632
  }
578
633
  },
579
634
  "error-message": {
@@ -595,7 +650,8 @@
595
650
  "font-size": "clamp(1.3125rem, calc(1.1719rem + 0.7031vw), 1.875rem)",
596
651
  "font-weight": "800",
597
652
  "line-height": "1.2928",
598
- "margin-block-end": "clamp(1.125rem, 1.0313rem + 0.4688vw, 1.5rem)"
653
+ "margin-block-end": "clamp(1.125rem, 1.0313rem + 0.4688vw, 1.5rem)",
654
+ "text-wrap": "balance"
599
655
  }
600
656
  },
601
657
  "field": {
@@ -620,14 +676,16 @@
620
676
  },
621
677
  "file-input": {
622
678
  "background-color": "#ffffff",
623
- "border": "0.0625rem dashed #181818",
679
+ "border-color": "currentColor",
680
+ "border-style": "dashed",
681
+ "border-width": "0.125rem",
624
682
  "color": "#181818",
625
683
  "cursor": "pointer",
626
684
  "font-family": "'Amsterdam Sans', Arial, sans-serif",
627
685
  "font-size": "clamp(1.125rem, calc(1.0313rem + 0.4688vw), 1.5rem)",
628
686
  "font-weight": "400",
629
687
  "line-height": "1.6667",
630
- "outline-offset": "calc(0.125rem * 2)",
688
+ "outline-offset": "0.25rem",
631
689
  "padding-block": "clamp(1.125rem, 1.0313rem + 0.4688vw, 1.5rem)",
632
690
  "padding-inline": "clamp(1.125rem, 1.0313rem + 0.4688vw, 1.5rem)",
633
691
  "disabled": {
@@ -636,23 +694,21 @@
636
694
  },
637
695
  "file-selector-button": {
638
696
  "background-color": "#ffffff",
639
- "box-shadow": "inset 0 0 0 0.125rem #004699",
697
+ "border-color": "currentColor",
698
+ "border-style": "solid",
699
+ "border-width": "0.125rem",
640
700
  "color": "#004699",
641
701
  "cursor": "pointer",
642
702
  "margin-inline-end": "clamp(1.125rem, 1.0313rem + 0.4688vw, 1.5rem)",
643
703
  "padding-block": "clamp(0.5625rem, 0.5156rem + 0.2344vw, 0.75rem)",
644
704
  "padding-inline": "clamp(1.125rem, 1.0313rem + 0.4688vw, 1.5rem)",
645
705
  "hover": {
646
- "box-shadow": "inset 0 0 0 0.1875rem #003677",
706
+ "box-shadow": "inset 0 0 0 0.0625rem",
647
707
  "color": "#003677"
648
708
  },
649
709
  "disabled": {
650
- "box-shadow": "inset 0 0 0 0.125rem #767676",
651
710
  "color": "#767676",
652
711
  "cursor": "not-allowed"
653
- },
654
- "forced-color-mode": {
655
- "border": "0.125rem solid"
656
712
  }
657
713
  }
658
714
  },
@@ -673,45 +729,19 @@
673
729
  }
674
730
  }
675
731
  },
676
- "footer": {
677
- "menu": {
678
- "column-gap": "clamp(1.6875rem, 1.5469rem + 0.7031vw, 2.25rem)",
679
- "padding-block": "clamp(1.6875rem, 1.5469rem + 0.7031vw, 2.25rem)",
680
- "padding-inline": "clamp(1.6875rem, 1.5469rem + 0.7031vw, 2.25rem)",
681
- "row-gap": "clamp(0.2813rem, 0.2578rem + 0.1172vw, 0.375rem)",
682
- "link": {
683
- "color": "#004699",
684
- "font-family": "'Amsterdam Sans', Arial, sans-serif",
685
- "font-size": "clamp(0.9643rem, calc(0.9054rem + 0.2946vw), 1.2rem)",
686
- "font-weight": "400",
687
- "line-height": "1.5152",
688
- "outline-offset": "0.125rem",
689
- "text-decoration-line": "none",
690
- "text-decoration-thickness": "0.125rem",
691
- "text-underline-offset": "0.3333em",
692
- "hover": {
693
- "color": "#003677",
694
- "text-decoration-line": "underline"
695
- }
696
- }
697
- },
698
- "spotlight": {
699
- "background-color": "#004699"
700
- }
701
- },
702
732
  "grid": {
703
733
  "column-count": "4",
704
734
  "column-gap": "clamp(2.25rem, 1.9375rem + 1.5625vw, 3.5rem)",
705
735
  "padding-block": {
706
- "s": "clamp(1.6875rem, 1.5469rem + 0.7031vw, 2.25rem)",
707
- "m": "clamp(2.25rem, 1.9375rem + 1.5625vw, 3.5rem)",
708
- "l": "clamp(2.8125rem, 2.2031rem + 3.0469vw, 5.25rem)"
736
+ "l": "clamp(1.6875rem, 1.5469rem + 0.7031vw, 2.25rem)",
737
+ "xl": "clamp(2.25rem, 1.9375rem + 1.5625vw, 3.5rem)",
738
+ "2xl": "clamp(2.8125rem, 2.2031rem + 3.0469vw, 5.25rem)"
709
739
  },
710
740
  "padding-inline": "clamp(1.6875rem, 1.5469rem + 0.7031vw, 2.25rem)",
711
741
  "row-gap": {
712
- "s": "clamp(1.6875rem, 1.5469rem + 0.7031vw, 2.25rem)",
713
- "m": "clamp(2.25rem, 1.9375rem + 1.5625vw, 3.5rem)",
714
- "l": "clamp(2.8125rem, 2.2031rem + 3.0469vw, 5.25rem)"
742
+ "l": "clamp(1.6875rem, 1.5469rem + 0.7031vw, 2.25rem)",
743
+ "xl": "clamp(2.25rem, 1.9375rem + 1.5625vw, 3.5rem)",
744
+ "2xl": "clamp(2.8125rem, 2.2031rem + 3.0469vw, 5.25rem)"
715
745
  },
716
746
  "medium": {
717
747
  "column-count": "8",
@@ -722,59 +752,6 @@
722
752
  "padding-inline": "clamp(2.8125rem, 2.2031rem + 3.0469vw, 5.25rem)"
723
753
  }
724
754
  },
725
- "header": {
726
- "font-family": "'Amsterdam Sans', Arial, sans-serif",
727
- "padding-block": "clamp(1.6875rem, 1.5469rem + 0.7031vw, 2.25rem)",
728
- "padding-inline": "clamp(1.6875rem, 1.5469rem + 0.7031vw, 2.25rem)",
729
- "logo-link": {
730
- "column-gap": "clamp(1.125rem, 1.0313rem + 0.4688vw, 1.5rem)",
731
- "outline-offset": "0.125rem"
732
- },
733
- "brand-name": {
734
- "color": "#181818",
735
- "font-size": "clamp(1.3125rem, calc(1.1719rem + 0.7031vw), 1.875rem)",
736
- "font-weight": "800"
737
- },
738
- "mega-menu": {
739
- "button": {
740
- "cursor": "pointer",
741
- "label": {
742
- "open": {
743
- "font-weight": "800"
744
- }
745
- }
746
- }
747
- },
748
- "menu": {
749
- "column-gap": "clamp(1.6875rem, 1.5469rem + 0.7031vw, 2.25rem)",
750
- "row-gap": "clamp(0.2813rem, 0.2578rem + 0.1172vw, 0.375rem)",
751
- "item": {
752
- "color": "#004699",
753
- "column-gap": "clamp(0.2813rem, 0.2578rem + 0.1172vw, 0.375rem)",
754
- "font-family": "'Amsterdam Sans', Arial, sans-serif",
755
- "font-size": "clamp(1.125rem, calc(1.0313rem + 0.4688vw), 1.5rem)",
756
- "font-weight": "400",
757
- "line-height": "1.6667",
758
- "outline-offset": "0.125rem",
759
- "padding-block": "clamp(0.2813rem, 0.2578rem + 0.1172vw, 0.375rem)",
760
- "hover": {
761
- "color": "#003677"
762
- }
763
- },
764
- "link": {
765
- "text-decoration-line": "none",
766
- "text-decoration-thickness": "0.125rem",
767
- "text-underline-offset": "0.3333em",
768
- "hover": {
769
- "text-decoration-line": "underline"
770
- }
771
- }
772
- },
773
- "navigation": {
774
- "column-gap": "clamp(1.6875rem, 1.5469rem + 0.7031vw, 2.25rem)",
775
- "row-gap": "clamp(0.5625rem, 0.5156rem + 0.2344vw, 0.75rem)"
776
- }
777
- },
778
755
  "heading": {
779
756
  "1": {
780
757
  "font-size": "clamp(2.0842rem, calc(1.6897rem + 1.9724vw), 3.6621rem)",
@@ -803,17 +780,18 @@
803
780
  "color": "#181818",
804
781
  "font-family": "'Amsterdam Sans', Arial, sans-serif",
805
782
  "font-weight": "800",
783
+ "text-wrap": "balance",
806
784
  "inverse": {
807
785
  "color": "#ffffff"
808
786
  }
809
787
  },
810
788
  "hint": {
811
- "color": "#767676"
789
+ "font-weight": "400"
812
790
  },
813
791
  "icon-button": {
814
792
  "color": "#004699",
815
793
  "cursor": "pointer",
816
- "outline-offset": "0.125rem",
794
+ "outline-offset": "0.25rem",
817
795
  "hover": {
818
796
  "background-color": "rgb(0 70 153 / 12.5%)",
819
797
  "color": "#003677"
@@ -880,7 +858,7 @@
880
858
  "gap": "clamp(0.2813rem, 0.2578rem + 0.1172vw, 0.375rem)",
881
859
  "scroller": {
882
860
  "gap": "clamp(0.2813rem, 0.2578rem + 0.1172vw, 0.375rem)",
883
- "outline-offset": "0.125rem"
861
+ "outline-offset": "0.25rem"
884
862
  },
885
863
  "thumbnails": {
886
864
  "gap": "clamp(0.2813rem, 0.2578rem + 0.1172vw, 0.375rem)",
@@ -888,7 +866,7 @@
888
866
  "background-color": "transparent",
889
867
  "cursor": "pointer",
890
868
  "opacity": "40%",
891
- "outline-offset": "0.125rem",
869
+ "outline-offset": "0.25rem",
892
870
  "in-view": {
893
871
  "opacity": "100%"
894
872
  },
@@ -902,14 +880,15 @@
902
880
  "aspect-ratio": "16 / 9"
903
881
  },
904
882
  "invalid-form-alert": {
905
- "outline-offset": "0.125rem"
883
+ "outline-offset": "0.25rem"
906
884
  },
907
885
  "label": {
908
886
  "color": "#181818",
909
887
  "font-family": "'Amsterdam Sans', Arial, sans-serif",
910
888
  "font-size": "clamp(1.3125rem, calc(1.1719rem + 0.7031vw), 1.875rem)",
911
889
  "font-weight": "800",
912
- "line-height": "1.2928"
890
+ "line-height": "1.2928",
891
+ "text-wrap": "balance"
913
892
  },
914
893
  "link-list": {
915
894
  "gap": "clamp(0.5625rem, 0.5156rem + 0.2344vw, 0.75rem)",
@@ -920,7 +899,7 @@
920
899
  "font-weight": "400",
921
900
  "gap": "clamp(0.5625rem, 0.5156rem + 0.2344vw, 0.75rem)",
922
901
  "line-height": "1.6667",
923
- "outline-offset": "0.125rem",
902
+ "outline-offset": "0.25rem",
924
903
  "text-decoration-line": "none",
925
904
  "text-decoration-thickness": "0.125rem",
926
905
  "text-underline-offset": "0.3333em",
@@ -952,32 +931,17 @@
952
931
  },
953
932
  "link": {
954
933
  "color": "#004699",
955
- "font-family": "'Amsterdam Sans', Arial, sans-serif",
934
+ "font-family": "inherit",
935
+ "font-size": "inherit",
956
936
  "font-weight": "400",
957
- "outline-offset": "0.125rem",
937
+ "line-height": "inherit",
938
+ "outline-offset": "0.25rem",
939
+ "text-decoration-thickness": "0.125rem",
940
+ "text-underline-offset": "0.3333em",
958
941
  "hover": {
959
- "color": "#003677"
960
- },
961
- "inline": {
962
- "text-decoration-thickness": "0.125rem",
963
- "text-underline-offset": "0.3333em",
964
- "font-family": "inherit",
965
- "font-size": "inherit",
966
- "line-height": "inherit",
967
- "hover": {
968
- "text-decoration-thickness": "0.1875rem",
969
- "text-underline-offset": "0.2778em"
970
- }
971
- },
972
- "standalone": {
973
- "font-size": "clamp(1.125rem, calc(1.0313rem + 0.4688vw), 1.5rem)",
974
- "line-height": "1.6667",
975
- "text-decoration-thickness": "0.125rem",
976
- "text-underline-offset": "0.3333em",
977
- "hover": {
978
- "text-decoration-thickness": "0.1875rem",
979
- "text-underline-offset": "0.2778em"
980
- }
942
+ "color": "#003677",
943
+ "text-decoration-thickness": "0.1875rem",
944
+ "text-underline-offset": "0.2778em"
981
945
  },
982
946
  "contrast": {
983
947
  "color": "#000000",
@@ -1008,14 +972,6 @@
1008
972
  "mark": {
1009
973
  "background-color": "#ffe600"
1010
974
  },
1011
- "mega-menu": {
1012
- "list-category": {
1013
- "column-gap": "clamp(2.25rem, 1.9375rem + 1.5625vw, 3.5rem)",
1014
- "column-width": "20rem",
1015
- "padding-block-start": "clamp(1.125rem, 1.0313rem + 0.4688vw, 1.5rem)",
1016
- "padding-block-end": "clamp(2.25rem, 1.9375rem + 1.5625vw, 3.5rem)"
1017
- }
1018
- },
1019
975
  "ordered-list": {
1020
976
  "color": "#181818",
1021
977
  "font-family": "'Amsterdam Sans', Arial, sans-serif",
@@ -1046,35 +1002,113 @@
1046
1002
  }
1047
1003
  }
1048
1004
  },
1005
+ "page-footer": {
1006
+ "menu": {
1007
+ "column-gap": "clamp(1.6875rem, 1.5469rem + 0.7031vw, 2.25rem)",
1008
+ "padding-block": "clamp(1.6875rem, 1.5469rem + 0.7031vw, 2.25rem)",
1009
+ "padding-inline": "clamp(1.6875rem, 1.5469rem + 0.7031vw, 2.25rem)",
1010
+ "row-gap": "clamp(0.2813rem, 0.2578rem + 0.1172vw, 0.375rem)",
1011
+ "medium": {
1012
+ "padding-inline": "clamp(2.25rem, 1.9375rem + 1.5625vw, 3.5rem)"
1013
+ },
1014
+ "wide": {
1015
+ "padding-inline": "clamp(2.8125rem, 2.2031rem + 3.0469vw, 5.25rem)"
1016
+ },
1017
+ "link": {
1018
+ "color": "#004699",
1019
+ "font-family": "'Amsterdam Sans', Arial, sans-serif",
1020
+ "font-size": "clamp(0.9643rem, calc(0.9054rem + 0.2946vw), 1.2rem)",
1021
+ "font-weight": "400",
1022
+ "line-height": "1.5152",
1023
+ "outline-offset": "0.25rem",
1024
+ "text-decoration-line": "none",
1025
+ "text-decoration-thickness": "0.125rem",
1026
+ "text-underline-offset": "0.3333em",
1027
+ "hover": {
1028
+ "color": "#003677",
1029
+ "text-decoration-line": "underline"
1030
+ }
1031
+ }
1032
+ },
1033
+ "spotlight": {
1034
+ "background-color": "#004699"
1035
+ }
1036
+ },
1037
+ "page-header": {
1038
+ "font-family": "'Amsterdam Sans', Arial, sans-serif",
1039
+ "padding-block": "clamp(1.6875rem, 1.5469rem + 0.7031vw, 2.25rem)",
1040
+ "padding-inline": "clamp(1.6875rem, 1.5469rem + 0.7031vw, 2.25rem)",
1041
+ "medium": {
1042
+ "padding-inline": "clamp(2.25rem, 1.9375rem + 1.5625vw, 3.5rem)"
1043
+ },
1044
+ "wide": {
1045
+ "padding-inline": "clamp(2.8125rem, 2.2031rem + 3.0469vw, 5.25rem)"
1046
+ },
1047
+ "logo-link": {
1048
+ "column-gap": "clamp(1.125rem, 1.0313rem + 0.4688vw, 1.5rem)",
1049
+ "outline-offset": "0.25rem"
1050
+ },
1051
+ "brand-name": {
1052
+ "color": "#181818",
1053
+ "font-size": "clamp(1.3125rem, calc(1.1719rem + 0.7031vw), 1.875rem)",
1054
+ "font-weight": "800",
1055
+ "line-height": "1.2928",
1056
+ "text-wrap": "balance"
1057
+ },
1058
+ "mega-menu": {
1059
+ "button": {
1060
+ "cursor": "pointer",
1061
+ "label": {
1062
+ "open": {
1063
+ "font-weight": "800"
1064
+ }
1065
+ }
1066
+ }
1067
+ },
1068
+ "menu": {
1069
+ "column-gap": "clamp(1.6875rem, 1.5469rem + 0.7031vw, 2.25rem)",
1070
+ "row-gap": "clamp(0.2813rem, 0.2578rem + 0.1172vw, 0.375rem)",
1071
+ "item": {
1072
+ "color": "#004699",
1073
+ "column-gap": "clamp(0.2813rem, 0.2578rem + 0.1172vw, 0.375rem)",
1074
+ "font-family": "'Amsterdam Sans', Arial, sans-serif",
1075
+ "font-size": "clamp(1.125rem, calc(1.0313rem + 0.4688vw), 1.5rem)",
1076
+ "font-weight": "400",
1077
+ "line-height": "1.6667",
1078
+ "outline-offset": "0.25rem",
1079
+ "padding-block": "clamp(0.2813rem, 0.2578rem + 0.1172vw, 0.375rem)",
1080
+ "hover": {
1081
+ "color": "#003677"
1082
+ }
1083
+ },
1084
+ "link": {
1085
+ "text-decoration-line": "none",
1086
+ "text-decoration-thickness": "0.125rem",
1087
+ "text-underline-offset": "0.3333em",
1088
+ "hover": {
1089
+ "text-decoration-line": "underline"
1090
+ }
1091
+ }
1092
+ },
1093
+ "navigation": {
1094
+ "column-gap": "clamp(1.6875rem, 1.5469rem + 0.7031vw, 2.25rem)",
1095
+ "row-gap": "clamp(0.5625rem, 0.5156rem + 0.2344vw, 0.75rem)"
1096
+ }
1097
+ },
1049
1098
  "page-heading": {
1050
1099
  "color": "#181818",
1051
1100
  "font-family": "'Amsterdam Sans', Arial, sans-serif",
1052
1101
  "font-size": "clamp(2.4316rem, calc(1.8951rem + 2.6826vw), 4.5776rem)",
1053
1102
  "font-weight": "800",
1054
1103
  "line-height": "1.1386",
1104
+ "text-wrap": "balance",
1055
1105
  "inverse": {
1056
1106
  "color": "#ffffff"
1057
1107
  }
1058
1108
  },
1059
- "page-menu": {
1060
- "column-gap": "clamp(2.25rem, 1.9375rem + 1.5625vw, 3.5rem)",
1061
- "row-gap": "clamp(1.125rem, 1.0313rem + 0.4688vw, 1.5rem)",
1062
- "item": {
1063
- "color": "#004699",
1064
- "font-family": "'Amsterdam Sans', Arial, sans-serif",
1065
- "font-size": "clamp(0.9643rem, calc(0.9054rem + 0.2946vw), 1.2rem)",
1066
- "font-weight": "400",
1067
- "gap": "clamp(0.5625rem, 0.5156rem + 0.2344vw, 0.75rem)",
1068
- "line-height": "1.5152",
1069
- "outline-offset": "0.125rem",
1070
- "text-decoration-line": "none",
1071
- "text-decoration-thickness": "0.125rem",
1072
- "text-underline-offset": "0.3333em",
1073
- "hover": {
1074
- "color": "#003677",
1075
- "text-decoration-line": "underline"
1076
- }
1077
- }
1109
+ "page": {
1110
+ "background-color": "#ffffff",
1111
+ "max-inline-size": "100rem"
1078
1112
  },
1079
1113
  "pagination": {
1080
1114
  "font-family": "'Amsterdam Sans', Arial, sans-serif",
@@ -1084,7 +1118,7 @@
1084
1118
  "link": {
1085
1119
  "color": "#004699",
1086
1120
  "gap": "clamp(0.2813rem, 0.2578rem + 0.1172vw, 0.375rem)",
1087
- "outline-offset": "0.125rem",
1121
+ "outline-offset": "0.25rem",
1088
1122
  "padding-inline": "clamp(0.5625rem, 0.5156rem + 0.2344vw, 0.75rem)",
1089
1123
  "text-decoration-line": "none",
1090
1124
  "text-decoration-thickness": "0.125rem",
@@ -1118,28 +1152,29 @@
1118
1152
  },
1119
1153
  "password-input": {
1120
1154
  "background-color": "#ffffff",
1121
- "box-shadow": "inset 0 0 0 0.0625rem #181818",
1155
+ "border-color": "currentColor",
1156
+ "border-style": "solid",
1157
+ "border-width": "0.125rem",
1122
1158
  "color": "#181818",
1123
1159
  "font-family": "'Amsterdam Sans', Arial, sans-serif",
1124
1160
  "font-size": "clamp(1.125rem, calc(1.0313rem + 0.4688vw), 1.5rem)",
1125
1161
  "font-weight": "400",
1126
1162
  "line-height": "1.6667",
1127
- "outline-offset": "0.125rem",
1163
+ "outline-offset": "0.25rem",
1128
1164
  "padding-block": "clamp(0.5625rem, 0.5156rem + 0.2344vw, 0.75rem)",
1129
1165
  "padding-inline": "clamp(1.125rem, 1.0313rem + 0.4688vw, 1.5rem)",
1130
1166
  "disabled": {
1131
- "background-color": "#ffffff",
1132
- "box-shadow": "inset 0 0 0 0.0625rem #767676",
1133
1167
  "color": "#767676",
1134
1168
  "cursor": "not-allowed"
1135
1169
  },
1136
1170
  "hover": {
1137
- "box-shadow": "inset 0 0 0 0.125rem #181818"
1171
+ "box-shadow": "inset 0 0 0 0.0625rem"
1138
1172
  },
1139
1173
  "invalid": {
1140
- "box-shadow": "inset 0 0 0 0.0625rem #ec0000",
1174
+ "border-color": "#ec0000",
1141
1175
  "hover": {
1142
- "box-shadow": "inset 0 0 0 0.125rem #b70000"
1176
+ "border-color": "#b70000",
1177
+ "box-shadow": "inset 0 0 0 0.0625rem #b70000"
1143
1178
  }
1144
1179
  },
1145
1180
  "placeholder": {
@@ -1154,7 +1189,7 @@
1154
1189
  "font-weight": "400",
1155
1190
  "gap": "clamp(0.5625rem, 0.5156rem + 0.2344vw, 0.75rem)",
1156
1191
  "line-height": "1.6667",
1157
- "outline-offset": "0.125rem",
1192
+ "outline-offset": "0.25rem",
1158
1193
  "text-decoration-thickness": "0.125rem",
1159
1194
  "text-underline-offset": "0.3333em",
1160
1195
  "checked-indicator": {
@@ -1179,7 +1214,6 @@
1179
1214
  }
1180
1215
  },
1181
1216
  "hover-indicator": {
1182
- "stroke-width": "3px",
1183
1217
  "hover": {
1184
1218
  "stroke": "#003677"
1185
1219
  },
@@ -1192,7 +1226,6 @@
1192
1226
  "circle": {
1193
1227
  "fill": "#ffffff",
1194
1228
  "stroke": "#004699",
1195
- "stroke-width": "2px",
1196
1229
  "disabled": {
1197
1230
  "stroke": "#767676"
1198
1231
  },
@@ -1234,25 +1267,18 @@
1234
1267
  "x-large": "clamp(2.25rem, 1.9375rem + 1.5625vw, 3.5rem)"
1235
1268
  }
1236
1269
  },
1237
- "screen": {
1238
- "background-color": "#ffffff",
1239
- "wide": {
1240
- "max-inline-size": "100rem"
1241
- },
1242
- "x-wide": {
1243
- "max-inline-size": "132rem"
1244
- }
1245
- },
1246
1270
  "search-field": {
1247
1271
  "input": {
1248
1272
  "background-color": "#ffffff",
1249
- "box-shadow": "inset 0 0 0 0.0625rem #181818",
1273
+ "border-color": "currentColor",
1274
+ "border-style": "solid",
1275
+ "border-width": "0.125rem",
1250
1276
  "color": "#181818",
1251
1277
  "font-family": "'Amsterdam Sans', Arial, sans-serif",
1252
1278
  "font-size": "clamp(1.125rem, calc(1.0313rem + 0.4688vw), 1.5rem)",
1253
1279
  "font-weight": "400",
1254
1280
  "line-height": "1.6667",
1255
- "outline-offset": "0.125rem",
1281
+ "outline-offset": "0.25rem",
1256
1282
  "padding-block": "clamp(0.5625rem, 0.5156rem + 0.2344vw, 0.75rem)",
1257
1283
  "padding-inline": "clamp(1.125rem, 1.0313rem + 0.4688vw, 1.5rem)",
1258
1284
  "cancel-button": {
@@ -1263,12 +1289,13 @@
1263
1289
  "inline-size": "clamp(1.125rem, calc(1.0313rem + 0.4688vw), 1.5rem)"
1264
1290
  },
1265
1291
  "hover": {
1266
- "box-shadow": "inset 0 0 0 0.125rem #181818"
1292
+ "box-shadow": "inset 0 0 0 0.0625rem"
1267
1293
  },
1268
1294
  "invalid": {
1269
- "box-shadow": "inset 0 0 0 0.0625rem #ec0000",
1295
+ "border-color": "#ec0000",
1270
1296
  "hover": {
1271
- "box-shadow": "inset 0 0 0 0.125rem #b70000"
1297
+ "border-color": "#b70000",
1298
+ "box-shadow": "inset 0 0 0 0.0625rem #b70000"
1272
1299
  }
1273
1300
  },
1274
1301
  "placeholder": {
@@ -1280,28 +1307,31 @@
1280
1307
  "background-color": "#ffffff",
1281
1308
  "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>\")",
1282
1309
  "background-position": "right clamp(1.125rem, 1.0313rem + 0.4688vw, 1.5rem) center",
1283
- "box-shadow": "inset 0 0 0 0.0625rem #181818",
1310
+ "border-color": "currentColor",
1311
+ "border-style": "solid",
1312
+ "border-width": "0.125rem",
1284
1313
  "color": "#181818",
1285
1314
  "font-family": "'Amsterdam Sans', Arial, sans-serif",
1286
1315
  "font-size": "clamp(1.125rem, calc(1.0313rem + 0.4688vw), 1.5rem)",
1287
1316
  "font-weight": "400",
1288
1317
  "line-height": "1.6667",
1289
- "outline-offset": "0.125rem",
1318
+ "outline-offset": "0.25rem",
1290
1319
  "padding-block": "clamp(0.5625rem, 0.5156rem + 0.2344vw, 0.75rem)",
1291
1320
  "padding-inline": "clamp(1.125rem, 1.0313rem + 0.4688vw, 1.5rem) calc(2 * clamp(1.125rem, 1.0313rem + 0.4688vw, 1.5rem) + 1em)",
1292
1321
  "disabled": {
1293
- "background-image": "url(\"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'><path fill='%23BEBEBE' fill-rule='evenodd' d='m16 25.757-16-16 2.91-2.9L16 19.937l13.09-13.08 2.91 2.9z'/></svg>\")",
1294
- "box-shadow": "inset 0 0 0 0.0625rem #767676",
1322
+ "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>\")",
1295
1323
  "color": "#767676",
1296
1324
  "cursor": "not-allowed"
1297
1325
  },
1298
1326
  "hover": {
1299
- "box-shadow": "inset 0 0 0 0.125rem #181818"
1327
+ "box-shadow": "inset 0 0 0 0.0625rem",
1328
+ "background-image": "url(\"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'><path fill='%23003677' fill-rule='evenodd' d='m16 25.757-16-16 2.91-2.9L16 19.937l13.09-13.08 2.91 2.9z'/></svg>\")"
1300
1329
  },
1301
1330
  "invalid": {
1302
- "box-shadow": "inset 0 0 0 0.0625rem #ec0000",
1331
+ "border-color": "#ec0000",
1303
1332
  "hover": {
1304
- "box-shadow": "inset 0 0 0 0.125rem #b70000"
1333
+ "border-color": "#b70000",
1334
+ "box-shadow": "inset 0 0 0 0.0625rem #b70000"
1305
1335
  }
1306
1336
  },
1307
1337
  "option": {
@@ -1317,7 +1347,7 @@
1317
1347
  "font-size": "clamp(0.9643rem, calc(0.9054rem + 0.2946vw), 1.2rem)",
1318
1348
  "font-weight": "400",
1319
1349
  "line-height": "1.5152",
1320
- "outline-offset": "0.125rem",
1350
+ "outline-offset": "0.25rem",
1321
1351
  "padding-block": "clamp(0.5625rem, 0.5156rem + 0.2344vw, 0.75rem)",
1322
1352
  "padding-inline": "clamp(1.125rem, 1.0313rem + 0.4688vw, 1.5rem)",
1323
1353
  "hover": {
@@ -1345,15 +1375,49 @@
1345
1375
  "background-color": "#ffe600"
1346
1376
  }
1347
1377
  },
1378
+ "standalone-link": {
1379
+ "color": "#004699",
1380
+ "column-gap": "clamp(0.5625rem, 0.5156rem + 0.2344vw, 0.75rem)",
1381
+ "font-family": "'Amsterdam Sans', Arial, sans-serif",
1382
+ "font-size": "clamp(1.125rem, calc(1.0313rem + 0.4688vw), 1.5rem)",
1383
+ "font-weight": "400",
1384
+ "line-height": "1.6667",
1385
+ "outline-offset": "0.25rem",
1386
+ "text-decoration-thickness": "0.125rem",
1387
+ "text-underline-offset": "0.3333em",
1388
+ "contrast": {
1389
+ "color": "#000000",
1390
+ "hover": {
1391
+ "color": "#000000"
1392
+ }
1393
+ },
1394
+ "hover": {
1395
+ "color": "#003677",
1396
+ "text-decoration-thickness": "0.1875rem",
1397
+ "text-underline-offset": "0.2778em"
1398
+ },
1399
+ "inverse": {
1400
+ "color": "#ffffff",
1401
+ "hover": {
1402
+ "color": "#ffffff"
1403
+ }
1404
+ },
1405
+ "with-icon": {
1406
+ "text-decoration-line": "none",
1407
+ "hover": {
1408
+ "text-decoration-line": "underline"
1409
+ }
1410
+ }
1411
+ },
1348
1412
  "switch": {
1349
1413
  "background-color": "#767676",
1350
1414
  "cursor": "pointer",
1351
- "outline-offset": "0.125rem",
1415
+ "outline-offset": "0.25rem",
1352
1416
  "inline-size": "3.5rem",
1353
1417
  "thumb": {
1354
1418
  "background-color": "#ffffff",
1355
- "inline-size": "1.75rem",
1356
1419
  "block-size": "1.75rem",
1420
+ "inline-size": "1.75rem",
1357
1421
  "hover": {
1358
1422
  "box-shadow": "0 0 0 0.125rem #003677",
1359
1423
  "color": "#003677"
@@ -1375,7 +1439,7 @@
1375
1439
  "line-height": "1.6667",
1376
1440
  "link": {
1377
1441
  "color": "#004699",
1378
- "outline-offset": "0.125rem",
1442
+ "outline-offset": "0.25rem",
1379
1443
  "text-decoration-line": "none",
1380
1444
  "text-decoration-thickness": "0.125rem",
1381
1445
  "text-underline-offset": "0.3333em",
@@ -1427,12 +1491,12 @@
1427
1491
  "font-size": "clamp(1.125rem, calc(1.0313rem + 0.4688vw), 1.5rem)",
1428
1492
  "font-weight": "400",
1429
1493
  "line-height": "1.6667",
1430
- "outline-offset": "-0.25rem",
1494
+ "outline-offset": "calc(0.25rem * -1)",
1431
1495
  "padding-block": "clamp(0.5625rem, 0.5156rem + 0.2344vw, 0.75rem)",
1432
1496
  "padding-inline": "clamp(1.125rem, 1.0313rem + 0.4688vw, 1.5rem)",
1433
1497
  "hover": {
1434
- "color": "#003677",
1435
- "box-shadow": "inset 0 calc(0.125rem * -1)"
1498
+ "box-shadow": "inset 0 calc(0.125rem * -1)",
1499
+ "color": "#003677"
1436
1500
  },
1437
1501
  "selected": {
1438
1502
  "box-shadow": "inset 0 calc(0.25rem * -1)",
@@ -1446,29 +1510,30 @@
1446
1510
  },
1447
1511
  "text-area": {
1448
1512
  "background-color": "#ffffff",
1449
- "box-shadow": "inset 0 0 0 0.0625rem #181818",
1513
+ "border-color": "currentColor",
1514
+ "border-style": "solid",
1515
+ "border-width": "0.125rem",
1450
1516
  "color": "#181818",
1451
1517
  "font-family": "'Amsterdam Sans', Arial, sans-serif",
1452
1518
  "font-size": "clamp(1.125rem, calc(1.0313rem + 0.4688vw), 1.5rem)",
1453
1519
  "font-weight": "400",
1454
1520
  "line-height": "1.6667",
1455
1521
  "min-block-size": "calc(1.6667 * 1em + 2 * clamp(0.5625rem, 0.5156rem + 0.2344vw, 0.75rem))",
1456
- "outline-offset": "0.125rem",
1522
+ "outline-offset": "0.25rem",
1457
1523
  "padding-block": "clamp(0.5625rem, 0.5156rem + 0.2344vw, 0.75rem)",
1458
1524
  "padding-inline": "clamp(1.125rem, 1.0313rem + 0.4688vw, 1.5rem)",
1459
1525
  "disabled": {
1460
- "background-color": "#ffffff",
1461
- "box-shadow": "inset 0 0 0 0.0625rem #767676",
1462
1526
  "color": "#767676",
1463
1527
  "cursor": "not-allowed"
1464
1528
  },
1465
1529
  "hover": {
1466
- "box-shadow": "inset 0 0 0 0.125rem #181818"
1530
+ "box-shadow": "inset 0 0 0 0.0625rem"
1467
1531
  },
1468
1532
  "invalid": {
1469
- "box-shadow": "inset 0 0 0 0.0625rem #ec0000",
1533
+ "border-color": "#ec0000",
1470
1534
  "hover": {
1471
- "box-shadow": "inset 0 0 0 0.125rem #b70000"
1535
+ "border-color": "#b70000",
1536
+ "box-shadow": "inset 0 0 0 0.0625rem #b70000"
1472
1537
  }
1473
1538
  },
1474
1539
  "placeholder": {
@@ -1477,28 +1542,29 @@
1477
1542
  },
1478
1543
  "text-input": {
1479
1544
  "background-color": "#ffffff",
1480
- "box-shadow": "inset 0 0 0 0.0625rem #181818",
1545
+ "border-color": "currentColor",
1546
+ "border-style": "solid",
1547
+ "border-width": "0.125rem",
1481
1548
  "color": "#181818",
1482
1549
  "font-family": "'Amsterdam Sans', Arial, sans-serif",
1483
1550
  "font-size": "clamp(1.125rem, calc(1.0313rem + 0.4688vw), 1.5rem)",
1484
1551
  "font-weight": "400",
1485
1552
  "line-height": "1.6667",
1486
- "outline-offset": "0.125rem",
1553
+ "outline-offset": "0.25rem",
1487
1554
  "padding-block": "clamp(0.5625rem, 0.5156rem + 0.2344vw, 0.75rem)",
1488
1555
  "padding-inline": "clamp(1.125rem, 1.0313rem + 0.4688vw, 1.5rem)",
1489
1556
  "disabled": {
1490
- "background-color": "#ffffff",
1491
- "box-shadow": "inset 0 0 0 0.0625rem #767676",
1492
1557
  "color": "#767676",
1493
1558
  "cursor": "not-allowed"
1494
1559
  },
1495
1560
  "hover": {
1496
- "box-shadow": "inset 0 0 0 0.125rem #181818"
1561
+ "box-shadow": "inset 0 0 0 0.0625rem"
1497
1562
  },
1498
1563
  "invalid": {
1499
- "box-shadow": "inset 0 0 0 0.0625rem #ec0000",
1564
+ "border-color": "#ec0000",
1500
1565
  "hover": {
1501
- "box-shadow": "inset 0 0 0 0.125rem #b70000"
1566
+ "border-color": "#b70000",
1567
+ "box-shadow": "inset 0 0 0 0.0625rem #b70000"
1502
1568
  }
1503
1569
  },
1504
1570
  "placeholder": {
@@ -1507,13 +1573,15 @@
1507
1573
  },
1508
1574
  "time-input": {
1509
1575
  "background-color": "#ffffff",
1510
- "box-shadow": "inset 0 0 0 0.0625rem #181818",
1576
+ "border-color": "currentColor",
1577
+ "border-style": "solid",
1578
+ "border-width": "0.125rem",
1511
1579
  "color": "#181818",
1512
1580
  "font-family": "'Amsterdam Sans', Arial, sans-serif",
1513
1581
  "font-size": "clamp(1.125rem, calc(1.0313rem + 0.4688vw), 1.5rem)",
1514
1582
  "font-weight": "400",
1515
1583
  "line-height": "1.6667",
1516
- "outline-offset": "0.125rem",
1584
+ "outline-offset": "0.25rem",
1517
1585
  "padding-block": "clamp(0.5625rem, 0.5156rem + 0.2344vw, 0.75rem)",
1518
1586
  "padding-inline": "clamp(1.125rem, 1.0313rem + 0.4688vw, 1.5rem)",
1519
1587
  "calender-picker-indicator": {
@@ -1521,52 +1589,26 @@
1521
1589
  "cursor": "pointer"
1522
1590
  },
1523
1591
  "disabled": {
1524
- "background-color": "#ffffff",
1525
- "box-shadow": "inset 0 0 0 0.0625rem #767676",
1526
1592
  "color": "#767676",
1527
1593
  "cursor": "not-allowed",
1528
1594
  "calender-picker-indicator": {
1529
- "background-image": "url(\"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='%23BEBEBE'><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>\")"
1595
+ "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>\")"
1530
1596
  }
1531
1597
  },
1532
1598
  "hover": {
1533
- "box-shadow": "inset 0 0 0 0.125rem #181818",
1599
+ "box-shadow": "inset 0 0 0 0.0625rem",
1534
1600
  "calender-picker-indicator": {
1535
- "background-image": "url(\"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='%23102E62'><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>\")"
1601
+ "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>\")"
1536
1602
  }
1537
1603
  },
1538
1604
  "invalid": {
1539
- "box-shadow": "inset 0 0 0 0.0625rem #ec0000",
1605
+ "border-color": "#ec0000",
1540
1606
  "hover": {
1541
- "box-shadow": "inset 0 0 0 0.125rem #b70000"
1607
+ "border-color": "#b70000",
1608
+ "box-shadow": "inset 0 0 0 0.0625rem #b70000"
1542
1609
  }
1543
1610
  }
1544
1611
  },
1545
- "top-task-link": {
1546
- "gap": "clamp(0.5625rem, 0.5156rem + 0.2344vw, 0.75rem)",
1547
- "description": {
1548
- "color": "#181818",
1549
- "font-family": "'Amsterdam Sans', Arial, sans-serif",
1550
- "font-size": "clamp(0.9643rem, calc(0.9054rem + 0.2946vw), 1.2rem)",
1551
- "font-weight": "400",
1552
- "line-height": "1.5152"
1553
- },
1554
- "label": {
1555
- "color": "#004699",
1556
- "font-family": "'Amsterdam Sans', Arial, sans-serif",
1557
- "font-size": "clamp(1.3125rem, calc(1.1719rem + 0.7031vw), 1.875rem)",
1558
- "font-weight": "800",
1559
- "line-height": "1.2928",
1560
- "text-decoration-line": "none",
1561
- "text-decoration-thickness": "0.125rem",
1562
- "text-underline-offset": "0.3333em",
1563
- "hover": {
1564
- "color": "#003677",
1565
- "text-decoration-line": "underline"
1566
- }
1567
- },
1568
- "outline-offset": "0.125rem"
1569
- },
1570
1612
  "unordered-list": {
1571
1613
  "color": "#181818",
1572
1614
  "font-family": "'Amsterdam Sans', Arial, sans-serif",