@amsterdam/design-system-tokens 3.3.0 → 3.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (51) hide show
  1. package/CHANGELOG.md +11 -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 +102 -88
  9. package/dist/index.d.ts +191 -169
  10. package/dist/index.json +245 -223
  11. package/dist/index.mjs +177 -169
  12. package/dist/index.scss +102 -88
  13. package/dist/index.theme.css +102 -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 +19 -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,17 @@
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",
652
+ "line-height": "1.4",
647
653
  "margin-block-end": "clamp(0.25rem, 0.2143rem + 0.1786vw, 0.375rem)",
654
+ "text-wrap": "balance",
648
655
  "vi-medium": {
649
656
  "margin-block-end": "clamp(1rem, 0.8571rem + 0.7143vw, 1.5rem)"
650
657
  }
@@ -716,21 +723,9 @@
716
723
  "font-size": "clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem)",
717
724
  "font-weight": "400",
718
725
  "gap": "clamp(0.25rem, 0.2143rem + 0.1786vw, 0.375rem)",
719
- "line-height": "1.8"
726
+ "line-height": "1.6"
720
727
  },
721
728
  "field-set": {
722
- "legend": {
723
- "margin-block-end": "clamp(0.5rem, 0.4286rem + 0.3571vw, 0.75rem)",
724
- "color": "#202020",
725
- "font-family": "'Amsterdam Sans', Arial, sans-serif",
726
- "font-size": "clamp(1.3125rem, 1.2411rem + 0.3571vw, 1.5625rem)",
727
- "font-weight": "800",
728
- "line-height": "1.3",
729
- "text-wrap": "balance",
730
- "in-fieldset": {
731
- "font-weight": "400"
732
- }
733
- },
734
729
  "child": {
735
730
  "margin-block-end": "clamp(0.25rem, 0.2143rem + 0.1786vw, 0.375rem)",
736
731
  "before-error-message": {
@@ -746,6 +741,18 @@
746
741
  "invalid": {
747
742
  "border-inline-start": "0.1875rem solid #ec0000",
748
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
+ }
749
756
  }
750
757
  },
751
758
  "field": {
@@ -768,7 +775,7 @@
768
775
  "font-family": "'Amsterdam Sans', Arial, sans-serif",
769
776
  "font-size": "1rem",
770
777
  "font-weight": "400",
771
- "line-height": "1.6",
778
+ "line-height": "1.5",
772
779
  "inverse": {
773
780
  "color": "#ffffff"
774
781
  }
@@ -808,7 +815,7 @@
808
815
  "cursor": "not-allowed"
809
816
  },
810
817
  "hover": {
811
- "box-shadow": "inset 0rem 0rem 0rem 0.0625rem currentColor",
818
+ "box-shadow": "0 0 0 #000000",
812
819
  "color": "#003677"
813
820
  }
814
821
  }
@@ -821,7 +828,7 @@
821
828
  "font-size": "1rem",
822
829
  "font-weight": "400",
823
830
  "gap": "clamp(0.5rem, 0.4286rem + 0.3571vw, 0.75rem)",
824
- "line-height": "1.6",
831
+ "line-height": "1.5",
825
832
  "details": {
826
833
  "color": "#767676"
827
834
  },
@@ -928,19 +935,19 @@
928
935
  }
929
936
  },
930
937
  "icon": {
931
- "heading-0": {
932
- "font-size": "clamp(2.435rem, 2.0409rem + 1.9709vw, 3.8147rem)",
933
- "line-height": "1.1"
934
- },
935
938
  "font-size": "clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem)",
936
- "line-height": "1.8",
939
+ "line-height": "1.6",
937
940
  "small": {
938
941
  "font-size": "1rem",
939
- "line-height": "1.6"
942
+ "line-height": "1.5"
940
943
  },
941
944
  "large": {
942
945
  "font-size": "clamp(1.3125rem, 1.2411rem + 0.3571vw, 1.5625rem)",
943
- "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"
944
951
  },
945
952
  "heading-1": {
946
953
  "font-size": "clamp(2rem, 1.7143rem + 1.4286vw, 3rem)",
@@ -1020,18 +1027,18 @@
1020
1027
  "font-size": "clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem)",
1021
1028
  "font-weight": "400",
1022
1029
  "gap": "clamp(0.5rem, 0.4286rem + 0.3571vw, 0.75rem)",
1023
- "line-height": "1.8",
1030
+ "line-height": "1.6",
1024
1031
  "outline-offset": "0.25rem",
1025
1032
  "text-decoration-line": "none",
1026
1033
  "text-decoration-thickness": "0.125rem",
1027
1034
  "text-underline-offset": "0.15625rem",
1028
1035
  "small": {
1029
1036
  "font-size": "1rem",
1030
- "line-height": "1.6"
1037
+ "line-height": "1.5"
1031
1038
  },
1032
1039
  "large": {
1033
1040
  "font-size": "clamp(1.3125rem, 1.2411rem + 0.3571vw, 1.5625rem)",
1034
- "line-height": "1.6"
1041
+ "line-height": "1.5"
1035
1042
  },
1036
1043
  "hover": {
1037
1044
  "color": "#003677",
@@ -1095,7 +1102,19 @@
1095
1102
  "background-color": "#ffe600"
1096
1103
  },
1097
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
+ },
1098
1116
  "link": {
1117
+ "color": "#ffffff",
1099
1118
  "contrast": {
1100
1119
  "color": "#202020",
1101
1120
  "hover": {
@@ -1108,7 +1127,6 @@
1108
1127
  "color": "#ffffff"
1109
1128
  }
1110
1129
  },
1111
- "color": "#ffffff",
1112
1130
  "gap": "clamp(0.5rem, 0.4286rem + 0.3571vw, 0.75rem)",
1113
1131
  "outline-offset": "0.25rem",
1114
1132
  "padding-block": "clamp(0.5rem, 0.4286rem + 0.3571vw, 0.75rem)",
@@ -1124,17 +1142,6 @@
1124
1142
  "gap": "clamp(0.25rem, 0.2143rem + 0.1786vw, 0.375rem)"
1125
1143
  }
1126
1144
  },
1127
- "background-color": "#004699",
1128
- "font-family": "'Amsterdam Sans', Arial, sans-serif",
1129
- "font-size": "clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem)",
1130
- "font-weight": "400",
1131
- "line-height": "1.8",
1132
- "padding-block": "clamp(1rem, 0.8571rem + 0.7143vw, 1.5rem)",
1133
- "wide": {
1134
- "max-inline-size": "8rem",
1135
- "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)",
1136
- "padding-inline": "clamp(0.5rem, 0.4286rem + 0.3571vw, 0.75rem)"
1137
- },
1138
1145
  "list": {
1139
1146
  "gap": "clamp(1rem, 0.8571rem + 0.7143vw, 1.5rem)"
1140
1147
  }
@@ -1145,11 +1152,11 @@
1145
1152
  "font-size": "clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem)",
1146
1153
  "font-weight": "400",
1147
1154
  "gap": "clamp(0.5rem, 0.4286rem + 0.3571vw, 0.75rem)",
1148
- "line-height": "1.8",
1155
+ "line-height": "1.6",
1149
1156
  "list-style-type": "decimal",
1150
1157
  "small": {
1151
1158
  "font-size": "1rem",
1152
- "line-height": "1.6"
1159
+ "line-height": "1.5"
1153
1160
  },
1154
1161
  "inverse": {
1155
1162
  "color": "#ffffff"
@@ -1186,7 +1193,7 @@
1186
1193
  "font-family": "'Amsterdam Sans', Arial, sans-serif",
1187
1194
  "font-size": "clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem)",
1188
1195
  "font-weight": "400",
1189
- "line-height": "1.8",
1196
+ "line-height": "1.6",
1190
1197
  "outline-offset": "0.25rem",
1191
1198
  "text-decoration-line": "none",
1192
1199
  "text-decoration-thickness": "0.125rem",
@@ -1249,7 +1256,7 @@
1249
1256
  "font-family": "'Amsterdam Sans', Arial, sans-serif",
1250
1257
  "font-size": "clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem)",
1251
1258
  "font-weight": "400",
1252
- "line-height": "1.8",
1259
+ "line-height": "1.6",
1253
1260
  "outline-offset": "0.25rem",
1254
1261
  "padding-block": "clamp(0.25rem, 0.2143rem + 0.1786vw, 0.375rem)",
1255
1262
  "hover": {
@@ -1297,7 +1304,7 @@
1297
1304
  "font-family": "'Amsterdam Sans', Arial, sans-serif",
1298
1305
  "font-size": "clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem)",
1299
1306
  "font-weight": "400",
1300
- "line-height": "1.8",
1307
+ "line-height": "1.6",
1301
1308
  "link": {
1302
1309
  "color": "#004699",
1303
1310
  "gap": "clamp(0.25rem, 0.2143rem + 0.1786vw, 0.375rem)",
@@ -1320,17 +1327,17 @@
1320
1327
  "font-family": "'Amsterdam Sans', Arial, sans-serif",
1321
1328
  "font-size": "clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem)",
1322
1329
  "font-weight": "400",
1323
- "line-height": "1.8",
1330
+ "line-height": "1.6",
1324
1331
  "inverse": {
1325
1332
  "color": "#ffffff"
1326
1333
  },
1327
1334
  "small": {
1328
1335
  "font-size": "1rem",
1329
- "line-height": "1.6"
1336
+ "line-height": "1.5"
1330
1337
  },
1331
1338
  "large": {
1332
1339
  "font-size": "clamp(1.3125rem, 1.2411rem + 0.3571vw, 1.5625rem)",
1333
- "line-height": "1.6",
1340
+ "line-height": "1.5",
1334
1341
  "text-wrap": "balance"
1335
1342
  }
1336
1343
  },
@@ -1390,6 +1397,21 @@
1390
1397
  }
1391
1398
  }
1392
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
+ },
1393
1415
  "step": {
1394
1416
  "gap": "clamp(1rem, 0.8571rem + 0.7143vw, 1.5rem)",
1395
1417
  "medium": {
@@ -1452,7 +1474,7 @@
1452
1474
  }
1453
1475
  },
1454
1476
  "marker": {
1455
- "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)",
1456
1478
  "inline-size": "1.5rem",
1457
1479
  "shape": {
1458
1480
  "block-size": "0.75rem",
@@ -1470,7 +1492,7 @@
1470
1492
  "border-inline-color": "#767676",
1471
1493
  "border-inline-style": "dashed",
1472
1494
  "border-inline-width": "1px",
1473
- "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)",
1474
1496
  "last-child": {
1475
1497
  "border-inline-color": "#ffffff"
1476
1498
  }
@@ -1513,7 +1535,7 @@
1513
1535
  "font-size": "clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem)",
1514
1536
  "font-weight": "400",
1515
1537
  "gap": "clamp(0.5rem, 0.4286rem + 0.3571vw, 0.75rem)",
1516
- "line-height": "1.8",
1538
+ "line-height": "1.6",
1517
1539
  "outline-offset": "0.25rem",
1518
1540
  "text-decoration-thickness": "0.125rem",
1519
1541
  "text-underline-offset": "0.15625rem",
@@ -1579,7 +1601,7 @@
1579
1601
  "text-decoration-line": "underline"
1580
1602
  },
1581
1603
  "icon-container": {
1582
- "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)",
1583
1605
  "inline-size": "clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem)"
1584
1606
  }
1585
1607
  },
@@ -1649,14 +1671,14 @@
1649
1671
  "cursor": "not-allowed"
1650
1672
  },
1651
1673
  "hover": {
1652
- "box-shadow": "inset 0rem 0rem 0rem 0.0625rem currentColor",
1674
+ "box-shadow": "0 0 0 #000000",
1653
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>\")"
1654
1676
  },
1655
1677
  "invalid": {
1656
1678
  "border-color": "#ec0000",
1657
1679
  "hover": {
1658
1680
  "border-color": "#b70000",
1659
- "box-shadow": "inset 0rem 0rem 0rem 0.0625rem #b70000"
1681
+ "box-shadow": "0 0 0 #000000"
1660
1682
  }
1661
1683
  },
1662
1684
  "option": {
@@ -1671,7 +1693,7 @@
1671
1693
  "font-family": "'Amsterdam Sans', Arial, sans-serif",
1672
1694
  "font-size": "clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem)",
1673
1695
  "font-weight": "400",
1674
- "line-height": "1.8",
1696
+ "line-height": "1.6",
1675
1697
  "outline-offset": "0.25rem",
1676
1698
  "padding-block": "clamp(0.5rem, 0.4286rem + 0.3571vw, 0.75rem)",
1677
1699
  "padding-inline": "clamp(1rem, 0.8571rem + 0.7143vw, 1.5rem)",
@@ -1701,11 +1723,21 @@
1701
1723
  }
1702
1724
  },
1703
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",
1704
1736
  "hover": {
1705
- "text-decoration-thickness": "0.1875rem",
1706
- "text-underline-offset": "0.09375rem",
1707
1737
  "color": "#003677",
1708
- "text-decoration-line": "underline"
1738
+ "text-decoration-line": "underline",
1739
+ "text-decoration-thickness": "0.1875rem",
1740
+ "text-underline-offset": "0.09375rem"
1709
1741
  },
1710
1742
  "with-icon": {
1711
1743
  "text-decoration-line": "none",
@@ -1714,16 +1746,6 @@
1714
1746
  "text-decoration-line": "underline"
1715
1747
  }
1716
1748
  },
1717
- "color": "#004699",
1718
- "column-gap": "clamp(0.5rem, 0.4286rem + 0.3571vw, 0.75rem)",
1719
- "font-family": "'Amsterdam Sans', Arial, sans-serif",
1720
- "font-size": "clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem)",
1721
- "font-weight": "400",
1722
- "line-height": "1.8",
1723
- "outline-offset": "0.25rem",
1724
- "text-decoration-line": "none",
1725
- "text-decoration-thickness": "0.125rem",
1726
- "text-underline-offset": "0.15625rem",
1727
1749
  "contrast": {
1728
1750
  "color": "#202020",
1729
1751
  "hover": {
@@ -1747,7 +1769,7 @@
1747
1769
  "block-size": "1.75rem",
1748
1770
  "inline-size": "1.75rem",
1749
1771
  "hover": {
1750
- "box-shadow": "0 0 0 0.125rem #003677",
1772
+ "box-shadow": "0rem 0rem 0rem 0.125rem #003677",
1751
1773
  "color": "#003677"
1752
1774
  }
1753
1775
  },
@@ -1760,16 +1782,16 @@
1760
1782
  }
1761
1783
  },
1762
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",
1763
1790
  "heading": {
1764
1791
  "font-weight": "800",
1765
1792
  "font-size": "clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem)",
1766
1793
  "line-height": "1.4"
1767
1794
  },
1768
- "font-family": "'Amsterdam Sans', Arial, sans-serif",
1769
- "font-size": "clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem)",
1770
- "font-weight": "400",
1771
- "gap": "clamp(0.5rem, 0.4286rem + 0.3571vw, 0.75rem)",
1772
- "line-height": "1.8",
1773
1795
  "link": {
1774
1796
  "color": "#004699",
1775
1797
  "outline-offset": "0.25rem",
@@ -1794,7 +1816,7 @@
1794
1816
  "font-family": "'Amsterdam Sans', Arial, sans-serif",
1795
1817
  "font-size": "clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem)",
1796
1818
  "font-weight": "400",
1797
- "line-height": "1.8",
1819
+ "line-height": "1.6",
1798
1820
  "caption": {
1799
1821
  "font-weight": "800"
1800
1822
  },
@@ -1810,7 +1832,7 @@
1810
1832
  "tabs": {
1811
1833
  "gap": "clamp(1rem, 0.8571rem + 0.7143vw, 1.5rem)",
1812
1834
  "list": {
1813
- "box-shadow": "inset 0rem calc(0.125rem * -1) 0rem 0rem #d1d1d1"
1835
+ "box-shadow": "inset 0rem -0.125rem 0rem 0rem #d1d1d1"
1814
1836
  },
1815
1837
  "button": {
1816
1838
  "color": "#004699",
@@ -1818,16 +1840,16 @@
1818
1840
  "font-family": "'Amsterdam Sans', Arial, sans-serif",
1819
1841
  "font-size": "clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem)",
1820
1842
  "font-weight": "400",
1821
- "line-height": "1.8",
1843
+ "line-height": "1.6",
1822
1844
  "outline-offset": "calc(0.25rem * -1)",
1823
1845
  "padding-block": "clamp(0.5rem, 0.4286rem + 0.3571vw, 0.75rem)",
1824
1846
  "padding-inline": "clamp(1rem, 0.8571rem + 0.7143vw, 1.5rem)",
1825
1847
  "hover": {
1826
- "box-shadow": "inset 0rem calc(0.125rem * -1) 0rem 0rem currentColor",
1848
+ "box-shadow": "inset 0rem -0.125rem 0rem 0rem currentColor",
1827
1849
  "color": "#003677"
1828
1850
  },
1829
1851
  "selected": {
1830
- "box-shadow": "inset 0rem calc(0.25rem * -1) 0rem 0rem currentColor",
1852
+ "box-shadow": "inset 0rem -0.25rem 0rem 0rem currentColor",
1831
1853
  "font-weight": "800"
1832
1854
  },
1833
1855
  "disabled": {
@@ -1846,7 +1868,7 @@
1846
1868
  "font-size": "clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem)",
1847
1869
  "font-weight": "400",
1848
1870
  "line-height": "1.4",
1849
- "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))",
1850
1872
  "outline-offset": "0.25rem",
1851
1873
  "padding-block": "clamp(0.5rem, 0.4286rem + 0.3571vw, 0.75rem)",
1852
1874
  "padding-inline": "clamp(1rem, 0.8571rem + 0.7143vw, 1.5rem)",
@@ -1886,13 +1908,13 @@
1886
1908
  "cursor": "not-allowed"
1887
1909
  },
1888
1910
  "hover": {
1889
- "box-shadow": "inset 0rem 0rem 0rem 0.0625rem currentColor"
1911
+ "box-shadow": "0 0 0 #000000"
1890
1912
  },
1891
1913
  "invalid": {
1892
1914
  "border-color": "#ec0000",
1893
1915
  "hover": {
1894
1916
  "border-color": "#b70000",
1895
- "box-shadow": "inset 0rem 0rem 0rem 0.0625rem #b70000"
1917
+ "box-shadow": "0 0 0 #000000"
1896
1918
  }
1897
1919
  },
1898
1920
  "placeholder": {
@@ -1900,51 +1922,51 @@
1900
1922
  }
1901
1923
  },
1902
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)",
1903
1937
  "disabled": {
1938
+ "color": "#767676",
1939
+ "cursor": "not-allowed",
1904
1940
  "calendar-picker-indicator": {
1905
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>\")"
1906
1942
  },
1907
1943
  "calender-picker-indicator": {
1908
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>\")"
1909
- },
1910
- "color": "#767676",
1911
- "cursor": "not-allowed"
1945
+ }
1912
1946
  },
1913
1947
  "hover": {
1914
- "calender-picker-indicator": {
1948
+ "box-shadow": "0 0 0 #000000",
1949
+ "calendar-picker-indicator": {
1915
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>\")"
1916
1951
  },
1917
- "box-shadow": "inset 0rem 0rem 0rem 0.0625rem currentColor",
1918
- "calendar-picker-indicator": {
1952
+ "calender-picker-indicator": {
1919
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>\")"
1920
1954
  }
1921
1955
  },
1922
- "calender-picker-indicator": {
1923
- "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>\")",
1924
- "cursor": "pointer"
1925
- },
1926
- "background-color": "#ffffff",
1927
- "border-color": "currentColor",
1928
- "border-style": "solid",
1929
- "border-width": "0.125rem",
1930
- "color": "#202020",
1931
- "font-family": "'Amsterdam Sans', Arial, sans-serif",
1932
- "font-size": "clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem)",
1933
- "font-weight": "400",
1934
- "line-height": "1.4",
1935
- "outline-offset": "0.25rem",
1936
- "padding-block": "clamp(0.5rem, 0.4286rem + 0.3571vw, 0.75rem)",
1937
- "padding-inline": "clamp(1rem, 0.8571rem + 0.7143vw, 1.5rem)",
1938
1956
  "invalid": {
1939
1957
  "border-color": "#ec0000",
1940
1958
  "hover": {
1941
1959
  "border-color": "#b70000",
1942
- "box-shadow": "inset 0rem 0rem 0rem 0.0625rem #b70000"
1960
+ "box-shadow": "0 0 0 #000000"
1943
1961
  }
1944
1962
  },
1945
1963
  "calendar-picker-indicator": {
1946
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>\")",
1947
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"
1948
1970
  }
1949
1971
  },
1950
1972
  "unordered-list": {
@@ -1953,14 +1975,14 @@
1953
1975
  "font-size": "clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem)",
1954
1976
  "font-weight": "400",
1955
1977
  "gap": "clamp(0.5rem, 0.4286rem + 0.3571vw, 0.75rem)",
1956
- "line-height": "1.8",
1978
+ "line-height": "1.6",
1957
1979
  "list-style-type": "'\\2022'",
1958
1980
  "inverse": {
1959
1981
  "color": "#ffffff"
1960
1982
  },
1961
1983
  "small": {
1962
1984
  "font-size": "1rem",
1963
- "line-height": "1.6"
1985
+ "line-height": "1.5"
1964
1986
  },
1965
1987
  "item": {
1966
1988
  "margin-inline-start": "1.625rem",