@amsterdam/design-system-tokens 0.8.0 → 0.10.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 +45 -0
- package/dist/compact.css +1 -1
- package/dist/compact.d.ts +1 -1
- package/dist/compact.mjs +1 -1
- package/dist/compact.scss +1 -1
- package/dist/compact.theme.css +1 -1
- package/dist/index.css +129 -45
- package/dist/index.d.ts +174 -32
- package/dist/index.json +217 -75
- package/dist/index.mjs +161 -77
- package/dist/index.scss +129 -45
- package/dist/index.theme.css +129 -45
- package/package.json +1 -1
- package/src/brand/ams/proportion.tokens.json +3 -3
- package/src/common/ams/focus.tokens.json +1 -1
- package/src/common/ams/link-appearance.tokens.json +2 -2
- package/src/components/ams/avatar.tokens.json +24 -4
- package/src/components/ams/badge.tokens.json +28 -4
- package/src/components/ams/breadcrumb.tokens.json +1 -1
- package/src/components/ams/error-message.tokens.json +11 -0
- package/src/components/ams/{fieldset.tokens.json → field-set.tokens.json} +11 -2
- package/src/components/ams/field.tokens.json +17 -0
- package/src/components/ams/file-input.tokens.json +42 -0
- package/src/components/ams/link-list.tokens.json +2 -4
- package/src/components/ams/logo.tokens.json +1 -1
- package/src/components/ams/ordered-list.tokens.json +4 -0
- package/src/components/ams/paragraph.tokens.json +2 -4
- package/src/components/ams/screen.tokens.json +2 -2
- package/src/components/ams/search-field.tokens.json +11 -5
- package/src/components/ams/switch.tokens.json +6 -5
- package/src/components/ams/table-of-contents.tokens.json +34 -0
- package/src/components/ams/table.tokens.json +1 -1
- package/src/components/ams/tabs.tokens.json +1 -1
- package/src/components/ams/text-area.tokens.json +1 -1
- package/src/components/ams/unordered-list.tokens.json +4 -0
package/dist/index.json
CHANGED
|
@@ -27,11 +27,11 @@
|
|
|
27
27
|
},
|
|
28
28
|
"proportion": {
|
|
29
29
|
"x-tall": "9 / 16",
|
|
30
|
-
"tall": "
|
|
30
|
+
"tall": "3 / 4",
|
|
31
31
|
"square": "1 / 1",
|
|
32
|
-
"wide": "
|
|
32
|
+
"wide": "4 / 3",
|
|
33
33
|
"x-wide": "16 / 9",
|
|
34
|
-
"2x-wide": "
|
|
34
|
+
"2x-wide": "16 / 5"
|
|
35
35
|
},
|
|
36
36
|
"space": {
|
|
37
37
|
"grid": {
|
|
@@ -114,7 +114,7 @@
|
|
|
114
114
|
}
|
|
115
115
|
},
|
|
116
116
|
"focus": {
|
|
117
|
-
"outline-offset": "
|
|
117
|
+
"outline-offset": "0.125rem"
|
|
118
118
|
},
|
|
119
119
|
"hyphenation": {
|
|
120
120
|
"hyphenate-limit-chars": "12 8 4",
|
|
@@ -124,7 +124,7 @@
|
|
|
124
124
|
"link-appearance": {
|
|
125
125
|
"color": "#004699",
|
|
126
126
|
"text-decoration-thickness": "0.125rem",
|
|
127
|
-
"text-underline-offset": "0.
|
|
127
|
+
"text-underline-offset": "0.3333em",
|
|
128
128
|
"hover": {
|
|
129
129
|
"color": "#102E62"
|
|
130
130
|
},
|
|
@@ -138,7 +138,7 @@
|
|
|
138
138
|
"text-decoration-line": "underline",
|
|
139
139
|
"hover": {
|
|
140
140
|
"text-decoration-thickness": "0.1875rem",
|
|
141
|
-
"text-underline-offset": "0.
|
|
141
|
+
"text-underline-offset": "0.2778em"
|
|
142
142
|
}
|
|
143
143
|
},
|
|
144
144
|
"subtle": {
|
|
@@ -160,7 +160,7 @@
|
|
|
160
160
|
"padding-block": ".75rem",
|
|
161
161
|
"padding-inline": "0",
|
|
162
162
|
"focus": {
|
|
163
|
-
"outline-offset": "
|
|
163
|
+
"outline-offset": "0.125rem"
|
|
164
164
|
},
|
|
165
165
|
"hover": {
|
|
166
166
|
"color": "#102E62"
|
|
@@ -198,11 +198,11 @@
|
|
|
198
198
|
},
|
|
199
199
|
"aspect-ratio": {
|
|
200
200
|
"x-tall": "9 / 16",
|
|
201
|
-
"tall": "
|
|
201
|
+
"tall": "3 / 4",
|
|
202
202
|
"square": "1 / 1",
|
|
203
|
-
"wide": "
|
|
203
|
+
"wide": "4 / 3",
|
|
204
204
|
"x-wide": "16 / 9",
|
|
205
|
-
"2x-wide": "
|
|
205
|
+
"2x-wide": "16 / 5"
|
|
206
206
|
},
|
|
207
207
|
"avatar": {
|
|
208
208
|
"aspect-ratio": "1 / 1",
|
|
@@ -212,11 +212,11 @@
|
|
|
212
212
|
"line-height": "1.6",
|
|
213
213
|
"padding-block": "0.25rem",
|
|
214
214
|
"padding-inline": "0.25rem",
|
|
215
|
-
"
|
|
216
|
-
"background-color": "#
|
|
217
|
-
"color": "#
|
|
215
|
+
"black": {
|
|
216
|
+
"background-color": "#000000",
|
|
217
|
+
"color": "#FFFFFF"
|
|
218
218
|
},
|
|
219
|
-
"
|
|
219
|
+
"blue": {
|
|
220
220
|
"background-color": "#004699",
|
|
221
221
|
"color": "#FFFFFF"
|
|
222
222
|
},
|
|
@@ -228,6 +228,22 @@
|
|
|
228
228
|
"background-color": "#BED200",
|
|
229
229
|
"color": "#000000"
|
|
230
230
|
},
|
|
231
|
+
"grey-1": {
|
|
232
|
+
"background-color": "#E8E8E8",
|
|
233
|
+
"color": "#000000"
|
|
234
|
+
},
|
|
235
|
+
"grey-2": {
|
|
236
|
+
"background-color": "#BEBEBE",
|
|
237
|
+
"color": "#000000"
|
|
238
|
+
},
|
|
239
|
+
"grey-3": {
|
|
240
|
+
"background-color": "#767676",
|
|
241
|
+
"color": "#FFFFFF"
|
|
242
|
+
},
|
|
243
|
+
"light-blue": {
|
|
244
|
+
"background-color": "#009DE6",
|
|
245
|
+
"color": "#000000"
|
|
246
|
+
},
|
|
231
247
|
"magenta": {
|
|
232
248
|
"background-color": "#E50082",
|
|
233
249
|
"color": "#FFFFFF"
|
|
@@ -244,6 +260,10 @@
|
|
|
244
260
|
"background-color": "#EC0000",
|
|
245
261
|
"color": "#FFFFFF"
|
|
246
262
|
},
|
|
263
|
+
"white": {
|
|
264
|
+
"background-color": "#FFFFFF",
|
|
265
|
+
"color": "#000000"
|
|
266
|
+
},
|
|
247
267
|
"yellow": {
|
|
248
268
|
"background-color": "#FFE600",
|
|
249
269
|
"color": "#000000"
|
|
@@ -255,11 +275,11 @@
|
|
|
255
275
|
"font-weight": 800,
|
|
256
276
|
"line-height": "1.6",
|
|
257
277
|
"padding-inline": ".5rem",
|
|
258
|
-
"
|
|
259
|
-
"background-color": "#
|
|
260
|
-
"color": "#
|
|
278
|
+
"black": {
|
|
279
|
+
"background-color": "#000000",
|
|
280
|
+
"color": "#FFFFFF"
|
|
261
281
|
},
|
|
262
|
-
"
|
|
282
|
+
"blue": {
|
|
263
283
|
"background-color": "#004699",
|
|
264
284
|
"color": "#FFFFFF"
|
|
265
285
|
},
|
|
@@ -271,6 +291,22 @@
|
|
|
271
291
|
"background-color": "#BED200",
|
|
272
292
|
"color": "#000000"
|
|
273
293
|
},
|
|
294
|
+
"grey-1": {
|
|
295
|
+
"background-color": "#E8E8E8",
|
|
296
|
+
"color": "#000000"
|
|
297
|
+
},
|
|
298
|
+
"grey-2": {
|
|
299
|
+
"background-color": "#BEBEBE",
|
|
300
|
+
"color": "#000000"
|
|
301
|
+
},
|
|
302
|
+
"grey-3": {
|
|
303
|
+
"background-color": "#767676",
|
|
304
|
+
"color": "#FFFFFF"
|
|
305
|
+
},
|
|
306
|
+
"light-blue": {
|
|
307
|
+
"background-color": "#009DE6",
|
|
308
|
+
"color": "#000000"
|
|
309
|
+
},
|
|
274
310
|
"magenta": {
|
|
275
311
|
"background-color": "#E50082",
|
|
276
312
|
"color": "#FFFFFF"
|
|
@@ -283,6 +319,14 @@
|
|
|
283
319
|
"background-color": "#A00078",
|
|
284
320
|
"color": "#FFFFFF"
|
|
285
321
|
},
|
|
322
|
+
"red": {
|
|
323
|
+
"background-color": "#EC0000",
|
|
324
|
+
"color": "#FFFFFF"
|
|
325
|
+
},
|
|
326
|
+
"white": {
|
|
327
|
+
"background-color": "#FFFFFF",
|
|
328
|
+
"color": "#000000"
|
|
329
|
+
},
|
|
286
330
|
"yellow": {
|
|
287
331
|
"background-color": "#FFE600",
|
|
288
332
|
"color": "#000000"
|
|
@@ -304,12 +348,12 @@
|
|
|
304
348
|
"separator": {
|
|
305
349
|
"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>\")"
|
|
306
350
|
},
|
|
307
|
-
"
|
|
351
|
+
"link": {
|
|
308
352
|
"color": "#004699",
|
|
309
|
-
"outline-offset": "
|
|
353
|
+
"outline-offset": "0.125rem",
|
|
310
354
|
"text-decoration-line": "none",
|
|
311
355
|
"text-decoration-thickness": "0.125rem",
|
|
312
|
-
"text-underline-offset": "0.
|
|
356
|
+
"text-underline-offset": "0.3333em",
|
|
313
357
|
"hover": {
|
|
314
358
|
"color": "#102E62",
|
|
315
359
|
"text-decoration-line": "underline"
|
|
@@ -324,7 +368,7 @@
|
|
|
324
368
|
"gap": "1rem",
|
|
325
369
|
"padding-block": ".5rem",
|
|
326
370
|
"padding-inline": "1rem",
|
|
327
|
-
"outline-offset": "
|
|
371
|
+
"outline-offset": "0.125rem",
|
|
328
372
|
"disabled": {
|
|
329
373
|
"cursor": "not-allowed"
|
|
330
374
|
},
|
|
@@ -379,13 +423,13 @@
|
|
|
379
423
|
"color": "#004699",
|
|
380
424
|
"text-decoration-line": "none",
|
|
381
425
|
"text-decoration-thickness": "0.125rem",
|
|
382
|
-
"text-underline-offset": "0.
|
|
426
|
+
"text-underline-offset": "0.3333em",
|
|
383
427
|
"hover": {
|
|
384
428
|
"color": "#102E62",
|
|
385
429
|
"text-decoration-line": "underline"
|
|
386
430
|
}
|
|
387
431
|
},
|
|
388
|
-
"outline-offset": "
|
|
432
|
+
"outline-offset": "0.125rem"
|
|
389
433
|
},
|
|
390
434
|
"checkbox": {
|
|
391
435
|
"color": "#000000",
|
|
@@ -393,7 +437,7 @@
|
|
|
393
437
|
"font-size": "clamp(1.125rem, calc(0.469vw + 1.031rem), 1.5rem)",
|
|
394
438
|
"font-weight": 400,
|
|
395
439
|
"line-height": "1.6",
|
|
396
|
-
"outline-offset": "
|
|
440
|
+
"outline-offset": "0.125rem",
|
|
397
441
|
"checkmark": {
|
|
398
442
|
"border-color": "#004699",
|
|
399
443
|
"border-width": "0.125rem",
|
|
@@ -475,7 +519,7 @@
|
|
|
475
519
|
"font-size": "clamp(1.125rem, calc(0.469vw + 1.031rem), 1.5rem)",
|
|
476
520
|
"font-weight": 400,
|
|
477
521
|
"line-height": "1.6",
|
|
478
|
-
"outline-offset": "
|
|
522
|
+
"outline-offset": "0.125rem",
|
|
479
523
|
"padding-block": ".5rem",
|
|
480
524
|
"padding-inline": "1.5rem",
|
|
481
525
|
"calender-picker-indicator": {
|
|
@@ -535,13 +579,70 @@
|
|
|
535
579
|
"gap": "1rem"
|
|
536
580
|
}
|
|
537
581
|
},
|
|
538
|
-
"
|
|
582
|
+
"error-message": {
|
|
583
|
+
"color": "#EC0000",
|
|
584
|
+
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
585
|
+
"font-size": "clamp(0.964rem, calc(0.295vw + 0.905rem), 1.2rem)",
|
|
586
|
+
"font-weight": 400,
|
|
587
|
+
"line-height": "1.6"
|
|
588
|
+
},
|
|
589
|
+
"field-set": {
|
|
590
|
+
"invalid": {
|
|
591
|
+
"border-inline-start": "0.1875rem solid #EC0000",
|
|
592
|
+
"padding-inline-start": "1rem"
|
|
593
|
+
},
|
|
539
594
|
"legend": {
|
|
540
595
|
"color": "#000000",
|
|
541
596
|
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
542
597
|
"font-size": "clamp(1.313rem, calc(0.703vw + 1.173rem), 1.875rem)",
|
|
543
598
|
"font-weight": 800,
|
|
544
|
-
"line-height": "1.5"
|
|
599
|
+
"line-height": "1.5",
|
|
600
|
+
"margin-block-end": "1rem"
|
|
601
|
+
}
|
|
602
|
+
},
|
|
603
|
+
"field": {
|
|
604
|
+
"gap": ".75rem",
|
|
605
|
+
"invalid": {
|
|
606
|
+
"border-inline-start": "0.1875rem solid #EC0000",
|
|
607
|
+
"padding-inline-start": "1rem"
|
|
608
|
+
}
|
|
609
|
+
},
|
|
610
|
+
"file-input": {
|
|
611
|
+
"background-color": "#FFFFFF",
|
|
612
|
+
"border": "0.0625rem dashed #767676",
|
|
613
|
+
"color": "#000000",
|
|
614
|
+
"cursor": "pointer",
|
|
615
|
+
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
616
|
+
"font-size": "clamp(1.125rem, calc(0.469vw + 1.031rem), 1.5rem)",
|
|
617
|
+
"font-weight": 400,
|
|
618
|
+
"line-height": "1.6",
|
|
619
|
+
"outline-offset": "0.125rem",
|
|
620
|
+
"padding-block": "1rem",
|
|
621
|
+
"padding-inline": "1rem",
|
|
622
|
+
"disabled": {
|
|
623
|
+
"color": "#BEBEBE",
|
|
624
|
+
"cursor": "not-allowed"
|
|
625
|
+
},
|
|
626
|
+
"file-selector-button": {
|
|
627
|
+
"background-color": "#FFFFFF",
|
|
628
|
+
"box-shadow": "inset 0 0 0 0.125rem #004699",
|
|
629
|
+
"color": "#004699",
|
|
630
|
+
"cursor": "pointer",
|
|
631
|
+
"margin-inline-end": "1rem",
|
|
632
|
+
"padding-block": ".5rem",
|
|
633
|
+
"padding-inline": "1rem",
|
|
634
|
+
"hover": {
|
|
635
|
+
"box-shadow": "inset 0 0 0 0.1875rem #102E62",
|
|
636
|
+
"color": "#102E62"
|
|
637
|
+
},
|
|
638
|
+
"disabled": {
|
|
639
|
+
"box-shadow": "inset 0 0 0 0.125rem #BEBEBE",
|
|
640
|
+
"color": "#BEBEBE",
|
|
641
|
+
"cursor": "not-allowed"
|
|
642
|
+
},
|
|
643
|
+
"forced-color-mode": {
|
|
644
|
+
"border": "0.125rem solid"
|
|
645
|
+
}
|
|
545
646
|
}
|
|
546
647
|
},
|
|
547
648
|
"form-field-character-counter": {
|
|
@@ -586,7 +687,7 @@
|
|
|
586
687
|
"column-gap": "clamp(1rem, calc(3.125vw + 0.375rem), 3.5rem)",
|
|
587
688
|
"padding-block": "1rem",
|
|
588
689
|
"logo-link": {
|
|
589
|
-
"outline-offset": "
|
|
690
|
+
"outline-offset": "0.125rem"
|
|
590
691
|
}
|
|
591
692
|
},
|
|
592
693
|
"heading": {
|
|
@@ -623,7 +724,7 @@
|
|
|
623
724
|
},
|
|
624
725
|
"icon-button": {
|
|
625
726
|
"color": "#004699",
|
|
626
|
-
"outline-offset": "
|
|
727
|
+
"outline-offset": "0.125rem",
|
|
627
728
|
"hover": {
|
|
628
729
|
"background-color": "rgba(0, 70, 153, 0.125)",
|
|
629
730
|
"color": "#102E62"
|
|
@@ -684,20 +785,18 @@
|
|
|
684
785
|
"link": {
|
|
685
786
|
"color": "#004699",
|
|
686
787
|
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
788
|
+
"font-size": "clamp(1.125rem, calc(0.469vw + 1.031rem), 1.5rem)",
|
|
687
789
|
"font-weight": 400,
|
|
688
790
|
"gap": "0.5em",
|
|
689
|
-
"
|
|
791
|
+
"line-height": "1.6",
|
|
792
|
+
"outline-offset": "0.125rem",
|
|
690
793
|
"text-decoration-line": "none",
|
|
691
794
|
"text-decoration-thickness": "0.125rem",
|
|
692
|
-
"text-underline-offset": "0.
|
|
795
|
+
"text-underline-offset": "0.3333em",
|
|
693
796
|
"small": {
|
|
694
797
|
"font-size": "clamp(0.964rem, calc(0.295vw + 0.905rem), 1.2rem)",
|
|
695
798
|
"line-height": "1.6"
|
|
696
799
|
},
|
|
697
|
-
"medium": {
|
|
698
|
-
"font-size": "clamp(1.125rem, calc(0.469vw + 1.031rem), 1.5rem)",
|
|
699
|
-
"line-height": "1.6"
|
|
700
|
-
},
|
|
701
800
|
"large": {
|
|
702
801
|
"font-size": "clamp(1.313rem, calc(0.703vw + 1.173rem), 1.875rem)",
|
|
703
802
|
"line-height": "1.5"
|
|
@@ -724,20 +823,20 @@
|
|
|
724
823
|
"color": "#004699",
|
|
725
824
|
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
726
825
|
"font-weight": 400,
|
|
727
|
-
"outline-offset": "
|
|
826
|
+
"outline-offset": "0.125rem",
|
|
728
827
|
"hover": {
|
|
729
828
|
"color": "#102E62"
|
|
730
829
|
},
|
|
731
830
|
"inline": {
|
|
732
831
|
"text-decoration-line": "underline",
|
|
733
832
|
"text-decoration-thickness": "0.125rem",
|
|
734
|
-
"text-underline-offset": "0.
|
|
833
|
+
"text-underline-offset": "0.3333em",
|
|
735
834
|
"font-family": "inherit",
|
|
736
835
|
"font-size": "inherit",
|
|
737
836
|
"line-height": "inherit",
|
|
738
837
|
"hover": {
|
|
739
838
|
"text-decoration-thickness": "0.1875rem",
|
|
740
|
-
"text-underline-offset": "0.
|
|
839
|
+
"text-underline-offset": "0.2778em"
|
|
741
840
|
},
|
|
742
841
|
"visited": {
|
|
743
842
|
"color": "#A00078"
|
|
@@ -748,10 +847,10 @@
|
|
|
748
847
|
"line-height": "1.6",
|
|
749
848
|
"text-decoration-line": "underline",
|
|
750
849
|
"text-decoration-thickness": "0.125rem",
|
|
751
|
-
"text-underline-offset": "0.
|
|
850
|
+
"text-underline-offset": "0.3333em",
|
|
752
851
|
"hover": {
|
|
753
852
|
"text-decoration-thickness": "0.1875rem",
|
|
754
|
-
"text-underline-offset": "0.
|
|
853
|
+
"text-underline-offset": "0.2778em"
|
|
755
854
|
}
|
|
756
855
|
},
|
|
757
856
|
"on-background-dark": {
|
|
@@ -774,7 +873,7 @@
|
|
|
774
873
|
}
|
|
775
874
|
},
|
|
776
875
|
"logo": {
|
|
777
|
-
"
|
|
876
|
+
"block-size": "2.5rem",
|
|
778
877
|
"emblem": {
|
|
779
878
|
"color": "#EC0000"
|
|
780
879
|
},
|
|
@@ -812,6 +911,10 @@
|
|
|
812
911
|
"inverse-color": "#FFFFFF",
|
|
813
912
|
"line-height": "1.6",
|
|
814
913
|
"list-style-type": "decimal",
|
|
914
|
+
"small": {
|
|
915
|
+
"font-size": "clamp(0.964rem, calc(0.295vw + 0.905rem), 1.2rem)",
|
|
916
|
+
"line-height": "1.6"
|
|
917
|
+
},
|
|
815
918
|
"item": {
|
|
816
919
|
"margin-inline-start": "2.25rem",
|
|
817
920
|
"padding-inline-start": "0.25rem"
|
|
@@ -842,10 +945,10 @@
|
|
|
842
945
|
"font-weight": 400,
|
|
843
946
|
"gap": "0.5rem",
|
|
844
947
|
"line-height": "1.6",
|
|
845
|
-
"outline-offset": "
|
|
948
|
+
"outline-offset": "0.125rem",
|
|
846
949
|
"text-decoration-line": "none",
|
|
847
950
|
"text-decoration-thickness": "0.125rem",
|
|
848
|
-
"text-underline-offset": "0.
|
|
951
|
+
"text-underline-offset": "0.3333em",
|
|
849
952
|
"hover": {
|
|
850
953
|
"color": "#102E62",
|
|
851
954
|
"text-decoration-line": "underline"
|
|
@@ -859,11 +962,11 @@
|
|
|
859
962
|
"font-weight": 400,
|
|
860
963
|
"line-height": "1.6",
|
|
861
964
|
"button": {
|
|
862
|
-
"outline-offset": "
|
|
965
|
+
"outline-offset": "0.125rem",
|
|
863
966
|
"padding-inline": ".75rem",
|
|
864
967
|
"text-decoration-line": "none",
|
|
865
968
|
"text-decoration-thickness": "0.125rem",
|
|
866
|
-
"text-underline-offset": "0.
|
|
969
|
+
"text-underline-offset": "0.3333em",
|
|
867
970
|
"current": {
|
|
868
971
|
"font-weight": 800
|
|
869
972
|
},
|
|
@@ -876,16 +979,14 @@
|
|
|
876
979
|
"paragraph": {
|
|
877
980
|
"color": "#000000",
|
|
878
981
|
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
982
|
+
"font-size": "clamp(1.125rem, calc(0.469vw + 1.031rem), 1.5rem)",
|
|
879
983
|
"font-weight": 400,
|
|
984
|
+
"line-height": "1.6",
|
|
880
985
|
"inverse-color": "#FFFFFF",
|
|
881
986
|
"small": {
|
|
882
987
|
"font-size": "clamp(0.964rem, calc(0.295vw + 0.905rem), 1.2rem)",
|
|
883
988
|
"line-height": "1.6"
|
|
884
989
|
},
|
|
885
|
-
"medium": {
|
|
886
|
-
"font-size": "clamp(1.125rem, calc(0.469vw + 1.031rem), 1.5rem)",
|
|
887
|
-
"line-height": "1.6"
|
|
888
|
-
},
|
|
889
990
|
"large": {
|
|
890
991
|
"font-size": "clamp(1.313rem, calc(0.703vw + 1.173rem), 1.875rem)",
|
|
891
992
|
"line-height": "1.5"
|
|
@@ -897,7 +998,7 @@
|
|
|
897
998
|
"font-size": "clamp(1.125rem, calc(0.469vw + 1.031rem), 1.5rem)",
|
|
898
999
|
"font-weight": 400,
|
|
899
1000
|
"line-height": "1.6",
|
|
900
|
-
"outline-offset": "
|
|
1001
|
+
"outline-offset": "0.125rem",
|
|
901
1002
|
"circle": {
|
|
902
1003
|
"border-color": "#004699",
|
|
903
1004
|
"border-width": "0.125rem",
|
|
@@ -953,22 +1054,22 @@
|
|
|
953
1054
|
"screen": {
|
|
954
1055
|
"background-color": "#FFFFFF",
|
|
955
1056
|
"wide": {
|
|
956
|
-
"max-
|
|
1057
|
+
"max-inline-size": "100rem"
|
|
957
1058
|
},
|
|
958
1059
|
"x-wide": {
|
|
959
|
-
"max-
|
|
1060
|
+
"max-inline-size": "132rem"
|
|
960
1061
|
}
|
|
961
1062
|
},
|
|
962
1063
|
"search-field": {
|
|
963
1064
|
"button": {
|
|
964
1065
|
"background-color": "#004699",
|
|
965
1066
|
"color": "#FFFFFF",
|
|
966
|
-
"outline-offset": "
|
|
1067
|
+
"outline-offset": "0.125rem",
|
|
1068
|
+
"padding-block": ".5rem",
|
|
1069
|
+
"padding-inline": ".5rem",
|
|
967
1070
|
"hover": {
|
|
968
1071
|
"background-color": "#102E62"
|
|
969
|
-
}
|
|
970
|
-
"padding-block": ".5rem",
|
|
971
|
-
"padding-inline": ".5rem"
|
|
1072
|
+
}
|
|
972
1073
|
},
|
|
973
1074
|
"input": {
|
|
974
1075
|
"background-color": "#FFFFFF",
|
|
@@ -978,18 +1079,24 @@
|
|
|
978
1079
|
"font-size": "clamp(1.125rem, calc(0.469vw + 1.031rem), 1.5rem)",
|
|
979
1080
|
"font-weight": 400,
|
|
980
1081
|
"line-height": "1.6",
|
|
981
|
-
"outline-offset": "
|
|
1082
|
+
"outline-offset": "0.125rem",
|
|
982
1083
|
"padding-block": ".5rem",
|
|
983
1084
|
"padding-inline": "1rem",
|
|
984
1085
|
"cancel-button": {
|
|
985
1086
|
"background-image": "url(\"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'><path fill='%23004699' fill-rule='evenodd' d='M29.333 5.47 26.53 2.668 16 13.187 5.47 2.666 2.668 5.47 13.187 16 2.666 26.53l2.804 2.803L16 18.813l10.53 10.52 2.803-2.804L18.813 16z'/></svg>\")",
|
|
1087
|
+
"block-size": "clamp(1.125rem, calc(0.469vw + 1.031rem), 1.5rem)",
|
|
986
1088
|
"color": "#004699",
|
|
987
|
-
"
|
|
988
|
-
"width": "clamp(1.125rem, calc(0.469vw + 1.031rem), 1.5rem)"
|
|
1089
|
+
"inline-size": "clamp(1.125rem, calc(0.469vw + 1.031rem), 1.5rem)"
|
|
989
1090
|
},
|
|
990
1091
|
"hover": {
|
|
991
1092
|
"box-shadow": "inset 0 0 0 0.125rem #000000"
|
|
992
1093
|
},
|
|
1094
|
+
"invalid": {
|
|
1095
|
+
"box-shadow": "inset 0 0 0 0.0625rem #EC0000",
|
|
1096
|
+
"hover": {
|
|
1097
|
+
"box-shadow": "inset 0 0 0 0.125rem #EC0000"
|
|
1098
|
+
}
|
|
1099
|
+
},
|
|
993
1100
|
"placeholder": {
|
|
994
1101
|
"color": "#767676"
|
|
995
1102
|
}
|
|
@@ -1005,7 +1112,7 @@
|
|
|
1005
1112
|
"font-size": "clamp(1.125rem, calc(0.469vw + 1.031rem), 1.5rem)",
|
|
1006
1113
|
"font-weight": 400,
|
|
1007
1114
|
"line-height": "1.6",
|
|
1008
|
-
"outline-offset": "
|
|
1115
|
+
"outline-offset": "0.125rem",
|
|
1009
1116
|
"padding-block": ".5rem",
|
|
1010
1117
|
"padding-inline": "1rem calc(2 * 1rem + 1em)",
|
|
1011
1118
|
"disabled": {
|
|
@@ -1035,7 +1142,7 @@
|
|
|
1035
1142
|
"font-size": "clamp(0.964rem, calc(0.295vw + 0.905rem), 1.2rem)",
|
|
1036
1143
|
"font-weight": 400,
|
|
1037
1144
|
"line-height": "1.6",
|
|
1038
|
-
"outline-offset": "
|
|
1145
|
+
"outline-offset": "0.125rem",
|
|
1039
1146
|
"padding-block": ".5rem",
|
|
1040
1147
|
"padding-inline": "1rem",
|
|
1041
1148
|
"hover": {
|
|
@@ -1069,25 +1176,56 @@
|
|
|
1069
1176
|
}
|
|
1070
1177
|
},
|
|
1071
1178
|
"switch": {
|
|
1072
|
-
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
1073
1179
|
"background-color": "#767676",
|
|
1074
|
-
"
|
|
1180
|
+
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
1181
|
+
"outline-offset": "0.125rem",
|
|
1182
|
+
"inline-size": "3.5rem",
|
|
1075
1183
|
"thumb": {
|
|
1076
1184
|
"background-color": "#FFFFFF",
|
|
1077
|
-
"
|
|
1078
|
-
"
|
|
1185
|
+
"inline-size": "1.75rem",
|
|
1186
|
+
"block-size": "1.75rem",
|
|
1079
1187
|
"hover": {
|
|
1188
|
+
"box-shadow": "0 0 0 0.125rem #102E62",
|
|
1080
1189
|
"color": "#102E62"
|
|
1081
1190
|
}
|
|
1082
1191
|
},
|
|
1083
1192
|
"checked": {
|
|
1084
1193
|
"background-color": "#004699"
|
|
1085
1194
|
},
|
|
1086
|
-
"outline-offset": "2px",
|
|
1087
1195
|
"disabled": {
|
|
1088
1196
|
"background-color": "#BEBEBE"
|
|
1089
1197
|
}
|
|
1090
1198
|
},
|
|
1199
|
+
"table-of-contents": {
|
|
1200
|
+
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
1201
|
+
"font-size": "clamp(1.125rem, calc(0.469vw + 1.031rem), 1.5rem)",
|
|
1202
|
+
"font-weight": 400,
|
|
1203
|
+
"gap": "1rem",
|
|
1204
|
+
"line-height": "1.6",
|
|
1205
|
+
"link": {
|
|
1206
|
+
"color": "#004699",
|
|
1207
|
+
"outline-offset": "0.125rem",
|
|
1208
|
+
"text-decoration-line": "none",
|
|
1209
|
+
"text-decoration-thickness": "0.125rem",
|
|
1210
|
+
"text-underline-offset": "0.3333em",
|
|
1211
|
+
"hover": {
|
|
1212
|
+
"color": "#102E62",
|
|
1213
|
+
"text-decoration-line": "underline"
|
|
1214
|
+
}
|
|
1215
|
+
},
|
|
1216
|
+
"list": {
|
|
1217
|
+
"gap": "1rem",
|
|
1218
|
+
"list": {
|
|
1219
|
+
"padding-block-start": "1rem",
|
|
1220
|
+
"padding-inline-start": "1.5rem"
|
|
1221
|
+
}
|
|
1222
|
+
},
|
|
1223
|
+
"heading": {
|
|
1224
|
+
"font-weight": 800,
|
|
1225
|
+
"font-size": "clamp(1.313rem, calc(0.703vw + 1.173rem), 1.875rem)",
|
|
1226
|
+
"line-height": "1.5"
|
|
1227
|
+
}
|
|
1228
|
+
},
|
|
1091
1229
|
"table": {
|
|
1092
1230
|
"color": "#000000",
|
|
1093
1231
|
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
@@ -1098,7 +1236,7 @@
|
|
|
1098
1236
|
"font-weight": 800
|
|
1099
1237
|
},
|
|
1100
1238
|
"cell": {
|
|
1101
|
-
"border-
|
|
1239
|
+
"border-block-end": "0.0625rem solid #E8E8E8",
|
|
1102
1240
|
"padding-block": "1rem",
|
|
1103
1241
|
"padding-inline": "1rem"
|
|
1104
1242
|
},
|
|
@@ -1109,7 +1247,7 @@
|
|
|
1109
1247
|
"tabs": {
|
|
1110
1248
|
"list": {
|
|
1111
1249
|
"background-color": "#FFFFFF",
|
|
1112
|
-
"border-
|
|
1250
|
+
"border-block-end": "0.125rem solid #004699"
|
|
1113
1251
|
},
|
|
1114
1252
|
"button": {
|
|
1115
1253
|
"color": "#004699",
|
|
@@ -1143,8 +1281,8 @@
|
|
|
1143
1281
|
"font-size": "clamp(1.125rem, calc(0.469vw + 1.031rem), 1.5rem)",
|
|
1144
1282
|
"font-weight": 400,
|
|
1145
1283
|
"line-height": "1.6",
|
|
1146
|
-
"min-
|
|
1147
|
-
"outline-offset": "
|
|
1284
|
+
"min-block-size": "calc(1.6 * 1em + 2 * 0.5rem)",
|
|
1285
|
+
"outline-offset": "0.125rem",
|
|
1148
1286
|
"padding-block": "0.5rem",
|
|
1149
1287
|
"padding-inline": "1rem",
|
|
1150
1288
|
"disabled": {
|
|
@@ -1174,7 +1312,7 @@
|
|
|
1174
1312
|
"font-size": "clamp(1.125rem, calc(0.469vw + 1.031rem), 1.5rem)",
|
|
1175
1313
|
"font-weight": 400,
|
|
1176
1314
|
"line-height": "1.6",
|
|
1177
|
-
"outline-offset": "
|
|
1315
|
+
"outline-offset": "0.125rem",
|
|
1178
1316
|
"padding-block": ".5rem",
|
|
1179
1317
|
"padding-inline": "1rem",
|
|
1180
1318
|
"disabled": {
|
|
@@ -1203,7 +1341,7 @@
|
|
|
1203
1341
|
"font-size": "clamp(1.125rem, calc(0.469vw + 1.031rem), 1.5rem)",
|
|
1204
1342
|
"font-weight": 400,
|
|
1205
1343
|
"line-height": "1.6",
|
|
1206
|
-
"outline-offset": "
|
|
1344
|
+
"outline-offset": "0.125rem",
|
|
1207
1345
|
"padding-block": ".5rem",
|
|
1208
1346
|
"padding-inline": "1rem",
|
|
1209
1347
|
"calender-picker-indicator": {
|
|
@@ -1246,13 +1384,13 @@
|
|
|
1246
1384
|
"line-height": "1.5",
|
|
1247
1385
|
"text-decoration-line": "none",
|
|
1248
1386
|
"text-decoration-thickness": "0.125rem",
|
|
1249
|
-
"text-underline-offset": "0.
|
|
1387
|
+
"text-underline-offset": "0.3333em",
|
|
1250
1388
|
"hover": {
|
|
1251
1389
|
"color": "#102E62",
|
|
1252
1390
|
"text-decoration-line": "underline"
|
|
1253
1391
|
}
|
|
1254
1392
|
},
|
|
1255
|
-
"outline-offset": "
|
|
1393
|
+
"outline-offset": "0.125rem"
|
|
1256
1394
|
},
|
|
1257
1395
|
"unordered-list": {
|
|
1258
1396
|
"color": "#000000",
|
|
@@ -1273,6 +1411,10 @@
|
|
|
1273
1411
|
"margin-inline-start": "0.875rem",
|
|
1274
1412
|
"padding-inline-start": "0.875rem"
|
|
1275
1413
|
}
|
|
1414
|
+
},
|
|
1415
|
+
"small": {
|
|
1416
|
+
"font-size": "clamp(0.964rem, calc(0.295vw + 0.905rem), 1.2rem)",
|
|
1417
|
+
"line-height": "1.6"
|
|
1276
1418
|
}
|
|
1277
1419
|
}
|
|
1278
1420
|
}
|