@amsterdam/design-system-tokens 3.2.0 → 3.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (51) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/dist/compact.css +2 -0
  3. package/dist/compact.d.ts +4 -0
  4. package/dist/compact.json +5 -1
  5. package/dist/compact.mjs +2 -0
  6. package/dist/compact.scss +2 -0
  7. package/dist/compact.theme.css +2 -0
  8. package/dist/index.css +103 -88
  9. package/dist/index.d.ts +194 -169
  10. package/dist/index.json +249 -224
  11. package/dist/index.mjs +179 -169
  12. package/dist/index.scss +103 -88
  13. package/dist/index.theme.css +103 -88
  14. package/package.json +2 -2
  15. package/src/brand/ams/border.compact.tokens.json +20 -0
  16. package/src/brand/ams/border.tokens.json +20 -0
  17. package/src/brand/ams/color.tokens.json +5 -0
  18. package/src/brand/ams/typography.compact.tokens.json +18 -0
  19. package/src/brand/ams/typography.tokens.json +35 -3
  20. package/src/components/ams/accordion.tokens.json +38 -0
  21. package/src/components/ams/checkbox.tokens.json +40 -0
  22. package/src/components/ams/date-input.tokens.json +28 -0
  23. package/src/components/ams/description-list.tokens.json +29 -2
  24. package/src/components/ams/field-set.tokens.json +8 -0
  25. package/src/components/ams/field.tokens.json +8 -0
  26. package/src/components/ams/file-input.tokens.json +1 -0
  27. package/src/components/ams/icon.tokens.json +16 -0
  28. package/src/components/ams/menu.tokens.json +28 -0
  29. package/src/components/ams/page-header.tokens.json +1 -1
  30. package/src/components/ams/{page-heading.deprecated.tokens.json → page-heading.tokens.json} +7 -7
  31. package/src/components/ams/progress-list.tokens.json +51 -0
  32. package/src/components/ams/select.tokens.json +2 -0
  33. package/src/components/ams/standalone-link.tokens.json +30 -0
  34. package/src/components/ams/switch.tokens.json +17 -1
  35. package/src/components/ams/table-of-contents.tokens.json +21 -0
  36. package/src/components/ams/tabs.tokens.json +3 -3
  37. package/src/components/ams/text-input.tokens.json +2 -0
  38. package/src/components/ams/time-input.tokens.json +30 -0
  39. package/src/brand/ams/color.deprecated.tokens.json +0 -13
  40. package/src/brand/ams/typography.deprecated.compact.tokens.json +0 -26
  41. package/src/brand/ams/typography.deprecated.tokens.json +0 -40
  42. package/src/components/ams/accordion.deprecated.tokens.json +0 -39
  43. package/src/components/ams/checkbox.deprecated.tokens.json +0 -59
  44. package/src/components/ams/date-input.deprecated.tokens.json +0 -38
  45. package/src/components/ams/field-set.deprecated.tokens.json +0 -16
  46. package/src/components/ams/field.deprecated.tokens.json +0 -14
  47. package/src/components/ams/icon.deprecated.tokens.json +0 -22
  48. package/src/components/ams/menu.deprecated.tokens.json +0 -36
  49. package/src/components/ams/standalone-link.deprecated.tokens.json +0 -38
  50. package/src/components/ams/table-of-contents.deprecated.tokens.json +0 -24
  51. package/src/components/ams/time-input.deprecated.tokens.json +0 -38
package/dist/index.json CHANGED
@@ -13,22 +13,14 @@
13
13
  "s": "0.0625rem",
14
14
  "m": "0.125rem",
15
15
  "l": "0.1875rem",
16
- "xl": "0.25rem"
16
+ "xl": "0.25rem",
17
+ "negative": {
18
+ "m": "-0.125rem",
19
+ "xl": "-0.25rem"
20
+ }
17
21
  }
18
22
  },
19
23
  "color": {
20
- "interactive": {
21
- "secondary": "#202020",
22
- "contrast": "#202020",
23
- "default": "#004699",
24
- "disabled": "#767676",
25
- "hover": "#003677",
26
- "invalid": {
27
- "default": "#ec0000",
28
- "hover": "#b70000"
29
- },
30
- "inverse": "#ffffff"
31
- },
32
24
  "background": "#ffffff",
33
25
  "feedback": {
34
26
  "error": "#ec0000",
@@ -45,6 +37,18 @@
45
37
  "purple": "#a00078",
46
38
  "yellow": "#ffe600"
47
39
  },
40
+ "interactive": {
41
+ "contrast": "#202020",
42
+ "default": "#004699",
43
+ "disabled": "#767676",
44
+ "hover": "#003677",
45
+ "invalid": {
46
+ "default": "#ec0000",
47
+ "hover": "#b70000"
48
+ },
49
+ "inverse": "#ffffff",
50
+ "secondary": "#202020"
51
+ },
48
52
  "progress": {
49
53
  "current": "#00893c",
50
54
  "completed": "#00893c",
@@ -73,6 +77,28 @@
73
77
  "2xl": "clamp(3rem, 2.25rem + 3.75vw, 5.625rem)"
74
78
  },
75
79
  "typography": {
80
+ "font-family": "'Amsterdam Sans', Arial, sans-serif",
81
+ "hyphenate-limit-chars": "auto",
82
+ "body-text": {
83
+ "font-size": "clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem)",
84
+ "font-weight": "400",
85
+ "line-height": "1.6",
86
+ "bold": {
87
+ "font-weight": "800"
88
+ },
89
+ "small": {
90
+ "font-size": "1rem",
91
+ "line-height": "1.5"
92
+ },
93
+ "large": {
94
+ "font-size": "clamp(1.3125rem, 1.2411rem + 0.3571vw, 1.5625rem)",
95
+ "line-height": "1.5"
96
+ },
97
+ "x-large": {
98
+ "font-size": "clamp(1.5rem, 1.3571rem + 0.7143vw, 2rem)",
99
+ "line-height": "1.4"
100
+ }
101
+ },
76
102
  "heading": {
77
103
  "0": {
78
104
  "font-size": "clamp(2.435rem, 2.0409rem + 1.9709vw, 3.8147rem)",
@@ -104,28 +130,6 @@
104
130
  },
105
131
  "font-weight": "800",
106
132
  "text-wrap": "balance"
107
- },
108
- "font-family": "'Amsterdam Sans', Arial, sans-serif",
109
- "hyphenate-limit-chars": "auto",
110
- "body-text": {
111
- "font-size": "clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem)",
112
- "font-weight": "400",
113
- "line-height": "1.8",
114
- "bold": {
115
- "font-weight": "800"
116
- },
117
- "small": {
118
- "font-size": "1rem",
119
- "line-height": "1.6"
120
- },
121
- "large": {
122
- "font-size": "clamp(1.3125rem, 1.2411rem + 0.3571vw, 1.5625rem)",
123
- "line-height": "1.6"
124
- },
125
- "x-large": {
126
- "font-size": "clamp(1.5rem, 1.3571rem + 0.7143vw, 2rem)",
127
- "line-height": "1.4"
128
- }
129
133
  }
130
134
  },
131
135
  "inputs": {
@@ -187,6 +191,7 @@
187
191
  }
188
192
  },
189
193
  "accordion": {
194
+ "gap": "clamp(0.5rem, 0.4286rem + 0.3571vw, 0.75rem)",
190
195
  "button": {
191
196
  "font-family": "'Amsterdam Sans', Arial, sans-serif",
192
197
  "font-size": "clamp(1.3125rem, 1.2411rem + 0.3571vw, 1.5625rem)",
@@ -206,8 +211,7 @@
206
211
  "panel": {
207
212
  "padding-block": "0",
208
213
  "padding-inline": "0"
209
- },
210
- "gap": "clamp(0.5rem, 0.4286rem + 0.3571vw, 0.75rem)"
214
+ }
211
215
  },
212
216
  "action-group": {
213
217
  "gap": "clamp(1rem, 0.8571rem + 0.7143vw, 1.5rem)"
@@ -256,7 +260,7 @@
256
260
  "font-family": "'Amsterdam Sans', Arial, sans-serif",
257
261
  "font-size": "1rem",
258
262
  "font-weight": "400",
259
- "line-height": "1.6",
263
+ "line-height": "1.5",
260
264
  "padding-block": "clamp(0.25rem, 0.2143rem + 0.1786vw, 0.375rem)",
261
265
  "padding-inline": "clamp(0.25rem, 0.2143rem + 0.1786vw, 0.375rem)",
262
266
  "forced-colors": {
@@ -300,7 +304,7 @@
300
304
  "font-size": "clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem)",
301
305
  "font-weight": "800",
302
306
  "gap": "clamp(0.25rem, 0.2143rem + 0.1786vw, 0.375rem)",
303
- "line-height": "1.8",
307
+ "line-height": "1.6",
304
308
  "padding-inline": "clamp(0.25rem, 0.2143rem + 0.1786vw, 0.375rem)",
305
309
  "azure": {
306
310
  "background-color": "#009de6",
@@ -345,7 +349,7 @@
345
349
  "font-family": "'Amsterdam Sans', Arial, sans-serif",
346
350
  "font-size": "clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem)",
347
351
  "font-weight": "400",
348
- "line-height": "1.8",
352
+ "line-height": "1.6",
349
353
  "separator": {
350
354
  "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>\")",
351
355
  "block-size": "1ex",
@@ -428,7 +432,7 @@
428
432
  "font-family": "'Amsterdam Sans', Arial, sans-serif",
429
433
  "font-size": "clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem)",
430
434
  "font-weight": "400",
431
- "line-height": "1.8",
435
+ "line-height": "1.6",
432
436
  "outline-offset": "0.25rem",
433
437
  "padding-block": "clamp(0.25rem, 0.2143rem + 0.1786vw, 0.375rem)",
434
438
  "padding-inline": "clamp(1rem, 0.8571rem + 0.7143vw, 1.5rem)",
@@ -468,32 +472,68 @@
468
472
  "font-family": "'Amsterdam Sans', Arial, sans-serif",
469
473
  "font-size": "1rem",
470
474
  "font-weight": "400",
471
- "line-height": "1.6",
475
+ "line-height": "1.5",
472
476
  "error": {
473
477
  "color": "#ec0000"
474
478
  }
475
479
  },
476
480
  "checkbox": {
481
+ "color": "#202020",
482
+ "cursor": "pointer",
483
+ "font-family": "'Amsterdam Sans', Arial, sans-serif",
484
+ "font-size": "clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem)",
485
+ "font-weight": "400",
486
+ "gap": "clamp(0.5rem, 0.4286rem + 0.3571vw, 0.75rem)",
487
+ "line-height": "1.6",
488
+ "outline-offset": "0.25rem",
489
+ "text-decoration-thickness": "0.125rem",
490
+ "text-underline-offset": "0.15625rem",
491
+ "disabled": {
492
+ "cursor": "not-allowed",
493
+ "color": "#767676"
494
+ },
477
495
  "hover": {
478
- "text-decoration-thickness": "0.125rem",
479
496
  "color": "#003677",
480
- "text-decoration-line": "underline"
497
+ "text-decoration-line": "underline",
498
+ "text-decoration-thickness": "0.125rem"
499
+ },
500
+ "checked-indicator": {
501
+ "stroke": "#ffffff"
502
+ },
503
+ "hover-indicator": {
504
+ "hover": {
505
+ "stroke": "#003677"
506
+ },
507
+ "invalid": {
508
+ "hover": {
509
+ "stroke": "#b70000"
510
+ }
511
+ }
512
+ },
513
+ "icon-container": {
514
+ "block-size": "calc(clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem) * 1.6)",
515
+ "inline-size": "clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem)"
516
+ },
517
+ "indeterminate-indicator": {
518
+ "stroke": "#ffffff"
481
519
  },
482
520
  "rectangle": {
521
+ "fill": "#ffffff",
522
+ "stroke": "#004699",
483
523
  "checked": {
524
+ "fill": "#004699",
484
525
  "disabled": {
526
+ "fill": "#767676",
485
527
  "hover": {
486
528
  "fill": "#767676"
487
- },
488
- "fill": "#767676"
529
+ }
489
530
  },
490
531
  "hover": {
532
+ "fill": "#003677",
491
533
  "disabled-invalid": {
492
534
  "fill": "#767676"
493
- },
494
- "fill": "#003677"
535
+ }
495
536
  },
496
- "fill": "#004699",
497
537
  "invalid": {
498
538
  "fill": "#ec0000",
499
539
  "hover": {
@@ -501,26 +541,29 @@
501
541
  }
502
542
  }
503
543
  },
544
+ "disabled": {
545
+ "stroke": "#767676"
546
+ },
504
547
  "hover": {
548
+ "stroke": "#003677",
505
549
  "disabled-invalid": {
506
550
  "stroke": "#767676"
507
- },
508
- "stroke": "#003677"
551
+ }
509
552
  },
510
553
  "indeterminate": {
554
+ "fill": "#004699",
511
555
  "disabled": {
556
+ "fill": "#767676",
512
557
  "hover": {
513
558
  "fill": "#767676"
514
- },
515
- "fill": "#767676"
559
+ }
516
560
  },
517
561
  "hover": {
562
+ "fill": "#003677",
518
563
  "disabled-invalid": {
519
564
  "fill": "#767676"
520
- },
521
- "fill": "#003677"
565
+ }
522
566
  },
523
- "fill": "#004699",
524
567
  "invalid": {
525
568
  "fill": "#ec0000",
526
569
  "hover": {
@@ -528,51 +571,12 @@
528
571
  }
529
572
  }
530
573
  },
531
- "fill": "#ffffff",
532
- "stroke": "#004699",
533
- "disabled": {
534
- "stroke": "#767676"
535
- },
536
574
  "invalid": {
537
575
  "stroke": "#ec0000",
538
576
  "hover": {
539
577
  "stroke": "#b70000"
540
578
  }
541
579
  }
542
- },
543
- "color": "#202020",
544
- "cursor": "pointer",
545
- "font-family": "'Amsterdam Sans', Arial, sans-serif",
546
- "font-size": "clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem)",
547
- "font-weight": "400",
548
- "gap": "clamp(0.5rem, 0.4286rem + 0.3571vw, 0.75rem)",
549
- "line-height": "1.8",
550
- "outline-offset": "0.25rem",
551
- "text-decoration-thickness": "0.125rem",
552
- "text-underline-offset": "0.15625rem",
553
- "disabled": {
554
- "cursor": "not-allowed",
555
- "color": "#767676"
556
- },
557
- "checked-indicator": {
558
- "stroke": "#ffffff"
559
- },
560
- "hover-indicator": {
561
- "hover": {
562
- "stroke": "#003677"
563
- },
564
- "invalid": {
565
- "hover": {
566
- "stroke": "#b70000"
567
- }
568
- }
569
- },
570
- "icon-container": {
571
- "block-size": "calc(clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem) * 1.8)",
572
- "inline-size": "clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem)"
573
- },
574
- "indeterminate-indicator": {
575
- "stroke": "#ffffff"
576
580
  }
577
581
  },
578
582
  "column": {
@@ -585,41 +589,37 @@
585
589
  }
586
590
  },
587
591
  "date-input": {
592
+ "background-color": "#ffffff",
593
+ "border-color": "currentColor",
594
+ "border-style": "solid",
595
+ "border-width": "0.125rem",
596
+ "color": "#202020",
597
+ "font-family": "'Amsterdam Sans', Arial, sans-serif",
598
+ "font-size": "clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem)",
599
+ "font-weight": "400",
600
+ "line-height": "1.4",
601
+ "outline-offset": "0.25rem",
602
+ "padding-block": "clamp(0.5rem, 0.4286rem + 0.3571vw, 0.75rem)",
603
+ "padding-inline": "clamp(1rem, 0.8571rem + 0.7143vw, 1.5rem)",
588
604
  "disabled": {
605
+ "color": "#767676",
606
+ "cursor": "not-allowed",
589
607
  "calendar-picker-indicator": {
590
608
  "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>\")"
591
609
  },
592
610
  "calender-picker-indicator": {
593
611
  "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>\")"
594
- },
595
- "color": "#767676",
596
- "cursor": "not-allowed"
612
+ }
597
613
  },
598
614
  "hover": {
599
- "calender-picker-indicator": {
600
- "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>\")"
601
- },
602
615
  "box-shadow": "0 0 0 #000000",
603
616
  "calendar-picker-indicator": {
604
617
  "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>\")"
618
+ },
619
+ "calender-picker-indicator": {
620
+ "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>\")"
605
621
  }
606
622
  },
607
- "calender-picker-indicator": {
608
- "background-image": "url(\"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36' fill='%23004699'><path d='M28 6V2h-4v4H12V2H8v4H2v28h32V6zm2 24H6V14h24z'/><path d='M10 17h4v4h-4zm6 0h4v4h-4zm6 0h4v4h-4zm-12 6h4v4h-4zm6 0h4v4h-4z'/></svg>\")",
609
- "cursor": "pointer"
610
- },
611
- "background-color": "#ffffff",
612
- "border-color": "currentColor",
613
- "border-style": "solid",
614
- "border-width": "0.125rem",
615
- "color": "#202020",
616
- "font-family": "'Amsterdam Sans', Arial, sans-serif",
617
- "font-size": "clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem)",
618
- "font-weight": "400",
619
- "line-height": "1.4",
620
- "outline-offset": "0.25rem",
621
- "padding-block": "clamp(0.5rem, 0.4286rem + 0.3571vw, 0.75rem)",
622
- "padding-inline": "clamp(1rem, 0.8571rem + 0.7143vw, 1.5rem)",
623
623
  "invalid": {
624
624
  "border-color": "#ec0000",
625
625
  "hover": {
@@ -630,6 +630,10 @@
630
630
  "calendar-picker-indicator": {
631
631
  "background-image": "url(\"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36' fill='%23004699'><path d='M28 6V2h-4v4H12V2H8v4H2v28h32V6zm2 24H6V14h24z'/><path d='M10 17h4v4h-4zm6 0h4v4h-4zm6 0h4v4h-4zm-12 6h4v4h-4zm6 0h4v4h-4z'/></svg>\")",
632
632
  "cursor": "pointer"
633
+ },
634
+ "calender-picker-indicator": {
635
+ "background-image": "url(\"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36' fill='%23004699'><path d='M28 6V2h-4v4H12V2H8v4H2v28h32V6zm2 24H6V14h24z'/><path d='M10 17h4v4h-4zm6 0h4v4h-4zm6 0h4v4h-4zm-12 6h4v4h-4zm6 0h4v4h-4z'/></svg>\")",
636
+ "cursor": "pointer"
633
637
  }
634
638
  },
635
639
  "description-list": {
@@ -637,14 +641,20 @@
637
641
  "column-gap": "clamp(1.5rem, 1.2857rem + 1.0714vw, 2.25rem)",
638
642
  "font-family": "'Amsterdam Sans', Arial, sans-serif",
639
643
  "font-size": "clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem)",
640
- "line-height": "1.8",
644
+ "line-height": "1.6",
641
645
  "row-gap": "clamp(0.5rem, 0.4286rem + 0.3571vw, 0.75rem)",
642
646
  "inverse": {
643
647
  "color": "#ffffff"
644
648
  },
645
649
  "term": {
650
+ "font-size": "clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem)",
646
651
  "font-weight": "800",
647
- "margin-block-end": "clamp(0.25rem, 0.2143rem + 0.1786vw, 0.375rem)"
652
+ "line-height": "1.4",
653
+ "margin-block-end": "clamp(0.25rem, 0.2143rem + 0.1786vw, 0.375rem)",
654
+ "text-wrap": "balance",
655
+ "vi-medium": {
656
+ "margin-block-end": "clamp(1rem, 0.8571rem + 0.7143vw, 1.5rem)"
657
+ }
648
658
  },
649
659
  "description": {
650
660
  "font-weight": "400",
@@ -713,21 +723,9 @@
713
723
  "font-size": "clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem)",
714
724
  "font-weight": "400",
715
725
  "gap": "clamp(0.25rem, 0.2143rem + 0.1786vw, 0.375rem)",
716
- "line-height": "1.8"
726
+ "line-height": "1.6"
717
727
  },
718
728
  "field-set": {
719
- "legend": {
720
- "margin-block-end": "clamp(0.5rem, 0.4286rem + 0.3571vw, 0.75rem)",
721
- "color": "#202020",
722
- "font-family": "'Amsterdam Sans', Arial, sans-serif",
723
- "font-size": "clamp(1.3125rem, 1.2411rem + 0.3571vw, 1.5625rem)",
724
- "font-weight": "800",
725
- "line-height": "1.3",
726
- "text-wrap": "balance",
727
- "in-fieldset": {
728
- "font-weight": "400"
729
- }
730
- },
731
729
  "child": {
732
730
  "margin-block-end": "clamp(0.25rem, 0.2143rem + 0.1786vw, 0.375rem)",
733
731
  "before-error-message": {
@@ -743,6 +741,18 @@
743
741
  "invalid": {
744
742
  "border-inline-start": "0.1875rem solid #ec0000",
745
743
  "padding-inline-start": "clamp(1rem, 0.8571rem + 0.7143vw, 1.5rem)"
744
+ },
745
+ "legend": {
746
+ "margin-block-end": "clamp(0.5rem, 0.4286rem + 0.3571vw, 0.75rem)",
747
+ "color": "#202020",
748
+ "font-family": "'Amsterdam Sans', Arial, sans-serif",
749
+ "font-size": "clamp(1.3125rem, 1.2411rem + 0.3571vw, 1.5625rem)",
750
+ "font-weight": "800",
751
+ "line-height": "1.3",
752
+ "text-wrap": "balance",
753
+ "in-fieldset": {
754
+ "font-weight": "400"
755
+ }
746
756
  }
747
757
  },
748
758
  "field": {
@@ -765,7 +775,7 @@
765
775
  "font-family": "'Amsterdam Sans', Arial, sans-serif",
766
776
  "font-size": "1rem",
767
777
  "font-weight": "400",
768
- "line-height": "1.6",
778
+ "line-height": "1.5",
769
779
  "inverse": {
770
780
  "color": "#ffffff"
771
781
  }
@@ -805,7 +815,7 @@
805
815
  "cursor": "not-allowed"
806
816
  },
807
817
  "hover": {
808
- "box-shadow": "inset 0rem 0rem 0rem 0.0625rem currentColor",
818
+ "box-shadow": "0 0 0 #000000",
809
819
  "color": "#003677"
810
820
  }
811
821
  }
@@ -818,7 +828,7 @@
818
828
  "font-size": "1rem",
819
829
  "font-weight": "400",
820
830
  "gap": "clamp(0.5rem, 0.4286rem + 0.3571vw, 0.75rem)",
821
- "line-height": "1.6",
831
+ "line-height": "1.5",
822
832
  "details": {
823
833
  "color": "#767676"
824
834
  },
@@ -925,19 +935,19 @@
925
935
  }
926
936
  },
927
937
  "icon": {
928
- "heading-0": {
929
- "font-size": "clamp(2.435rem, 2.0409rem + 1.9709vw, 3.8147rem)",
930
- "line-height": "1.1"
931
- },
932
938
  "font-size": "clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem)",
933
- "line-height": "1.8",
939
+ "line-height": "1.6",
934
940
  "small": {
935
941
  "font-size": "1rem",
936
- "line-height": "1.6"
942
+ "line-height": "1.5"
937
943
  },
938
944
  "large": {
939
945
  "font-size": "clamp(1.3125rem, 1.2411rem + 0.3571vw, 1.5625rem)",
940
- "line-height": "1.6"
946
+ "line-height": "1.5"
947
+ },
948
+ "heading-0": {
949
+ "font-size": "clamp(2.435rem, 2.0409rem + 1.9709vw, 3.8147rem)",
950
+ "line-height": "1.1"
941
951
  },
942
952
  "heading-1": {
943
953
  "font-size": "clamp(2rem, 1.7143rem + 1.4286vw, 3rem)",
@@ -1017,18 +1027,18 @@
1017
1027
  "font-size": "clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem)",
1018
1028
  "font-weight": "400",
1019
1029
  "gap": "clamp(0.5rem, 0.4286rem + 0.3571vw, 0.75rem)",
1020
- "line-height": "1.8",
1030
+ "line-height": "1.6",
1021
1031
  "outline-offset": "0.25rem",
1022
1032
  "text-decoration-line": "none",
1023
1033
  "text-decoration-thickness": "0.125rem",
1024
1034
  "text-underline-offset": "0.15625rem",
1025
1035
  "small": {
1026
1036
  "font-size": "1rem",
1027
- "line-height": "1.6"
1037
+ "line-height": "1.5"
1028
1038
  },
1029
1039
  "large": {
1030
1040
  "font-size": "clamp(1.3125rem, 1.2411rem + 0.3571vw, 1.5625rem)",
1031
- "line-height": "1.6"
1041
+ "line-height": "1.5"
1032
1042
  },
1033
1043
  "hover": {
1034
1044
  "color": "#003677",
@@ -1092,7 +1102,19 @@
1092
1102
  "background-color": "#ffe600"
1093
1103
  },
1094
1104
  "menu": {
1105
+ "background-color": "#004699",
1106
+ "font-family": "'Amsterdam Sans', Arial, sans-serif",
1107
+ "font-size": "clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem)",
1108
+ "font-weight": "400",
1109
+ "line-height": "1.6",
1110
+ "padding-block": "clamp(1rem, 0.8571rem + 0.7143vw, 1.5rem)",
1111
+ "wide": {
1112
+ "max-inline-size": "8rem",
1113
+ "padding-block": "calc(clamp(2.25rem, 1.8214rem + 2.1429vw, 3.75rem) + 2 * clamp(1.5rem, 1.2857rem + 1.0714vw, 2.25rem)) clamp(1rem, 0.8571rem + 0.7143vw, 1.5rem)",
1114
+ "padding-inline": "clamp(0.5rem, 0.4286rem + 0.3571vw, 0.75rem)"
1115
+ },
1095
1116
  "link": {
1117
+ "color": "#ffffff",
1096
1118
  "contrast": {
1097
1119
  "color": "#202020",
1098
1120
  "hover": {
@@ -1105,7 +1127,6 @@
1105
1127
  "color": "#ffffff"
1106
1128
  }
1107
1129
  },
1108
- "color": "#ffffff",
1109
1130
  "gap": "clamp(0.5rem, 0.4286rem + 0.3571vw, 0.75rem)",
1110
1131
  "outline-offset": "0.25rem",
1111
1132
  "padding-block": "clamp(0.5rem, 0.4286rem + 0.3571vw, 0.75rem)",
@@ -1121,17 +1142,6 @@
1121
1142
  "gap": "clamp(0.25rem, 0.2143rem + 0.1786vw, 0.375rem)"
1122
1143
  }
1123
1144
  },
1124
- "background-color": "#004699",
1125
- "font-family": "'Amsterdam Sans', Arial, sans-serif",
1126
- "font-size": "clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem)",
1127
- "font-weight": "400",
1128
- "line-height": "1.8",
1129
- "padding-block": "clamp(1rem, 0.8571rem + 0.7143vw, 1.5rem)",
1130
- "wide": {
1131
- "max-inline-size": "8rem",
1132
- "padding-block": "calc(clamp(2.25rem, 1.8214rem + 2.1429vw, 3.75rem) + 2 * clamp(1.5rem, 1.2857rem + 1.0714vw, 2.25rem)) clamp(1rem, 0.8571rem + 0.7143vw, 1.5rem)",
1133
- "padding-inline": "clamp(0.5rem, 0.4286rem + 0.3571vw, 0.75rem)"
1134
- },
1135
1145
  "list": {
1136
1146
  "gap": "clamp(1rem, 0.8571rem + 0.7143vw, 1.5rem)"
1137
1147
  }
@@ -1142,11 +1152,11 @@
1142
1152
  "font-size": "clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem)",
1143
1153
  "font-weight": "400",
1144
1154
  "gap": "clamp(0.5rem, 0.4286rem + 0.3571vw, 0.75rem)",
1145
- "line-height": "1.8",
1155
+ "line-height": "1.6",
1146
1156
  "list-style-type": "decimal",
1147
1157
  "small": {
1148
1158
  "font-size": "1rem",
1149
- "line-height": "1.6"
1159
+ "line-height": "1.5"
1150
1160
  },
1151
1161
  "inverse": {
1152
1162
  "color": "#ffffff"
@@ -1183,7 +1193,7 @@
1183
1193
  "font-family": "'Amsterdam Sans', Arial, sans-serif",
1184
1194
  "font-size": "clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem)",
1185
1195
  "font-weight": "400",
1186
- "line-height": "1.8",
1196
+ "line-height": "1.6",
1187
1197
  "outline-offset": "0.25rem",
1188
1198
  "text-decoration-line": "none",
1189
1199
  "text-decoration-thickness": "0.125rem",
@@ -1246,7 +1256,7 @@
1246
1256
  "font-family": "'Amsterdam Sans', Arial, sans-serif",
1247
1257
  "font-size": "clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem)",
1248
1258
  "font-weight": "400",
1249
- "line-height": "1.8",
1259
+ "line-height": "1.6",
1250
1260
  "outline-offset": "0.25rem",
1251
1261
  "padding-block": "clamp(0.25rem, 0.2143rem + 0.1786vw, 0.375rem)",
1252
1262
  "hover": {
@@ -1294,7 +1304,7 @@
1294
1304
  "font-family": "'Amsterdam Sans', Arial, sans-serif",
1295
1305
  "font-size": "clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem)",
1296
1306
  "font-weight": "400",
1297
- "line-height": "1.8",
1307
+ "line-height": "1.6",
1298
1308
  "link": {
1299
1309
  "color": "#004699",
1300
1310
  "gap": "clamp(0.25rem, 0.2143rem + 0.1786vw, 0.375rem)",
@@ -1317,17 +1327,17 @@
1317
1327
  "font-family": "'Amsterdam Sans', Arial, sans-serif",
1318
1328
  "font-size": "clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem)",
1319
1329
  "font-weight": "400",
1320
- "line-height": "1.8",
1330
+ "line-height": "1.6",
1321
1331
  "inverse": {
1322
1332
  "color": "#ffffff"
1323
1333
  },
1324
1334
  "small": {
1325
1335
  "font-size": "1rem",
1326
- "line-height": "1.6"
1336
+ "line-height": "1.5"
1327
1337
  },
1328
1338
  "large": {
1329
1339
  "font-size": "clamp(1.3125rem, 1.2411rem + 0.3571vw, 1.5625rem)",
1330
- "line-height": "1.6",
1340
+ "line-height": "1.5",
1331
1341
  "text-wrap": "balance"
1332
1342
  }
1333
1343
  },
@@ -1387,6 +1397,21 @@
1387
1397
  }
1388
1398
  }
1389
1399
  },
1400
+ "button": {
1401
+ "color": "#004699",
1402
+ "cursor": "pointer",
1403
+ "gap": "clamp(0.5rem, 0.4286rem + 0.3571vw, 0.75rem)",
1404
+ "outline-offset": "0.25rem",
1405
+ "padding-block": "0",
1406
+ "padding-inline": "0",
1407
+ "hover": {
1408
+ "color": "#003677"
1409
+ }
1410
+ },
1411
+ "icon": {
1412
+ "transition-duration": "0.3s",
1413
+ "transition-timing-function": "ease"
1414
+ },
1390
1415
  "step": {
1391
1416
  "gap": "clamp(1rem, 0.8571rem + 0.7143vw, 1.5rem)",
1392
1417
  "medium": {
@@ -1449,7 +1474,7 @@
1449
1474
  }
1450
1475
  },
1451
1476
  "marker": {
1452
- "block-size": "calc(clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem) * 1.8)",
1477
+ "block-size": "calc(clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem) * 1.6)",
1453
1478
  "inline-size": "1.5rem",
1454
1479
  "shape": {
1455
1480
  "block-size": "0.75rem",
@@ -1467,7 +1492,7 @@
1467
1492
  "border-inline-color": "#767676",
1468
1493
  "border-inline-style": "dashed",
1469
1494
  "border-inline-width": "1px",
1470
- "margin-block-start": "calc(clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem) * 1.8 / 2)",
1495
+ "margin-block-start": "calc(clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem) * 1.6 / 2)",
1471
1496
  "last-child": {
1472
1497
  "border-inline-color": "#ffffff"
1473
1498
  }
@@ -1510,7 +1535,7 @@
1510
1535
  "font-size": "clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem)",
1511
1536
  "font-weight": "400",
1512
1537
  "gap": "clamp(0.5rem, 0.4286rem + 0.3571vw, 0.75rem)",
1513
- "line-height": "1.8",
1538
+ "line-height": "1.6",
1514
1539
  "outline-offset": "0.25rem",
1515
1540
  "text-decoration-thickness": "0.125rem",
1516
1541
  "text-underline-offset": "0.15625rem",
@@ -1576,7 +1601,7 @@
1576
1601
  "text-decoration-line": "underline"
1577
1602
  },
1578
1603
  "icon-container": {
1579
- "block-size": "calc(clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem) * 1.8)",
1604
+ "block-size": "calc(clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem) * 1.6)",
1580
1605
  "inline-size": "clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem)"
1581
1606
  }
1582
1607
  },
@@ -1646,14 +1671,14 @@
1646
1671
  "cursor": "not-allowed"
1647
1672
  },
1648
1673
  "hover": {
1649
- "box-shadow": "inset 0rem 0rem 0rem 0.0625rem currentColor",
1674
+ "box-shadow": "0 0 0 #000000",
1650
1675
  "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>\")"
1651
1676
  },
1652
1677
  "invalid": {
1653
1678
  "border-color": "#ec0000",
1654
1679
  "hover": {
1655
1680
  "border-color": "#b70000",
1656
- "box-shadow": "inset 0rem 0rem 0rem 0.0625rem #b70000"
1681
+ "box-shadow": "0 0 0 #000000"
1657
1682
  }
1658
1683
  },
1659
1684
  "option": {
@@ -1668,7 +1693,7 @@
1668
1693
  "font-family": "'Amsterdam Sans', Arial, sans-serif",
1669
1694
  "font-size": "clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem)",
1670
1695
  "font-weight": "400",
1671
- "line-height": "1.8",
1696
+ "line-height": "1.6",
1672
1697
  "outline-offset": "0.25rem",
1673
1698
  "padding-block": "clamp(0.5rem, 0.4286rem + 0.3571vw, 0.75rem)",
1674
1699
  "padding-inline": "clamp(1rem, 0.8571rem + 0.7143vw, 1.5rem)",
@@ -1698,11 +1723,21 @@
1698
1723
  }
1699
1724
  },
1700
1725
  "standalone-link": {
1726
+ "color": "#004699",
1727
+ "column-gap": "clamp(0.5rem, 0.4286rem + 0.3571vw, 0.75rem)",
1728
+ "font-family": "'Amsterdam Sans', Arial, sans-serif",
1729
+ "font-size": "clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem)",
1730
+ "font-weight": "400",
1731
+ "line-height": "1.6",
1732
+ "outline-offset": "0.25rem",
1733
+ "text-decoration-line": "none",
1734
+ "text-decoration-thickness": "0.125rem",
1735
+ "text-underline-offset": "0.15625rem",
1701
1736
  "hover": {
1702
- "text-decoration-thickness": "0.1875rem",
1703
- "text-underline-offset": "0.09375rem",
1704
1737
  "color": "#003677",
1705
- "text-decoration-line": "underline"
1738
+ "text-decoration-line": "underline",
1739
+ "text-decoration-thickness": "0.1875rem",
1740
+ "text-underline-offset": "0.09375rem"
1706
1741
  },
1707
1742
  "with-icon": {
1708
1743
  "text-decoration-line": "none",
@@ -1711,16 +1746,6 @@
1711
1746
  "text-decoration-line": "underline"
1712
1747
  }
1713
1748
  },
1714
- "color": "#004699",
1715
- "column-gap": "clamp(0.5rem, 0.4286rem + 0.3571vw, 0.75rem)",
1716
- "font-family": "'Amsterdam Sans', Arial, sans-serif",
1717
- "font-size": "clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem)",
1718
- "font-weight": "400",
1719
- "line-height": "1.8",
1720
- "outline-offset": "0.25rem",
1721
- "text-decoration-line": "none",
1722
- "text-decoration-thickness": "0.125rem",
1723
- "text-underline-offset": "0.15625rem",
1724
1749
  "contrast": {
1725
1750
  "color": "#202020",
1726
1751
  "hover": {
@@ -1744,7 +1769,7 @@
1744
1769
  "block-size": "1.75rem",
1745
1770
  "inline-size": "1.75rem",
1746
1771
  "hover": {
1747
- "box-shadow": "0 0 0 0.125rem #003677",
1772
+ "box-shadow": "0rem 0rem 0rem 0.125rem #003677",
1748
1773
  "color": "#003677"
1749
1774
  }
1750
1775
  },
@@ -1757,16 +1782,16 @@
1757
1782
  }
1758
1783
  },
1759
1784
  "table-of-contents": {
1785
+ "font-family": "'Amsterdam Sans', Arial, sans-serif",
1786
+ "font-size": "clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem)",
1787
+ "font-weight": "400",
1788
+ "gap": "clamp(0.5rem, 0.4286rem + 0.3571vw, 0.75rem)",
1789
+ "line-height": "1.6",
1760
1790
  "heading": {
1761
1791
  "font-weight": "800",
1762
1792
  "font-size": "clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem)",
1763
1793
  "line-height": "1.4"
1764
1794
  },
1765
- "font-family": "'Amsterdam Sans', Arial, sans-serif",
1766
- "font-size": "clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem)",
1767
- "font-weight": "400",
1768
- "gap": "clamp(0.5rem, 0.4286rem + 0.3571vw, 0.75rem)",
1769
- "line-height": "1.8",
1770
1795
  "link": {
1771
1796
  "color": "#004699",
1772
1797
  "outline-offset": "0.25rem",
@@ -1791,7 +1816,7 @@
1791
1816
  "font-family": "'Amsterdam Sans', Arial, sans-serif",
1792
1817
  "font-size": "clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem)",
1793
1818
  "font-weight": "400",
1794
- "line-height": "1.8",
1819
+ "line-height": "1.6",
1795
1820
  "caption": {
1796
1821
  "font-weight": "800"
1797
1822
  },
@@ -1807,7 +1832,7 @@
1807
1832
  "tabs": {
1808
1833
  "gap": "clamp(1rem, 0.8571rem + 0.7143vw, 1.5rem)",
1809
1834
  "list": {
1810
- "box-shadow": "inset 0rem calc(0.125rem * -1) 0rem 0rem #d1d1d1"
1835
+ "box-shadow": "inset 0rem -0.125rem 0rem 0rem #d1d1d1"
1811
1836
  },
1812
1837
  "button": {
1813
1838
  "color": "#004699",
@@ -1815,16 +1840,16 @@
1815
1840
  "font-family": "'Amsterdam Sans', Arial, sans-serif",
1816
1841
  "font-size": "clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem)",
1817
1842
  "font-weight": "400",
1818
- "line-height": "1.8",
1843
+ "line-height": "1.6",
1819
1844
  "outline-offset": "calc(0.25rem * -1)",
1820
1845
  "padding-block": "clamp(0.5rem, 0.4286rem + 0.3571vw, 0.75rem)",
1821
1846
  "padding-inline": "clamp(1rem, 0.8571rem + 0.7143vw, 1.5rem)",
1822
1847
  "hover": {
1823
- "box-shadow": "inset 0rem calc(0.125rem * -1) 0rem 0rem currentColor",
1848
+ "box-shadow": "inset 0rem -0.125rem 0rem 0rem currentColor",
1824
1849
  "color": "#003677"
1825
1850
  },
1826
1851
  "selected": {
1827
- "box-shadow": "inset 0rem calc(0.25rem * -1) 0rem 0rem currentColor",
1852
+ "box-shadow": "inset 0rem -0.25rem 0rem 0rem currentColor",
1828
1853
  "font-weight": "800"
1829
1854
  },
1830
1855
  "disabled": {
@@ -1843,7 +1868,7 @@
1843
1868
  "font-size": "clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem)",
1844
1869
  "font-weight": "400",
1845
1870
  "line-height": "1.4",
1846
- "min-block-size": "calc(1.8 * 1em + 2 * clamp(0.5rem, 0.4286rem + 0.3571vw, 0.75rem))",
1871
+ "min-block-size": "calc(1.6 * 1em + 2 * clamp(0.5rem, 0.4286rem + 0.3571vw, 0.75rem))",
1847
1872
  "outline-offset": "0.25rem",
1848
1873
  "padding-block": "clamp(0.5rem, 0.4286rem + 0.3571vw, 0.75rem)",
1849
1874
  "padding-inline": "clamp(1rem, 0.8571rem + 0.7143vw, 1.5rem)",
@@ -1883,13 +1908,13 @@
1883
1908
  "cursor": "not-allowed"
1884
1909
  },
1885
1910
  "hover": {
1886
- "box-shadow": "inset 0rem 0rem 0rem 0.0625rem currentColor"
1911
+ "box-shadow": "0 0 0 #000000"
1887
1912
  },
1888
1913
  "invalid": {
1889
1914
  "border-color": "#ec0000",
1890
1915
  "hover": {
1891
1916
  "border-color": "#b70000",
1892
- "box-shadow": "inset 0rem 0rem 0rem 0.0625rem #b70000"
1917
+ "box-shadow": "0 0 0 #000000"
1893
1918
  }
1894
1919
  },
1895
1920
  "placeholder": {
@@ -1897,51 +1922,51 @@
1897
1922
  }
1898
1923
  },
1899
1924
  "time-input": {
1925
+ "background-color": "#ffffff",
1926
+ "border-color": "currentColor",
1927
+ "border-style": "solid",
1928
+ "border-width": "0.125rem",
1929
+ "color": "#202020",
1930
+ "font-family": "'Amsterdam Sans', Arial, sans-serif",
1931
+ "font-size": "clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem)",
1932
+ "font-weight": "400",
1933
+ "line-height": "1.4",
1934
+ "outline-offset": "0.25rem",
1935
+ "padding-block": "clamp(0.5rem, 0.4286rem + 0.3571vw, 0.75rem)",
1936
+ "padding-inline": "clamp(1rem, 0.8571rem + 0.7143vw, 1.5rem)",
1900
1937
  "disabled": {
1938
+ "color": "#767676",
1939
+ "cursor": "not-allowed",
1901
1940
  "calendar-picker-indicator": {
1902
1941
  "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>\")"
1903
1942
  },
1904
1943
  "calender-picker-indicator": {
1905
1944
  "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>\")"
1906
- },
1907
- "color": "#767676",
1908
- "cursor": "not-allowed"
1945
+ }
1909
1946
  },
1910
1947
  "hover": {
1911
- "calender-picker-indicator": {
1948
+ "box-shadow": "0 0 0 #000000",
1949
+ "calendar-picker-indicator": {
1912
1950
  "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>\")"
1913
1951
  },
1914
- "box-shadow": "inset 0rem 0rem 0rem 0.0625rem currentColor",
1915
- "calendar-picker-indicator": {
1952
+ "calender-picker-indicator": {
1916
1953
  "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>\")"
1917
1954
  }
1918
1955
  },
1919
- "calender-picker-indicator": {
1920
- "background-image": "url(\"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='%23004699'><path d='M16 0C7.163 0 0 7.163 0 16s7.163 16 16 16 16-7.163 16-16A16 16 0 0 0 16 0zm.9 28v-2h-2v1.9A11.8 11.8 0 0 1 4.1 17H6v-2H4.1A11.8 11.8 0 0 1 15 4.1V6h2V4.1A11.8 11.8 0 0 1 27.9 15H26v2h1.9a11.9 11.9 0 0 1-11 11zm.1-13h4v2h-6V9h2v6z'/></svg>\")",
1921
- "cursor": "pointer"
1922
- },
1923
- "background-color": "#ffffff",
1924
- "border-color": "currentColor",
1925
- "border-style": "solid",
1926
- "border-width": "0.125rem",
1927
- "color": "#202020",
1928
- "font-family": "'Amsterdam Sans', Arial, sans-serif",
1929
- "font-size": "clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem)",
1930
- "font-weight": "400",
1931
- "line-height": "1.4",
1932
- "outline-offset": "0.25rem",
1933
- "padding-block": "clamp(0.5rem, 0.4286rem + 0.3571vw, 0.75rem)",
1934
- "padding-inline": "clamp(1rem, 0.8571rem + 0.7143vw, 1.5rem)",
1935
1956
  "invalid": {
1936
1957
  "border-color": "#ec0000",
1937
1958
  "hover": {
1938
1959
  "border-color": "#b70000",
1939
- "box-shadow": "inset 0rem 0rem 0rem 0.0625rem #b70000"
1960
+ "box-shadow": "0 0 0 #000000"
1940
1961
  }
1941
1962
  },
1942
1963
  "calendar-picker-indicator": {
1943
1964
  "background-image": "url(\"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='%23004699'><path d='M16 0C7.163 0 0 7.163 0 16s7.163 16 16 16 16-7.163 16-16A16 16 0 0 0 16 0zm.9 28v-2h-2v1.9A11.8 11.8 0 0 1 4.1 17H6v-2H4.1A11.8 11.8 0 0 1 15 4.1V6h2V4.1A11.8 11.8 0 0 1 27.9 15H26v2h1.9a11.9 11.9 0 0 1-11 11zm.1-13h4v2h-6V9h2v6z'/></svg>\")",
1944
1965
  "cursor": "pointer"
1966
+ },
1967
+ "calender-picker-indicator": {
1968
+ "background-image": "url(\"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='%23004699'><path d='M16 0C7.163 0 0 7.163 0 16s7.163 16 16 16 16-7.163 16-16A16 16 0 0 0 16 0zm.9 28v-2h-2v1.9A11.8 11.8 0 0 1 4.1 17H6v-2H4.1A11.8 11.8 0 0 1 15 4.1V6h2V4.1A11.8 11.8 0 0 1 27.9 15H26v2h1.9a11.9 11.9 0 0 1-11 11zm.1-13h4v2h-6V9h2v6z'/></svg>\")",
1969
+ "cursor": "pointer"
1945
1970
  }
1946
1971
  },
1947
1972
  "unordered-list": {
@@ -1950,14 +1975,14 @@
1950
1975
  "font-size": "clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem)",
1951
1976
  "font-weight": "400",
1952
1977
  "gap": "clamp(0.5rem, 0.4286rem + 0.3571vw, 0.75rem)",
1953
- "line-height": "1.8",
1978
+ "line-height": "1.6",
1954
1979
  "list-style-type": "'\\2022'",
1955
1980
  "inverse": {
1956
1981
  "color": "#ffffff"
1957
1982
  },
1958
1983
  "small": {
1959
1984
  "font-size": "1rem",
1960
- "line-height": "1.6"
1985
+ "line-height": "1.5"
1961
1986
  },
1962
1987
  "item": {
1963
1988
  "margin-inline-start": "1.625rem",