@amsterdam/design-system-tokens 4.0.0 → 4.1.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/AGENTS.md +71 -0
- package/CHANGELOG.md +25 -0
- package/CONTRIBUTING.md +18 -0
- package/README.md +29 -41
- package/dist/compact.css +4 -1
- package/dist/compact.d.ts +9 -0
- package/dist/compact.json +10 -1
- package/dist/compact.mjs +5 -0
- package/dist/compact.scss +4 -1
- package/dist/compact.theme.css +4 -1
- package/dist/index.css +110 -31
- package/dist/index.d.ts +138 -5
- package/dist/index.json +178 -45
- package/dist/index.mjs +148 -45
- package/dist/index.scss +110 -31
- package/dist/index.theme.css +110 -31
- package/package.json +6 -5
- package/src/brand/ams/typography.tokens.json +2 -2
- package/src/common/ams/query-containers.tokens.json +12 -0
- package/src/components/ams/calendar.compact.tokens.json +10 -0
- package/src/components/ams/calendar.tokens.json +87 -0
- package/src/components/ams/date-picker.tokens.json +103 -0
- package/src/components/ams/description-list.tokens.json +4 -4
- package/src/components/ams/dialog.tokens.json +13 -7
- package/src/components/ams/grid.compact.tokens.json +19 -1
- package/src/components/ams/grid.tokens.json +10 -4
- package/src/components/ams/menu.tokens.json +4 -4
- package/src/components/ams/page-footer.tokens.json +2 -2
- package/src/components/ams/page-header.tokens.json +2 -2
- package/src/components/ams/page.tokens.json +6 -0
- package/src/components/ams/pagination.tokens.json +219 -2
- package/src/components/ams/progress-list.tokens.json +2 -2
- package/src/components/ams/switch.tokens.json +8 -0
- package/src/components/ams/table-of-contents.tokens.json +65 -14
package/dist/index.json
CHANGED
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
"font-weight": "400",
|
|
87
87
|
"line-height": 1.6,
|
|
88
88
|
"bold": {
|
|
89
|
-
"font-weight": "
|
|
89
|
+
"font-weight": "700"
|
|
90
90
|
},
|
|
91
91
|
"small": {
|
|
92
92
|
"font-size": "1rem",
|
|
@@ -122,7 +122,7 @@
|
|
|
122
122
|
"font-size": "1rem",
|
|
123
123
|
"line-height": 1.4
|
|
124
124
|
},
|
|
125
|
-
"font-weight": "
|
|
125
|
+
"font-weight": "700",
|
|
126
126
|
"text-wrap": "balance"
|
|
127
127
|
}
|
|
128
128
|
},
|
|
@@ -184,6 +184,11 @@
|
|
|
184
184
|
}
|
|
185
185
|
}
|
|
186
186
|
},
|
|
187
|
+
"query-containers": {
|
|
188
|
+
"inline-size": {
|
|
189
|
+
"container-name": "ams-query-container-inline-size"
|
|
190
|
+
}
|
|
191
|
+
},
|
|
187
192
|
"accordion": {
|
|
188
193
|
"gap": "clamp(0.5rem, 0.4286rem + 0.3571vw, 0.75rem)",
|
|
189
194
|
"button": {
|
|
@@ -287,7 +292,7 @@
|
|
|
287
292
|
"color": "#ffffff",
|
|
288
293
|
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
289
294
|
"font-size": "clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem)",
|
|
290
|
-
"font-weight": "
|
|
295
|
+
"font-weight": "700",
|
|
291
296
|
"gap": "clamp(0.25rem, 0.2143rem + 0.1786vw, 0.375rem)",
|
|
292
297
|
"line-height": 1.6,
|
|
293
298
|
"padding-inline": "clamp(0.25rem, 0.2143rem + 0.1786vw, 0.375rem)",
|
|
@@ -324,7 +329,7 @@
|
|
|
324
329
|
"color": "#202020",
|
|
325
330
|
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
326
331
|
"font-size": "clamp(1.5rem, 1.3571rem + 0.7143vw, 2rem)",
|
|
327
|
-
"font-weight": "
|
|
332
|
+
"font-weight": "700",
|
|
328
333
|
"line-height": 1.4,
|
|
329
334
|
"inverse": {
|
|
330
335
|
"color": "#ffffff"
|
|
@@ -414,6 +419,30 @@
|
|
|
414
419
|
}
|
|
415
420
|
}
|
|
416
421
|
},
|
|
422
|
+
"calendar": {
|
|
423
|
+
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
424
|
+
"font-size": "clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem)",
|
|
425
|
+
"font-weight": "400",
|
|
426
|
+
"gap": "clamp(0.5rem, 0.4286rem + 0.3571vw, 0.75rem)",
|
|
427
|
+
"inline-size": "20rem",
|
|
428
|
+
"line-height": 1.6,
|
|
429
|
+
"day": {
|
|
430
|
+
"outline-offset": "0.25rem",
|
|
431
|
+
"current": {
|
|
432
|
+
"font-weight": "700"
|
|
433
|
+
},
|
|
434
|
+
"link": {
|
|
435
|
+
"color": "#004699",
|
|
436
|
+
"text-decoration-line": "none",
|
|
437
|
+
"text-decoration-thickness": "0.125rem",
|
|
438
|
+
"text-underline-offset": "0.15625rem",
|
|
439
|
+
"hover": {
|
|
440
|
+
"color": "#003677",
|
|
441
|
+
"text-decoration-line": "underline"
|
|
442
|
+
}
|
|
443
|
+
}
|
|
444
|
+
}
|
|
445
|
+
},
|
|
417
446
|
"call-to-action-link": {
|
|
418
447
|
"background-color": "#00893c",
|
|
419
448
|
"color": "#ffffff",
|
|
@@ -595,9 +624,41 @@
|
|
|
595
624
|
"cursor": "pointer"
|
|
596
625
|
}
|
|
597
626
|
},
|
|
627
|
+
"date-picker": {
|
|
628
|
+
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
629
|
+
"font-size": "clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem)",
|
|
630
|
+
"font-weight": "400",
|
|
631
|
+
"gap": "clamp(0.5rem, 0.4286rem + 0.3571vw, 0.75rem)",
|
|
632
|
+
"inline-size": "20rem",
|
|
633
|
+
"line-height": 1.6,
|
|
634
|
+
"day": {
|
|
635
|
+
"color": "#004699",
|
|
636
|
+
"cursor": "pointer",
|
|
637
|
+
"outline-offset": "0.25rem",
|
|
638
|
+
"current": {
|
|
639
|
+
"font-weight": "700"
|
|
640
|
+
},
|
|
641
|
+
"disabled": {
|
|
642
|
+
"color": "#767676",
|
|
643
|
+
"cursor": "not-allowed",
|
|
644
|
+
"text-decoration-line": "line-through"
|
|
645
|
+
},
|
|
646
|
+
"hover": {
|
|
647
|
+
"background-color": "rgb(0 70 153 / 12.5%)",
|
|
648
|
+
"color": "#003677"
|
|
649
|
+
},
|
|
650
|
+
"selected": {
|
|
651
|
+
"background-color": "#004699",
|
|
652
|
+
"color": "#ffffff",
|
|
653
|
+
"hover": {
|
|
654
|
+
"background-color": "#003677"
|
|
655
|
+
}
|
|
656
|
+
}
|
|
657
|
+
}
|
|
658
|
+
},
|
|
598
659
|
"description-list": {
|
|
599
660
|
"color": "#202020",
|
|
600
|
-
"column-gap": "
|
|
661
|
+
"column-gap": "clamp(1.5rem, 1.2857rem + 1.0714vw, 2.25rem)",
|
|
601
662
|
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
602
663
|
"font-size": "clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem)",
|
|
603
664
|
"line-height": 1.6,
|
|
@@ -607,7 +668,7 @@
|
|
|
607
668
|
},
|
|
608
669
|
"term": {
|
|
609
670
|
"font-size": "clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem)",
|
|
610
|
-
"font-weight": "
|
|
671
|
+
"font-weight": "700",
|
|
611
672
|
"line-height": 1.4,
|
|
612
673
|
"margin-block-end": "clamp(0.25rem, 0.2143rem + 0.1786vw, 0.375rem)",
|
|
613
674
|
"text-wrap": "balance",
|
|
@@ -624,13 +685,13 @@
|
|
|
624
685
|
"margin-block-end": "clamp(1rem, 0.8571rem + 0.7143vw, 1.5rem)"
|
|
625
686
|
},
|
|
626
687
|
"narrow": {
|
|
627
|
-
"grid-template-columns": "
|
|
688
|
+
"grid-template-columns": "1fr 4fr"
|
|
628
689
|
},
|
|
629
690
|
"medium": {
|
|
630
|
-
"grid-template-columns": "
|
|
691
|
+
"grid-template-columns": "1fr 2fr"
|
|
631
692
|
},
|
|
632
693
|
"wide": {
|
|
633
|
-
"grid-template-columns": "
|
|
694
|
+
"grid-template-columns": "1fr 1fr"
|
|
634
695
|
},
|
|
635
696
|
"vi-medium": {
|
|
636
697
|
"column-gap": "clamp(1.5rem, 1.2857rem + 1.0714vw, 2.25rem)",
|
|
@@ -652,13 +713,15 @@
|
|
|
652
713
|
"border-style": "solid",
|
|
653
714
|
"border-width": "0.125rem",
|
|
654
715
|
"box-shadow": "initial",
|
|
716
|
+
"container-name": "ams-query-container-inline-size",
|
|
717
|
+
"container-type": "inline-size",
|
|
655
718
|
"gap": "clamp(1rem, 0.8571rem + 0.7143vw, 1.5rem)",
|
|
656
719
|
"inline-size": "calc(100% - 2 * clamp(1.5rem, 1.2857rem + 1.0714vw, 2.25rem))",
|
|
657
720
|
"max-block-size": "calc(100dvh - 2 * clamp(1.5rem, 1.2857rem + 1.0714vw, 2.25rem))",
|
|
658
721
|
"max-inline-size": "48rem",
|
|
659
722
|
"medium": {
|
|
660
|
-
"inline-size": "
|
|
661
|
-
"max-block-size": "
|
|
723
|
+
"inline-size": "calc(100% - 2 * clamp(2.25rem, 1.8214rem + 2.1429vw, 3.75rem))",
|
|
724
|
+
"max-block-size": "calc(100dvh - 2 * clamp(2.25rem, 1.8214rem + 2.1429vw, 3.75rem))"
|
|
662
725
|
},
|
|
663
726
|
"vi-medium": {
|
|
664
727
|
"inline-size": "calc(100% - 2 * clamp(2.25rem, 1.8214rem + 2.1429vw, 3.75rem))",
|
|
@@ -672,8 +735,8 @@
|
|
|
672
735
|
"padding-block": "clamp(1.5rem, 1.2857rem + 1.0714vw, 2.25rem) 0",
|
|
673
736
|
"padding-inline": "clamp(1.5rem, 1.2857rem + 1.0714vw, 2.25rem)",
|
|
674
737
|
"medium": {
|
|
675
|
-
"padding-block": "
|
|
676
|
-
"padding-inline": "
|
|
738
|
+
"padding-block": "clamp(2.25rem, 1.8214rem + 2.1429vw, 3.75rem) 0",
|
|
739
|
+
"padding-inline": "clamp(2.25rem, 1.8214rem + 2.1429vw, 3.75rem)"
|
|
677
740
|
},
|
|
678
741
|
"vi-medium": {
|
|
679
742
|
"padding-block": "clamp(2.25rem, 1.8214rem + 2.1429vw, 3.75rem) 0",
|
|
@@ -684,7 +747,7 @@
|
|
|
684
747
|
"padding-block": "0",
|
|
685
748
|
"padding-inline": "clamp(1.5rem, 1.2857rem + 1.0714vw, 2.25rem)",
|
|
686
749
|
"medium": {
|
|
687
|
-
"padding-inline": "
|
|
750
|
+
"padding-inline": "clamp(2.25rem, 1.8214rem + 2.1429vw, 3.75rem)"
|
|
688
751
|
},
|
|
689
752
|
"vi-medium": {
|
|
690
753
|
"padding-inline": "clamp(2.25rem, 1.8214rem + 2.1429vw, 3.75rem)"
|
|
@@ -694,8 +757,8 @@
|
|
|
694
757
|
"padding-block": "0 clamp(1.5rem, 1.2857rem + 1.0714vw, 2.25rem)",
|
|
695
758
|
"padding-inline": "clamp(1.5rem, 1.2857rem + 1.0714vw, 2.25rem)",
|
|
696
759
|
"medium": {
|
|
697
|
-
"padding-block": "
|
|
698
|
-
"padding-inline": "
|
|
760
|
+
"padding-block": "0 clamp(2.25rem, 1.8214rem + 2.1429vw, 3.75rem)",
|
|
761
|
+
"padding-inline": "clamp(2.25rem, 1.8214rem + 2.1429vw, 3.75rem)"
|
|
699
762
|
},
|
|
700
763
|
"vi-medium": {
|
|
701
764
|
"padding-block": "0 clamp(2.25rem, 1.8214rem + 2.1429vw, 3.75rem)",
|
|
@@ -733,7 +796,7 @@
|
|
|
733
796
|
"color": "#202020",
|
|
734
797
|
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
735
798
|
"font-size": "clamp(1.3125rem, 1.2411rem + 0.3571vw, 1.5625rem)",
|
|
736
|
-
"font-weight": "
|
|
799
|
+
"font-weight": "700",
|
|
737
800
|
"line-height": 1.3,
|
|
738
801
|
"text-wrap": "balance",
|
|
739
802
|
"in-fieldset": {
|
|
@@ -838,12 +901,12 @@
|
|
|
838
901
|
"2xl": "clamp(3rem, 2.25rem + 3.75vw, 5.625rem)"
|
|
839
902
|
},
|
|
840
903
|
"medium": {
|
|
841
|
-
"column-count":
|
|
842
|
-
"padding-inline": "
|
|
904
|
+
"column-count": 8,
|
|
905
|
+
"padding-inline": "clamp(2.25rem, 1.8214rem + 2.1429vw, 3.75rem)"
|
|
843
906
|
},
|
|
844
907
|
"wide": {
|
|
845
|
-
"column-count":
|
|
846
|
-
"padding-inline": "
|
|
908
|
+
"column-count": 12,
|
|
909
|
+
"padding-inline": "clamp(3rem, 2.25rem + 3.75vw, 5.625rem)"
|
|
847
910
|
},
|
|
848
911
|
"vi-medium": {
|
|
849
912
|
"column-count": 8,
|
|
@@ -855,6 +918,8 @@
|
|
|
855
918
|
},
|
|
856
919
|
"cell": {
|
|
857
920
|
"background-color": "initial",
|
|
921
|
+
"container-name": "ams-query-container-inline-size",
|
|
922
|
+
"container-type": "inline-size",
|
|
858
923
|
"padding-block": "initial",
|
|
859
924
|
"padding-inline": "initial"
|
|
860
925
|
}
|
|
@@ -882,7 +947,7 @@
|
|
|
882
947
|
},
|
|
883
948
|
"color": "#202020",
|
|
884
949
|
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
885
|
-
"font-weight": "
|
|
950
|
+
"font-weight": "700",
|
|
886
951
|
"text-wrap": "balance",
|
|
887
952
|
"inverse": {
|
|
888
953
|
"color": "#ffffff"
|
|
@@ -999,7 +1064,7 @@
|
|
|
999
1064
|
"color": "#202020",
|
|
1000
1065
|
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
1001
1066
|
"font-size": "clamp(1.3125rem, 1.2411rem + 0.3571vw, 1.5625rem)",
|
|
1002
|
-
"font-weight": "
|
|
1067
|
+
"font-weight": "700",
|
|
1003
1068
|
"line-height": 1.3,
|
|
1004
1069
|
"text-wrap": "balance",
|
|
1005
1070
|
"in-fieldset": {
|
|
@@ -1096,9 +1161,9 @@
|
|
|
1096
1161
|
"line-height": 1.6,
|
|
1097
1162
|
"padding-block": "clamp(1rem, 0.8571rem + 0.7143vw, 1.5rem)",
|
|
1098
1163
|
"wide": {
|
|
1099
|
-
"max-inline-size": "
|
|
1100
|
-
"padding-block": "
|
|
1101
|
-
"padding-inline": "
|
|
1164
|
+
"max-inline-size": "8rem",
|
|
1165
|
+
"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)",
|
|
1166
|
+
"padding-inline": "clamp(0.5rem, 0.4286rem + 0.3571vw, 0.75rem)"
|
|
1102
1167
|
},
|
|
1103
1168
|
"vi-wide": {
|
|
1104
1169
|
"max-inline-size": "8rem",
|
|
@@ -1119,7 +1184,7 @@
|
|
|
1119
1184
|
"text-decoration-line": "underline"
|
|
1120
1185
|
},
|
|
1121
1186
|
"wide": {
|
|
1122
|
-
"gap": "
|
|
1187
|
+
"gap": "clamp(0.25rem, 0.2143rem + 0.1786vw, 0.375rem)"
|
|
1123
1188
|
},
|
|
1124
1189
|
"vi-wide": {
|
|
1125
1190
|
"gap": "clamp(0.25rem, 0.2143rem + 0.1786vw, 0.375rem)"
|
|
@@ -1167,10 +1232,10 @@
|
|
|
1167
1232
|
"padding-inline": "clamp(1.5rem, 1.2857rem + 1.0714vw, 2.25rem)",
|
|
1168
1233
|
"row-gap": "clamp(0.25rem, 0.2143rem + 0.1786vw, 0.375rem)",
|
|
1169
1234
|
"medium": {
|
|
1170
|
-
"padding-inline": "
|
|
1235
|
+
"padding-inline": "clamp(2.25rem, 1.8214rem + 2.1429vw, 3.75rem)"
|
|
1171
1236
|
},
|
|
1172
1237
|
"wide": {
|
|
1173
|
-
"padding-inline": "
|
|
1238
|
+
"padding-inline": "clamp(3rem, 2.25rem + 3.75vw, 5.625rem)"
|
|
1174
1239
|
},
|
|
1175
1240
|
"vi-medium": {
|
|
1176
1241
|
"padding-inline": "clamp(2.25rem, 1.8214rem + 2.1429vw, 3.75rem)"
|
|
@@ -1204,10 +1269,10 @@
|
|
|
1204
1269
|
"padding-block": "clamp(1.5rem, 1.2857rem + 1.0714vw, 2.25rem)",
|
|
1205
1270
|
"padding-inline": "clamp(1.5rem, 1.2857rem + 1.0714vw, 2.25rem)",
|
|
1206
1271
|
"medium": {
|
|
1207
|
-
"padding-inline": "
|
|
1272
|
+
"padding-inline": "clamp(2.25rem, 1.8214rem + 2.1429vw, 3.75rem)"
|
|
1208
1273
|
},
|
|
1209
1274
|
"wide": {
|
|
1210
|
-
"padding-inline": "
|
|
1275
|
+
"padding-inline": "clamp(3rem, 2.25rem + 3.75vw, 5.625rem)"
|
|
1211
1276
|
},
|
|
1212
1277
|
"vi-medium": {
|
|
1213
1278
|
"padding-inline": "clamp(2.25rem, 1.8214rem + 2.1429vw, 3.75rem)"
|
|
@@ -1222,7 +1287,7 @@
|
|
|
1222
1287
|
"brand-name": {
|
|
1223
1288
|
"color": "#202020",
|
|
1224
1289
|
"font-size": "clamp(1.3125rem, 1.2411rem + 0.3571vw, 1.5625rem)",
|
|
1225
|
-
"font-weight": "
|
|
1290
|
+
"font-weight": "700",
|
|
1226
1291
|
"line-height": 1.3,
|
|
1227
1292
|
"text-wrap": "balance"
|
|
1228
1293
|
},
|
|
@@ -1278,6 +1343,8 @@
|
|
|
1278
1343
|
},
|
|
1279
1344
|
"page": {
|
|
1280
1345
|
"background-color": "#ffffff",
|
|
1346
|
+
"container-name": "ams-query-container-inline-size",
|
|
1347
|
+
"container-type": "inline-size",
|
|
1281
1348
|
"max-inline-size": "90rem",
|
|
1282
1349
|
"with-menu": {
|
|
1283
1350
|
"max-inline-size": "120rem",
|
|
@@ -1290,22 +1357,68 @@
|
|
|
1290
1357
|
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
1291
1358
|
"font-size": "clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem)",
|
|
1292
1359
|
"font-weight": "400",
|
|
1360
|
+
"gap": "0",
|
|
1293
1361
|
"line-height": 1.6,
|
|
1362
|
+
"list": {
|
|
1363
|
+
"gap": "0"
|
|
1364
|
+
},
|
|
1294
1365
|
"link": {
|
|
1366
|
+
"background-color": "transparent",
|
|
1295
1367
|
"color": "#004699",
|
|
1368
|
+
"font-weight": "400",
|
|
1296
1369
|
"gap": "clamp(0.25rem, 0.2143rem + 0.1786vw, 0.375rem)",
|
|
1370
|
+
"min-block-size": "auto",
|
|
1371
|
+
"min-inline-size": "auto",
|
|
1297
1372
|
"outline-offset": "0.25rem",
|
|
1373
|
+
"padding-block": "0",
|
|
1298
1374
|
"padding-inline": "clamp(0.5rem, 0.4286rem + 0.3571vw, 0.75rem)",
|
|
1299
1375
|
"text-decoration-line": "none",
|
|
1300
1376
|
"text-decoration-thickness": "0.125rem",
|
|
1301
1377
|
"text-underline-offset": "0.15625rem",
|
|
1302
|
-
"
|
|
1303
|
-
"
|
|
1378
|
+
"hover": {
|
|
1379
|
+
"background-color": "transparent",
|
|
1380
|
+
"color": "#003677",
|
|
1381
|
+
"text-decoration-line": "underline"
|
|
1304
1382
|
},
|
|
1383
|
+
"active": {
|
|
1384
|
+
"background-color": "transparent",
|
|
1385
|
+
"color": "#004699"
|
|
1386
|
+
},
|
|
1387
|
+
"current": {
|
|
1388
|
+
"background-color": "transparent",
|
|
1389
|
+
"color": "#004699",
|
|
1390
|
+
"font-weight": "700",
|
|
1391
|
+
"hover": {
|
|
1392
|
+
"background-color": "transparent",
|
|
1393
|
+
"color": "#003677"
|
|
1394
|
+
}
|
|
1395
|
+
}
|
|
1396
|
+
},
|
|
1397
|
+
"relative-link": {
|
|
1398
|
+
"background-color": "transparent",
|
|
1399
|
+
"color": "#004699",
|
|
1400
|
+
"font-weight": "400",
|
|
1401
|
+
"gap": "clamp(0.25rem, 0.2143rem + 0.1786vw, 0.375rem)",
|
|
1402
|
+
"outline-offset": "0.25rem",
|
|
1403
|
+
"padding-block": "0",
|
|
1404
|
+
"padding-inline": "clamp(0.5rem, 0.4286rem + 0.3571vw, 0.75rem)",
|
|
1405
|
+
"text-decoration-line": "none",
|
|
1406
|
+
"text-decoration-thickness": "0.125rem",
|
|
1407
|
+
"text-underline-offset": "0.15625rem",
|
|
1305
1408
|
"hover": {
|
|
1409
|
+
"background-color": "transparent",
|
|
1306
1410
|
"color": "#003677",
|
|
1307
1411
|
"text-decoration-line": "underline"
|
|
1412
|
+
},
|
|
1413
|
+
"active": {
|
|
1414
|
+
"background-color": "transparent",
|
|
1415
|
+
"color": "#004699"
|
|
1308
1416
|
}
|
|
1417
|
+
},
|
|
1418
|
+
"ellipsis": {
|
|
1419
|
+
"color": "#202020",
|
|
1420
|
+
"padding-block": "0",
|
|
1421
|
+
"padding-inline": "0"
|
|
1309
1422
|
}
|
|
1310
1423
|
},
|
|
1311
1424
|
"paragraph": {
|
|
@@ -1401,7 +1514,7 @@
|
|
|
1401
1514
|
"step": {
|
|
1402
1515
|
"gap": "clamp(1rem, 0.8571rem + 0.7143vw, 1.5rem)",
|
|
1403
1516
|
"medium": {
|
|
1404
|
-
"gap": "
|
|
1517
|
+
"gap": "clamp(1.5rem, 1.2857rem + 1.0714vw, 2.25rem)"
|
|
1405
1518
|
},
|
|
1406
1519
|
"vi-medium": {
|
|
1407
1520
|
"gap": "clamp(1.5rem, 1.2857rem + 1.0714vw, 2.25rem)"
|
|
@@ -1459,7 +1572,7 @@
|
|
|
1459
1572
|
"indicator": {
|
|
1460
1573
|
"margin-inline-end": "clamp(1rem, 0.8571rem + 0.7143vw, 1.5rem)",
|
|
1461
1574
|
"medium": {
|
|
1462
|
-
"margin-inline-end": "
|
|
1575
|
+
"margin-inline-end": "clamp(1.5rem, 1.2857rem + 1.0714vw, 2.25rem)"
|
|
1463
1576
|
},
|
|
1464
1577
|
"vi-medium": {
|
|
1465
1578
|
"margin-inline-end": "clamp(1.5rem, 1.2857rem + 1.0714vw, 2.25rem)"
|
|
@@ -1747,6 +1860,9 @@
|
|
|
1747
1860
|
"cursor": "pointer",
|
|
1748
1861
|
"outline-offset": "0.25rem",
|
|
1749
1862
|
"inline-size": "3.5rem",
|
|
1863
|
+
"label": {
|
|
1864
|
+
"border-width": "0.125rem"
|
|
1865
|
+
},
|
|
1750
1866
|
"thumb": {
|
|
1751
1867
|
"background-color": "#ffffff",
|
|
1752
1868
|
"block-size": "1.75rem",
|
|
@@ -1788,7 +1904,7 @@
|
|
|
1788
1904
|
},
|
|
1789
1905
|
"current": {
|
|
1790
1906
|
"box-shadow": "inset 0rem -0.25rem 0rem 0rem currentColor",
|
|
1791
|
-
"font-weight": "
|
|
1907
|
+
"font-weight": "700"
|
|
1792
1908
|
},
|
|
1793
1909
|
"vertical": {
|
|
1794
1910
|
"hover": {
|
|
@@ -1806,22 +1922,39 @@
|
|
|
1806
1922
|
"font-weight": "400",
|
|
1807
1923
|
"gap": "clamp(0.5rem, 0.4286rem + 0.3571vw, 0.75rem)",
|
|
1808
1924
|
"line-height": 1.6,
|
|
1925
|
+
"list": {
|
|
1926
|
+
"gap": "clamp(0.5rem, 0.4286rem + 0.3571vw, 0.75rem)",
|
|
1927
|
+
"list": {
|
|
1928
|
+
"padding-block-start": "clamp(0.25rem, 0.2143rem + 0.1786vw, 0.375rem)",
|
|
1929
|
+
"padding-inline-start": "clamp(1rem, 0.8571rem + 0.7143vw, 1.5rem)"
|
|
1930
|
+
}
|
|
1931
|
+
},
|
|
1932
|
+
"item": {
|
|
1933
|
+
"gap": "clamp(0.25rem, 0.2143rem + 0.1786vw, 0.375rem)"
|
|
1934
|
+
},
|
|
1809
1935
|
"link": {
|
|
1810
1936
|
"color": "#004699",
|
|
1811
1937
|
"outline-offset": "0.25rem",
|
|
1812
1938
|
"text-decoration-line": "none",
|
|
1813
1939
|
"text-decoration-thickness": "0.125rem",
|
|
1814
1940
|
"text-underline-offset": "0.15625rem",
|
|
1941
|
+
"current": {
|
|
1942
|
+
"color": "#004699",
|
|
1943
|
+
"font-weight": "700"
|
|
1944
|
+
},
|
|
1815
1945
|
"hover": {
|
|
1816
1946
|
"color": "#003677",
|
|
1817
1947
|
"text-decoration-line": "underline"
|
|
1818
1948
|
}
|
|
1819
1949
|
},
|
|
1820
|
-
"
|
|
1821
|
-
"
|
|
1822
|
-
"
|
|
1823
|
-
"
|
|
1824
|
-
|
|
1950
|
+
"button": {
|
|
1951
|
+
"color": "#004699",
|
|
1952
|
+
"hover": {
|
|
1953
|
+
"color": "#003677"
|
|
1954
|
+
},
|
|
1955
|
+
"icon": {
|
|
1956
|
+
"transition-duration": "0.3s",
|
|
1957
|
+
"transition-timing-function": "ease"
|
|
1825
1958
|
}
|
|
1826
1959
|
}
|
|
1827
1960
|
},
|
|
@@ -1832,7 +1965,7 @@
|
|
|
1832
1965
|
"font-weight": "400",
|
|
1833
1966
|
"line-height": 1.6,
|
|
1834
1967
|
"caption": {
|
|
1835
|
-
"font-weight": "
|
|
1968
|
+
"font-weight": "700",
|
|
1836
1969
|
"margin-block-end": "clamp(0.5rem, 0.4286rem + 0.3571vw, 0.75rem)"
|
|
1837
1970
|
},
|
|
1838
1971
|
"cell": {
|
|
@@ -1841,7 +1974,7 @@
|
|
|
1841
1974
|
"padding-inline": "clamp(1rem, 0.8571rem + 0.7143vw, 1.5rem)"
|
|
1842
1975
|
},
|
|
1843
1976
|
"header-cell": {
|
|
1844
|
-
"font-weight": "
|
|
1977
|
+
"font-weight": "700"
|
|
1845
1978
|
}
|
|
1846
1979
|
},
|
|
1847
1980
|
"tabs": {
|
|
@@ -1865,7 +1998,7 @@
|
|
|
1865
1998
|
},
|
|
1866
1999
|
"selected": {
|
|
1867
2000
|
"box-shadow": "inset 0rem -0.25rem 0rem 0rem currentColor",
|
|
1868
|
-
"font-weight": "
|
|
2001
|
+
"font-weight": "700"
|
|
1869
2002
|
},
|
|
1870
2003
|
"disabled": {
|
|
1871
2004
|
"color": "#767676",
|