@amsterdam/design-system-tokens 3.4.0 → 4.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +50 -3
- package/README.md +131 -22
- package/build.js +11 -1
- package/dist/compact.css +7 -2
- package/dist/compact.d.ts +17 -6
- package/dist/compact.json +28 -17
- package/dist/compact.mjs +19 -13
- package/dist/compact.scss +7 -2
- package/dist/compact.theme.css +7 -2
- package/dist/index.css +108 -110
- package/dist/index.d.ts +112 -110
- package/dist/index.json +218 -216
- package/dist/index.mjs +218 -208
- package/dist/index.scss +108 -110
- package/dist/index.theme.css +108 -110
- package/package.json +1 -1
- package/src/brand/ams/aspect-ratio.tokens.json +24 -6
- package/src/brand/ams/border.tokens.json +5 -0
- package/src/brand/ams/color.compact.tokens.json +15 -0
- package/src/brand/ams/color.tokens.json +37 -54
- package/src/brand/ams/cursor.tokens.json +9 -2
- package/src/brand/ams/focus.tokens.json +1 -0
- package/src/brand/ams/space.compact.tokens.json +16 -4
- package/src/brand/ams/space.tokens.json +31 -6
- package/src/brand/ams/typography.compact.tokens.json +36 -45
- package/src/brand/ams/typography.tokens.json +59 -63
- package/src/common/ams/inputs.tokens.json +41 -19
- package/src/common/ams/links.tokens.json +35 -10
- package/src/components/ams/accordion.tokens.json +17 -48
- package/src/components/ams/action-group.tokens.json +2 -2
- package/src/components/ams/alert.tokens.json +38 -20
- package/src/components/ams/avatar.tokens.json +79 -29
- package/src/components/ams/badge.tokens.json +60 -23
- package/src/components/ams/blockquote.tokens.json +14 -5
- package/src/components/ams/body.compact.tokens.json +12 -0
- package/src/components/ams/body.tokens.json +12 -0
- package/src/components/ams/breadcrumb.tokens.json +36 -15
- package/src/components/ams/button.tokens.json +74 -33
- package/src/components/ams/call-to-action-link.tokens.json +29 -16
- package/src/components/ams/card.tokens.json +30 -17
- package/src/components/ams/character-count.tokens.json +14 -5
- package/src/components/ams/checkbox.tokens.json +101 -74
- package/src/components/ams/column.tokens.json +10 -10
- package/src/components/ams/date-input.tokens.json +55 -50
- package/src/components/ams/description-list.tokens.json +85 -24
- package/src/components/ams/dialog.tokens.json +104 -28
- package/src/components/ams/error-message.tokens.json +13 -6
- package/src/components/ams/field-set.tokens.json +35 -20
- package/src/components/ams/field.tokens.json +13 -10
- package/src/components/ams/figure.tokens.json +16 -7
- package/src/components/ams/file-input.tokens.json +69 -31
- package/src/components/ams/file-list.tokens.json +20 -11
- package/src/components/ams/grid.compact.tokens.json +24 -2
- package/src/components/ams/grid.tokens.json +77 -24
- package/src/components/ams/heading.tokens.json +38 -36
- package/src/components/ams/hint.tokens.json +6 -2
- package/src/components/ams/icon-button.tokens.json +46 -16
- package/src/components/ams/icon.tokens.json +19 -39
- package/src/components/ams/image-slider.tokens.json +28 -16
- package/src/components/ams/image.tokens.json +4 -1
- package/src/components/ams/invalid-form-alert.tokens.json +2 -2
- package/src/components/ams/label.tokens.json +18 -6
- package/src/components/ams/link-list.tokens.json +50 -22
- package/src/components/ams/link.tokens.json +38 -25
- package/src/components/ams/logo.tokens.json +6 -2
- package/src/components/ams/mark.tokens.json +3 -1
- package/src/components/ams/menu.tokens.json +80 -55
- package/src/components/ams/ordered-list.tokens.json +39 -25
- package/src/components/ams/page-footer.tokens.json +70 -26
- package/src/components/ams/page-header.compact.tokens.json +2 -1
- package/src/components/ams/page-header.tokens.json +128 -59
- package/src/components/ams/page.compact.tokens.json +12 -0
- package/src/components/ams/page.tokens.json +5 -3
- package/src/components/ams/pagination.tokens.json +37 -17
- package/src/components/ams/paragraph.tokens.json +22 -8
- package/src/components/ams/password-input.tokens.json +47 -21
- package/src/components/ams/progress-list.tokens.json +152 -61
- package/src/components/ams/radio.tokens.json +97 -36
- package/src/components/ams/row.tokens.json +10 -10
- package/src/components/ams/search-field.tokens.json +57 -24
- package/src/components/ams/select.tokens.json +63 -25
- package/src/components/ams/skip-link.tokens.json +23 -12
- package/src/components/ams/spotlight.tokens.json +21 -7
- package/src/components/ams/standalone-link.tokens.json +42 -46
- package/src/components/ams/switch.tokens.json +23 -9
- package/src/components/ams/tab-navigation.tokens.json +205 -0
- package/src/components/ams/table-of-contents.tokens.json +38 -41
- package/src/components/ams/table.tokens.json +29 -10
- package/src/components/ams/tabs.tokens.json +36 -17
- package/src/components/ams/text-area.tokens.json +49 -23
- package/src/components/ams/text-input.tokens.json +47 -21
- package/src/components/ams/time-input.tokens.json +55 -50
- package/src/components/ams/unordered-list.tokens.json +37 -25
- package/style-dictionary/transforms/dtcg-font-family.js +32 -0
- package/src/components/ams/page-heading.tokens.json +0 -46
package/dist/index.json
CHANGED
|
@@ -21,7 +21,10 @@
|
|
|
21
21
|
}
|
|
22
22
|
},
|
|
23
23
|
"color": {
|
|
24
|
-
"background":
|
|
24
|
+
"background": {
|
|
25
|
+
"body": "#ffffff",
|
|
26
|
+
"default": "#ffffff"
|
|
27
|
+
},
|
|
25
28
|
"feedback": {
|
|
26
29
|
"error": "#ec0000",
|
|
27
30
|
"info": "#009de6",
|
|
@@ -46,8 +49,7 @@
|
|
|
46
49
|
"default": "#ec0000",
|
|
47
50
|
"hover": "#b70000"
|
|
48
51
|
},
|
|
49
|
-
"inverse": "#ffffff"
|
|
50
|
-
"secondary": "#202020"
|
|
52
|
+
"inverse": "#ffffff"
|
|
51
53
|
},
|
|
52
54
|
"progress": {
|
|
53
55
|
"current": "#00893c",
|
|
@@ -82,51 +84,43 @@
|
|
|
82
84
|
"body-text": {
|
|
83
85
|
"font-size": "clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem)",
|
|
84
86
|
"font-weight": "400",
|
|
85
|
-
"line-height":
|
|
87
|
+
"line-height": 1.6,
|
|
86
88
|
"bold": {
|
|
87
89
|
"font-weight": "800"
|
|
88
90
|
},
|
|
89
91
|
"small": {
|
|
90
92
|
"font-size": "1rem",
|
|
91
|
-
"line-height":
|
|
93
|
+
"line-height": 1.5
|
|
92
94
|
},
|
|
93
95
|
"large": {
|
|
94
96
|
"font-size": "clamp(1.3125rem, 1.2411rem + 0.3571vw, 1.5625rem)",
|
|
95
|
-
"line-height":
|
|
97
|
+
"line-height": 1.5
|
|
96
98
|
},
|
|
97
99
|
"x-large": {
|
|
98
100
|
"font-size": "clamp(1.5rem, 1.3571rem + 0.7143vw, 2rem)",
|
|
99
|
-
"line-height":
|
|
101
|
+
"line-height": 1.4
|
|
100
102
|
}
|
|
101
103
|
},
|
|
102
104
|
"heading": {
|
|
103
|
-
"0": {
|
|
104
|
-
"font-size": "clamp(2.435rem, 2.0409rem + 1.9709vw, 3.8147rem)",
|
|
105
|
-
"line-height": "1.1"
|
|
106
|
-
},
|
|
107
105
|
"1": {
|
|
108
106
|
"font-size": "clamp(2rem, 1.7143rem + 1.4286vw, 3rem)",
|
|
109
|
-
"line-height":
|
|
107
|
+
"line-height": 1.2
|
|
110
108
|
},
|
|
111
109
|
"2": {
|
|
112
110
|
"font-size": "clamp(1.5rem, 1.3571rem + 0.7143vw, 2rem)",
|
|
113
|
-
"line-height":
|
|
111
|
+
"line-height": 1.3
|
|
114
112
|
},
|
|
115
113
|
"3": {
|
|
116
114
|
"font-size": "clamp(1.3125rem, 1.2411rem + 0.3571vw, 1.5625rem)",
|
|
117
|
-
"line-height":
|
|
115
|
+
"line-height": 1.3
|
|
118
116
|
},
|
|
119
117
|
"4": {
|
|
120
118
|
"font-size": "clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem)",
|
|
121
|
-
"line-height":
|
|
119
|
+
"line-height": 1.4
|
|
122
120
|
},
|
|
123
121
|
"5": {
|
|
124
122
|
"font-size": "1rem",
|
|
125
|
-
"line-height":
|
|
126
|
-
},
|
|
127
|
-
"6": {
|
|
128
|
-
"font-size": "1rem",
|
|
129
|
-
"line-height": "1.4"
|
|
123
|
+
"line-height": 1.4
|
|
130
124
|
},
|
|
131
125
|
"font-weight": "800",
|
|
132
126
|
"text-wrap": "balance"
|
|
@@ -141,7 +135,7 @@
|
|
|
141
135
|
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
142
136
|
"font-size": "clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem)",
|
|
143
137
|
"font-weight": "400",
|
|
144
|
-
"line-height":
|
|
138
|
+
"line-height": 1.4,
|
|
145
139
|
"outline-offset": "0.25rem",
|
|
146
140
|
"padding-block": "clamp(0.5rem, 0.4286rem + 0.3571vw, 0.75rem)",
|
|
147
141
|
"padding-inline": "clamp(1rem, 0.8571rem + 0.7143vw, 1.5rem)",
|
|
@@ -193,11 +187,6 @@
|
|
|
193
187
|
"accordion": {
|
|
194
188
|
"gap": "clamp(0.5rem, 0.4286rem + 0.3571vw, 0.75rem)",
|
|
195
189
|
"button": {
|
|
196
|
-
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
197
|
-
"font-size": "clamp(1.3125rem, 1.2411rem + 0.3571vw, 1.5625rem)",
|
|
198
|
-
"font-weight": "800",
|
|
199
|
-
"line-height": "1.3",
|
|
200
|
-
"text-wrap": "balance",
|
|
201
190
|
"color": "#004699",
|
|
202
191
|
"cursor": "pointer",
|
|
203
192
|
"gap": "clamp(0.5rem, 0.4286rem + 0.3571vw, 0.75rem)",
|
|
@@ -207,10 +196,6 @@
|
|
|
207
196
|
"hover": {
|
|
208
197
|
"color": "#003677"
|
|
209
198
|
}
|
|
210
|
-
},
|
|
211
|
-
"panel": {
|
|
212
|
-
"padding-block": "0",
|
|
213
|
-
"padding-inline": "0"
|
|
214
199
|
}
|
|
215
200
|
},
|
|
216
201
|
"action-group": {
|
|
@@ -260,7 +245,7 @@
|
|
|
260
245
|
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
261
246
|
"font-size": "1rem",
|
|
262
247
|
"font-weight": "400",
|
|
263
|
-
"line-height":
|
|
248
|
+
"line-height": 1.5,
|
|
264
249
|
"padding-block": "clamp(0.25rem, 0.2143rem + 0.1786vw, 0.375rem)",
|
|
265
250
|
"padding-inline": "clamp(0.25rem, 0.2143rem + 0.1786vw, 0.375rem)",
|
|
266
251
|
"forced-colors": {
|
|
@@ -304,7 +289,7 @@
|
|
|
304
289
|
"font-size": "clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem)",
|
|
305
290
|
"font-weight": "800",
|
|
306
291
|
"gap": "clamp(0.25rem, 0.2143rem + 0.1786vw, 0.375rem)",
|
|
307
|
-
"line-height":
|
|
292
|
+
"line-height": 1.6,
|
|
308
293
|
"padding-inline": "clamp(0.25rem, 0.2143rem + 0.1786vw, 0.375rem)",
|
|
309
294
|
"azure": {
|
|
310
295
|
"background-color": "#009de6",
|
|
@@ -340,16 +325,19 @@
|
|
|
340
325
|
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
341
326
|
"font-size": "clamp(1.5rem, 1.3571rem + 0.7143vw, 2rem)",
|
|
342
327
|
"font-weight": "800",
|
|
343
|
-
"line-height":
|
|
328
|
+
"line-height": 1.4,
|
|
344
329
|
"inverse": {
|
|
345
330
|
"color": "#ffffff"
|
|
346
331
|
}
|
|
347
332
|
},
|
|
333
|
+
"body": {
|
|
334
|
+
"background-color": "#ffffff"
|
|
335
|
+
},
|
|
348
336
|
"breadcrumb": {
|
|
349
337
|
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
350
338
|
"font-size": "clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem)",
|
|
351
339
|
"font-weight": "400",
|
|
352
|
-
"line-height":
|
|
340
|
+
"line-height": 1.6,
|
|
353
341
|
"separator": {
|
|
354
342
|
"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>\")",
|
|
355
343
|
"block-size": "1ex",
|
|
@@ -375,7 +363,7 @@
|
|
|
375
363
|
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
376
364
|
"font-size": "clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem)",
|
|
377
365
|
"font-weight": "400",
|
|
378
|
-
"line-height":
|
|
366
|
+
"line-height": 1.4,
|
|
379
367
|
"gap": "clamp(0.5rem, 0.4286rem + 0.3571vw, 0.75rem)",
|
|
380
368
|
"outline-offset": "0.25rem",
|
|
381
369
|
"padding-block": "clamp(0.5rem, 0.4286rem + 0.3571vw, 0.75rem)",
|
|
@@ -432,7 +420,7 @@
|
|
|
432
420
|
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
433
421
|
"font-size": "clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem)",
|
|
434
422
|
"font-weight": "400",
|
|
435
|
-
"line-height":
|
|
423
|
+
"line-height": 1.6,
|
|
436
424
|
"outline-offset": "0.25rem",
|
|
437
425
|
"padding-block": "clamp(0.25rem, 0.2143rem + 0.1786vw, 0.375rem)",
|
|
438
426
|
"padding-inline": "clamp(1rem, 0.8571rem + 0.7143vw, 1.5rem)",
|
|
@@ -472,7 +460,7 @@
|
|
|
472
460
|
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
473
461
|
"font-size": "1rem",
|
|
474
462
|
"font-weight": "400",
|
|
475
|
-
"line-height":
|
|
463
|
+
"line-height": 1.5,
|
|
476
464
|
"error": {
|
|
477
465
|
"color": "#ec0000"
|
|
478
466
|
}
|
|
@@ -484,7 +472,7 @@
|
|
|
484
472
|
"font-size": "clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem)",
|
|
485
473
|
"font-weight": "400",
|
|
486
474
|
"gap": "clamp(0.5rem, 0.4286rem + 0.3571vw, 0.75rem)",
|
|
487
|
-
"line-height":
|
|
475
|
+
"line-height": 1.6,
|
|
488
476
|
"outline-offset": "0.25rem",
|
|
489
477
|
"text-decoration-thickness": "0.125rem",
|
|
490
478
|
"text-underline-offset": "0.15625rem",
|
|
@@ -494,8 +482,7 @@
|
|
|
494
482
|
},
|
|
495
483
|
"hover": {
|
|
496
484
|
"color": "#003677",
|
|
497
|
-
"text-decoration-line": "underline"
|
|
498
|
-
"text-decoration-thickness": "0.125rem"
|
|
485
|
+
"text-decoration-line": "underline"
|
|
499
486
|
},
|
|
500
487
|
"checked-indicator": {
|
|
501
488
|
"stroke": "#ffffff"
|
|
@@ -523,16 +510,10 @@
|
|
|
523
510
|
"checked": {
|
|
524
511
|
"fill": "#004699",
|
|
525
512
|
"disabled": {
|
|
526
|
-
"fill": "#767676"
|
|
527
|
-
"hover": {
|
|
528
|
-
"fill": "#767676"
|
|
529
|
-
}
|
|
513
|
+
"fill": "#767676"
|
|
530
514
|
},
|
|
531
515
|
"hover": {
|
|
532
|
-
"fill": "#003677"
|
|
533
|
-
"disabled-invalid": {
|
|
534
|
-
"fill": "#767676"
|
|
535
|
-
}
|
|
516
|
+
"fill": "#003677"
|
|
536
517
|
},
|
|
537
518
|
"invalid": {
|
|
538
519
|
"fill": "#ec0000",
|
|
@@ -545,24 +526,15 @@
|
|
|
545
526
|
"stroke": "#767676"
|
|
546
527
|
},
|
|
547
528
|
"hover": {
|
|
548
|
-
"stroke": "#003677"
|
|
549
|
-
"disabled-invalid": {
|
|
550
|
-
"stroke": "#767676"
|
|
551
|
-
}
|
|
529
|
+
"stroke": "#003677"
|
|
552
530
|
},
|
|
553
531
|
"indeterminate": {
|
|
554
532
|
"fill": "#004699",
|
|
555
533
|
"disabled": {
|
|
556
|
-
"fill": "#767676"
|
|
557
|
-
"hover": {
|
|
558
|
-
"fill": "#767676"
|
|
559
|
-
}
|
|
534
|
+
"fill": "#767676"
|
|
560
535
|
},
|
|
561
536
|
"hover": {
|
|
562
|
-
"fill": "#003677"
|
|
563
|
-
"disabled-invalid": {
|
|
564
|
-
"fill": "#767676"
|
|
565
|
-
}
|
|
537
|
+
"fill": "#003677"
|
|
566
538
|
},
|
|
567
539
|
"invalid": {
|
|
568
540
|
"fill": "#ec0000",
|
|
@@ -597,59 +569,46 @@
|
|
|
597
569
|
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
598
570
|
"font-size": "clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem)",
|
|
599
571
|
"font-weight": "400",
|
|
600
|
-
"line-height":
|
|
572
|
+
"line-height": 1.4,
|
|
601
573
|
"outline-offset": "0.25rem",
|
|
602
574
|
"padding-block": "clamp(0.5rem, 0.4286rem + 0.3571vw, 0.75rem)",
|
|
603
575
|
"padding-inline": "clamp(1rem, 0.8571rem + 0.7143vw, 1.5rem)",
|
|
604
576
|
"disabled": {
|
|
605
577
|
"color": "#767676",
|
|
606
|
-
"cursor": "not-allowed"
|
|
607
|
-
"calendar-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='%23767676'><path d='M28 6V2h-4v4H12V2H8v4H2v28h32V6zm2 24H6V14h24z'/><path d='M10 17h4v4h-4zm6 0h4v4h-4zm6 0h4v4h-4zm-12 6h4v4h-4zm6 0h4v4h-4z'/></svg>\")"
|
|
609
|
-
},
|
|
610
|
-
"calender-picker-indicator": {
|
|
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>\")"
|
|
612
|
-
}
|
|
578
|
+
"cursor": "not-allowed"
|
|
613
579
|
},
|
|
614
580
|
"hover": {
|
|
615
|
-
"box-shadow": "
|
|
581
|
+
"box-shadow": "inset 0rem 0rem 0rem 0.0625rem currentColor",
|
|
616
582
|
"calendar-picker-indicator": {
|
|
617
583
|
"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>\")"
|
|
621
584
|
}
|
|
622
585
|
},
|
|
623
586
|
"invalid": {
|
|
624
587
|
"border-color": "#ec0000",
|
|
625
588
|
"hover": {
|
|
626
589
|
"border-color": "#b70000",
|
|
627
|
-
"box-shadow": "
|
|
590
|
+
"box-shadow": "inset 0rem 0rem 0rem 0.0625rem #b70000"
|
|
628
591
|
}
|
|
629
592
|
},
|
|
630
593
|
"calendar-picker-indicator": {
|
|
631
594
|
"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
595
|
"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"
|
|
637
596
|
}
|
|
638
597
|
},
|
|
639
598
|
"description-list": {
|
|
640
599
|
"color": "#202020",
|
|
641
|
-
"column-gap": "
|
|
600
|
+
"column-gap": "initial",
|
|
642
601
|
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
643
602
|
"font-size": "clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem)",
|
|
644
|
-
"line-height":
|
|
645
|
-
"row-gap": "
|
|
603
|
+
"line-height": 1.6,
|
|
604
|
+
"row-gap": "0",
|
|
646
605
|
"inverse": {
|
|
647
606
|
"color": "#ffffff"
|
|
648
607
|
},
|
|
649
608
|
"term": {
|
|
650
609
|
"font-size": "clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem)",
|
|
651
610
|
"font-weight": "800",
|
|
652
|
-
"line-height":
|
|
611
|
+
"line-height": 1.4,
|
|
653
612
|
"margin-block-end": "clamp(0.25rem, 0.2143rem + 0.1786vw, 0.375rem)",
|
|
654
613
|
"text-wrap": "balance",
|
|
655
614
|
"vi-medium": {
|
|
@@ -665,13 +624,25 @@
|
|
|
665
624
|
"margin-block-end": "clamp(1rem, 0.8571rem + 0.7143vw, 1.5rem)"
|
|
666
625
|
},
|
|
667
626
|
"narrow": {
|
|
668
|
-
"grid-template-columns": "
|
|
627
|
+
"grid-template-columns": "initial"
|
|
669
628
|
},
|
|
670
629
|
"medium": {
|
|
671
|
-
"grid-template-columns": "
|
|
630
|
+
"grid-template-columns": "initial"
|
|
672
631
|
},
|
|
673
632
|
"wide": {
|
|
674
|
-
"grid-template-columns": "
|
|
633
|
+
"grid-template-columns": "initial"
|
|
634
|
+
},
|
|
635
|
+
"vi-medium": {
|
|
636
|
+
"column-gap": "clamp(1.5rem, 1.2857rem + 1.0714vw, 2.25rem)",
|
|
637
|
+
"narrow": {
|
|
638
|
+
"grid-template-columns": "1fr 4fr"
|
|
639
|
+
},
|
|
640
|
+
"medium": {
|
|
641
|
+
"grid-template-columns": "1fr 2fr"
|
|
642
|
+
},
|
|
643
|
+
"wide": {
|
|
644
|
+
"grid-template-columns": "1fr 1fr"
|
|
645
|
+
}
|
|
675
646
|
}
|
|
676
647
|
},
|
|
677
648
|
"dialog": {
|
|
@@ -686,6 +657,10 @@
|
|
|
686
657
|
"max-block-size": "calc(100dvh - 2 * clamp(1.5rem, 1.2857rem + 1.0714vw, 2.25rem))",
|
|
687
658
|
"max-inline-size": "48rem",
|
|
688
659
|
"medium": {
|
|
660
|
+
"inline-size": "initial",
|
|
661
|
+
"max-block-size": "initial"
|
|
662
|
+
},
|
|
663
|
+
"vi-medium": {
|
|
689
664
|
"inline-size": "calc(100% - 2 * clamp(2.25rem, 1.8214rem + 2.1429vw, 3.75rem))",
|
|
690
665
|
"max-block-size": "calc(100dvh - 2 * clamp(2.25rem, 1.8214rem + 2.1429vw, 3.75rem))"
|
|
691
666
|
},
|
|
@@ -697,6 +672,10 @@
|
|
|
697
672
|
"padding-block": "clamp(1.5rem, 1.2857rem + 1.0714vw, 2.25rem) 0",
|
|
698
673
|
"padding-inline": "clamp(1.5rem, 1.2857rem + 1.0714vw, 2.25rem)",
|
|
699
674
|
"medium": {
|
|
675
|
+
"padding-block": "initial",
|
|
676
|
+
"padding-inline": "initial"
|
|
677
|
+
},
|
|
678
|
+
"vi-medium": {
|
|
700
679
|
"padding-block": "clamp(2.25rem, 1.8214rem + 2.1429vw, 3.75rem) 0",
|
|
701
680
|
"padding-inline": "clamp(2.25rem, 1.8214rem + 2.1429vw, 3.75rem)"
|
|
702
681
|
}
|
|
@@ -705,6 +684,9 @@
|
|
|
705
684
|
"padding-block": "0",
|
|
706
685
|
"padding-inline": "clamp(1.5rem, 1.2857rem + 1.0714vw, 2.25rem)",
|
|
707
686
|
"medium": {
|
|
687
|
+
"padding-inline": "initial"
|
|
688
|
+
},
|
|
689
|
+
"vi-medium": {
|
|
708
690
|
"padding-inline": "clamp(2.25rem, 1.8214rem + 2.1429vw, 3.75rem)"
|
|
709
691
|
}
|
|
710
692
|
},
|
|
@@ -712,6 +694,10 @@
|
|
|
712
694
|
"padding-block": "0 clamp(1.5rem, 1.2857rem + 1.0714vw, 2.25rem)",
|
|
713
695
|
"padding-inline": "clamp(1.5rem, 1.2857rem + 1.0714vw, 2.25rem)",
|
|
714
696
|
"medium": {
|
|
697
|
+
"padding-block": "initial",
|
|
698
|
+
"padding-inline": "initial"
|
|
699
|
+
},
|
|
700
|
+
"vi-medium": {
|
|
715
701
|
"padding-block": "0 clamp(2.25rem, 1.8214rem + 2.1429vw, 3.75rem)",
|
|
716
702
|
"padding-inline": "clamp(2.25rem, 1.8214rem + 2.1429vw, 3.75rem)"
|
|
717
703
|
}
|
|
@@ -723,7 +709,7 @@
|
|
|
723
709
|
"font-size": "clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem)",
|
|
724
710
|
"font-weight": "400",
|
|
725
711
|
"gap": "clamp(0.25rem, 0.2143rem + 0.1786vw, 0.375rem)",
|
|
726
|
-
"line-height":
|
|
712
|
+
"line-height": 1.6
|
|
727
713
|
},
|
|
728
714
|
"field-set": {
|
|
729
715
|
"child": {
|
|
@@ -748,7 +734,7 @@
|
|
|
748
734
|
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
749
735
|
"font-size": "clamp(1.3125rem, 1.2411rem + 0.3571vw, 1.5625rem)",
|
|
750
736
|
"font-weight": "800",
|
|
751
|
-
"line-height":
|
|
737
|
+
"line-height": 1.3,
|
|
752
738
|
"text-wrap": "balance",
|
|
753
739
|
"in-fieldset": {
|
|
754
740
|
"font-weight": "400"
|
|
@@ -775,7 +761,7 @@
|
|
|
775
761
|
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
776
762
|
"font-size": "1rem",
|
|
777
763
|
"font-weight": "400",
|
|
778
|
-
"line-height":
|
|
764
|
+
"line-height": 1.5,
|
|
779
765
|
"inverse": {
|
|
780
766
|
"color": "#ffffff"
|
|
781
767
|
}
|
|
@@ -791,7 +777,7 @@
|
|
|
791
777
|
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
792
778
|
"font-size": "clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem)",
|
|
793
779
|
"font-weight": "400",
|
|
794
|
-
"line-height":
|
|
780
|
+
"line-height": 1.4,
|
|
795
781
|
"outline-offset": "0.25rem",
|
|
796
782
|
"padding-block": "clamp(1rem, 0.8571rem + 0.7143vw, 1.5rem)",
|
|
797
783
|
"padding-inline": "clamp(1rem, 0.8571rem + 0.7143vw, 1.5rem)",
|
|
@@ -806,7 +792,7 @@
|
|
|
806
792
|
"border-width": "0.125rem",
|
|
807
793
|
"color": "#004699",
|
|
808
794
|
"cursor": "pointer",
|
|
809
|
-
"line-height":
|
|
795
|
+
"line-height": 1.4,
|
|
810
796
|
"margin-inline-end": "clamp(1rem, 0.8571rem + 0.7143vw, 1.5rem)",
|
|
811
797
|
"padding-block": "clamp(0.5rem, 0.4286rem + 0.3571vw, 0.75rem)",
|
|
812
798
|
"padding-inline": "clamp(1rem, 0.8571rem + 0.7143vw, 1.5rem)",
|
|
@@ -815,7 +801,7 @@
|
|
|
815
801
|
"cursor": "not-allowed"
|
|
816
802
|
},
|
|
817
803
|
"hover": {
|
|
818
|
-
"box-shadow": "
|
|
804
|
+
"box-shadow": "inset 0rem 0rem 0rem 0.0625rem currentColor",
|
|
819
805
|
"color": "#003677"
|
|
820
806
|
}
|
|
821
807
|
}
|
|
@@ -828,7 +814,7 @@
|
|
|
828
814
|
"font-size": "1rem",
|
|
829
815
|
"font-weight": "400",
|
|
830
816
|
"gap": "clamp(0.5rem, 0.4286rem + 0.3571vw, 0.75rem)",
|
|
831
|
-
"line-height":
|
|
817
|
+
"line-height": 1.5,
|
|
832
818
|
"details": {
|
|
833
819
|
"color": "#767676"
|
|
834
820
|
},
|
|
@@ -838,7 +824,7 @@
|
|
|
838
824
|
}
|
|
839
825
|
},
|
|
840
826
|
"grid": {
|
|
841
|
-
"column-count":
|
|
827
|
+
"column-count": 4,
|
|
842
828
|
"column-gap": "clamp(2.25rem, 1.8214rem + 2.1429vw, 3.75rem)",
|
|
843
829
|
"padding-block": {
|
|
844
830
|
"l": "clamp(1.5rem, 1.2857rem + 1.0714vw, 2.25rem)",
|
|
@@ -852,38 +838,47 @@
|
|
|
852
838
|
"2xl": "clamp(3rem, 2.25rem + 3.75vw, 5.625rem)"
|
|
853
839
|
},
|
|
854
840
|
"medium": {
|
|
855
|
-
"column-count": "
|
|
856
|
-
"padding-inline": "
|
|
841
|
+
"column-count": "initial",
|
|
842
|
+
"padding-inline": "initial"
|
|
857
843
|
},
|
|
858
844
|
"wide": {
|
|
859
|
-
"column-count": "
|
|
845
|
+
"column-count": "initial",
|
|
846
|
+
"padding-inline": "initial"
|
|
847
|
+
},
|
|
848
|
+
"vi-medium": {
|
|
849
|
+
"column-count": 8,
|
|
850
|
+
"padding-inline": "clamp(2.25rem, 1.8214rem + 2.1429vw, 3.75rem)"
|
|
851
|
+
},
|
|
852
|
+
"vi-wide": {
|
|
853
|
+
"column-count": 12,
|
|
860
854
|
"padding-inline": "clamp(3rem, 2.25rem + 3.75vw, 5.625rem)"
|
|
855
|
+
},
|
|
856
|
+
"cell": {
|
|
857
|
+
"background-color": "initial",
|
|
858
|
+
"padding-block": "initial",
|
|
859
|
+
"padding-inline": "initial"
|
|
861
860
|
}
|
|
862
861
|
},
|
|
863
862
|
"heading": {
|
|
864
863
|
"1": {
|
|
865
864
|
"font-size": "clamp(2rem, 1.7143rem + 1.4286vw, 3rem)",
|
|
866
|
-
"line-height":
|
|
865
|
+
"line-height": 1.2
|
|
867
866
|
},
|
|
868
867
|
"2": {
|
|
869
868
|
"font-size": "clamp(1.5rem, 1.3571rem + 0.7143vw, 2rem)",
|
|
870
|
-
"line-height":
|
|
869
|
+
"line-height": 1.3
|
|
871
870
|
},
|
|
872
871
|
"3": {
|
|
873
872
|
"font-size": "clamp(1.3125rem, 1.2411rem + 0.3571vw, 1.5625rem)",
|
|
874
|
-
"line-height":
|
|
873
|
+
"line-height": 1.3
|
|
875
874
|
},
|
|
876
875
|
"4": {
|
|
877
876
|
"font-size": "clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem)",
|
|
878
|
-
"line-height":
|
|
877
|
+
"line-height": 1.4
|
|
879
878
|
},
|
|
880
879
|
"5": {
|
|
881
880
|
"font-size": "1rem",
|
|
882
|
-
"line-height":
|
|
883
|
-
},
|
|
884
|
-
"6": {
|
|
885
|
-
"font-size": "1rem",
|
|
886
|
-
"line-height": "1.4"
|
|
881
|
+
"line-height": 1.4
|
|
887
882
|
},
|
|
888
883
|
"color": "#202020",
|
|
889
884
|
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
@@ -936,42 +931,34 @@
|
|
|
936
931
|
},
|
|
937
932
|
"icon": {
|
|
938
933
|
"font-size": "clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem)",
|
|
939
|
-
"line-height":
|
|
934
|
+
"line-height": 1.6,
|
|
940
935
|
"small": {
|
|
941
936
|
"font-size": "1rem",
|
|
942
|
-
"line-height":
|
|
937
|
+
"line-height": 1.5
|
|
943
938
|
},
|
|
944
939
|
"large": {
|
|
945
940
|
"font-size": "clamp(1.3125rem, 1.2411rem + 0.3571vw, 1.5625rem)",
|
|
946
|
-
"line-height":
|
|
947
|
-
},
|
|
948
|
-
"heading-0": {
|
|
949
|
-
"font-size": "clamp(2.435rem, 2.0409rem + 1.9709vw, 3.8147rem)",
|
|
950
|
-
"line-height": "1.1"
|
|
941
|
+
"line-height": 1.5
|
|
951
942
|
},
|
|
952
943
|
"heading-1": {
|
|
953
944
|
"font-size": "clamp(2rem, 1.7143rem + 1.4286vw, 3rem)",
|
|
954
|
-
"line-height":
|
|
945
|
+
"line-height": 1.2
|
|
955
946
|
},
|
|
956
947
|
"heading-2": {
|
|
957
948
|
"font-size": "clamp(1.5rem, 1.3571rem + 0.7143vw, 2rem)",
|
|
958
|
-
"line-height":
|
|
949
|
+
"line-height": 1.3
|
|
959
950
|
},
|
|
960
951
|
"heading-3": {
|
|
961
952
|
"font-size": "clamp(1.3125rem, 1.2411rem + 0.3571vw, 1.5625rem)",
|
|
962
|
-
"line-height":
|
|
953
|
+
"line-height": 1.3
|
|
963
954
|
},
|
|
964
955
|
"heading-4": {
|
|
965
956
|
"font-size": "clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem)",
|
|
966
|
-
"line-height":
|
|
957
|
+
"line-height": 1.4
|
|
967
958
|
},
|
|
968
959
|
"heading-5": {
|
|
969
960
|
"font-size": "1rem",
|
|
970
|
-
"line-height":
|
|
971
|
-
},
|
|
972
|
-
"heading-6": {
|
|
973
|
-
"font-size": "1rem",
|
|
974
|
-
"line-height": "1.4"
|
|
961
|
+
"line-height": 1.4
|
|
975
962
|
},
|
|
976
963
|
"inverse": {
|
|
977
964
|
"color": "#ffffff"
|
|
@@ -1013,7 +1000,7 @@
|
|
|
1013
1000
|
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
1014
1001
|
"font-size": "clamp(1.3125rem, 1.2411rem + 0.3571vw, 1.5625rem)",
|
|
1015
1002
|
"font-weight": "800",
|
|
1016
|
-
"line-height":
|
|
1003
|
+
"line-height": 1.3,
|
|
1017
1004
|
"text-wrap": "balance",
|
|
1018
1005
|
"in-fieldset": {
|
|
1019
1006
|
"font-weight": "400"
|
|
@@ -1027,18 +1014,18 @@
|
|
|
1027
1014
|
"font-size": "clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem)",
|
|
1028
1015
|
"font-weight": "400",
|
|
1029
1016
|
"gap": "clamp(0.5rem, 0.4286rem + 0.3571vw, 0.75rem)",
|
|
1030
|
-
"line-height":
|
|
1017
|
+
"line-height": 1.6,
|
|
1031
1018
|
"outline-offset": "0.25rem",
|
|
1032
1019
|
"text-decoration-line": "none",
|
|
1033
1020
|
"text-decoration-thickness": "0.125rem",
|
|
1034
1021
|
"text-underline-offset": "0.15625rem",
|
|
1035
1022
|
"small": {
|
|
1036
1023
|
"font-size": "1rem",
|
|
1037
|
-
"line-height":
|
|
1024
|
+
"line-height": 1.5
|
|
1038
1025
|
},
|
|
1039
1026
|
"large": {
|
|
1040
1027
|
"font-size": "clamp(1.3125rem, 1.2411rem + 0.3571vw, 1.5625rem)",
|
|
1041
|
-
"line-height":
|
|
1028
|
+
"line-height": 1.5
|
|
1042
1029
|
},
|
|
1043
1030
|
"hover": {
|
|
1044
1031
|
"color": "#003677",
|
|
@@ -1106,27 +1093,20 @@
|
|
|
1106
1093
|
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
1107
1094
|
"font-size": "clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem)",
|
|
1108
1095
|
"font-weight": "400",
|
|
1109
|
-
"line-height":
|
|
1096
|
+
"line-height": 1.6,
|
|
1110
1097
|
"padding-block": "clamp(1rem, 0.8571rem + 0.7143vw, 1.5rem)",
|
|
1111
1098
|
"wide": {
|
|
1099
|
+
"max-inline-size": "initial",
|
|
1100
|
+
"padding-block": "initial",
|
|
1101
|
+
"padding-inline": "initial"
|
|
1102
|
+
},
|
|
1103
|
+
"vi-wide": {
|
|
1112
1104
|
"max-inline-size": "8rem",
|
|
1113
1105
|
"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
1106
|
"padding-inline": "clamp(0.5rem, 0.4286rem + 0.3571vw, 0.75rem)"
|
|
1115
1107
|
},
|
|
1116
1108
|
"link": {
|
|
1117
1109
|
"color": "#ffffff",
|
|
1118
|
-
"contrast": {
|
|
1119
|
-
"color": "#202020",
|
|
1120
|
-
"hover": {
|
|
1121
|
-
"color": "#202020"
|
|
1122
|
-
}
|
|
1123
|
-
},
|
|
1124
|
-
"inverse": {
|
|
1125
|
-
"color": "#ffffff",
|
|
1126
|
-
"hover": {
|
|
1127
|
-
"color": "#ffffff"
|
|
1128
|
-
}
|
|
1129
|
-
},
|
|
1130
1110
|
"gap": "clamp(0.5rem, 0.4286rem + 0.3571vw, 0.75rem)",
|
|
1131
1111
|
"outline-offset": "0.25rem",
|
|
1132
1112
|
"padding-block": "clamp(0.5rem, 0.4286rem + 0.3571vw, 0.75rem)",
|
|
@@ -1139,6 +1119,9 @@
|
|
|
1139
1119
|
"text-decoration-line": "underline"
|
|
1140
1120
|
},
|
|
1141
1121
|
"wide": {
|
|
1122
|
+
"gap": "initial"
|
|
1123
|
+
},
|
|
1124
|
+
"vi-wide": {
|
|
1142
1125
|
"gap": "clamp(0.25rem, 0.2143rem + 0.1786vw, 0.375rem)"
|
|
1143
1126
|
}
|
|
1144
1127
|
},
|
|
@@ -1152,11 +1135,11 @@
|
|
|
1152
1135
|
"font-size": "clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem)",
|
|
1153
1136
|
"font-weight": "400",
|
|
1154
1137
|
"gap": "clamp(0.5rem, 0.4286rem + 0.3571vw, 0.75rem)",
|
|
1155
|
-
"line-height":
|
|
1138
|
+
"line-height": 1.6,
|
|
1156
1139
|
"list-style-type": "decimal",
|
|
1157
1140
|
"small": {
|
|
1158
1141
|
"font-size": "1rem",
|
|
1159
|
-
"line-height":
|
|
1142
|
+
"line-height": 1.5
|
|
1160
1143
|
},
|
|
1161
1144
|
"inverse": {
|
|
1162
1145
|
"color": "#ffffff"
|
|
@@ -1178,14 +1161,21 @@
|
|
|
1178
1161
|
},
|
|
1179
1162
|
"page-footer": {
|
|
1180
1163
|
"menu": {
|
|
1164
|
+
"background-color": "#ffffff",
|
|
1181
1165
|
"column-gap": "clamp(1.5rem, 1.2857rem + 1.0714vw, 2.25rem)",
|
|
1182
1166
|
"padding-block": "clamp(1.5rem, 1.2857rem + 1.0714vw, 2.25rem)",
|
|
1183
1167
|
"padding-inline": "clamp(1.5rem, 1.2857rem + 1.0714vw, 2.25rem)",
|
|
1184
1168
|
"row-gap": "clamp(0.25rem, 0.2143rem + 0.1786vw, 0.375rem)",
|
|
1185
1169
|
"medium": {
|
|
1186
|
-
"padding-inline": "
|
|
1170
|
+
"padding-inline": "initial"
|
|
1187
1171
|
},
|
|
1188
1172
|
"wide": {
|
|
1173
|
+
"padding-inline": "initial"
|
|
1174
|
+
},
|
|
1175
|
+
"vi-medium": {
|
|
1176
|
+
"padding-inline": "clamp(2.25rem, 1.8214rem + 2.1429vw, 3.75rem)"
|
|
1177
|
+
},
|
|
1178
|
+
"vi-wide": {
|
|
1189
1179
|
"padding-inline": "clamp(3rem, 2.25rem + 3.75vw, 5.625rem)"
|
|
1190
1180
|
},
|
|
1191
1181
|
"link": {
|
|
@@ -1193,7 +1183,7 @@
|
|
|
1193
1183
|
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
1194
1184
|
"font-size": "clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem)",
|
|
1195
1185
|
"font-weight": "400",
|
|
1196
|
-
"line-height":
|
|
1186
|
+
"line-height": 1.6,
|
|
1197
1187
|
"outline-offset": "0.25rem",
|
|
1198
1188
|
"text-decoration-line": "none",
|
|
1199
1189
|
"text-decoration-thickness": "0.125rem",
|
|
@@ -1209,13 +1199,20 @@
|
|
|
1209
1199
|
}
|
|
1210
1200
|
},
|
|
1211
1201
|
"page-header": {
|
|
1202
|
+
"background-color": "#ffffff",
|
|
1212
1203
|
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
1213
1204
|
"padding-block": "clamp(1.5rem, 1.2857rem + 1.0714vw, 2.25rem)",
|
|
1214
1205
|
"padding-inline": "clamp(1.5rem, 1.2857rem + 1.0714vw, 2.25rem)",
|
|
1215
1206
|
"medium": {
|
|
1216
|
-
"padding-inline": "
|
|
1207
|
+
"padding-inline": "initial"
|
|
1217
1208
|
},
|
|
1218
1209
|
"wide": {
|
|
1210
|
+
"padding-inline": "initial"
|
|
1211
|
+
},
|
|
1212
|
+
"vi-medium": {
|
|
1213
|
+
"padding-inline": "clamp(2.25rem, 1.8214rem + 2.1429vw, 3.75rem)"
|
|
1214
|
+
},
|
|
1215
|
+
"vi-wide": {
|
|
1219
1216
|
"padding-inline": "clamp(3rem, 2.25rem + 3.75vw, 5.625rem)"
|
|
1220
1217
|
},
|
|
1221
1218
|
"logo-link": {
|
|
@@ -1226,7 +1223,7 @@
|
|
|
1226
1223
|
"color": "#202020",
|
|
1227
1224
|
"font-size": "clamp(1.3125rem, 1.2411rem + 0.3571vw, 1.5625rem)",
|
|
1228
1225
|
"font-weight": "800",
|
|
1229
|
-
"line-height":
|
|
1226
|
+
"line-height": 1.3,
|
|
1230
1227
|
"text-wrap": "balance"
|
|
1231
1228
|
},
|
|
1232
1229
|
"mega-menu": {
|
|
@@ -1237,7 +1234,7 @@
|
|
|
1237
1234
|
"cursor": "pointer",
|
|
1238
1235
|
"label": {
|
|
1239
1236
|
"open": {
|
|
1240
|
-
"font-weight": "
|
|
1237
|
+
"font-weight": "400"
|
|
1241
1238
|
}
|
|
1242
1239
|
},
|
|
1243
1240
|
"padding-inline": "clamp(0.5rem, 0.4286rem + 0.3571vw, 0.75rem)",
|
|
@@ -1256,7 +1253,7 @@
|
|
|
1256
1253
|
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
1257
1254
|
"font-size": "clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem)",
|
|
1258
1255
|
"font-weight": "400",
|
|
1259
|
-
"line-height":
|
|
1256
|
+
"line-height": 1.6,
|
|
1260
1257
|
"outline-offset": "0.25rem",
|
|
1261
1258
|
"padding-block": "clamp(0.25rem, 0.2143rem + 0.1786vw, 0.375rem)",
|
|
1262
1259
|
"hover": {
|
|
@@ -1279,17 +1276,6 @@
|
|
|
1279
1276
|
"row-gap": "clamp(1.5rem, 1.2857rem + 1.0714vw, 2.25rem)"
|
|
1280
1277
|
}
|
|
1281
1278
|
},
|
|
1282
|
-
"page-heading": {
|
|
1283
|
-
"color": "#202020",
|
|
1284
|
-
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
1285
|
-
"font-size": "clamp(2.435rem, 2.0409rem + 1.9709vw, 3.8147rem)",
|
|
1286
|
-
"font-weight": "800",
|
|
1287
|
-
"line-height": "1.1",
|
|
1288
|
-
"text-wrap": "balance",
|
|
1289
|
-
"inverse": {
|
|
1290
|
-
"color": "#ffffff"
|
|
1291
|
-
}
|
|
1292
|
-
},
|
|
1293
1279
|
"page": {
|
|
1294
1280
|
"background-color": "#ffffff",
|
|
1295
1281
|
"max-inline-size": "90rem",
|
|
@@ -1304,7 +1290,7 @@
|
|
|
1304
1290
|
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
1305
1291
|
"font-size": "clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem)",
|
|
1306
1292
|
"font-weight": "400",
|
|
1307
|
-
"line-height":
|
|
1293
|
+
"line-height": 1.6,
|
|
1308
1294
|
"link": {
|
|
1309
1295
|
"color": "#004699",
|
|
1310
1296
|
"gap": "clamp(0.25rem, 0.2143rem + 0.1786vw, 0.375rem)",
|
|
@@ -1327,17 +1313,17 @@
|
|
|
1327
1313
|
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
1328
1314
|
"font-size": "clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem)",
|
|
1329
1315
|
"font-weight": "400",
|
|
1330
|
-
"line-height":
|
|
1316
|
+
"line-height": 1.6,
|
|
1331
1317
|
"inverse": {
|
|
1332
1318
|
"color": "#ffffff"
|
|
1333
1319
|
},
|
|
1334
1320
|
"small": {
|
|
1335
1321
|
"font-size": "1rem",
|
|
1336
|
-
"line-height":
|
|
1322
|
+
"line-height": 1.5
|
|
1337
1323
|
},
|
|
1338
1324
|
"large": {
|
|
1339
1325
|
"font-size": "clamp(1.3125rem, 1.2411rem + 0.3571vw, 1.5625rem)",
|
|
1340
|
-
"line-height":
|
|
1326
|
+
"line-height": 1.5,
|
|
1341
1327
|
"text-wrap": "balance"
|
|
1342
1328
|
}
|
|
1343
1329
|
},
|
|
@@ -1350,7 +1336,7 @@
|
|
|
1350
1336
|
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
1351
1337
|
"font-size": "clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem)",
|
|
1352
1338
|
"font-weight": "400",
|
|
1353
|
-
"line-height":
|
|
1339
|
+
"line-height": 1.4,
|
|
1354
1340
|
"outline-offset": "0.25rem",
|
|
1355
1341
|
"padding-block": "clamp(0.5rem, 0.4286rem + 0.3571vw, 0.75rem)",
|
|
1356
1342
|
"padding-inline": "clamp(1rem, 0.8571rem + 0.7143vw, 1.5rem)",
|
|
@@ -1359,13 +1345,13 @@
|
|
|
1359
1345
|
"cursor": "not-allowed"
|
|
1360
1346
|
},
|
|
1361
1347
|
"hover": {
|
|
1362
|
-
"box-shadow": "
|
|
1348
|
+
"box-shadow": "inset 0rem 0rem 0rem 0.0625rem currentColor"
|
|
1363
1349
|
},
|
|
1364
1350
|
"invalid": {
|
|
1365
1351
|
"border-color": "#ec0000",
|
|
1366
1352
|
"hover": {
|
|
1367
1353
|
"border-color": "#b70000",
|
|
1368
|
-
"box-shadow": "
|
|
1354
|
+
"box-shadow": "inset 0rem 0rem 0rem 0.0625rem #b70000"
|
|
1369
1355
|
}
|
|
1370
1356
|
},
|
|
1371
1357
|
"placeholder": {
|
|
@@ -1415,6 +1401,9 @@
|
|
|
1415
1401
|
"step": {
|
|
1416
1402
|
"gap": "clamp(1rem, 0.8571rem + 0.7143vw, 1.5rem)",
|
|
1417
1403
|
"medium": {
|
|
1404
|
+
"gap": "initial"
|
|
1405
|
+
},
|
|
1406
|
+
"vi-medium": {
|
|
1418
1407
|
"gap": "clamp(1.5rem, 1.2857rem + 1.0714vw, 2.25rem)"
|
|
1419
1408
|
},
|
|
1420
1409
|
"marker": {
|
|
@@ -1470,6 +1459,9 @@
|
|
|
1470
1459
|
"indicator": {
|
|
1471
1460
|
"margin-inline-end": "clamp(1rem, 0.8571rem + 0.7143vw, 1.5rem)",
|
|
1472
1461
|
"medium": {
|
|
1462
|
+
"margin-inline-end": "initial"
|
|
1463
|
+
},
|
|
1464
|
+
"vi-medium": {
|
|
1473
1465
|
"margin-inline-end": "clamp(1.5rem, 1.2857rem + 1.0714vw, 2.25rem)"
|
|
1474
1466
|
}
|
|
1475
1467
|
},
|
|
@@ -1535,7 +1527,7 @@
|
|
|
1535
1527
|
"font-size": "clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem)",
|
|
1536
1528
|
"font-weight": "400",
|
|
1537
1529
|
"gap": "clamp(0.5rem, 0.4286rem + 0.3571vw, 0.75rem)",
|
|
1538
|
-
"line-height":
|
|
1530
|
+
"line-height": 1.6,
|
|
1539
1531
|
"outline-offset": "0.25rem",
|
|
1540
1532
|
"text-decoration-thickness": "0.125rem",
|
|
1541
1533
|
"text-underline-offset": "0.15625rem",
|
|
@@ -1624,18 +1616,18 @@
|
|
|
1624
1616
|
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
1625
1617
|
"font-size": "clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem)",
|
|
1626
1618
|
"font-weight": "400",
|
|
1627
|
-
"line-height":
|
|
1619
|
+
"line-height": 1.4,
|
|
1628
1620
|
"outline-offset": "0.25rem",
|
|
1629
1621
|
"padding-block": "clamp(0.5rem, 0.4286rem + 0.3571vw, 0.75rem)",
|
|
1630
1622
|
"padding-inline": "clamp(1rem, 0.8571rem + 0.7143vw, 1.5rem)",
|
|
1631
1623
|
"hover": {
|
|
1632
|
-
"box-shadow": "
|
|
1624
|
+
"box-shadow": "inset 0rem 0rem 0rem 0.0625rem currentColor"
|
|
1633
1625
|
},
|
|
1634
1626
|
"invalid": {
|
|
1635
1627
|
"border-color": "#ec0000",
|
|
1636
1628
|
"hover": {
|
|
1637
1629
|
"border-color": "#b70000",
|
|
1638
|
-
"box-shadow": "
|
|
1630
|
+
"box-shadow": "inset 0rem 0rem 0rem 0.0625rem #b70000"
|
|
1639
1631
|
}
|
|
1640
1632
|
},
|
|
1641
1633
|
"cancel-button": {
|
|
@@ -1661,7 +1653,7 @@
|
|
|
1661
1653
|
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
1662
1654
|
"font-size": "clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem)",
|
|
1663
1655
|
"font-weight": "400",
|
|
1664
|
-
"line-height":
|
|
1656
|
+
"line-height": 1.4,
|
|
1665
1657
|
"outline-offset": "0.25rem",
|
|
1666
1658
|
"padding-block": "clamp(0.5rem, 0.4286rem + 0.3571vw, 0.75rem)",
|
|
1667
1659
|
"padding-inline": "clamp(1rem, 0.8571rem + 0.7143vw, 1.5rem) calc(2 * clamp(1rem, 0.8571rem + 0.7143vw, 1.5rem) + 1em)",
|
|
@@ -1671,14 +1663,14 @@
|
|
|
1671
1663
|
"cursor": "not-allowed"
|
|
1672
1664
|
},
|
|
1673
1665
|
"hover": {
|
|
1674
|
-
"box-shadow": "
|
|
1666
|
+
"box-shadow": "inset 0rem 0rem 0rem 0.0625rem currentColor",
|
|
1675
1667
|
"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>\")"
|
|
1676
1668
|
},
|
|
1677
1669
|
"invalid": {
|
|
1678
1670
|
"border-color": "#ec0000",
|
|
1679
1671
|
"hover": {
|
|
1680
1672
|
"border-color": "#b70000",
|
|
1681
|
-
"box-shadow": "
|
|
1673
|
+
"box-shadow": "inset 0rem 0rem 0rem 0.0625rem #b70000"
|
|
1682
1674
|
}
|
|
1683
1675
|
},
|
|
1684
1676
|
"option": {
|
|
@@ -1693,7 +1685,7 @@
|
|
|
1693
1685
|
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
1694
1686
|
"font-size": "clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem)",
|
|
1695
1687
|
"font-weight": "400",
|
|
1696
|
-
"line-height":
|
|
1688
|
+
"line-height": 1.6,
|
|
1697
1689
|
"outline-offset": "0.25rem",
|
|
1698
1690
|
"padding-block": "clamp(0.5rem, 0.4286rem + 0.3571vw, 0.75rem)",
|
|
1699
1691
|
"padding-inline": "clamp(1rem, 0.8571rem + 0.7143vw, 1.5rem)",
|
|
@@ -1728,23 +1720,14 @@
|
|
|
1728
1720
|
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
1729
1721
|
"font-size": "clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem)",
|
|
1730
1722
|
"font-weight": "400",
|
|
1731
|
-
"line-height":
|
|
1723
|
+
"line-height": 1.6,
|
|
1732
1724
|
"outline-offset": "0.25rem",
|
|
1733
1725
|
"text-decoration-line": "none",
|
|
1734
1726
|
"text-decoration-thickness": "0.125rem",
|
|
1735
1727
|
"text-underline-offset": "0.15625rem",
|
|
1736
1728
|
"hover": {
|
|
1737
1729
|
"color": "#003677",
|
|
1738
|
-
"text-decoration-line": "underline"
|
|
1739
|
-
"text-decoration-thickness": "0.1875rem",
|
|
1740
|
-
"text-underline-offset": "0.09375rem"
|
|
1741
|
-
},
|
|
1742
|
-
"with-icon": {
|
|
1743
|
-
"text-decoration-line": "none",
|
|
1744
|
-
"text-decoration-thickness": "0.125rem",
|
|
1745
|
-
"hover": {
|
|
1746
|
-
"text-decoration-line": "underline"
|
|
1747
|
-
}
|
|
1730
|
+
"text-decoration-line": "underline"
|
|
1748
1731
|
},
|
|
1749
1732
|
"contrast": {
|
|
1750
1733
|
"color": "#202020",
|
|
@@ -1781,17 +1764,48 @@
|
|
|
1781
1764
|
"cursor": "not-allowed"
|
|
1782
1765
|
}
|
|
1783
1766
|
},
|
|
1767
|
+
"tab-navigation": {
|
|
1768
|
+
"list": {
|
|
1769
|
+
"box-shadow": "inset 0rem -0.125rem 0rem 0rem #d1d1d1",
|
|
1770
|
+
"vertical": {
|
|
1771
|
+
"box-shadow": "inset -0.125rem 0rem 0rem 0rem #d1d1d1"
|
|
1772
|
+
}
|
|
1773
|
+
},
|
|
1774
|
+
"link": {
|
|
1775
|
+
"gap": "clamp(0.5rem, 0.4286rem + 0.3571vw, 0.75rem)",
|
|
1776
|
+
"color": "#004699",
|
|
1777
|
+
"cursor": "pointer",
|
|
1778
|
+
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
1779
|
+
"font-size": "clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem)",
|
|
1780
|
+
"font-weight": "400",
|
|
1781
|
+
"line-height": 1.6,
|
|
1782
|
+
"outline-offset": "calc(0.25rem * -1)",
|
|
1783
|
+
"padding-block": "clamp(0.5rem, 0.4286rem + 0.3571vw, 0.75rem)",
|
|
1784
|
+
"padding-inline": "clamp(1rem, 0.8571rem + 0.7143vw, 1.5rem)",
|
|
1785
|
+
"hover": {
|
|
1786
|
+
"box-shadow": "inset 0rem -0.125rem 0rem 0rem currentColor",
|
|
1787
|
+
"color": "#003677"
|
|
1788
|
+
},
|
|
1789
|
+
"current": {
|
|
1790
|
+
"box-shadow": "inset 0rem -0.25rem 0rem 0rem currentColor",
|
|
1791
|
+
"font-weight": "800"
|
|
1792
|
+
},
|
|
1793
|
+
"vertical": {
|
|
1794
|
+
"hover": {
|
|
1795
|
+
"box-shadow": "inset -0.125rem 0rem 0rem 0rem currentColor"
|
|
1796
|
+
},
|
|
1797
|
+
"current": {
|
|
1798
|
+
"box-shadow": "inset -0.25rem 0rem 0rem 0rem currentColor"
|
|
1799
|
+
}
|
|
1800
|
+
}
|
|
1801
|
+
}
|
|
1802
|
+
},
|
|
1784
1803
|
"table-of-contents": {
|
|
1785
1804
|
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
1786
1805
|
"font-size": "clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem)",
|
|
1787
1806
|
"font-weight": "400",
|
|
1788
1807
|
"gap": "clamp(0.5rem, 0.4286rem + 0.3571vw, 0.75rem)",
|
|
1789
|
-
"line-height":
|
|
1790
|
-
"heading": {
|
|
1791
|
-
"font-weight": "800",
|
|
1792
|
-
"font-size": "clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem)",
|
|
1793
|
-
"line-height": "1.4"
|
|
1794
|
-
},
|
|
1808
|
+
"line-height": 1.6,
|
|
1795
1809
|
"link": {
|
|
1796
1810
|
"color": "#004699",
|
|
1797
1811
|
"outline-offset": "0.25rem",
|
|
@@ -1816,9 +1830,10 @@
|
|
|
1816
1830
|
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
1817
1831
|
"font-size": "clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem)",
|
|
1818
1832
|
"font-weight": "400",
|
|
1819
|
-
"line-height":
|
|
1833
|
+
"line-height": 1.6,
|
|
1820
1834
|
"caption": {
|
|
1821
|
-
"font-weight": "800"
|
|
1835
|
+
"font-weight": "800",
|
|
1836
|
+
"margin-block-end": "clamp(0.5rem, 0.4286rem + 0.3571vw, 0.75rem)"
|
|
1822
1837
|
},
|
|
1823
1838
|
"cell": {
|
|
1824
1839
|
"border-block-end": "0.0625rem solid #d1d1d1",
|
|
@@ -1840,7 +1855,7 @@
|
|
|
1840
1855
|
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
1841
1856
|
"font-size": "clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem)",
|
|
1842
1857
|
"font-weight": "400",
|
|
1843
|
-
"line-height":
|
|
1858
|
+
"line-height": 1.6,
|
|
1844
1859
|
"outline-offset": "calc(0.25rem * -1)",
|
|
1845
1860
|
"padding-block": "clamp(0.5rem, 0.4286rem + 0.3571vw, 0.75rem)",
|
|
1846
1861
|
"padding-inline": "clamp(1rem, 0.8571rem + 0.7143vw, 1.5rem)",
|
|
@@ -1867,7 +1882,7 @@
|
|
|
1867
1882
|
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
1868
1883
|
"font-size": "clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem)",
|
|
1869
1884
|
"font-weight": "400",
|
|
1870
|
-
"line-height":
|
|
1885
|
+
"line-height": 1.4,
|
|
1871
1886
|
"min-block-size": "calc(1.6 * 1em + 2 * clamp(0.5rem, 0.4286rem + 0.3571vw, 0.75rem))",
|
|
1872
1887
|
"outline-offset": "0.25rem",
|
|
1873
1888
|
"padding-block": "clamp(0.5rem, 0.4286rem + 0.3571vw, 0.75rem)",
|
|
@@ -1877,13 +1892,13 @@
|
|
|
1877
1892
|
"cursor": "not-allowed"
|
|
1878
1893
|
},
|
|
1879
1894
|
"hover": {
|
|
1880
|
-
"box-shadow": "
|
|
1895
|
+
"box-shadow": "inset 0rem 0rem 0rem 0.0625rem currentColor"
|
|
1881
1896
|
},
|
|
1882
1897
|
"invalid": {
|
|
1883
1898
|
"border-color": "#ec0000",
|
|
1884
1899
|
"hover": {
|
|
1885
1900
|
"border-color": "#b70000",
|
|
1886
|
-
"box-shadow": "
|
|
1901
|
+
"box-shadow": "inset 0rem 0rem 0rem 0.0625rem #b70000"
|
|
1887
1902
|
}
|
|
1888
1903
|
},
|
|
1889
1904
|
"placeholder": {
|
|
@@ -1899,7 +1914,7 @@
|
|
|
1899
1914
|
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
1900
1915
|
"font-size": "clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem)",
|
|
1901
1916
|
"font-weight": "400",
|
|
1902
|
-
"line-height":
|
|
1917
|
+
"line-height": 1.4,
|
|
1903
1918
|
"outline-offset": "0.25rem",
|
|
1904
1919
|
"padding-block": "clamp(0.5rem, 0.4286rem + 0.3571vw, 0.75rem)",
|
|
1905
1920
|
"padding-inline": "clamp(1rem, 0.8571rem + 0.7143vw, 1.5rem)",
|
|
@@ -1908,13 +1923,13 @@
|
|
|
1908
1923
|
"cursor": "not-allowed"
|
|
1909
1924
|
},
|
|
1910
1925
|
"hover": {
|
|
1911
|
-
"box-shadow": "
|
|
1926
|
+
"box-shadow": "inset 0rem 0rem 0rem 0.0625rem currentColor"
|
|
1912
1927
|
},
|
|
1913
1928
|
"invalid": {
|
|
1914
1929
|
"border-color": "#ec0000",
|
|
1915
1930
|
"hover": {
|
|
1916
1931
|
"border-color": "#b70000",
|
|
1917
|
-
"box-shadow": "
|
|
1932
|
+
"box-shadow": "inset 0rem 0rem 0rem 0.0625rem #b70000"
|
|
1918
1933
|
}
|
|
1919
1934
|
},
|
|
1920
1935
|
"placeholder": {
|
|
@@ -1930,43 +1945,30 @@
|
|
|
1930
1945
|
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
1931
1946
|
"font-size": "clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem)",
|
|
1932
1947
|
"font-weight": "400",
|
|
1933
|
-
"line-height":
|
|
1948
|
+
"line-height": 1.4,
|
|
1934
1949
|
"outline-offset": "0.25rem",
|
|
1935
1950
|
"padding-block": "clamp(0.5rem, 0.4286rem + 0.3571vw, 0.75rem)",
|
|
1936
1951
|
"padding-inline": "clamp(1rem, 0.8571rem + 0.7143vw, 1.5rem)",
|
|
1937
1952
|
"disabled": {
|
|
1938
1953
|
"color": "#767676",
|
|
1939
|
-
"cursor": "not-allowed"
|
|
1940
|
-
"calendar-picker-indicator": {
|
|
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>\")"
|
|
1942
|
-
},
|
|
1943
|
-
"calender-picker-indicator": {
|
|
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>\")"
|
|
1945
|
-
}
|
|
1954
|
+
"cursor": "not-allowed"
|
|
1946
1955
|
},
|
|
1947
1956
|
"hover": {
|
|
1948
|
-
"box-shadow": "
|
|
1957
|
+
"box-shadow": "inset 0rem 0rem 0rem 0.0625rem currentColor",
|
|
1949
1958
|
"calendar-picker-indicator": {
|
|
1950
1959
|
"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>\")"
|
|
1951
|
-
},
|
|
1952
|
-
"calender-picker-indicator": {
|
|
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>\")"
|
|
1954
1960
|
}
|
|
1955
1961
|
},
|
|
1956
1962
|
"invalid": {
|
|
1957
1963
|
"border-color": "#ec0000",
|
|
1958
1964
|
"hover": {
|
|
1959
1965
|
"border-color": "#b70000",
|
|
1960
|
-
"box-shadow": "
|
|
1966
|
+
"box-shadow": "inset 0rem 0rem 0rem 0.0625rem #b70000"
|
|
1961
1967
|
}
|
|
1962
1968
|
},
|
|
1963
1969
|
"calendar-picker-indicator": {
|
|
1964
1970
|
"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>\")",
|
|
1965
1971
|
"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"
|
|
1970
1972
|
}
|
|
1971
1973
|
},
|
|
1972
1974
|
"unordered-list": {
|
|
@@ -1975,14 +1977,14 @@
|
|
|
1975
1977
|
"font-size": "clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem)",
|
|
1976
1978
|
"font-weight": "400",
|
|
1977
1979
|
"gap": "clamp(0.5rem, 0.4286rem + 0.3571vw, 0.75rem)",
|
|
1978
|
-
"line-height":
|
|
1980
|
+
"line-height": 1.6,
|
|
1979
1981
|
"list-style-type": "'\\2022'",
|
|
1980
1982
|
"inverse": {
|
|
1981
1983
|
"color": "#ffffff"
|
|
1982
1984
|
},
|
|
1983
1985
|
"small": {
|
|
1984
1986
|
"font-size": "1rem",
|
|
1985
|
-
"line-height":
|
|
1987
|
+
"line-height": 1.5
|
|
1986
1988
|
},
|
|
1987
1989
|
"item": {
|
|
1988
1990
|
"margin-inline-start": "1.625rem",
|