@amsterdam/design-system-tokens 0.15.0 → 0.16.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +35 -0
- package/LICENSE.md +2 -2
- package/README.md +4 -4
- package/dist/index.css +108 -113
- package/dist/index.d.ts +165 -164
- package/dist/index.json +185 -184
- package/dist/index.mjs +143 -143
- package/dist/index.scss +108 -113
- package/dist/index.theme.css +108 -113
- package/package.json +2 -2
- package/src/brand/ams/typography.tokens.json +1 -0
- package/src/components/ams/accordion.tokens.json +1 -0
- package/src/components/ams/alert.tokens.json +1 -1
- package/src/components/ams/avatar.tokens.json +1 -1
- package/src/components/ams/badge.tokens.json +1 -1
- package/src/components/ams/card.tokens.json +8 -2
- package/src/components/ams/dialog.tokens.json +22 -7
- package/src/components/ams/field-set.tokens.json +2 -1
- package/src/components/ams/grid.tokens.json +6 -6
- package/src/components/ams/heading.tokens.json +1 -0
- package/src/components/ams/label.tokens.json +2 -1
- package/src/components/ams/link.tokens.json +8 -27
- package/src/components/ams/{footer.tokens.json → page-footer.tokens.json} +7 -1
- package/src/components/ams/{header.tokens.json → page-header.tokens.json} +9 -2
- package/src/components/ams/page-heading.tokens.json +1 -0
- package/src/components/ams/page.tokens.json +8 -0
- package/src/components/ams/standalone-link.tokens.json +40 -0
- package/src/components/ams/mega-menu.tokens.json +0 -18
- package/src/components/ams/page-menu.tokens.json +0 -24
- package/src/components/ams/screen.tokens.json +0 -13
- package/src/components/ams/top-task-link.tokens.json +0 -29
package/dist/index.json
CHANGED
|
@@ -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": {
|
|
@@ -163,6 +164,7 @@
|
|
|
163
164
|
"outline-offset": "0.125rem",
|
|
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
|
}
|
|
@@ -184,7 +186,7 @@
|
|
|
184
186
|
"severity-indicator": {
|
|
185
187
|
"background-color": "#009de6",
|
|
186
188
|
"padding-block": "clamp(1.125rem, 1.0313rem + 0.4688vw, 1.5rem)",
|
|
187
|
-
"padding-inline": "clamp(0.
|
|
189
|
+
"padding-inline": "clamp(0.5625rem, 0.5156rem + 0.2344vw, 0.75rem)"
|
|
188
190
|
},
|
|
189
191
|
"content": {
|
|
190
192
|
"gap": "clamp(0.5625rem, 0.5156rem + 0.2344vw, 0.75rem)",
|
|
@@ -225,7 +227,7 @@
|
|
|
225
227
|
},
|
|
226
228
|
"azure": {
|
|
227
229
|
"background-color": "#009de6",
|
|
228
|
-
"color": "#
|
|
230
|
+
"color": "#ffffff"
|
|
229
231
|
},
|
|
230
232
|
"green": {
|
|
231
233
|
"background-color": "#00a03c",
|
|
@@ -258,7 +260,7 @@
|
|
|
258
260
|
"padding-inline": "clamp(0.2813rem, 0.2578rem + 0.1172vw, 0.375rem)",
|
|
259
261
|
"azure": {
|
|
260
262
|
"background-color": "#009de6",
|
|
261
|
-
"color": "#
|
|
263
|
+
"color": "#ffffff"
|
|
262
264
|
},
|
|
263
265
|
"lime": {
|
|
264
266
|
"background-color": "#bed200",
|
|
@@ -379,9 +381,15 @@
|
|
|
379
381
|
}
|
|
380
382
|
},
|
|
381
383
|
"card": {
|
|
382
|
-
"
|
|
384
|
+
"heading": {
|
|
385
|
+
"margin-block-end": "clamp(0.2813rem, 0.2578rem + 0.1172vw, 0.375rem)"
|
|
386
|
+
},
|
|
383
387
|
"heading-group": {
|
|
384
|
-
"gap": "clamp(0.
|
|
388
|
+
"gap": "clamp(0.2813rem, 0.2578rem + 0.1172vw, 0.375rem)",
|
|
389
|
+
"margin-block-end": "clamp(0.2813rem, 0.2578rem + 0.1172vw, 0.375rem)"
|
|
390
|
+
},
|
|
391
|
+
"image": {
|
|
392
|
+
"margin-block-end": "clamp(0.5625rem, 0.5156rem + 0.2344vw, 0.75rem)"
|
|
385
393
|
},
|
|
386
394
|
"link": {
|
|
387
395
|
"color": "#004699",
|
|
@@ -556,24 +564,39 @@
|
|
|
556
564
|
"background-color": "#ffffff",
|
|
557
565
|
"border": "0.125rem solid #ffffff",
|
|
558
566
|
"gap": "clamp(1.125rem, 1.0313rem + 0.4688vw, 1.5rem)",
|
|
559
|
-
"inline-size": "calc(100% - 2 * clamp(
|
|
560
|
-
"max-block-size": "calc(100dvh - 2 * clamp(
|
|
567
|
+
"inline-size": "calc(100% - 2 * clamp(1.6875rem, 1.5469rem + 0.7031vw, 2.25rem))",
|
|
568
|
+
"max-block-size": "calc(100dvh - 2 * clamp(1.6875rem, 1.5469rem + 0.7031vw, 2.25rem))",
|
|
561
569
|
"max-inline-size": "48rem",
|
|
570
|
+
"medium": {
|
|
571
|
+
"inline-size": "calc(100% - 2 * clamp(2.25rem, 1.9375rem + 1.5625vw, 3.5rem))",
|
|
572
|
+
"max-block-size": "calc(100dvh - 2 * clamp(2.25rem, 1.9375rem + 1.5625vw, 3.5rem))"
|
|
573
|
+
},
|
|
562
574
|
"backdrop": {
|
|
563
575
|
"background-color": "rgb(24 24 24 / 62.5%)"
|
|
564
576
|
},
|
|
565
577
|
"header": {
|
|
566
578
|
"gap": "clamp(1.125rem, 1.0313rem + 0.4688vw, 1.5rem)",
|
|
567
|
-
"padding-block": "clamp(
|
|
568
|
-
"padding-inline": "clamp(
|
|
579
|
+
"padding-block": "clamp(1.6875rem, 1.5469rem + 0.7031vw, 2.25rem) 0",
|
|
580
|
+
"padding-inline": "clamp(1.6875rem, 1.5469rem + 0.7031vw, 2.25rem)",
|
|
581
|
+
"medium": {
|
|
582
|
+
"padding-block": "clamp(2.25rem, 1.9375rem + 1.5625vw, 3.5rem) 0",
|
|
583
|
+
"padding-inline": "clamp(2.25rem, 1.9375rem + 1.5625vw, 3.5rem)"
|
|
584
|
+
}
|
|
569
585
|
},
|
|
570
586
|
"body": {
|
|
571
587
|
"padding-block": "0",
|
|
572
|
-
"padding-inline": "clamp(
|
|
588
|
+
"padding-inline": "clamp(1.6875rem, 1.5469rem + 0.7031vw, 2.25rem)",
|
|
589
|
+
"medium": {
|
|
590
|
+
"padding-inline": "clamp(2.25rem, 1.9375rem + 1.5625vw, 3.5rem)"
|
|
591
|
+
}
|
|
573
592
|
},
|
|
574
593
|
"footer": {
|
|
575
|
-
"padding-block": "0 clamp(
|
|
576
|
-
"padding-inline": "clamp(
|
|
594
|
+
"padding-block": "0 clamp(1.6875rem, 1.5469rem + 0.7031vw, 2.25rem)",
|
|
595
|
+
"padding-inline": "clamp(1.6875rem, 1.5469rem + 0.7031vw, 2.25rem)",
|
|
596
|
+
"medium": {
|
|
597
|
+
"padding-block": "0 clamp(2.25rem, 1.9375rem + 1.5625vw, 3.5rem)",
|
|
598
|
+
"padding-inline": "clamp(2.25rem, 1.9375rem + 1.5625vw, 3.5rem)"
|
|
599
|
+
}
|
|
577
600
|
}
|
|
578
601
|
},
|
|
579
602
|
"error-message": {
|
|
@@ -595,7 +618,8 @@
|
|
|
595
618
|
"font-size": "clamp(1.3125rem, calc(1.1719rem + 0.7031vw), 1.875rem)",
|
|
596
619
|
"font-weight": "800",
|
|
597
620
|
"line-height": "1.2928",
|
|
598
|
-
"margin-block-end": "clamp(1.125rem, 1.0313rem + 0.4688vw, 1.5rem)"
|
|
621
|
+
"margin-block-end": "clamp(1.125rem, 1.0313rem + 0.4688vw, 1.5rem)",
|
|
622
|
+
"text-wrap": "balance"
|
|
599
623
|
}
|
|
600
624
|
},
|
|
601
625
|
"field": {
|
|
@@ -673,45 +697,19 @@
|
|
|
673
697
|
}
|
|
674
698
|
}
|
|
675
699
|
},
|
|
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
700
|
"grid": {
|
|
703
701
|
"column-count": "4",
|
|
704
702
|
"column-gap": "clamp(2.25rem, 1.9375rem + 1.5625vw, 3.5rem)",
|
|
705
703
|
"padding-block": {
|
|
706
|
-
"
|
|
707
|
-
"
|
|
708
|
-
"
|
|
704
|
+
"l": "clamp(1.6875rem, 1.5469rem + 0.7031vw, 2.25rem)",
|
|
705
|
+
"xl": "clamp(2.25rem, 1.9375rem + 1.5625vw, 3.5rem)",
|
|
706
|
+
"2xl": "clamp(2.8125rem, 2.2031rem + 3.0469vw, 5.25rem)"
|
|
709
707
|
},
|
|
710
708
|
"padding-inline": "clamp(1.6875rem, 1.5469rem + 0.7031vw, 2.25rem)",
|
|
711
709
|
"row-gap": {
|
|
712
|
-
"
|
|
713
|
-
"
|
|
714
|
-
"
|
|
710
|
+
"l": "clamp(1.6875rem, 1.5469rem + 0.7031vw, 2.25rem)",
|
|
711
|
+
"xl": "clamp(2.25rem, 1.9375rem + 1.5625vw, 3.5rem)",
|
|
712
|
+
"2xl": "clamp(2.8125rem, 2.2031rem + 3.0469vw, 5.25rem)"
|
|
715
713
|
},
|
|
716
714
|
"medium": {
|
|
717
715
|
"column-count": "8",
|
|
@@ -722,59 +720,6 @@
|
|
|
722
720
|
"padding-inline": "clamp(2.8125rem, 2.2031rem + 3.0469vw, 5.25rem)"
|
|
723
721
|
}
|
|
724
722
|
},
|
|
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
723
|
"heading": {
|
|
779
724
|
"1": {
|
|
780
725
|
"font-size": "clamp(2.0842rem, calc(1.6897rem + 1.9724vw), 3.6621rem)",
|
|
@@ -803,6 +748,7 @@
|
|
|
803
748
|
"color": "#181818",
|
|
804
749
|
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
805
750
|
"font-weight": "800",
|
|
751
|
+
"text-wrap": "balance",
|
|
806
752
|
"inverse": {
|
|
807
753
|
"color": "#ffffff"
|
|
808
754
|
}
|
|
@@ -909,7 +855,8 @@
|
|
|
909
855
|
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
910
856
|
"font-size": "clamp(1.3125rem, calc(1.1719rem + 0.7031vw), 1.875rem)",
|
|
911
857
|
"font-weight": "800",
|
|
912
|
-
"line-height": "1.2928"
|
|
858
|
+
"line-height": "1.2928",
|
|
859
|
+
"text-wrap": "balance"
|
|
913
860
|
},
|
|
914
861
|
"link-list": {
|
|
915
862
|
"gap": "clamp(0.5625rem, 0.5156rem + 0.2344vw, 0.75rem)",
|
|
@@ -952,32 +899,17 @@
|
|
|
952
899
|
},
|
|
953
900
|
"link": {
|
|
954
901
|
"color": "#004699",
|
|
955
|
-
"font-family": "
|
|
902
|
+
"font-family": "inherit",
|
|
903
|
+
"font-size": "inherit",
|
|
956
904
|
"font-weight": "400",
|
|
905
|
+
"line-height": "inherit",
|
|
957
906
|
"outline-offset": "0.125rem",
|
|
907
|
+
"text-decoration-thickness": "0.125rem",
|
|
908
|
+
"text-underline-offset": "0.3333em",
|
|
958
909
|
"hover": {
|
|
959
|
-
"color": "#003677"
|
|
960
|
-
|
|
961
|
-
|
|
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
|
-
}
|
|
910
|
+
"color": "#003677",
|
|
911
|
+
"text-decoration-thickness": "0.1875rem",
|
|
912
|
+
"text-underline-offset": "0.2778em"
|
|
981
913
|
},
|
|
982
914
|
"contrast": {
|
|
983
915
|
"color": "#000000",
|
|
@@ -1008,14 +940,6 @@
|
|
|
1008
940
|
"mark": {
|
|
1009
941
|
"background-color": "#ffe600"
|
|
1010
942
|
},
|
|
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
943
|
"ordered-list": {
|
|
1020
944
|
"color": "#181818",
|
|
1021
945
|
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
@@ -1046,35 +970,112 @@
|
|
|
1046
970
|
}
|
|
1047
971
|
}
|
|
1048
972
|
},
|
|
973
|
+
"page-footer": {
|
|
974
|
+
"menu": {
|
|
975
|
+
"column-gap": "clamp(1.6875rem, 1.5469rem + 0.7031vw, 2.25rem)",
|
|
976
|
+
"padding-block": "clamp(1.6875rem, 1.5469rem + 0.7031vw, 2.25rem)",
|
|
977
|
+
"padding-inline": "clamp(1.6875rem, 1.5469rem + 0.7031vw, 2.25rem)",
|
|
978
|
+
"row-gap": "clamp(0.2813rem, 0.2578rem + 0.1172vw, 0.375rem)",
|
|
979
|
+
"medium": {
|
|
980
|
+
"padding-inline": "clamp(2.25rem, 1.9375rem + 1.5625vw, 3.5rem)"
|
|
981
|
+
},
|
|
982
|
+
"wide": {
|
|
983
|
+
"padding-inline": "clamp(2.8125rem, 2.2031rem + 3.0469vw, 5.25rem)"
|
|
984
|
+
},
|
|
985
|
+
"link": {
|
|
986
|
+
"color": "#004699",
|
|
987
|
+
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
988
|
+
"font-size": "clamp(0.9643rem, calc(0.9054rem + 0.2946vw), 1.2rem)",
|
|
989
|
+
"font-weight": "400",
|
|
990
|
+
"line-height": "1.5152",
|
|
991
|
+
"outline-offset": "0.125rem",
|
|
992
|
+
"text-decoration-line": "none",
|
|
993
|
+
"text-decoration-thickness": "0.125rem",
|
|
994
|
+
"text-underline-offset": "0.3333em",
|
|
995
|
+
"hover": {
|
|
996
|
+
"color": "#003677",
|
|
997
|
+
"text-decoration-line": "underline"
|
|
998
|
+
}
|
|
999
|
+
}
|
|
1000
|
+
},
|
|
1001
|
+
"spotlight": {
|
|
1002
|
+
"background-color": "#004699"
|
|
1003
|
+
}
|
|
1004
|
+
},
|
|
1005
|
+
"page-header": {
|
|
1006
|
+
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
1007
|
+
"padding-block": "clamp(1.6875rem, 1.5469rem + 0.7031vw, 2.25rem)",
|
|
1008
|
+
"padding-inline": "clamp(1.6875rem, 1.5469rem + 0.7031vw, 2.25rem)",
|
|
1009
|
+
"medium": {
|
|
1010
|
+
"padding-inline": "clamp(2.25rem, 1.9375rem + 1.5625vw, 3.5rem)"
|
|
1011
|
+
},
|
|
1012
|
+
"wide": {
|
|
1013
|
+
"padding-inline": "clamp(2.8125rem, 2.2031rem + 3.0469vw, 5.25rem)"
|
|
1014
|
+
},
|
|
1015
|
+
"logo-link": {
|
|
1016
|
+
"column-gap": "clamp(1.125rem, 1.0313rem + 0.4688vw, 1.5rem)",
|
|
1017
|
+
"outline-offset": "0.125rem"
|
|
1018
|
+
},
|
|
1019
|
+
"brand-name": {
|
|
1020
|
+
"color": "#181818",
|
|
1021
|
+
"font-size": "clamp(1.3125rem, calc(1.1719rem + 0.7031vw), 1.875rem)",
|
|
1022
|
+
"font-weight": "800",
|
|
1023
|
+
"text-wrap": "balance"
|
|
1024
|
+
},
|
|
1025
|
+
"mega-menu": {
|
|
1026
|
+
"button": {
|
|
1027
|
+
"cursor": "pointer",
|
|
1028
|
+
"label": {
|
|
1029
|
+
"open": {
|
|
1030
|
+
"font-weight": "800"
|
|
1031
|
+
}
|
|
1032
|
+
}
|
|
1033
|
+
}
|
|
1034
|
+
},
|
|
1035
|
+
"menu": {
|
|
1036
|
+
"column-gap": "clamp(1.6875rem, 1.5469rem + 0.7031vw, 2.25rem)",
|
|
1037
|
+
"row-gap": "clamp(0.2813rem, 0.2578rem + 0.1172vw, 0.375rem)",
|
|
1038
|
+
"item": {
|
|
1039
|
+
"color": "#004699",
|
|
1040
|
+
"column-gap": "clamp(0.2813rem, 0.2578rem + 0.1172vw, 0.375rem)",
|
|
1041
|
+
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
1042
|
+
"font-size": "clamp(1.125rem, calc(1.0313rem + 0.4688vw), 1.5rem)",
|
|
1043
|
+
"font-weight": "400",
|
|
1044
|
+
"line-height": "1.6667",
|
|
1045
|
+
"outline-offset": "0.125rem",
|
|
1046
|
+
"padding-block": "clamp(0.2813rem, 0.2578rem + 0.1172vw, 0.375rem)",
|
|
1047
|
+
"hover": {
|
|
1048
|
+
"color": "#003677"
|
|
1049
|
+
}
|
|
1050
|
+
},
|
|
1051
|
+
"link": {
|
|
1052
|
+
"text-decoration-line": "none",
|
|
1053
|
+
"text-decoration-thickness": "0.125rem",
|
|
1054
|
+
"text-underline-offset": "0.3333em",
|
|
1055
|
+
"hover": {
|
|
1056
|
+
"text-decoration-line": "underline"
|
|
1057
|
+
}
|
|
1058
|
+
}
|
|
1059
|
+
},
|
|
1060
|
+
"navigation": {
|
|
1061
|
+
"column-gap": "clamp(1.6875rem, 1.5469rem + 0.7031vw, 2.25rem)",
|
|
1062
|
+
"row-gap": "clamp(0.5625rem, 0.5156rem + 0.2344vw, 0.75rem)"
|
|
1063
|
+
}
|
|
1064
|
+
},
|
|
1049
1065
|
"page-heading": {
|
|
1050
1066
|
"color": "#181818",
|
|
1051
1067
|
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
1052
1068
|
"font-size": "clamp(2.4316rem, calc(1.8951rem + 2.6826vw), 4.5776rem)",
|
|
1053
1069
|
"font-weight": "800",
|
|
1054
1070
|
"line-height": "1.1386",
|
|
1071
|
+
"text-wrap": "balance",
|
|
1055
1072
|
"inverse": {
|
|
1056
1073
|
"color": "#ffffff"
|
|
1057
1074
|
}
|
|
1058
1075
|
},
|
|
1059
|
-
"page
|
|
1060
|
-
"
|
|
1061
|
-
"
|
|
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
|
-
}
|
|
1076
|
+
"page": {
|
|
1077
|
+
"background-color": "#ffffff",
|
|
1078
|
+
"max-inline-size": "100rem"
|
|
1078
1079
|
},
|
|
1079
1080
|
"pagination": {
|
|
1080
1081
|
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
@@ -1234,15 +1235,6 @@
|
|
|
1234
1235
|
"x-large": "clamp(2.25rem, 1.9375rem + 1.5625vw, 3.5rem)"
|
|
1235
1236
|
}
|
|
1236
1237
|
},
|
|
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
1238
|
"search-field": {
|
|
1247
1239
|
"input": {
|
|
1248
1240
|
"background-color": "#ffffff",
|
|
@@ -1345,6 +1337,40 @@
|
|
|
1345
1337
|
"background-color": "#ffe600"
|
|
1346
1338
|
}
|
|
1347
1339
|
},
|
|
1340
|
+
"standalone-link": {
|
|
1341
|
+
"color": "#004699",
|
|
1342
|
+
"column-gap": "clamp(0.5625rem, 0.5156rem + 0.2344vw, 0.75rem)",
|
|
1343
|
+
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
1344
|
+
"font-size": "clamp(1.125rem, calc(1.0313rem + 0.4688vw), 1.5rem)",
|
|
1345
|
+
"font-weight": "400",
|
|
1346
|
+
"line-height": "1.6667",
|
|
1347
|
+
"outline-offset": "0.125rem",
|
|
1348
|
+
"text-decoration-thickness": "0.125rem",
|
|
1349
|
+
"text-underline-offset": "0.3333em",
|
|
1350
|
+
"contrast": {
|
|
1351
|
+
"color": "#000000",
|
|
1352
|
+
"hover": {
|
|
1353
|
+
"color": "#000000"
|
|
1354
|
+
}
|
|
1355
|
+
},
|
|
1356
|
+
"hover": {
|
|
1357
|
+
"color": "#003677",
|
|
1358
|
+
"text-decoration-thickness": "0.1875rem",
|
|
1359
|
+
"text-underline-offset": "0.2778em"
|
|
1360
|
+
},
|
|
1361
|
+
"inverse": {
|
|
1362
|
+
"color": "#ffffff",
|
|
1363
|
+
"hover": {
|
|
1364
|
+
"color": "#ffffff"
|
|
1365
|
+
}
|
|
1366
|
+
},
|
|
1367
|
+
"with-icon": {
|
|
1368
|
+
"text-decoration-line": "none",
|
|
1369
|
+
"hover": {
|
|
1370
|
+
"text-decoration-line": "underline"
|
|
1371
|
+
}
|
|
1372
|
+
}
|
|
1373
|
+
},
|
|
1348
1374
|
"switch": {
|
|
1349
1375
|
"background-color": "#767676",
|
|
1350
1376
|
"cursor": "pointer",
|
|
@@ -1542,31 +1568,6 @@
|
|
|
1542
1568
|
}
|
|
1543
1569
|
}
|
|
1544
1570
|
},
|
|
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
1571
|
"unordered-list": {
|
|
1571
1572
|
"color": "#181818",
|
|
1572
1573
|
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|