@amsterdam/design-system-tokens 0.1.6 → 0.1.7

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/dist/tokens.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 10 Oct 2023 11:59:09 GMT
3
+ * Generated on Fri, 17 Nov 2023 13:11:47 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -83,11 +83,11 @@ module.exports = {
83
83
  ]
84
84
  },
85
85
  "dark-blue": {
86
- "value": "#00387A",
86
+ "value": "#102E62",
87
87
  "filePath": "./src/brand/amsterdam/color.tokens.json",
88
88
  "isSource": true,
89
89
  "original": {
90
- "value": "#00387A"
90
+ "value": "#102E62"
91
91
  },
92
92
  "name": "amsterdamColorDarkBlue",
93
93
  "attributes": {
@@ -312,23 +312,23 @@ module.exports = {
312
312
  }
313
313
  },
314
314
  "proportion": {
315
- "extra-tall": {
315
+ "x-tall": {
316
316
  "value": "9 / 16",
317
317
  "filePath": "./src/brand/amsterdam/proportion.tokens.json",
318
318
  "isSource": true,
319
319
  "original": {
320
320
  "value": "9 / 16"
321
321
  },
322
- "name": "amsterdamProportionExtraTall",
322
+ "name": "amsterdamProportionXTall",
323
323
  "attributes": {
324
324
  "category": "amsterdam",
325
325
  "type": "proportion",
326
- "item": "extra-tall"
326
+ "item": "x-tall"
327
327
  },
328
328
  "path": [
329
329
  "amsterdam",
330
330
  "proportion",
331
- "extra-tall"
331
+ "x-tall"
332
332
  ]
333
333
  },
334
334
  "tall": {
@@ -388,23 +388,42 @@ module.exports = {
388
388
  "wide"
389
389
  ]
390
390
  },
391
- "extra-wide": {
391
+ "x-wide": {
392
392
  "value": "16 / 9",
393
393
  "filePath": "./src/brand/amsterdam/proportion.tokens.json",
394
394
  "isSource": true,
395
395
  "original": {
396
396
  "value": "16 / 9"
397
397
  },
398
- "name": "amsterdamProportionExtraWide",
398
+ "name": "amsterdamProportionXWide",
399
399
  "attributes": {
400
400
  "category": "amsterdam",
401
401
  "type": "proportion",
402
- "item": "extra-wide"
402
+ "item": "x-wide"
403
403
  },
404
404
  "path": [
405
405
  "amsterdam",
406
406
  "proportion",
407
- "extra-wide"
407
+ "x-wide"
408
+ ]
409
+ },
410
+ "2x-wide": {
411
+ "value": "32 / 9",
412
+ "filePath": "./src/brand/amsterdam/proportion.tokens.json",
413
+ "isSource": true,
414
+ "original": {
415
+ "value": "32 / 9"
416
+ },
417
+ "name": "amsterdamProportion2xWide",
418
+ "attributes": {
419
+ "category": "amsterdam",
420
+ "type": "proportion",
421
+ "item": "2x-wide"
422
+ },
423
+ "path": [
424
+ "amsterdam",
425
+ "proportion",
426
+ "2x-wide"
408
427
  ]
409
428
  }
410
429
  },
@@ -1876,23 +1895,23 @@ module.exports = {
1876
1895
  }
1877
1896
  },
1878
1897
  "aspect-ratio": {
1879
- "extra-tall": {
1898
+ "x-tall": {
1880
1899
  "value": "9 / 16",
1881
1900
  "filePath": "./src/components/amsterdam/aspect-ratio.tokens.json",
1882
1901
  "isSource": true,
1883
1902
  "original": {
1884
- "value": "{amsterdam.proportion.extra-tall}"
1903
+ "value": "{amsterdam.proportion.x-tall}"
1885
1904
  },
1886
- "name": "amsterdamAspectRatioExtraTall",
1905
+ "name": "amsterdamAspectRatioXTall",
1887
1906
  "attributes": {
1888
1907
  "category": "amsterdam",
1889
1908
  "type": "aspect-ratio",
1890
- "item": "extra-tall"
1909
+ "item": "x-tall"
1891
1910
  },
1892
1911
  "path": [
1893
1912
  "amsterdam",
1894
1913
  "aspect-ratio",
1895
- "extra-tall"
1914
+ "x-tall"
1896
1915
  ]
1897
1916
  },
1898
1917
  "tall": {
@@ -1952,23 +1971,42 @@ module.exports = {
1952
1971
  "wide"
1953
1972
  ]
1954
1973
  },
1955
- "extra-wide": {
1974
+ "x-wide": {
1956
1975
  "value": "16 / 9",
1957
1976
  "filePath": "./src/components/amsterdam/aspect-ratio.tokens.json",
1958
1977
  "isSource": true,
1959
1978
  "original": {
1960
- "value": "{amsterdam.proportion.extra-wide}"
1979
+ "value": "{amsterdam.proportion.x-wide}"
1980
+ },
1981
+ "name": "amsterdamAspectRatioXWide",
1982
+ "attributes": {
1983
+ "category": "amsterdam",
1984
+ "type": "aspect-ratio",
1985
+ "item": "x-wide"
1986
+ },
1987
+ "path": [
1988
+ "amsterdam",
1989
+ "aspect-ratio",
1990
+ "x-wide"
1991
+ ]
1992
+ },
1993
+ "2x-wide": {
1994
+ "value": "32 / 9",
1995
+ "filePath": "./src/components/amsterdam/aspect-ratio.tokens.json",
1996
+ "isSource": true,
1997
+ "original": {
1998
+ "value": "{amsterdam.proportion.2x-wide}"
1961
1999
  },
1962
- "name": "amsterdamAspectRatioExtraWide",
2000
+ "name": "amsterdamAspectRatio2xWide",
1963
2001
  "attributes": {
1964
2002
  "category": "amsterdam",
1965
2003
  "type": "aspect-ratio",
1966
- "item": "extra-wide"
2004
+ "item": "2x-wide"
1967
2005
  },
1968
2006
  "path": [
1969
2007
  "amsterdam",
1970
2008
  "aspect-ratio",
1971
- "extra-wide"
2009
+ "2x-wide"
1972
2010
  ]
1973
2011
  }
1974
2012
  },
@@ -2154,6 +2192,25 @@ module.exports = {
2154
2192
  "font-family"
2155
2193
  ]
2156
2194
  },
2195
+ "font-weight": {
2196
+ "value": 400,
2197
+ "filePath": "./src/components/amsterdam/breadcrumb.tokens.json",
2198
+ "isSource": true,
2199
+ "original": {
2200
+ "value": "{amsterdam.typography.font-weight.normal}"
2201
+ },
2202
+ "name": "amsterdamBreadcrumbFontWeight",
2203
+ "attributes": {
2204
+ "category": "amsterdam",
2205
+ "type": "breadcrumb",
2206
+ "item": "font-weight"
2207
+ },
2208
+ "path": [
2209
+ "amsterdam",
2210
+ "breadcrumb",
2211
+ "font-weight"
2212
+ ]
2213
+ },
2157
2214
  "line-height": {
2158
2215
  "value": "1.6",
2159
2216
  "filePath": "./src/components/amsterdam/breadcrumb.tokens.json",
@@ -2243,7 +2300,7 @@ module.exports = {
2243
2300
  },
2244
2301
  "hover": {
2245
2302
  "color": {
2246
- "value": "#00387A",
2303
+ "value": "#102E62",
2247
2304
  "filePath": "./src/components/amsterdam/breadcrumb.tokens.json",
2248
2305
  "isSource": true,
2249
2306
  "original": {
@@ -2266,7 +2323,7 @@ module.exports = {
2266
2323
  ]
2267
2324
  },
2268
2325
  "box-shadow": {
2269
- "value": "inset 0 -2px 0 0 #00387A",
2326
+ "value": "inset 0 -2px 0 0 #102E62",
2270
2327
  "filePath": "./src/components/amsterdam/breadcrumb.tokens.json",
2271
2328
  "isSource": true,
2272
2329
  "original": {
@@ -2291,7 +2348,7 @@ module.exports = {
2291
2348
  },
2292
2349
  "focus": {
2293
2350
  "color": {
2294
- "value": "#00387A",
2351
+ "value": "#102E62",
2295
2352
  "filePath": "./src/components/amsterdam/breadcrumb.tokens.json",
2296
2353
  "isSource": true,
2297
2354
  "original": {
@@ -2410,7 +2467,7 @@ module.exports = {
2410
2467
  },
2411
2468
  "hover": {
2412
2469
  "box-shadow": {
2413
- "value": "inset 0 0 0 3px #00387A",
2470
+ "value": "inset 0 0 0 3px #102E62",
2414
2471
  "filePath": "./src/components/amsterdam/button.tokens.json",
2415
2472
  "isSource": true,
2416
2473
  "original": {
@@ -2460,11 +2517,11 @@ module.exports = {
2460
2517
  },
2461
2518
  "focus": {
2462
2519
  "box-shadow": {
2463
- "value": "inset 0 0 0 3px #00387A",
2520
+ "value": "inset 0 0 0 2px #004699",
2464
2521
  "filePath": "./src/components/amsterdam/button.tokens.json",
2465
2522
  "isSource": true,
2466
2523
  "original": {
2467
- "value": "inset 0 0 0 3px {amsterdam.color.dark-blue}"
2524
+ "value": "inset 0 0 0 2px {amsterdam.color.primary-blue}"
2468
2525
  },
2469
2526
  "name": "amsterdamButtonSecondaryFocusBoxShadow",
2470
2527
  "attributes": {
@@ -2481,29 +2538,6 @@ module.exports = {
2481
2538
  "focus",
2482
2539
  "box-shadow"
2483
2540
  ]
2484
- },
2485
- "color": {
2486
- "value": "#00387A",
2487
- "filePath": "./src/components/amsterdam/button.tokens.json",
2488
- "isSource": true,
2489
- "original": {
2490
- "value": "{amsterdam.color.dark-blue}"
2491
- },
2492
- "name": "amsterdamButtonSecondaryFocusColor",
2493
- "attributes": {
2494
- "category": "amsterdam",
2495
- "type": "button",
2496
- "item": "secondary",
2497
- "subitem": "focus",
2498
- "state": "color"
2499
- },
2500
- "path": [
2501
- "amsterdam",
2502
- "button",
2503
- "secondary",
2504
- "focus",
2505
- "color"
2506
- ]
2507
2541
  }
2508
2542
  }
2509
2543
  },
@@ -2532,32 +2566,76 @@ module.exports = {
2532
2566
  "box-shadow"
2533
2567
  ]
2534
2568
  }
2569
+ }
2570
+ }
2571
+ },
2572
+ "card": {
2573
+ "link": {
2574
+ "color": {
2575
+ "value": "#004699",
2576
+ "filePath": "./src/components/amsterdam/card.tokens.json",
2577
+ "isSource": true,
2578
+ "original": {
2579
+ "value": "{amsterdam.color.primary-blue}"
2580
+ },
2581
+ "name": "amsterdamCardLinkColor",
2582
+ "attributes": {
2583
+ "category": "amsterdam",
2584
+ "type": "card",
2585
+ "item": "link",
2586
+ "subitem": "color"
2587
+ },
2588
+ "path": [
2589
+ "amsterdam",
2590
+ "card",
2591
+ "link",
2592
+ "color"
2593
+ ]
2535
2594
  },
2536
- "focus": {
2537
- "box-shadow": {
2538
- "value": "inset 0 0 0 2px #767676",
2539
- "filePath": "./src/components/amsterdam/button.tokens.json",
2595
+ "hover": {
2596
+ "color": {
2597
+ "value": "#102E62",
2598
+ "filePath": "./src/components/amsterdam/card.tokens.json",
2540
2599
  "isSource": true,
2541
2600
  "original": {
2542
- "value": "inset 0 0 0 2px {amsterdam.color.neutral-grey3}"
2601
+ "value": "{amsterdam.color.dark-blue}"
2543
2602
  },
2544
- "name": "amsterdamButtonTertiaryFocusBoxShadow",
2603
+ "name": "amsterdamCardLinkHoverColor",
2545
2604
  "attributes": {
2546
2605
  "category": "amsterdam",
2547
- "type": "button",
2548
- "item": "tertiary",
2549
- "subitem": "focus",
2550
- "state": "box-shadow"
2606
+ "type": "card",
2607
+ "item": "link",
2608
+ "subitem": "hover",
2609
+ "state": "color"
2551
2610
  },
2552
2611
  "path": [
2553
2612
  "amsterdam",
2554
- "button",
2555
- "tertiary",
2556
- "focus",
2557
- "box-shadow"
2613
+ "card",
2614
+ "link",
2615
+ "hover",
2616
+ "color"
2558
2617
  ]
2559
2618
  }
2560
2619
  }
2620
+ },
2621
+ "outline-offset": {
2622
+ "value": "2px",
2623
+ "filePath": "./src/components/amsterdam/card.tokens.json",
2624
+ "isSource": true,
2625
+ "original": {
2626
+ "value": "{amsterdam.focus.outline-offset}"
2627
+ },
2628
+ "name": "amsterdamCardOutlineOffset",
2629
+ "attributes": {
2630
+ "category": "amsterdam",
2631
+ "type": "card",
2632
+ "item": "outline-offset"
2633
+ },
2634
+ "path": [
2635
+ "amsterdam",
2636
+ "card",
2637
+ "outline-offset"
2638
+ ]
2561
2639
  }
2562
2640
  },
2563
2641
  "checkbox": {
@@ -2628,7 +2706,7 @@ module.exports = {
2628
2706
  },
2629
2707
  "hover": {
2630
2708
  "background-color": {
2631
- "value": "#00387A",
2709
+ "value": "#102E62",
2632
2710
  "filePath": "./src/components/amsterdam/checkbox.tokens.json",
2633
2711
  "isSource": true,
2634
2712
  "original": {
@@ -2786,7 +2864,7 @@ module.exports = {
2786
2864
  },
2787
2865
  "hover": {
2788
2866
  "border-color": {
2789
- "value": "#00387A",
2867
+ "value": "#102E62",
2790
2868
  "filePath": "./src/components/amsterdam/checkbox.tokens.json",
2791
2869
  "isSource": true,
2792
2870
  "original": {
@@ -2992,7 +3070,7 @@ module.exports = {
2992
3070
  },
2993
3071
  "hover": {
2994
3072
  "background-color": {
2995
- "value": "#00387A",
3073
+ "value": "#102E62",
2996
3074
  "filePath": "./src/components/amsterdam/checkbox.tokens.json",
2997
3075
  "isSource": true,
2998
3076
  "original": {
@@ -3152,7 +3230,7 @@ module.exports = {
3152
3230
  },
3153
3231
  "hover": {
3154
3232
  "color": {
3155
- "value": "#00387A",
3233
+ "value": "#102E62",
3156
3234
  "filePath": "./src/components/amsterdam/checkbox.tokens.json",
3157
3235
  "isSource": true,
3158
3236
  "original": {
@@ -3407,6 +3485,169 @@ module.exports = {
3407
3485
  }
3408
3486
  }
3409
3487
  },
3488
+ "grid": {
3489
+ "column-count": {
3490
+ "value": "4",
3491
+ "filePath": "./src/components/amsterdam/grid.tokens.json",
3492
+ "isSource": true,
3493
+ "original": {
3494
+ "value": "4"
3495
+ },
3496
+ "name": "amsterdamGridColumnCount",
3497
+ "attributes": {
3498
+ "category": "amsterdam",
3499
+ "type": "grid",
3500
+ "item": "column-count"
3501
+ },
3502
+ "path": [
3503
+ "amsterdam",
3504
+ "grid",
3505
+ "column-count"
3506
+ ]
3507
+ },
3508
+ "density-low": {
3509
+ "gap": {
3510
+ "value": "clamp(1rem, 3.125vw + 0.375rem, 3.5rem)",
3511
+ "comment": "Grows from 16px at 320px wide to 56px at 1600px wide.",
3512
+ "filePath": "./src/components/amsterdam/grid.tokens.json",
3513
+ "isSource": true,
3514
+ "original": {
3515
+ "value": "clamp(1rem, 3.125vw + 0.375rem, 3.5rem)",
3516
+ "comment": "Grows from 16px at 320px wide to 56px at 1600px wide."
3517
+ },
3518
+ "name": "amsterdamGridDensityLowGap",
3519
+ "attributes": {
3520
+ "category": "amsterdam",
3521
+ "type": "grid",
3522
+ "item": "density-low",
3523
+ "subitem": "gap"
3524
+ },
3525
+ "path": [
3526
+ "amsterdam",
3527
+ "grid",
3528
+ "density-low",
3529
+ "gap"
3530
+ ]
3531
+ },
3532
+ "padding-inline": {
3533
+ "value": "clamp(1.5rem, 4.6875vw + 0.5625rem, 5.25rem)",
3534
+ "comment": "Equals 1.5 times the gap.",
3535
+ "filePath": "./src/components/amsterdam/grid.tokens.json",
3536
+ "isSource": true,
3537
+ "original": {
3538
+ "value": "clamp(1.5rem, 4.6875vw + 0.5625rem, 5.25rem)",
3539
+ "comment": "Equals 1.5 times the gap."
3540
+ },
3541
+ "name": "amsterdamGridDensityLowPaddingInline",
3542
+ "attributes": {
3543
+ "category": "amsterdam",
3544
+ "type": "grid",
3545
+ "item": "density-low",
3546
+ "subitem": "padding-inline"
3547
+ },
3548
+ "path": [
3549
+ "amsterdam",
3550
+ "grid",
3551
+ "density-low",
3552
+ "padding-inline"
3553
+ ]
3554
+ }
3555
+ },
3556
+ "density-high": {
3557
+ "gap": {
3558
+ "value": "clamp(1rem, 1.5625vw - 0.0625rem, 2.5rem)",
3559
+ "comment": "Grows from 16px at 1088px wide to 40px at 2624px wide.",
3560
+ "filePath": "./src/components/amsterdam/grid.tokens.json",
3561
+ "isSource": true,
3562
+ "original": {
3563
+ "value": "clamp(1rem, 1.5625vw - 0.0625rem, 2.5rem)",
3564
+ "comment": "Grows from 16px at 1088px wide to 40px at 2624px wide."
3565
+ },
3566
+ "name": "amsterdamGridDensityHighGap",
3567
+ "attributes": {
3568
+ "category": "amsterdam",
3569
+ "type": "grid",
3570
+ "item": "density-high",
3571
+ "subitem": "gap"
3572
+ },
3573
+ "path": [
3574
+ "amsterdam",
3575
+ "grid",
3576
+ "density-high",
3577
+ "gap"
3578
+ ]
3579
+ },
3580
+ "padding-inline": {
3581
+ "value": "clamp(1rem, 1.5625vw - 0.0625rem, 2.5rem)",
3582
+ "comment": "Equals the gap.",
3583
+ "filePath": "./src/components/amsterdam/grid.tokens.json",
3584
+ "isSource": true,
3585
+ "original": {
3586
+ "value": "clamp(1rem, 1.5625vw - 0.0625rem, 2.5rem)",
3587
+ "comment": "Equals the gap."
3588
+ },
3589
+ "name": "amsterdamGridDensityHighPaddingInline",
3590
+ "attributes": {
3591
+ "category": "amsterdam",
3592
+ "type": "grid",
3593
+ "item": "density-high",
3594
+ "subitem": "padding-inline"
3595
+ },
3596
+ "path": [
3597
+ "amsterdam",
3598
+ "grid",
3599
+ "density-high",
3600
+ "padding-inline"
3601
+ ]
3602
+ }
3603
+ },
3604
+ "medium": {
3605
+ "column-count": {
3606
+ "value": "8",
3607
+ "filePath": "./src/components/amsterdam/grid.tokens.json",
3608
+ "isSource": true,
3609
+ "original": {
3610
+ "value": "8"
3611
+ },
3612
+ "name": "amsterdamGridMediumColumnCount",
3613
+ "attributes": {
3614
+ "category": "amsterdam",
3615
+ "type": "grid",
3616
+ "item": "medium",
3617
+ "subitem": "column-count"
3618
+ },
3619
+ "path": [
3620
+ "amsterdam",
3621
+ "grid",
3622
+ "medium",
3623
+ "column-count"
3624
+ ]
3625
+ }
3626
+ },
3627
+ "wide": {
3628
+ "column-count": {
3629
+ "value": "12",
3630
+ "filePath": "./src/components/amsterdam/grid.tokens.json",
3631
+ "isSource": true,
3632
+ "original": {
3633
+ "value": "12"
3634
+ },
3635
+ "name": "amsterdamGridWideColumnCount",
3636
+ "attributes": {
3637
+ "category": "amsterdam",
3638
+ "type": "grid",
3639
+ "item": "wide",
3640
+ "subitem": "column-count"
3641
+ },
3642
+ "path": [
3643
+ "amsterdam",
3644
+ "grid",
3645
+ "wide",
3646
+ "column-count"
3647
+ ]
3648
+ }
3649
+ }
3650
+ },
3410
3651
  "heading": {
3411
3652
  "1": {
3412
3653
  "line-height": {
@@ -3777,50 +4018,236 @@ module.exports = {
3777
4018
  ]
3778
4019
  }
3779
4020
  },
3780
- "icon": {
3781
- "size-3": {
3782
- "icon-size": {
3783
- "narrow": {
3784
- "value": "clamp(1.5rem, calc(1.5rem + (0.3125 * (100vw - 20rem)) / 33.3125), 1.8125rem)",
3785
- "filePath": "./src/components/amsterdam/icon.tokens.json",
3786
- "isSource": true,
3787
- "original": {
3788
- "value": "{amsterdam.typography.text-level.3.narrow.font-size}"
3789
- },
3790
- "name": "amsterdamIconSize3IconSizeNarrow",
3791
- "attributes": {
3792
- "category": "amsterdam",
3793
- "type": "icon",
3794
- "item": "size-3",
3795
- "subitem": "icon-size",
3796
- "state": "narrow"
3797
- },
3798
- "path": [
3799
- "amsterdam",
3800
- "icon",
3801
- "size-3",
3802
- "icon-size",
3803
- "narrow"
3804
- ]
4021
+ "highlight": {
4022
+ "blue": {
4023
+ "background-color": {
4024
+ "value": "#004699",
4025
+ "filePath": "./src/components/amsterdam/highlight.tokens.json",
4026
+ "isSource": true,
4027
+ "original": {
4028
+ "value": "{amsterdam.color.primary-blue}"
3805
4029
  },
3806
- "wide": {
3807
- "value": "clamp(1.8125rem, calc(1.8125rem + (0.1875 * (100vw - 53.375rem)) / 36.625), 2rem)",
3808
- "filePath": "./src/components/amsterdam/icon.tokens.json",
3809
- "isSource": true,
3810
- "original": {
3811
- "value": "{amsterdam.typography.text-level.3.wide.font-size}"
3812
- },
3813
- "name": "amsterdamIconSize3IconSizeWide",
3814
- "attributes": {
3815
- "category": "amsterdam",
3816
- "type": "icon",
3817
- "item": "size-3",
3818
- "subitem": "icon-size",
3819
- "state": "wide"
3820
- },
3821
- "path": [
3822
- "amsterdam",
3823
- "icon",
4030
+ "name": "amsterdamHighlightBlueBackgroundColor",
4031
+ "attributes": {
4032
+ "category": "amsterdam",
4033
+ "type": "highlight",
4034
+ "item": "blue",
4035
+ "subitem": "background-color"
4036
+ },
4037
+ "path": [
4038
+ "amsterdam",
4039
+ "highlight",
4040
+ "blue",
4041
+ "background-color"
4042
+ ]
4043
+ }
4044
+ },
4045
+ "dark-green": {
4046
+ "background-color": {
4047
+ "value": "#00A03C",
4048
+ "filePath": "./src/components/amsterdam/highlight.tokens.json",
4049
+ "isSource": true,
4050
+ "original": {
4051
+ "value": "{amsterdam.color.dark-green}"
4052
+ },
4053
+ "name": "amsterdamHighlightDarkGreenBackgroundColor",
4054
+ "attributes": {
4055
+ "category": "amsterdam",
4056
+ "type": "highlight",
4057
+ "item": "dark-green",
4058
+ "subitem": "background-color"
4059
+ },
4060
+ "path": [
4061
+ "amsterdam",
4062
+ "highlight",
4063
+ "dark-green",
4064
+ "background-color"
4065
+ ]
4066
+ }
4067
+ },
4068
+ "green": {
4069
+ "background-color": {
4070
+ "value": "#BED200",
4071
+ "filePath": "./src/components/amsterdam/highlight.tokens.json",
4072
+ "isSource": true,
4073
+ "original": {
4074
+ "value": "{amsterdam.color.green}"
4075
+ },
4076
+ "name": "amsterdamHighlightGreenBackgroundColor",
4077
+ "attributes": {
4078
+ "category": "amsterdam",
4079
+ "type": "highlight",
4080
+ "item": "green",
4081
+ "subitem": "background-color"
4082
+ },
4083
+ "path": [
4084
+ "amsterdam",
4085
+ "highlight",
4086
+ "green",
4087
+ "background-color"
4088
+ ]
4089
+ }
4090
+ },
4091
+ "light-blue": {
4092
+ "background-color": {
4093
+ "value": "#009DEC",
4094
+ "filePath": "./src/components/amsterdam/highlight.tokens.json",
4095
+ "isSource": true,
4096
+ "original": {
4097
+ "value": "{amsterdam.color.blue}"
4098
+ },
4099
+ "name": "amsterdamHighlightLightBlueBackgroundColor",
4100
+ "attributes": {
4101
+ "category": "amsterdam",
4102
+ "type": "highlight",
4103
+ "item": "light-blue",
4104
+ "subitem": "background-color"
4105
+ },
4106
+ "path": [
4107
+ "amsterdam",
4108
+ "highlight",
4109
+ "light-blue",
4110
+ "background-color"
4111
+ ]
4112
+ }
4113
+ },
4114
+ "magenta": {
4115
+ "background-color": {
4116
+ "value": "#E50082",
4117
+ "filePath": "./src/components/amsterdam/highlight.tokens.json",
4118
+ "isSource": true,
4119
+ "original": {
4120
+ "value": "{amsterdam.color.magenta}"
4121
+ },
4122
+ "name": "amsterdamHighlightMagentaBackgroundColor",
4123
+ "attributes": {
4124
+ "category": "amsterdam",
4125
+ "type": "highlight",
4126
+ "item": "magenta",
4127
+ "subitem": "background-color"
4128
+ },
4129
+ "path": [
4130
+ "amsterdam",
4131
+ "highlight",
4132
+ "magenta",
4133
+ "background-color"
4134
+ ]
4135
+ }
4136
+ },
4137
+ "orange": {
4138
+ "background-color": {
4139
+ "value": "#FF9100",
4140
+ "filePath": "./src/components/amsterdam/highlight.tokens.json",
4141
+ "isSource": true,
4142
+ "original": {
4143
+ "value": "{amsterdam.color.orange}"
4144
+ },
4145
+ "name": "amsterdamHighlightOrangeBackgroundColor",
4146
+ "attributes": {
4147
+ "category": "amsterdam",
4148
+ "type": "highlight",
4149
+ "item": "orange",
4150
+ "subitem": "background-color"
4151
+ },
4152
+ "path": [
4153
+ "amsterdam",
4154
+ "highlight",
4155
+ "orange",
4156
+ "background-color"
4157
+ ]
4158
+ }
4159
+ },
4160
+ "purple": {
4161
+ "background-color": {
4162
+ "value": "#A00078",
4163
+ "filePath": "./src/components/amsterdam/highlight.tokens.json",
4164
+ "isSource": true,
4165
+ "original": {
4166
+ "value": "{amsterdam.color.purple}"
4167
+ },
4168
+ "name": "amsterdamHighlightPurpleBackgroundColor",
4169
+ "attributes": {
4170
+ "category": "amsterdam",
4171
+ "type": "highlight",
4172
+ "item": "purple",
4173
+ "subitem": "background-color"
4174
+ },
4175
+ "path": [
4176
+ "amsterdam",
4177
+ "highlight",
4178
+ "purple",
4179
+ "background-color"
4180
+ ]
4181
+ }
4182
+ },
4183
+ "yellow": {
4184
+ "background-color": {
4185
+ "value": "#FFE600",
4186
+ "filePath": "./src/components/amsterdam/highlight.tokens.json",
4187
+ "isSource": true,
4188
+ "original": {
4189
+ "value": "{amsterdam.color.yellow}"
4190
+ },
4191
+ "name": "amsterdamHighlightYellowBackgroundColor",
4192
+ "attributes": {
4193
+ "category": "amsterdam",
4194
+ "type": "highlight",
4195
+ "item": "yellow",
4196
+ "subitem": "background-color"
4197
+ },
4198
+ "path": [
4199
+ "amsterdam",
4200
+ "highlight",
4201
+ "yellow",
4202
+ "background-color"
4203
+ ]
4204
+ }
4205
+ }
4206
+ },
4207
+ "icon": {
4208
+ "size-3": {
4209
+ "icon-size": {
4210
+ "narrow": {
4211
+ "value": "clamp(1.5rem, calc(1.5rem + (0.3125 * (100vw - 20rem)) / 33.3125), 1.8125rem)",
4212
+ "filePath": "./src/components/amsterdam/icon.tokens.json",
4213
+ "isSource": true,
4214
+ "original": {
4215
+ "value": "{amsterdam.typography.text-level.3.narrow.font-size}"
4216
+ },
4217
+ "name": "amsterdamIconSize3IconSizeNarrow",
4218
+ "attributes": {
4219
+ "category": "amsterdam",
4220
+ "type": "icon",
4221
+ "item": "size-3",
4222
+ "subitem": "icon-size",
4223
+ "state": "narrow"
4224
+ },
4225
+ "path": [
4226
+ "amsterdam",
4227
+ "icon",
4228
+ "size-3",
4229
+ "icon-size",
4230
+ "narrow"
4231
+ ]
4232
+ },
4233
+ "wide": {
4234
+ "value": "clamp(1.8125rem, calc(1.8125rem + (0.1875 * (100vw - 53.375rem)) / 36.625), 2rem)",
4235
+ "filePath": "./src/components/amsterdam/icon.tokens.json",
4236
+ "isSource": true,
4237
+ "original": {
4238
+ "value": "{amsterdam.typography.text-level.3.wide.font-size}"
4239
+ },
4240
+ "name": "amsterdamIconSize3IconSizeWide",
4241
+ "attributes": {
4242
+ "category": "amsterdam",
4243
+ "type": "icon",
4244
+ "item": "size-3",
4245
+ "subitem": "icon-size",
4246
+ "state": "wide"
4247
+ },
4248
+ "path": [
4249
+ "amsterdam",
4250
+ "icon",
3824
4251
  "size-3",
3825
4252
  "icon-size",
3826
4253
  "wide"
@@ -4211,31 +4638,31 @@ module.exports = {
4211
4638
  "font-weight"
4212
4639
  ]
4213
4640
  },
4214
- "focus": {
4641
+ "hover": {
4215
4642
  "color": {
4216
- "value": "#00387A",
4643
+ "value": "#102E62",
4217
4644
  "filePath": "./src/components/amsterdam/link.tokens.json",
4218
4645
  "isSource": true,
4219
4646
  "original": {
4220
4647
  "value": "{amsterdam.color.dark-blue}"
4221
4648
  },
4222
- "name": "amsterdamLinkFocusColor",
4649
+ "name": "amsterdamLinkHoverColor",
4223
4650
  "attributes": {
4224
4651
  "category": "amsterdam",
4225
4652
  "type": "link",
4226
- "item": "focus",
4653
+ "item": "hover",
4227
4654
  "subitem": "color"
4228
4655
  },
4229
4656
  "path": [
4230
4657
  "amsterdam",
4231
4658
  "link",
4232
- "focus",
4659
+ "hover",
4233
4660
  "color"
4234
4661
  ]
4235
4662
  }
4236
4663
  },
4237
4664
  "inline": {
4238
- "focus": {
4665
+ "hover": {
4239
4666
  "text-decoration": {
4240
4667
  "value": "underline",
4241
4668
  "filePath": "./src/components/amsterdam/link.tokens.json",
@@ -4243,19 +4670,19 @@ module.exports = {
4243
4670
  "original": {
4244
4671
  "value": "underline"
4245
4672
  },
4246
- "name": "amsterdamLinkInlineFocusTextDecoration",
4673
+ "name": "amsterdamLinkInlineHoverTextDecoration",
4247
4674
  "attributes": {
4248
4675
  "category": "amsterdam",
4249
4676
  "type": "link",
4250
4677
  "item": "inline",
4251
- "subitem": "focus",
4678
+ "subitem": "hover",
4252
4679
  "state": "text-decoration"
4253
4680
  },
4254
4681
  "path": [
4255
4682
  "amsterdam",
4256
4683
  "link",
4257
4684
  "inline",
4258
- "focus",
4685
+ "hover",
4259
4686
  "text-decoration"
4260
4687
  ]
4261
4688
  },
@@ -4266,19 +4693,19 @@ module.exports = {
4266
4693
  "original": {
4267
4694
  "value": "3px"
4268
4695
  },
4269
- "name": "amsterdamLinkInlineFocusTextUnderlineOffset",
4696
+ "name": "amsterdamLinkInlineHoverTextUnderlineOffset",
4270
4697
  "attributes": {
4271
4698
  "category": "amsterdam",
4272
4699
  "type": "link",
4273
4700
  "item": "inline",
4274
- "subitem": "focus",
4701
+ "subitem": "hover",
4275
4702
  "state": "text-underline-offset"
4276
4703
  },
4277
4704
  "path": [
4278
4705
  "amsterdam",
4279
4706
  "link",
4280
4707
  "inline",
4281
- "focus",
4708
+ "hover",
4282
4709
  "text-underline-offset"
4283
4710
  ]
4284
4711
  }
@@ -4367,6 +4794,27 @@ module.exports = {
4367
4794
  "text-decoration"
4368
4795
  ]
4369
4796
  },
4797
+ "text-decoration-thickness": {
4798
+ "value": "2px",
4799
+ "filePath": "./src/components/amsterdam/link.tokens.json",
4800
+ "isSource": true,
4801
+ "original": {
4802
+ "value": "2px"
4803
+ },
4804
+ "name": "amsterdamLinkInlineTextDecorationThickness",
4805
+ "attributes": {
4806
+ "category": "amsterdam",
4807
+ "type": "link",
4808
+ "item": "inline",
4809
+ "subitem": "text-decoration-thickness"
4810
+ },
4811
+ "path": [
4812
+ "amsterdam",
4813
+ "link",
4814
+ "inline",
4815
+ "text-decoration-thickness"
4816
+ ]
4817
+ },
4370
4818
  "visited": {
4371
4819
  "color": {
4372
4820
  "value": "#A00078",
@@ -4415,7 +4863,7 @@ module.exports = {
4415
4863
  "gap"
4416
4864
  ]
4417
4865
  },
4418
- "focus": {
4866
+ "hover": {
4419
4867
  "text-decoration": {
4420
4868
  "value": "underline",
4421
4869
  "filePath": "./src/components/amsterdam/link.tokens.json",
@@ -4423,19 +4871,19 @@ module.exports = {
4423
4871
  "original": {
4424
4872
  "value": "underline"
4425
4873
  },
4426
- "name": "amsterdamLinkInListFocusTextDecoration",
4874
+ "name": "amsterdamLinkInListHoverTextDecoration",
4427
4875
  "attributes": {
4428
4876
  "category": "amsterdam",
4429
4877
  "type": "link",
4430
4878
  "item": "in-list",
4431
- "subitem": "focus",
4879
+ "subitem": "hover",
4432
4880
  "state": "text-decoration"
4433
4881
  },
4434
4882
  "path": [
4435
4883
  "amsterdam",
4436
4884
  "link",
4437
4885
  "in-list",
4438
- "focus",
4886
+ "hover",
4439
4887
  "text-decoration"
4440
4888
  ]
4441
4889
  },
@@ -4446,19 +4894,19 @@ module.exports = {
4446
4894
  "original": {
4447
4895
  "value": "2px"
4448
4896
  },
4449
- "name": "amsterdamLinkInListFocusTextDecorationThickness",
4897
+ "name": "amsterdamLinkInListHoverTextDecorationThickness",
4450
4898
  "attributes": {
4451
4899
  "category": "amsterdam",
4452
4900
  "type": "link",
4453
4901
  "item": "in-list",
4454
- "subitem": "focus",
4902
+ "subitem": "hover",
4455
4903
  "state": "text-decoration-thickness"
4456
4904
  },
4457
4905
  "path": [
4458
4906
  "amsterdam",
4459
4907
  "link",
4460
4908
  "in-list",
4461
- "focus",
4909
+ "hover",
4462
4910
  "text-decoration-thickness"
4463
4911
  ]
4464
4912
  },
@@ -4469,19 +4917,19 @@ module.exports = {
4469
4917
  "original": {
4470
4918
  "value": "7px"
4471
4919
  },
4472
- "name": "amsterdamLinkInListFocusTextUnderlineOffset",
4920
+ "name": "amsterdamLinkInListHoverTextUnderlineOffset",
4473
4921
  "attributes": {
4474
4922
  "category": "amsterdam",
4475
4923
  "type": "link",
4476
4924
  "item": "in-list",
4477
- "subitem": "focus",
4925
+ "subitem": "hover",
4478
4926
  "state": "text-underline-offset"
4479
4927
  },
4480
4928
  "path": [
4481
4929
  "amsterdam",
4482
4930
  "link",
4483
4931
  "in-list",
4484
- "focus",
4932
+ "hover",
4485
4933
  "text-underline-offset"
4486
4934
  ]
4487
4935
  }
@@ -4622,7 +5070,7 @@ module.exports = {
4622
5070
  "text-decoration-thickness"
4623
5071
  ]
4624
5072
  },
4625
- "focus": {
5073
+ "hover": {
4626
5074
  "text-decoration-thickness": {
4627
5075
  "value": "3px",
4628
5076
  "filePath": "./src/components/amsterdam/link.tokens.json",
@@ -4630,19 +5078,19 @@ module.exports = {
4630
5078
  "original": {
4631
5079
  "value": "3px"
4632
5080
  },
4633
- "name": "amsterdamLinkStandaloneFocusTextDecorationThickness",
5081
+ "name": "amsterdamLinkStandaloneHoverTextDecorationThickness",
4634
5082
  "attributes": {
4635
5083
  "category": "amsterdam",
4636
5084
  "type": "link",
4637
5085
  "item": "standalone",
4638
- "subitem": "focus",
5086
+ "subitem": "hover",
4639
5087
  "state": "text-decoration-thickness"
4640
5088
  },
4641
5089
  "path": [
4642
5090
  "amsterdam",
4643
5091
  "link",
4644
5092
  "standalone",
4645
- "focus",
5093
+ "hover",
4646
5094
  "text-decoration-thickness"
4647
5095
  ]
4648
5096
  },
@@ -4653,19 +5101,19 @@ module.exports = {
4653
5101
  "original": {
4654
5102
  "value": "7px"
4655
5103
  },
4656
- "name": "amsterdamLinkStandaloneFocusTextUnderlineOffset",
5104
+ "name": "amsterdamLinkStandaloneHoverTextUnderlineOffset",
4657
5105
  "attributes": {
4658
5106
  "category": "amsterdam",
4659
5107
  "type": "link",
4660
5108
  "item": "standalone",
4661
- "subitem": "focus",
5109
+ "subitem": "hover",
4662
5110
  "state": "text-underline-offset"
4663
5111
  },
4664
5112
  "path": [
4665
5113
  "amsterdam",
4666
5114
  "link",
4667
5115
  "standalone",
4668
- "focus",
5116
+ "hover",
4669
5117
  "text-underline-offset"
4670
5118
  ]
4671
5119
  }
@@ -5174,90 +5622,6 @@ module.exports = {
5174
5622
  }
5175
5623
  }
5176
5624
  },
5177
- "page-grid": {
5178
- "column-count": {
5179
- "narrow": {
5180
- "value": "4",
5181
- "filePath": "./src/components/amsterdam/page-grid.tokens.json",
5182
- "isSource": true,
5183
- "original": {
5184
- "value": "4"
5185
- },
5186
- "name": "amsterdamPageGridColumnCountNarrow",
5187
- "attributes": {
5188
- "category": "amsterdam",
5189
- "type": "page-grid",
5190
- "item": "column-count",
5191
- "subitem": "narrow"
5192
- },
5193
- "path": [
5194
- "amsterdam",
5195
- "page-grid",
5196
- "column-count",
5197
- "narrow"
5198
- ]
5199
- },
5200
- "wide": {
5201
- "value": "12",
5202
- "filePath": "./src/components/amsterdam/page-grid.tokens.json",
5203
- "isSource": true,
5204
- "original": {
5205
- "value": "12"
5206
- },
5207
- "name": "amsterdamPageGridColumnCountWide",
5208
- "attributes": {
5209
- "category": "amsterdam",
5210
- "type": "page-grid",
5211
- "item": "column-count",
5212
- "subitem": "wide"
5213
- },
5214
- "path": [
5215
- "amsterdam",
5216
- "page-grid",
5217
- "column-count",
5218
- "wide"
5219
- ]
5220
- }
5221
- },
5222
- "column-gap": {
5223
- "value": "clamp(0.5rem, calc(0.5rem + 0.0142857143 * (100vw - 20rem)), 1.5rem)",
5224
- "filePath": "./src/components/amsterdam/page-grid.tokens.json",
5225
- "isSource": true,
5226
- "original": {
5227
- "value": "clamp(0.5rem, calc(0.5rem + 0.0142857143 * (100vw - 20rem)), 1.5rem)"
5228
- },
5229
- "name": "amsterdamPageGridColumnGap",
5230
- "attributes": {
5231
- "category": "amsterdam",
5232
- "type": "page-grid",
5233
- "item": "column-gap"
5234
- },
5235
- "path": [
5236
- "amsterdam",
5237
- "page-grid",
5238
- "column-gap"
5239
- ]
5240
- },
5241
- "max-width": {
5242
- "value": "1440px",
5243
- "filePath": "./src/components/amsterdam/page-grid.tokens.json",
5244
- "isSource": true,
5245
- "original": {
5246
- "value": "1440px"
5247
- },
5248
- "name": "amsterdamPageGridMaxWidth",
5249
- "attributes": {
5250
- "category": "amsterdam",
5251
- "type": "page-grid",
5252
- "item": "max-width"
5253
- },
5254
- "path": [
5255
- "amsterdam",
5256
- "page-grid",
5257
- "max-width"
5258
- ]
5259
- }
5260
- },
5261
5625
  "page-heading": {
5262
5626
  "color": {
5263
5627
  "value": "#000000",
@@ -5598,72 +5962,269 @@ module.exports = {
5598
5962
  "filePath": "./src/components/amsterdam/page-menu.tokens.json",
5599
5963
  "isSource": true,
5600
5964
  "original": {
5601
- "value": "{amsterdam.typography.text-level.7.wide.font-size}"
5965
+ "value": "{amsterdam.typography.text-level.7.wide.font-size}"
5966
+ },
5967
+ "name": "amsterdamPageMenuItemWideFontSize",
5968
+ "attributes": {
5969
+ "category": "amsterdam",
5970
+ "type": "page-menu",
5971
+ "item": "item",
5972
+ "subitem": "wide",
5973
+ "state": "font-size"
5974
+ },
5975
+ "path": [
5976
+ "amsterdam",
5977
+ "page-menu",
5978
+ "item",
5979
+ "wide",
5980
+ "font-size"
5981
+ ]
5982
+ }
5983
+ },
5984
+ "hover": {
5985
+ "color": {
5986
+ "value": "#000000",
5987
+ "filePath": "./src/components/amsterdam/page-menu.tokens.json",
5988
+ "isSource": true,
5989
+ "original": {
5990
+ "value": "{amsterdam.color.primary-black}"
5991
+ },
5992
+ "name": "amsterdamPageMenuItemHoverColor",
5993
+ "attributes": {
5994
+ "category": "amsterdam",
5995
+ "type": "page-menu",
5996
+ "item": "item",
5997
+ "subitem": "hover",
5998
+ "state": "color"
5999
+ },
6000
+ "path": [
6001
+ "amsterdam",
6002
+ "page-menu",
6003
+ "item",
6004
+ "hover",
6005
+ "color"
6006
+ ]
6007
+ },
6008
+ "text-decoration": {
6009
+ "value": "underline",
6010
+ "filePath": "./src/components/amsterdam/page-menu.tokens.json",
6011
+ "isSource": true,
6012
+ "original": {
6013
+ "value": "underline"
6014
+ },
6015
+ "name": "amsterdamPageMenuItemHoverTextDecoration",
6016
+ "attributes": {
6017
+ "category": "amsterdam",
6018
+ "type": "page-menu",
6019
+ "item": "item",
6020
+ "subitem": "hover",
6021
+ "state": "text-decoration"
6022
+ },
6023
+ "path": [
6024
+ "amsterdam",
6025
+ "page-menu",
6026
+ "item",
6027
+ "hover",
6028
+ "text-decoration"
6029
+ ]
6030
+ }
6031
+ }
6032
+ }
6033
+ },
6034
+ "pagination": {
6035
+ "color": {
6036
+ "value": "#004699",
6037
+ "filePath": "./src/components/amsterdam/pagination.tokens.json",
6038
+ "isSource": true,
6039
+ "original": {
6040
+ "value": "{amsterdam.color.primary-blue}"
6041
+ },
6042
+ "name": "amsterdamPaginationColor",
6043
+ "attributes": {
6044
+ "category": "amsterdam",
6045
+ "type": "pagination",
6046
+ "item": "color"
6047
+ },
6048
+ "path": [
6049
+ "amsterdam",
6050
+ "pagination",
6051
+ "color"
6052
+ ]
6053
+ },
6054
+ "font-family": {
6055
+ "value": "'Amsterdam Sans', Arial, sans-serif",
6056
+ "filePath": "./src/components/amsterdam/pagination.tokens.json",
6057
+ "isSource": true,
6058
+ "original": {
6059
+ "value": "{amsterdam.typography.font-family}"
6060
+ },
6061
+ "name": "amsterdamPaginationFontFamily",
6062
+ "attributes": {
6063
+ "category": "amsterdam",
6064
+ "type": "pagination",
6065
+ "item": "font-family"
6066
+ },
6067
+ "path": [
6068
+ "amsterdam",
6069
+ "pagination",
6070
+ "font-family"
6071
+ ]
6072
+ },
6073
+ "font-weight": {
6074
+ "value": 400,
6075
+ "filePath": "./src/components/amsterdam/pagination.tokens.json",
6076
+ "isSource": true,
6077
+ "original": {
6078
+ "value": "{amsterdam.typography.font-weight.normal}"
6079
+ },
6080
+ "name": "amsterdamPaginationFontWeight",
6081
+ "attributes": {
6082
+ "category": "amsterdam",
6083
+ "type": "pagination",
6084
+ "item": "font-weight"
6085
+ },
6086
+ "path": [
6087
+ "amsterdam",
6088
+ "pagination",
6089
+ "font-weight"
6090
+ ]
6091
+ },
6092
+ "line-height": {
6093
+ "value": "1.6",
6094
+ "filePath": "./src/components/amsterdam/pagination.tokens.json",
6095
+ "isSource": true,
6096
+ "original": {
6097
+ "value": "{amsterdam.typography.text-level.6.line-height}"
6098
+ },
6099
+ "name": "amsterdamPaginationLineHeight",
6100
+ "attributes": {
6101
+ "category": "amsterdam",
6102
+ "type": "pagination",
6103
+ "item": "line-height"
6104
+ },
6105
+ "path": [
6106
+ "amsterdam",
6107
+ "pagination",
6108
+ "line-height"
6109
+ ]
6110
+ },
6111
+ "narrow": {
6112
+ "font-size": {
6113
+ "value": "clamp(1.125rem, calc(1.125rem + (0.1875 * (100vw - 20rem)) / 33.3125), 1.3125rem)",
6114
+ "filePath": "./src/components/amsterdam/pagination.tokens.json",
6115
+ "isSource": true,
6116
+ "original": {
6117
+ "value": "{amsterdam.typography.text-level.6.narrow.font-size}"
6118
+ },
6119
+ "name": "amsterdamPaginationNarrowFontSize",
6120
+ "attributes": {
6121
+ "category": "amsterdam",
6122
+ "type": "pagination",
6123
+ "item": "narrow",
6124
+ "subitem": "font-size"
6125
+ },
6126
+ "path": [
6127
+ "amsterdam",
6128
+ "pagination",
6129
+ "narrow",
6130
+ "font-size"
6131
+ ]
6132
+ }
6133
+ },
6134
+ "wide": {
6135
+ "font-size": {
6136
+ "value": "clamp(1.3125rem, calc(1.3125rem + (0.0625 * (100vw - 53.375rem)) / 36.625), 1.375rem)",
6137
+ "filePath": "./src/components/amsterdam/pagination.tokens.json",
6138
+ "isSource": true,
6139
+ "original": {
6140
+ "value": "{amsterdam.typography.text-level.6.wide.font-size}"
6141
+ },
6142
+ "name": "amsterdamPaginationWideFontSize",
6143
+ "attributes": {
6144
+ "category": "amsterdam",
6145
+ "type": "pagination",
6146
+ "item": "wide",
6147
+ "subitem": "font-size"
6148
+ },
6149
+ "path": [
6150
+ "amsterdam",
6151
+ "pagination",
6152
+ "wide",
6153
+ "font-size"
6154
+ ]
6155
+ }
6156
+ },
6157
+ "button": {
6158
+ "current": {
6159
+ "font-weight": {
6160
+ "value": 800,
6161
+ "filePath": "./src/components/amsterdam/pagination.tokens.json",
6162
+ "isSource": true,
6163
+ "original": {
6164
+ "value": "{amsterdam.typography.font-weight.bold}"
5602
6165
  },
5603
- "name": "amsterdamPageMenuItemWideFontSize",
6166
+ "name": "amsterdamPaginationButtonCurrentFontWeight",
5604
6167
  "attributes": {
5605
6168
  "category": "amsterdam",
5606
- "type": "page-menu",
5607
- "item": "item",
5608
- "subitem": "wide",
5609
- "state": "font-size"
6169
+ "type": "pagination",
6170
+ "item": "button",
6171
+ "subitem": "current",
6172
+ "state": "font-weight"
5610
6173
  },
5611
6174
  "path": [
5612
6175
  "amsterdam",
5613
- "page-menu",
5614
- "item",
5615
- "wide",
5616
- "font-size"
6176
+ "pagination",
6177
+ "button",
6178
+ "current",
6179
+ "font-weight"
5617
6180
  ]
5618
6181
  }
5619
6182
  },
5620
6183
  "hover": {
5621
6184
  "color": {
5622
- "value": "#000000",
5623
- "filePath": "./src/components/amsterdam/page-menu.tokens.json",
6185
+ "value": "#102E62",
6186
+ "filePath": "./src/components/amsterdam/pagination.tokens.json",
5624
6187
  "isSource": true,
5625
6188
  "original": {
5626
- "value": "{amsterdam.color.primary-black}"
6189
+ "value": "{amsterdam.color.dark-blue}"
5627
6190
  },
5628
- "name": "amsterdamPageMenuItemHoverColor",
6191
+ "name": "amsterdamPaginationButtonHoverColor",
5629
6192
  "attributes": {
5630
6193
  "category": "amsterdam",
5631
- "type": "page-menu",
5632
- "item": "item",
6194
+ "type": "pagination",
6195
+ "item": "button",
5633
6196
  "subitem": "hover",
5634
6197
  "state": "color"
5635
6198
  },
5636
6199
  "path": [
5637
6200
  "amsterdam",
5638
- "page-menu",
5639
- "item",
6201
+ "pagination",
6202
+ "button",
5640
6203
  "hover",
5641
6204
  "color"
5642
6205
  ]
5643
- },
5644
- "text-decoration": {
5645
- "value": "underline",
5646
- "filePath": "./src/components/amsterdam/page-menu.tokens.json",
5647
- "isSource": true,
5648
- "original": {
5649
- "value": "underline"
5650
- },
5651
- "name": "amsterdamPageMenuItemHoverTextDecoration",
5652
- "attributes": {
5653
- "category": "amsterdam",
5654
- "type": "page-menu",
5655
- "item": "item",
5656
- "subitem": "hover",
5657
- "state": "text-decoration"
5658
- },
5659
- "path": [
5660
- "amsterdam",
5661
- "page-menu",
5662
- "item",
5663
- "hover",
5664
- "text-decoration"
5665
- ]
5666
6206
  }
6207
+ },
6208
+ "outline-offset": {
6209
+ "value": "2px",
6210
+ "filePath": "./src/components/amsterdam/pagination.tokens.json",
6211
+ "isSource": true,
6212
+ "original": {
6213
+ "value": "{amsterdam.focus.outline-offset}"
6214
+ },
6215
+ "name": "amsterdamPaginationButtonOutlineOffset",
6216
+ "attributes": {
6217
+ "category": "amsterdam",
6218
+ "type": "pagination",
6219
+ "item": "button",
6220
+ "subitem": "outline-offset"
6221
+ },
6222
+ "path": [
6223
+ "amsterdam",
6224
+ "pagination",
6225
+ "button",
6226
+ "outline-offset"
6227
+ ]
5667
6228
  }
5668
6229
  }
5669
6230
  },
@@ -5956,6 +6517,268 @@ module.exports = {
5956
6517
  }
5957
6518
  }
5958
6519
  },
6520
+ "screen": {
6521
+ "wide": {
6522
+ "max-width": {
6523
+ "value": "100rem",
6524
+ "filePath": "./src/components/amsterdam/screen.tokens.json",
6525
+ "isSource": true,
6526
+ "original": {
6527
+ "value": "100rem"
6528
+ },
6529
+ "name": "amsterdamScreenWideMaxWidth",
6530
+ "attributes": {
6531
+ "category": "amsterdam",
6532
+ "type": "screen",
6533
+ "item": "wide",
6534
+ "subitem": "max-width"
6535
+ },
6536
+ "path": [
6537
+ "amsterdam",
6538
+ "screen",
6539
+ "wide",
6540
+ "max-width"
6541
+ ]
6542
+ }
6543
+ },
6544
+ "x-wide": {
6545
+ "max-width": {
6546
+ "value": "132rem",
6547
+ "filePath": "./src/components/amsterdam/screen.tokens.json",
6548
+ "isSource": true,
6549
+ "original": {
6550
+ "value": "132rem"
6551
+ },
6552
+ "name": "amsterdamScreenXWideMaxWidth",
6553
+ "attributes": {
6554
+ "category": "amsterdam",
6555
+ "type": "screen",
6556
+ "item": "x-wide",
6557
+ "subitem": "max-width"
6558
+ },
6559
+ "path": [
6560
+ "amsterdam",
6561
+ "screen",
6562
+ "x-wide",
6563
+ "max-width"
6564
+ ]
6565
+ }
6566
+ }
6567
+ },
6568
+ "switch": {
6569
+ "font-family": {
6570
+ "value": "'Amsterdam Sans', Arial, sans-serif",
6571
+ "filePath": "./src/components/amsterdam/switch.tokens.json",
6572
+ "isSource": true,
6573
+ "original": {
6574
+ "value": "{amsterdam.typography.font-family}"
6575
+ },
6576
+ "name": "amsterdamSwitchFontFamily",
6577
+ "attributes": {
6578
+ "category": "amsterdam",
6579
+ "type": "switch",
6580
+ "item": "font-family"
6581
+ },
6582
+ "path": [
6583
+ "amsterdam",
6584
+ "switch",
6585
+ "font-family"
6586
+ ]
6587
+ },
6588
+ "background-color": {
6589
+ "value": "#767676",
6590
+ "filePath": "./src/components/amsterdam/switch.tokens.json",
6591
+ "isSource": true,
6592
+ "original": {
6593
+ "value": "{amsterdam.color.neutral-grey3}"
6594
+ },
6595
+ "name": "amsterdamSwitchBackgroundColor",
6596
+ "attributes": {
6597
+ "category": "amsterdam",
6598
+ "type": "switch",
6599
+ "item": "background-color"
6600
+ },
6601
+ "path": [
6602
+ "amsterdam",
6603
+ "switch",
6604
+ "background-color"
6605
+ ]
6606
+ },
6607
+ "width": {
6608
+ "value": "3.5rem",
6609
+ "filePath": "./src/components/amsterdam/switch.tokens.json",
6610
+ "isSource": true,
6611
+ "original": {
6612
+ "value": "3.5rem"
6613
+ },
6614
+ "name": "amsterdamSwitchWidth",
6615
+ "attributes": {
6616
+ "category": "amsterdam",
6617
+ "type": "switch",
6618
+ "item": "width"
6619
+ },
6620
+ "path": [
6621
+ "amsterdam",
6622
+ "switch",
6623
+ "width"
6624
+ ]
6625
+ },
6626
+ "thumb": {
6627
+ "background-color": {
6628
+ "value": "#ffffff",
6629
+ "filePath": "./src/components/amsterdam/switch.tokens.json",
6630
+ "isSource": true,
6631
+ "original": {
6632
+ "value": "{amsterdam.color.primary-white}"
6633
+ },
6634
+ "name": "amsterdamSwitchThumbBackgroundColor",
6635
+ "attributes": {
6636
+ "category": "amsterdam",
6637
+ "type": "switch",
6638
+ "item": "thumb",
6639
+ "subitem": "background-color"
6640
+ },
6641
+ "path": [
6642
+ "amsterdam",
6643
+ "switch",
6644
+ "thumb",
6645
+ "background-color"
6646
+ ]
6647
+ },
6648
+ "width": {
6649
+ "value": "1.75rem",
6650
+ "filePath": "./src/components/amsterdam/switch.tokens.json",
6651
+ "isSource": true,
6652
+ "original": {
6653
+ "value": "1.75rem"
6654
+ },
6655
+ "name": "amsterdamSwitchThumbWidth",
6656
+ "attributes": {
6657
+ "category": "amsterdam",
6658
+ "type": "switch",
6659
+ "item": "thumb",
6660
+ "subitem": "width"
6661
+ },
6662
+ "path": [
6663
+ "amsterdam",
6664
+ "switch",
6665
+ "thumb",
6666
+ "width"
6667
+ ]
6668
+ },
6669
+ "height": {
6670
+ "value": "1.75rem",
6671
+ "filePath": "./src/components/amsterdam/switch.tokens.json",
6672
+ "isSource": true,
6673
+ "original": {
6674
+ "value": "1.75rem"
6675
+ },
6676
+ "name": "amsterdamSwitchThumbHeight",
6677
+ "attributes": {
6678
+ "category": "amsterdam",
6679
+ "type": "switch",
6680
+ "item": "thumb",
6681
+ "subitem": "height"
6682
+ },
6683
+ "path": [
6684
+ "amsterdam",
6685
+ "switch",
6686
+ "thumb",
6687
+ "height"
6688
+ ]
6689
+ },
6690
+ "hover": {
6691
+ "color": {
6692
+ "value": "#102E62",
6693
+ "filePath": "./src/components/amsterdam/switch.tokens.json",
6694
+ "isSource": true,
6695
+ "original": {
6696
+ "value": "{amsterdam.color.dark-blue}"
6697
+ },
6698
+ "name": "amsterdamSwitchThumbHoverColor",
6699
+ "attributes": {
6700
+ "category": "amsterdam",
6701
+ "type": "switch",
6702
+ "item": "thumb",
6703
+ "subitem": "hover",
6704
+ "state": "color"
6705
+ },
6706
+ "path": [
6707
+ "amsterdam",
6708
+ "switch",
6709
+ "thumb",
6710
+ "hover",
6711
+ "color"
6712
+ ]
6713
+ }
6714
+ }
6715
+ },
6716
+ "checked": {
6717
+ "background-color": {
6718
+ "value": "#004699",
6719
+ "filePath": "./src/components/amsterdam/switch.tokens.json",
6720
+ "isSource": true,
6721
+ "original": {
6722
+ "value": "{amsterdam.color.primary-blue}"
6723
+ },
6724
+ "name": "amsterdamSwitchCheckedBackgroundColor",
6725
+ "attributes": {
6726
+ "category": "amsterdam",
6727
+ "type": "switch",
6728
+ "item": "checked",
6729
+ "subitem": "background-color"
6730
+ },
6731
+ "path": [
6732
+ "amsterdam",
6733
+ "switch",
6734
+ "checked",
6735
+ "background-color"
6736
+ ]
6737
+ }
6738
+ },
6739
+ "outline-offset": {
6740
+ "value": "2px",
6741
+ "filePath": "./src/components/amsterdam/switch.tokens.json",
6742
+ "isSource": true,
6743
+ "original": {
6744
+ "value": "{amsterdam.focus.outline-offset}"
6745
+ },
6746
+ "name": "amsterdamSwitchOutlineOffset",
6747
+ "attributes": {
6748
+ "category": "amsterdam",
6749
+ "type": "switch",
6750
+ "item": "outline-offset"
6751
+ },
6752
+ "path": [
6753
+ "amsterdam",
6754
+ "switch",
6755
+ "outline-offset"
6756
+ ]
6757
+ },
6758
+ "disabled": {
6759
+ "background-color": {
6760
+ "value": "#B4B4B4",
6761
+ "filePath": "./src/components/amsterdam/switch.tokens.json",
6762
+ "isSource": true,
6763
+ "original": {
6764
+ "value": "{amsterdam.color.neutral-grey2}"
6765
+ },
6766
+ "name": "amsterdamSwitchDisabledBackgroundColor",
6767
+ "attributes": {
6768
+ "category": "amsterdam",
6769
+ "type": "switch",
6770
+ "item": "disabled",
6771
+ "subitem": "background-color"
6772
+ },
6773
+ "path": [
6774
+ "amsterdam",
6775
+ "switch",
6776
+ "disabled",
6777
+ "background-color"
6778
+ ]
6779
+ }
6780
+ }
6781
+ },
5959
6782
  "top-task-link": {
5960
6783
  "description": {
5961
6784
  "color": {
@@ -6159,7 +6982,7 @@ module.exports = {
6159
6982
  },
6160
6983
  "hover": {
6161
6984
  "color": {
6162
- "value": "#00387A",
6985
+ "value": "#102E62",
6163
6986
  "filePath": "./src/components/amsterdam/top-task-link.tokens.json",
6164
6987
  "isSource": true,
6165
6988
  "original": {
@@ -7011,7 +7834,7 @@ module.exports = {
7011
7834
  },
7012
7835
  "hover": {
7013
7836
  "background-color": {
7014
- "value": "#00387A",
7837
+ "value": "#102E62",
7015
7838
  "filePath": "./src/components/utrecht/button.tokens.json",
7016
7839
  "isSource": true,
7017
7840
  "original": {
@@ -7037,29 +7860,7 @@ module.exports = {
7037
7860
  "color": {}
7038
7861
  },
7039
7862
  "focus": {
7040
- "background-color": {
7041
- "value": "#00387A",
7042
- "filePath": "./src/components/utrecht/button.tokens.json",
7043
- "isSource": true,
7044
- "original": {
7045
- "value": "{amsterdam.color.dark-blue}"
7046
- },
7047
- "name": "utrechtButtonPrimaryActionFocusBackgroundColor",
7048
- "attributes": {
7049
- "category": "utrecht",
7050
- "type": "button",
7051
- "item": "primary-action",
7052
- "subitem": "focus",
7053
- "state": "background-color"
7054
- },
7055
- "path": [
7056
- "utrecht",
7057
- "button",
7058
- "primary-action",
7059
- "focus",
7060
- "background-color"
7061
- ]
7062
- },
7863
+ "background-color": {},
7063
7864
  "border-color": {},
7064
7865
  "border-width": {}
7065
7866
  },
@@ -7163,7 +7964,7 @@ module.exports = {
7163
7964
  "hover": {
7164
7965
  "background-color": {},
7165
7966
  "color": {
7166
- "value": "#00387A",
7967
+ "value": "#102E62",
7167
7968
  "filePath": "./src/components/utrecht/button.tokens.json",
7168
7969
  "isSource": true,
7169
7970
  "original": {
@@ -7337,7 +8138,7 @@ module.exports = {
7337
8138
  "hover": {
7338
8139
  "background-color": {},
7339
8140
  "color": {
7340
- "value": "#00387A",
8141
+ "value": "#102E62",
7341
8142
  "filePath": "./src/components/utrecht/button.tokens.json",
7342
8143
  "isSource": true,
7343
8144
  "original": {
@@ -7364,7 +8165,7 @@ module.exports = {
7364
8165
  "focus": {
7365
8166
  "background-color": {},
7366
8167
  "color": {
7367
- "value": "#00387A",
8168
+ "value": "#102E62",
7368
8169
  "filePath": "./src/components/utrecht/button.tokens.json",
7369
8170
  "isSource": true,
7370
8171
  "original": {