@amsterdam/design-system-tokens 0.1.6 → 0.1.8

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 Mon, 27 Nov 2023 11:07:10 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": {
@@ -3258,175 +3336,776 @@ module.exports = {
3258
3336
  }
3259
3337
  }
3260
3338
  },
3261
- "footer": {
3262
- "top": {
3263
- "background-color": {
3264
- "value": "#004699",
3265
- "filePath": "./src/components/amsterdam/footer.tokens.json",
3266
- "isSource": true,
3267
- "original": {
3268
- "value": "{amsterdam.color.primary-blue}"
3269
- },
3270
- "name": "amsterdamFooterTopBackgroundColor",
3271
- "attributes": {
3272
- "category": "amsterdam",
3273
- "type": "footer",
3274
- "item": "top",
3275
- "subitem": "background-color"
3276
- },
3277
- "path": [
3278
- "amsterdam",
3279
- "footer",
3280
- "top",
3281
- "background-color"
3282
- ]
3283
- }
3284
- }
3285
- },
3286
- "form-label": {
3287
- "color": {
3288
- "value": "#000000",
3289
- "filePath": "./src/components/amsterdam/form-label.tokens.json",
3290
- "isSource": true,
3291
- "original": {
3292
- "value": "{amsterdam.color.primary-black}"
3293
- },
3294
- "name": "amsterdamFormLabelColor",
3295
- "attributes": {
3296
- "category": "amsterdam",
3297
- "type": "form-label",
3298
- "item": "color"
3299
- },
3300
- "path": [
3301
- "amsterdam",
3302
- "form-label",
3303
- "color"
3304
- ]
3305
- },
3306
- "font-family": {
3307
- "value": "'Amsterdam Sans', Arial, sans-serif",
3308
- "filePath": "./src/components/amsterdam/form-label.tokens.json",
3339
+ "dialog": {
3340
+ "background-color": {
3341
+ "value": "#ffffff",
3342
+ "filePath": "./src/components/amsterdam/dialog.tokens.json",
3309
3343
  "isSource": true,
3310
3344
  "original": {
3311
- "value": "{amsterdam.typography.font-family}"
3345
+ "value": "{amsterdam.color.primary-white}"
3312
3346
  },
3313
- "name": "amsterdamFormLabelFontFamily",
3347
+ "name": "amsterdamDialogBackgroundColor",
3314
3348
  "attributes": {
3315
3349
  "category": "amsterdam",
3316
- "type": "form-label",
3317
- "item": "font-family"
3350
+ "type": "dialog",
3351
+ "item": "background-color"
3318
3352
  },
3319
3353
  "path": [
3320
3354
  "amsterdam",
3321
- "form-label",
3322
- "font-family"
3355
+ "dialog",
3356
+ "background-color"
3323
3357
  ]
3324
3358
  },
3325
- "font-weight": {
3326
- "value": 800,
3327
- "filePath": "./src/components/amsterdam/form-label.tokens.json",
3359
+ "border": {
3360
+ "value": "0",
3361
+ "filePath": "./src/components/amsterdam/dialog.tokens.json",
3328
3362
  "isSource": true,
3329
3363
  "original": {
3330
- "value": "{amsterdam.typography.font-weight.bold}"
3364
+ "value": "0"
3331
3365
  },
3332
- "name": "amsterdamFormLabelFontWeight",
3366
+ "name": "amsterdamDialogBorder",
3333
3367
  "attributes": {
3334
3368
  "category": "amsterdam",
3335
- "type": "form-label",
3336
- "item": "font-weight"
3369
+ "type": "dialog",
3370
+ "item": "border"
3337
3371
  },
3338
3372
  "path": [
3339
3373
  "amsterdam",
3340
- "form-label",
3341
- "font-weight"
3374
+ "dialog",
3375
+ "border"
3342
3376
  ]
3343
3377
  },
3344
- "line-height": {
3345
- "value": "1.6",
3346
- "filePath": "./src/components/amsterdam/form-label.tokens.json",
3378
+ "max-inline-size": {
3379
+ "value": "min(87.69vw, 45rem)",
3380
+ "filePath": "./src/components/amsterdam/dialog.tokens.json",
3347
3381
  "isSource": true,
3348
3382
  "original": {
3349
- "value": "{amsterdam.typography.text-level.7.line-height}"
3383
+ "value": "min(87.69vw, 45rem)"
3350
3384
  },
3351
- "name": "amsterdamFormLabelLineHeight",
3385
+ "name": "amsterdamDialogMaxInlineSize",
3352
3386
  "attributes": {
3353
3387
  "category": "amsterdam",
3354
- "type": "form-label",
3355
- "item": "line-height"
3388
+ "type": "dialog",
3389
+ "item": "max-inline-size"
3356
3390
  },
3357
3391
  "path": [
3358
3392
  "amsterdam",
3359
- "form-label",
3360
- "line-height"
3393
+ "dialog",
3394
+ "max-inline-size"
3361
3395
  ]
3362
3396
  },
3363
- "narrow": {
3364
- "font-size": {
3365
- "value": "clamp(1rem, calc(1rem + (0.0625 * (100vw - 20rem)) / 33.3125), 1.0625rem)",
3366
- "filePath": "./src/components/amsterdam/form-label.tokens.json",
3397
+ "title": {
3398
+ "color": {
3399
+ "value": "#000000",
3400
+ "filePath": "./src/components/amsterdam/dialog.tokens.json",
3367
3401
  "isSource": true,
3368
3402
  "original": {
3369
- "value": "{amsterdam.typography.text-level.7.narrow.font-size}"
3403
+ "value": "{amsterdam.color.primary-black}"
3370
3404
  },
3371
- "name": "amsterdamFormLabelNarrowFontSize",
3405
+ "name": "amsterdamDialogTitleColor",
3372
3406
  "attributes": {
3373
3407
  "category": "amsterdam",
3374
- "type": "form-label",
3375
- "item": "narrow",
3376
- "subitem": "font-size"
3408
+ "type": "dialog",
3409
+ "item": "title",
3410
+ "subitem": "color"
3377
3411
  },
3378
3412
  "path": [
3379
3413
  "amsterdam",
3380
- "form-label",
3381
- "narrow",
3382
- "font-size"
3414
+ "dialog",
3415
+ "title",
3416
+ "color"
3383
3417
  ]
3384
- }
3385
- },
3386
- "wide": {
3387
- "font-size": {
3388
- "value": "clamp(1.0625rem, calc(1.0625rem + (0.0625 * (100vw - 53.375rem)) / 36.625), 1.125rem)",
3389
- "filePath": "./src/components/amsterdam/form-label.tokens.json",
3418
+ },
3419
+ "font-family": {
3420
+ "value": "'Amsterdam Sans', Arial, sans-serif",
3421
+ "filePath": "./src/components/amsterdam/dialog.tokens.json",
3390
3422
  "isSource": true,
3391
3423
  "original": {
3392
- "value": "{amsterdam.typography.text-level.7.wide.font-size}"
3424
+ "value": "{amsterdam.typography.font-family}"
3393
3425
  },
3394
- "name": "amsterdamFormLabelWideFontSize",
3426
+ "name": "amsterdamDialogTitleFontFamily",
3395
3427
  "attributes": {
3396
3428
  "category": "amsterdam",
3397
- "type": "form-label",
3398
- "item": "wide",
3399
- "subitem": "font-size"
3429
+ "type": "dialog",
3430
+ "item": "title",
3431
+ "subitem": "font-family"
3400
3432
  },
3401
3433
  "path": [
3402
3434
  "amsterdam",
3403
- "form-label",
3404
- "wide",
3405
- "font-size"
3435
+ "dialog",
3436
+ "title",
3437
+ "font-family"
3406
3438
  ]
3407
- }
3408
- }
3409
- },
3410
- "heading": {
3411
- "1": {
3412
- "line-height": {
3413
- "value": "1.2",
3414
- "filePath": "./src/components/amsterdam/heading.tokens.json",
3439
+ },
3440
+ "font-weight": {
3441
+ "value": 800,
3442
+ "filePath": "./src/components/amsterdam/dialog.tokens.json",
3415
3443
  "isSource": true,
3416
3444
  "original": {
3417
- "value": "{amsterdam.typography.text-level.1.line-height}"
3445
+ "value": "{amsterdam.typography.font-weight.bold}"
3418
3446
  },
3419
- "name": "amsterdamHeading1LineHeight",
3447
+ "name": "amsterdamDialogTitleFontWeight",
3420
3448
  "attributes": {
3421
3449
  "category": "amsterdam",
3422
- "type": "heading",
3423
- "item": "1",
3424
- "subitem": "line-height"
3450
+ "type": "dialog",
3451
+ "item": "title",
3452
+ "subitem": "font-weight"
3425
3453
  },
3426
3454
  "path": [
3427
3455
  "amsterdam",
3428
- "heading",
3429
- "1",
3456
+ "dialog",
3457
+ "title",
3458
+ "font-weight"
3459
+ ]
3460
+ },
3461
+ "line-height": {
3462
+ "value": "1.5",
3463
+ "filePath": "./src/components/amsterdam/dialog.tokens.json",
3464
+ "isSource": true,
3465
+ "original": {
3466
+ "value": "{amsterdam.typography.text-level.5.line-height}"
3467
+ },
3468
+ "name": "amsterdamDialogTitleLineHeight",
3469
+ "attributes": {
3470
+ "category": "amsterdam",
3471
+ "type": "dialog",
3472
+ "item": "title",
3473
+ "subitem": "line-height"
3474
+ },
3475
+ "path": [
3476
+ "amsterdam",
3477
+ "dialog",
3478
+ "title",
3479
+ "line-height"
3480
+ ]
3481
+ },
3482
+ "narrow": {
3483
+ "font-size": {
3484
+ "value": "clamp(1.375rem, calc(1.375rem + (0.25 * (100vw - 20rem)) / 33.3125), 1.625rem)",
3485
+ "filePath": "./src/components/amsterdam/dialog.tokens.json",
3486
+ "isSource": true,
3487
+ "original": {
3488
+ "value": "{amsterdam.typography.text-level.5.narrow.font-size}"
3489
+ },
3490
+ "name": "amsterdamDialogTitleNarrowFontSize",
3491
+ "attributes": {
3492
+ "category": "amsterdam",
3493
+ "type": "dialog",
3494
+ "item": "title",
3495
+ "subitem": "narrow",
3496
+ "state": "font-size"
3497
+ },
3498
+ "path": [
3499
+ "amsterdam",
3500
+ "dialog",
3501
+ "title",
3502
+ "narrow",
3503
+ "font-size"
3504
+ ]
3505
+ }
3506
+ },
3507
+ "wide": {
3508
+ "font-size": {
3509
+ "value": "clamp(1.625rem, calc(1.625rem + (0.125 * (100vw - 53.375rem)) / 36.625), 1.75rem)",
3510
+ "filePath": "./src/components/amsterdam/dialog.tokens.json",
3511
+ "isSource": true,
3512
+ "original": {
3513
+ "value": "{amsterdam.typography.text-level.5.wide.font-size}"
3514
+ },
3515
+ "name": "amsterdamDialogTitleWideFontSize",
3516
+ "attributes": {
3517
+ "category": "amsterdam",
3518
+ "type": "dialog",
3519
+ "item": "title",
3520
+ "subitem": "wide",
3521
+ "state": "font-size"
3522
+ },
3523
+ "path": [
3524
+ "amsterdam",
3525
+ "dialog",
3526
+ "title",
3527
+ "wide",
3528
+ "font-size"
3529
+ ]
3530
+ }
3531
+ }
3532
+ },
3533
+ "backdrop": {
3534
+ "background": {
3535
+ "value": "#0006",
3536
+ "filePath": "./src/components/amsterdam/dialog.tokens.json",
3537
+ "isSource": true,
3538
+ "original": {
3539
+ "value": "#0006"
3540
+ },
3541
+ "name": "amsterdamDialogBackdropBackground",
3542
+ "attributes": {
3543
+ "category": "amsterdam",
3544
+ "type": "dialog",
3545
+ "item": "backdrop",
3546
+ "subitem": "background"
3547
+ },
3548
+ "path": [
3549
+ "amsterdam",
3550
+ "dialog",
3551
+ "backdrop",
3552
+ "background"
3553
+ ]
3554
+ }
3555
+ },
3556
+ "close": {
3557
+ "background-color": {
3558
+ "value": "transparent",
3559
+ "filePath": "./src/components/amsterdam/dialog.tokens.json",
3560
+ "isSource": true,
3561
+ "original": {
3562
+ "value": "transparent"
3563
+ },
3564
+ "name": "amsterdamDialogCloseBackgroundColor",
3565
+ "attributes": {
3566
+ "category": "amsterdam",
3567
+ "type": "dialog",
3568
+ "item": "close",
3569
+ "subitem": "background-color"
3570
+ },
3571
+ "path": [
3572
+ "amsterdam",
3573
+ "dialog",
3574
+ "close",
3575
+ "background-color"
3576
+ ]
3577
+ },
3578
+ "fill": {
3579
+ "value": "#000000",
3580
+ "filePath": "./src/components/amsterdam/dialog.tokens.json",
3581
+ "isSource": true,
3582
+ "original": {
3583
+ "value": "{amsterdam.color.primary-black}"
3584
+ },
3585
+ "name": "amsterdamDialogCloseFill",
3586
+ "attributes": {
3587
+ "category": "amsterdam",
3588
+ "type": "dialog",
3589
+ "item": "close",
3590
+ "subitem": "fill"
3591
+ },
3592
+ "path": [
3593
+ "amsterdam",
3594
+ "dialog",
3595
+ "close",
3596
+ "fill"
3597
+ ]
3598
+ },
3599
+ "hover": {
3600
+ "fill": {
3601
+ "value": "#004699",
3602
+ "filePath": "./src/components/amsterdam/dialog.tokens.json",
3603
+ "isSource": true,
3604
+ "original": {
3605
+ "value": "{amsterdam.color.primary-blue}"
3606
+ },
3607
+ "name": "amsterdamDialogCloseHoverFill",
3608
+ "attributes": {
3609
+ "category": "amsterdam",
3610
+ "type": "dialog",
3611
+ "item": "close",
3612
+ "subitem": "hover",
3613
+ "state": "fill"
3614
+ },
3615
+ "path": [
3616
+ "amsterdam",
3617
+ "dialog",
3618
+ "close",
3619
+ "hover",
3620
+ "fill"
3621
+ ]
3622
+ }
3623
+ }
3624
+ },
3625
+ "form": {
3626
+ "gap": {
3627
+ "value": "1.5rem",
3628
+ "filePath": "./src/components/amsterdam/dialog.tokens.json",
3629
+ "isSource": true,
3630
+ "original": {
3631
+ "value": "1.5rem"
3632
+ },
3633
+ "name": "amsterdamDialogFormGap",
3634
+ "attributes": {
3635
+ "category": "amsterdam",
3636
+ "type": "dialog",
3637
+ "item": "form",
3638
+ "subitem": "gap"
3639
+ },
3640
+ "path": [
3641
+ "amsterdam",
3642
+ "dialog",
3643
+ "form",
3644
+ "gap"
3645
+ ]
3646
+ },
3647
+ "padding-block": {
3648
+ "value": "clamp(1.5rem, calc(1.5rem + ((1vw - 0.5337rem) * 2.1448)), 2.5rem)",
3649
+ "filePath": "./src/components/amsterdam/dialog.tokens.json",
3650
+ "isSource": true,
3651
+ "original": {
3652
+ "value": "clamp(1.5rem, calc(1.5rem + ((1vw - 0.5337rem) * 2.1448)), 2.5rem)"
3653
+ },
3654
+ "name": "amsterdamDialogFormPaddingBlock",
3655
+ "attributes": {
3656
+ "category": "amsterdam",
3657
+ "type": "dialog",
3658
+ "item": "form",
3659
+ "subitem": "padding-block"
3660
+ },
3661
+ "path": [
3662
+ "amsterdam",
3663
+ "dialog",
3664
+ "form",
3665
+ "padding-block"
3666
+ ]
3667
+ },
3668
+ "padding-inline": {
3669
+ "value": "clamp(1.5rem, calc(1.5rem + ((1vw - 0.5337rem) * 2.1448)), 2.5rem)",
3670
+ "filePath": "./src/components/amsterdam/dialog.tokens.json",
3671
+ "isSource": true,
3672
+ "original": {
3673
+ "value": "clamp(1.5rem, calc(1.5rem + ((1vw - 0.5337rem) * 2.1448)), 2.5rem)"
3674
+ },
3675
+ "name": "amsterdamDialogFormPaddingInline",
3676
+ "attributes": {
3677
+ "category": "amsterdam",
3678
+ "type": "dialog",
3679
+ "item": "form",
3680
+ "subitem": "padding-inline"
3681
+ },
3682
+ "path": [
3683
+ "amsterdam",
3684
+ "dialog",
3685
+ "form",
3686
+ "padding-inline"
3687
+ ]
3688
+ },
3689
+ "max-block-size": {
3690
+ "value": "75vh",
3691
+ "filePath": "./src/components/amsterdam/dialog.tokens.json",
3692
+ "isSource": true,
3693
+ "original": {
3694
+ "value": "75vh"
3695
+ },
3696
+ "name": "amsterdamDialogFormMaxBlockSize",
3697
+ "attributes": {
3698
+ "category": "amsterdam",
3699
+ "type": "dialog",
3700
+ "item": "form",
3701
+ "subitem": "max-block-size"
3702
+ },
3703
+ "path": [
3704
+ "amsterdam",
3705
+ "dialog",
3706
+ "form",
3707
+ "max-block-size"
3708
+ ]
3709
+ }
3710
+ },
3711
+ "article": {
3712
+ "padding-inline-end": {
3713
+ "value": "1.5rem",
3714
+ "filePath": "./src/components/amsterdam/dialog.tokens.json",
3715
+ "isSource": true,
3716
+ "original": {
3717
+ "value": "1.5rem"
3718
+ },
3719
+ "name": "amsterdamDialogArticlePaddingInlineEnd",
3720
+ "attributes": {
3721
+ "category": "amsterdam",
3722
+ "type": "dialog",
3723
+ "item": "article",
3724
+ "subitem": "padding-inline-end"
3725
+ },
3726
+ "path": [
3727
+ "amsterdam",
3728
+ "dialog",
3729
+ "article",
3730
+ "padding-inline-end"
3731
+ ]
3732
+ }
3733
+ },
3734
+ "header": {
3735
+ "gap": {
3736
+ "value": "1rem",
3737
+ "filePath": "./src/components/amsterdam/dialog.tokens.json",
3738
+ "isSource": true,
3739
+ "original": {
3740
+ "value": "1rem"
3741
+ },
3742
+ "name": "amsterdamDialogHeaderGap",
3743
+ "attributes": {
3744
+ "category": "amsterdam",
3745
+ "type": "dialog",
3746
+ "item": "header",
3747
+ "subitem": "gap"
3748
+ },
3749
+ "path": [
3750
+ "amsterdam",
3751
+ "dialog",
3752
+ "header",
3753
+ "gap"
3754
+ ]
3755
+ }
3756
+ },
3757
+ "footer": {
3758
+ "gap": {
3759
+ "value": "1rem",
3760
+ "filePath": "./src/components/amsterdam/dialog.tokens.json",
3761
+ "isSource": true,
3762
+ "original": {
3763
+ "value": "1rem"
3764
+ },
3765
+ "name": "amsterdamDialogFooterGap",
3766
+ "attributes": {
3767
+ "category": "amsterdam",
3768
+ "type": "dialog",
3769
+ "item": "footer",
3770
+ "subitem": "gap"
3771
+ },
3772
+ "path": [
3773
+ "amsterdam",
3774
+ "dialog",
3775
+ "footer",
3776
+ "gap"
3777
+ ]
3778
+ },
3779
+ "padding-block": {
3780
+ "value": "1.5rem 0",
3781
+ "filePath": "./src/components/amsterdam/dialog.tokens.json",
3782
+ "isSource": true,
3783
+ "original": {
3784
+ "value": "1.5rem 0"
3785
+ },
3786
+ "name": "amsterdamDialogFooterPaddingBlock",
3787
+ "attributes": {
3788
+ "category": "amsterdam",
3789
+ "type": "dialog",
3790
+ "item": "footer",
3791
+ "subitem": "padding-block"
3792
+ },
3793
+ "path": [
3794
+ "amsterdam",
3795
+ "dialog",
3796
+ "footer",
3797
+ "padding-block"
3798
+ ]
3799
+ }
3800
+ }
3801
+ },
3802
+ "form-label": {
3803
+ "color": {
3804
+ "value": "#000000",
3805
+ "filePath": "./src/components/amsterdam/form-label.tokens.json",
3806
+ "isSource": true,
3807
+ "original": {
3808
+ "value": "{amsterdam.color.primary-black}"
3809
+ },
3810
+ "name": "amsterdamFormLabelColor",
3811
+ "attributes": {
3812
+ "category": "amsterdam",
3813
+ "type": "form-label",
3814
+ "item": "color"
3815
+ },
3816
+ "path": [
3817
+ "amsterdam",
3818
+ "form-label",
3819
+ "color"
3820
+ ]
3821
+ },
3822
+ "font-family": {
3823
+ "value": "'Amsterdam Sans', Arial, sans-serif",
3824
+ "filePath": "./src/components/amsterdam/form-label.tokens.json",
3825
+ "isSource": true,
3826
+ "original": {
3827
+ "value": "{amsterdam.typography.font-family}"
3828
+ },
3829
+ "name": "amsterdamFormLabelFontFamily",
3830
+ "attributes": {
3831
+ "category": "amsterdam",
3832
+ "type": "form-label",
3833
+ "item": "font-family"
3834
+ },
3835
+ "path": [
3836
+ "amsterdam",
3837
+ "form-label",
3838
+ "font-family"
3839
+ ]
3840
+ },
3841
+ "font-weight": {
3842
+ "value": 800,
3843
+ "filePath": "./src/components/amsterdam/form-label.tokens.json",
3844
+ "isSource": true,
3845
+ "original": {
3846
+ "value": "{amsterdam.typography.font-weight.bold}"
3847
+ },
3848
+ "name": "amsterdamFormLabelFontWeight",
3849
+ "attributes": {
3850
+ "category": "amsterdam",
3851
+ "type": "form-label",
3852
+ "item": "font-weight"
3853
+ },
3854
+ "path": [
3855
+ "amsterdam",
3856
+ "form-label",
3857
+ "font-weight"
3858
+ ]
3859
+ },
3860
+ "line-height": {
3861
+ "value": "1.6",
3862
+ "filePath": "./src/components/amsterdam/form-label.tokens.json",
3863
+ "isSource": true,
3864
+ "original": {
3865
+ "value": "{amsterdam.typography.text-level.7.line-height}"
3866
+ },
3867
+ "name": "amsterdamFormLabelLineHeight",
3868
+ "attributes": {
3869
+ "category": "amsterdam",
3870
+ "type": "form-label",
3871
+ "item": "line-height"
3872
+ },
3873
+ "path": [
3874
+ "amsterdam",
3875
+ "form-label",
3876
+ "line-height"
3877
+ ]
3878
+ },
3879
+ "narrow": {
3880
+ "font-size": {
3881
+ "value": "clamp(1rem, calc(1rem + (0.0625 * (100vw - 20rem)) / 33.3125), 1.0625rem)",
3882
+ "filePath": "./src/components/amsterdam/form-label.tokens.json",
3883
+ "isSource": true,
3884
+ "original": {
3885
+ "value": "{amsterdam.typography.text-level.7.narrow.font-size}"
3886
+ },
3887
+ "name": "amsterdamFormLabelNarrowFontSize",
3888
+ "attributes": {
3889
+ "category": "amsterdam",
3890
+ "type": "form-label",
3891
+ "item": "narrow",
3892
+ "subitem": "font-size"
3893
+ },
3894
+ "path": [
3895
+ "amsterdam",
3896
+ "form-label",
3897
+ "narrow",
3898
+ "font-size"
3899
+ ]
3900
+ }
3901
+ },
3902
+ "wide": {
3903
+ "font-size": {
3904
+ "value": "clamp(1.0625rem, calc(1.0625rem + (0.0625 * (100vw - 53.375rem)) / 36.625), 1.125rem)",
3905
+ "filePath": "./src/components/amsterdam/form-label.tokens.json",
3906
+ "isSource": true,
3907
+ "original": {
3908
+ "value": "{amsterdam.typography.text-level.7.wide.font-size}"
3909
+ },
3910
+ "name": "amsterdamFormLabelWideFontSize",
3911
+ "attributes": {
3912
+ "category": "amsterdam",
3913
+ "type": "form-label",
3914
+ "item": "wide",
3915
+ "subitem": "font-size"
3916
+ },
3917
+ "path": [
3918
+ "amsterdam",
3919
+ "form-label",
3920
+ "wide",
3921
+ "font-size"
3922
+ ]
3923
+ }
3924
+ }
3925
+ },
3926
+ "grid": {
3927
+ "column-count": {
3928
+ "value": "4",
3929
+ "filePath": "./src/components/amsterdam/grid.tokens.json",
3930
+ "isSource": true,
3931
+ "original": {
3932
+ "value": "4"
3933
+ },
3934
+ "name": "amsterdamGridColumnCount",
3935
+ "attributes": {
3936
+ "category": "amsterdam",
3937
+ "type": "grid",
3938
+ "item": "column-count"
3939
+ },
3940
+ "path": [
3941
+ "amsterdam",
3942
+ "grid",
3943
+ "column-count"
3944
+ ]
3945
+ },
3946
+ "density-low": {
3947
+ "gap": {
3948
+ "value": "clamp(1rem, calc(3.125vw + 0.375rem), 3.5rem)",
3949
+ "comment": "Grows from 16px at 320px wide to 56px at 1600px wide.",
3950
+ "filePath": "./src/components/amsterdam/grid.tokens.json",
3951
+ "isSource": true,
3952
+ "original": {
3953
+ "value": "clamp(1rem, calc(3.125vw + 0.375rem), 3.5rem)",
3954
+ "comment": "Grows from 16px at 320px wide to 56px at 1600px wide."
3955
+ },
3956
+ "name": "amsterdamGridDensityLowGap",
3957
+ "attributes": {
3958
+ "category": "amsterdam",
3959
+ "type": "grid",
3960
+ "item": "density-low",
3961
+ "subitem": "gap"
3962
+ },
3963
+ "path": [
3964
+ "amsterdam",
3965
+ "grid",
3966
+ "density-low",
3967
+ "gap"
3968
+ ]
3969
+ },
3970
+ "padding-inline": {
3971
+ "value": "clamp(1.5rem, calc(4.6875vw + 0.5625rem), 5.25rem)",
3972
+ "comment": "Equals 1.5 times the gap.",
3973
+ "filePath": "./src/components/amsterdam/grid.tokens.json",
3974
+ "isSource": true,
3975
+ "original": {
3976
+ "value": "clamp(1.5rem, calc(4.6875vw + 0.5625rem), 5.25rem)",
3977
+ "comment": "Equals 1.5 times the gap."
3978
+ },
3979
+ "name": "amsterdamGridDensityLowPaddingInline",
3980
+ "attributes": {
3981
+ "category": "amsterdam",
3982
+ "type": "grid",
3983
+ "item": "density-low",
3984
+ "subitem": "padding-inline"
3985
+ },
3986
+ "path": [
3987
+ "amsterdam",
3988
+ "grid",
3989
+ "density-low",
3990
+ "padding-inline"
3991
+ ]
3992
+ }
3993
+ },
3994
+ "density-high": {
3995
+ "gap": {
3996
+ "value": "clamp(1rem, calc(1.5625vw - 0.0625rem), 2.5rem)",
3997
+ "comment": "Grows from 16px at 1088px wide to 40px at 2624px wide.",
3998
+ "filePath": "./src/components/amsterdam/grid.tokens.json",
3999
+ "isSource": true,
4000
+ "original": {
4001
+ "value": "clamp(1rem, calc(1.5625vw - 0.0625rem), 2.5rem)",
4002
+ "comment": "Grows from 16px at 1088px wide to 40px at 2624px wide."
4003
+ },
4004
+ "name": "amsterdamGridDensityHighGap",
4005
+ "attributes": {
4006
+ "category": "amsterdam",
4007
+ "type": "grid",
4008
+ "item": "density-high",
4009
+ "subitem": "gap"
4010
+ },
4011
+ "path": [
4012
+ "amsterdam",
4013
+ "grid",
4014
+ "density-high",
4015
+ "gap"
4016
+ ]
4017
+ },
4018
+ "padding-inline": {
4019
+ "value": "clamp(1rem, calc(1.5625vw - 0.0625rem), 2.5rem)",
4020
+ "comment": "Equals the gap.",
4021
+ "filePath": "./src/components/amsterdam/grid.tokens.json",
4022
+ "isSource": true,
4023
+ "original": {
4024
+ "value": "clamp(1rem, calc(1.5625vw - 0.0625rem), 2.5rem)",
4025
+ "comment": "Equals the gap."
4026
+ },
4027
+ "name": "amsterdamGridDensityHighPaddingInline",
4028
+ "attributes": {
4029
+ "category": "amsterdam",
4030
+ "type": "grid",
4031
+ "item": "density-high",
4032
+ "subitem": "padding-inline"
4033
+ },
4034
+ "path": [
4035
+ "amsterdam",
4036
+ "grid",
4037
+ "density-high",
4038
+ "padding-inline"
4039
+ ]
4040
+ }
4041
+ },
4042
+ "medium": {
4043
+ "column-count": {
4044
+ "value": "8",
4045
+ "filePath": "./src/components/amsterdam/grid.tokens.json",
4046
+ "isSource": true,
4047
+ "original": {
4048
+ "value": "8"
4049
+ },
4050
+ "name": "amsterdamGridMediumColumnCount",
4051
+ "attributes": {
4052
+ "category": "amsterdam",
4053
+ "type": "grid",
4054
+ "item": "medium",
4055
+ "subitem": "column-count"
4056
+ },
4057
+ "path": [
4058
+ "amsterdam",
4059
+ "grid",
4060
+ "medium",
4061
+ "column-count"
4062
+ ]
4063
+ }
4064
+ },
4065
+ "wide": {
4066
+ "column-count": {
4067
+ "value": "12",
4068
+ "filePath": "./src/components/amsterdam/grid.tokens.json",
4069
+ "isSource": true,
4070
+ "original": {
4071
+ "value": "12"
4072
+ },
4073
+ "name": "amsterdamGridWideColumnCount",
4074
+ "attributes": {
4075
+ "category": "amsterdam",
4076
+ "type": "grid",
4077
+ "item": "wide",
4078
+ "subitem": "column-count"
4079
+ },
4080
+ "path": [
4081
+ "amsterdam",
4082
+ "grid",
4083
+ "wide",
4084
+ "column-count"
4085
+ ]
4086
+ }
4087
+ }
4088
+ },
4089
+ "heading": {
4090
+ "1": {
4091
+ "line-height": {
4092
+ "value": "1.2",
4093
+ "filePath": "./src/components/amsterdam/heading.tokens.json",
4094
+ "isSource": true,
4095
+ "original": {
4096
+ "value": "{amsterdam.typography.text-level.1.line-height}"
4097
+ },
4098
+ "name": "amsterdamHeading1LineHeight",
4099
+ "attributes": {
4100
+ "category": "amsterdam",
4101
+ "type": "heading",
4102
+ "item": "1",
4103
+ "subitem": "line-height"
4104
+ },
4105
+ "path": [
4106
+ "amsterdam",
4107
+ "heading",
4108
+ "1",
3430
4109
  "line-height"
3431
4110
  ]
3432
4111
  },
@@ -3777,6 +4456,192 @@ module.exports = {
3777
4456
  ]
3778
4457
  }
3779
4458
  },
4459
+ "highlight": {
4460
+ "blue": {
4461
+ "background-color": {
4462
+ "value": "#004699",
4463
+ "filePath": "./src/components/amsterdam/highlight.tokens.json",
4464
+ "isSource": true,
4465
+ "original": {
4466
+ "value": "{amsterdam.color.primary-blue}"
4467
+ },
4468
+ "name": "amsterdamHighlightBlueBackgroundColor",
4469
+ "attributes": {
4470
+ "category": "amsterdam",
4471
+ "type": "highlight",
4472
+ "item": "blue",
4473
+ "subitem": "background-color"
4474
+ },
4475
+ "path": [
4476
+ "amsterdam",
4477
+ "highlight",
4478
+ "blue",
4479
+ "background-color"
4480
+ ]
4481
+ }
4482
+ },
4483
+ "dark-green": {
4484
+ "background-color": {
4485
+ "value": "#00A03C",
4486
+ "filePath": "./src/components/amsterdam/highlight.tokens.json",
4487
+ "isSource": true,
4488
+ "original": {
4489
+ "value": "{amsterdam.color.dark-green}"
4490
+ },
4491
+ "name": "amsterdamHighlightDarkGreenBackgroundColor",
4492
+ "attributes": {
4493
+ "category": "amsterdam",
4494
+ "type": "highlight",
4495
+ "item": "dark-green",
4496
+ "subitem": "background-color"
4497
+ },
4498
+ "path": [
4499
+ "amsterdam",
4500
+ "highlight",
4501
+ "dark-green",
4502
+ "background-color"
4503
+ ]
4504
+ }
4505
+ },
4506
+ "green": {
4507
+ "background-color": {
4508
+ "value": "#BED200",
4509
+ "filePath": "./src/components/amsterdam/highlight.tokens.json",
4510
+ "isSource": true,
4511
+ "original": {
4512
+ "value": "{amsterdam.color.green}"
4513
+ },
4514
+ "name": "amsterdamHighlightGreenBackgroundColor",
4515
+ "attributes": {
4516
+ "category": "amsterdam",
4517
+ "type": "highlight",
4518
+ "item": "green",
4519
+ "subitem": "background-color"
4520
+ },
4521
+ "path": [
4522
+ "amsterdam",
4523
+ "highlight",
4524
+ "green",
4525
+ "background-color"
4526
+ ]
4527
+ }
4528
+ },
4529
+ "light-blue": {
4530
+ "background-color": {
4531
+ "value": "#009DEC",
4532
+ "filePath": "./src/components/amsterdam/highlight.tokens.json",
4533
+ "isSource": true,
4534
+ "original": {
4535
+ "value": "{amsterdam.color.blue}"
4536
+ },
4537
+ "name": "amsterdamHighlightLightBlueBackgroundColor",
4538
+ "attributes": {
4539
+ "category": "amsterdam",
4540
+ "type": "highlight",
4541
+ "item": "light-blue",
4542
+ "subitem": "background-color"
4543
+ },
4544
+ "path": [
4545
+ "amsterdam",
4546
+ "highlight",
4547
+ "light-blue",
4548
+ "background-color"
4549
+ ]
4550
+ }
4551
+ },
4552
+ "magenta": {
4553
+ "background-color": {
4554
+ "value": "#E50082",
4555
+ "filePath": "./src/components/amsterdam/highlight.tokens.json",
4556
+ "isSource": true,
4557
+ "original": {
4558
+ "value": "{amsterdam.color.magenta}"
4559
+ },
4560
+ "name": "amsterdamHighlightMagentaBackgroundColor",
4561
+ "attributes": {
4562
+ "category": "amsterdam",
4563
+ "type": "highlight",
4564
+ "item": "magenta",
4565
+ "subitem": "background-color"
4566
+ },
4567
+ "path": [
4568
+ "amsterdam",
4569
+ "highlight",
4570
+ "magenta",
4571
+ "background-color"
4572
+ ]
4573
+ }
4574
+ },
4575
+ "orange": {
4576
+ "background-color": {
4577
+ "value": "#FF9100",
4578
+ "filePath": "./src/components/amsterdam/highlight.tokens.json",
4579
+ "isSource": true,
4580
+ "original": {
4581
+ "value": "{amsterdam.color.orange}"
4582
+ },
4583
+ "name": "amsterdamHighlightOrangeBackgroundColor",
4584
+ "attributes": {
4585
+ "category": "amsterdam",
4586
+ "type": "highlight",
4587
+ "item": "orange",
4588
+ "subitem": "background-color"
4589
+ },
4590
+ "path": [
4591
+ "amsterdam",
4592
+ "highlight",
4593
+ "orange",
4594
+ "background-color"
4595
+ ]
4596
+ }
4597
+ },
4598
+ "purple": {
4599
+ "background-color": {
4600
+ "value": "#A00078",
4601
+ "filePath": "./src/components/amsterdam/highlight.tokens.json",
4602
+ "isSource": true,
4603
+ "original": {
4604
+ "value": "{amsterdam.color.purple}"
4605
+ },
4606
+ "name": "amsterdamHighlightPurpleBackgroundColor",
4607
+ "attributes": {
4608
+ "category": "amsterdam",
4609
+ "type": "highlight",
4610
+ "item": "purple",
4611
+ "subitem": "background-color"
4612
+ },
4613
+ "path": [
4614
+ "amsterdam",
4615
+ "highlight",
4616
+ "purple",
4617
+ "background-color"
4618
+ ]
4619
+ }
4620
+ },
4621
+ "yellow": {
4622
+ "background-color": {
4623
+ "value": "#FFE600",
4624
+ "filePath": "./src/components/amsterdam/highlight.tokens.json",
4625
+ "isSource": true,
4626
+ "original": {
4627
+ "value": "{amsterdam.color.yellow}"
4628
+ },
4629
+ "name": "amsterdamHighlightYellowBackgroundColor",
4630
+ "attributes": {
4631
+ "category": "amsterdam",
4632
+ "type": "highlight",
4633
+ "item": "yellow",
4634
+ "subitem": "background-color"
4635
+ },
4636
+ "path": [
4637
+ "amsterdam",
4638
+ "highlight",
4639
+ "yellow",
4640
+ "background-color"
4641
+ ]
4642
+ }
4643
+ }
4644
+ },
3780
4645
  "icon": {
3781
4646
  "size-3": {
3782
4647
  "icon-size": {
@@ -4211,31 +5076,31 @@ module.exports = {
4211
5076
  "font-weight"
4212
5077
  ]
4213
5078
  },
4214
- "focus": {
5079
+ "hover": {
4215
5080
  "color": {
4216
- "value": "#00387A",
5081
+ "value": "#102E62",
4217
5082
  "filePath": "./src/components/amsterdam/link.tokens.json",
4218
5083
  "isSource": true,
4219
5084
  "original": {
4220
5085
  "value": "{amsterdam.color.dark-blue}"
4221
5086
  },
4222
- "name": "amsterdamLinkFocusColor",
5087
+ "name": "amsterdamLinkHoverColor",
4223
5088
  "attributes": {
4224
5089
  "category": "amsterdam",
4225
5090
  "type": "link",
4226
- "item": "focus",
5091
+ "item": "hover",
4227
5092
  "subitem": "color"
4228
5093
  },
4229
5094
  "path": [
4230
5095
  "amsterdam",
4231
5096
  "link",
4232
- "focus",
5097
+ "hover",
4233
5098
  "color"
4234
5099
  ]
4235
5100
  }
4236
5101
  },
4237
5102
  "inline": {
4238
- "focus": {
5103
+ "hover": {
4239
5104
  "text-decoration": {
4240
5105
  "value": "underline",
4241
5106
  "filePath": "./src/components/amsterdam/link.tokens.json",
@@ -4243,19 +5108,19 @@ module.exports = {
4243
5108
  "original": {
4244
5109
  "value": "underline"
4245
5110
  },
4246
- "name": "amsterdamLinkInlineFocusTextDecoration",
5111
+ "name": "amsterdamLinkInlineHoverTextDecoration",
4247
5112
  "attributes": {
4248
5113
  "category": "amsterdam",
4249
5114
  "type": "link",
4250
5115
  "item": "inline",
4251
- "subitem": "focus",
5116
+ "subitem": "hover",
4252
5117
  "state": "text-decoration"
4253
5118
  },
4254
5119
  "path": [
4255
5120
  "amsterdam",
4256
5121
  "link",
4257
5122
  "inline",
4258
- "focus",
5123
+ "hover",
4259
5124
  "text-decoration"
4260
5125
  ]
4261
5126
  },
@@ -4266,19 +5131,19 @@ module.exports = {
4266
5131
  "original": {
4267
5132
  "value": "3px"
4268
5133
  },
4269
- "name": "amsterdamLinkInlineFocusTextUnderlineOffset",
5134
+ "name": "amsterdamLinkInlineHoverTextUnderlineOffset",
4270
5135
  "attributes": {
4271
5136
  "category": "amsterdam",
4272
5137
  "type": "link",
4273
5138
  "item": "inline",
4274
- "subitem": "focus",
5139
+ "subitem": "hover",
4275
5140
  "state": "text-underline-offset"
4276
5141
  },
4277
5142
  "path": [
4278
5143
  "amsterdam",
4279
5144
  "link",
4280
5145
  "inline",
4281
- "focus",
5146
+ "hover",
4282
5147
  "text-underline-offset"
4283
5148
  ]
4284
5149
  }
@@ -4367,6 +5232,27 @@ module.exports = {
4367
5232
  "text-decoration"
4368
5233
  ]
4369
5234
  },
5235
+ "text-decoration-thickness": {
5236
+ "value": "2px",
5237
+ "filePath": "./src/components/amsterdam/link.tokens.json",
5238
+ "isSource": true,
5239
+ "original": {
5240
+ "value": "2px"
5241
+ },
5242
+ "name": "amsterdamLinkInlineTextDecorationThickness",
5243
+ "attributes": {
5244
+ "category": "amsterdam",
5245
+ "type": "link",
5246
+ "item": "inline",
5247
+ "subitem": "text-decoration-thickness"
5248
+ },
5249
+ "path": [
5250
+ "amsterdam",
5251
+ "link",
5252
+ "inline",
5253
+ "text-decoration-thickness"
5254
+ ]
5255
+ },
4370
5256
  "visited": {
4371
5257
  "color": {
4372
5258
  "value": "#A00078",
@@ -4415,7 +5301,7 @@ module.exports = {
4415
5301
  "gap"
4416
5302
  ]
4417
5303
  },
4418
- "focus": {
5304
+ "hover": {
4419
5305
  "text-decoration": {
4420
5306
  "value": "underline",
4421
5307
  "filePath": "./src/components/amsterdam/link.tokens.json",
@@ -4423,19 +5309,19 @@ module.exports = {
4423
5309
  "original": {
4424
5310
  "value": "underline"
4425
5311
  },
4426
- "name": "amsterdamLinkInListFocusTextDecoration",
5312
+ "name": "amsterdamLinkInListHoverTextDecoration",
4427
5313
  "attributes": {
4428
5314
  "category": "amsterdam",
4429
5315
  "type": "link",
4430
5316
  "item": "in-list",
4431
- "subitem": "focus",
5317
+ "subitem": "hover",
4432
5318
  "state": "text-decoration"
4433
5319
  },
4434
5320
  "path": [
4435
5321
  "amsterdam",
4436
5322
  "link",
4437
5323
  "in-list",
4438
- "focus",
5324
+ "hover",
4439
5325
  "text-decoration"
4440
5326
  ]
4441
5327
  },
@@ -4446,19 +5332,19 @@ module.exports = {
4446
5332
  "original": {
4447
5333
  "value": "2px"
4448
5334
  },
4449
- "name": "amsterdamLinkInListFocusTextDecorationThickness",
5335
+ "name": "amsterdamLinkInListHoverTextDecorationThickness",
4450
5336
  "attributes": {
4451
5337
  "category": "amsterdam",
4452
5338
  "type": "link",
4453
5339
  "item": "in-list",
4454
- "subitem": "focus",
5340
+ "subitem": "hover",
4455
5341
  "state": "text-decoration-thickness"
4456
5342
  },
4457
5343
  "path": [
4458
5344
  "amsterdam",
4459
5345
  "link",
4460
5346
  "in-list",
4461
- "focus",
5347
+ "hover",
4462
5348
  "text-decoration-thickness"
4463
5349
  ]
4464
5350
  },
@@ -4469,19 +5355,19 @@ module.exports = {
4469
5355
  "original": {
4470
5356
  "value": "7px"
4471
5357
  },
4472
- "name": "amsterdamLinkInListFocusTextUnderlineOffset",
5358
+ "name": "amsterdamLinkInListHoverTextUnderlineOffset",
4473
5359
  "attributes": {
4474
5360
  "category": "amsterdam",
4475
5361
  "type": "link",
4476
5362
  "item": "in-list",
4477
- "subitem": "focus",
5363
+ "subitem": "hover",
4478
5364
  "state": "text-underline-offset"
4479
5365
  },
4480
5366
  "path": [
4481
5367
  "amsterdam",
4482
5368
  "link",
4483
5369
  "in-list",
4484
- "focus",
5370
+ "hover",
4485
5371
  "text-underline-offset"
4486
5372
  ]
4487
5373
  }
@@ -4622,7 +5508,7 @@ module.exports = {
4622
5508
  "text-decoration-thickness"
4623
5509
  ]
4624
5510
  },
4625
- "focus": {
5511
+ "hover": {
4626
5512
  "text-decoration-thickness": {
4627
5513
  "value": "3px",
4628
5514
  "filePath": "./src/components/amsterdam/link.tokens.json",
@@ -4630,19 +5516,19 @@ module.exports = {
4630
5516
  "original": {
4631
5517
  "value": "3px"
4632
5518
  },
4633
- "name": "amsterdamLinkStandaloneFocusTextDecorationThickness",
5519
+ "name": "amsterdamLinkStandaloneHoverTextDecorationThickness",
4634
5520
  "attributes": {
4635
5521
  "category": "amsterdam",
4636
5522
  "type": "link",
4637
5523
  "item": "standalone",
4638
- "subitem": "focus",
5524
+ "subitem": "hover",
4639
5525
  "state": "text-decoration-thickness"
4640
5526
  },
4641
5527
  "path": [
4642
5528
  "amsterdam",
4643
5529
  "link",
4644
5530
  "standalone",
4645
- "focus",
5531
+ "hover",
4646
5532
  "text-decoration-thickness"
4647
5533
  ]
4648
5534
  },
@@ -4653,19 +5539,19 @@ module.exports = {
4653
5539
  "original": {
4654
5540
  "value": "7px"
4655
5541
  },
4656
- "name": "amsterdamLinkStandaloneFocusTextUnderlineOffset",
5542
+ "name": "amsterdamLinkStandaloneHoverTextUnderlineOffset",
4657
5543
  "attributes": {
4658
5544
  "category": "amsterdam",
4659
5545
  "type": "link",
4660
5546
  "item": "standalone",
4661
- "subitem": "focus",
5547
+ "subitem": "hover",
4662
5548
  "state": "text-underline-offset"
4663
5549
  },
4664
5550
  "path": [
4665
5551
  "amsterdam",
4666
5552
  "link",
4667
5553
  "standalone",
4668
- "focus",
5554
+ "hover",
4669
5555
  "text-underline-offset"
4670
5556
  ]
4671
5557
  }
@@ -4889,6 +5775,96 @@ module.exports = {
4889
5775
  }
4890
5776
  }
4891
5777
  },
5778
+ "logo": {
5779
+ "height": {
5780
+ "value": "2.5rem",
5781
+ "filePath": "./src/components/amsterdam/logo.tokens.json",
5782
+ "isSource": true,
5783
+ "original": {
5784
+ "value": "2.5rem"
5785
+ },
5786
+ "name": "amsterdamLogoHeight",
5787
+ "attributes": {
5788
+ "category": "amsterdam",
5789
+ "type": "logo",
5790
+ "item": "height"
5791
+ },
5792
+ "path": [
5793
+ "amsterdam",
5794
+ "logo",
5795
+ "height"
5796
+ ]
5797
+ },
5798
+ "emblem": {
5799
+ "color": {
5800
+ "value": "#EC0000",
5801
+ "filePath": "./src/components/amsterdam/logo.tokens.json",
5802
+ "isSource": true,
5803
+ "original": {
5804
+ "value": "{amsterdam.color.primary-red}"
5805
+ },
5806
+ "name": "amsterdamLogoEmblemColor",
5807
+ "attributes": {
5808
+ "category": "amsterdam",
5809
+ "type": "logo",
5810
+ "item": "emblem",
5811
+ "subitem": "color"
5812
+ },
5813
+ "path": [
5814
+ "amsterdam",
5815
+ "logo",
5816
+ "emblem",
5817
+ "color"
5818
+ ]
5819
+ }
5820
+ },
5821
+ "title": {
5822
+ "color": {
5823
+ "value": "#EC0000",
5824
+ "filePath": "./src/components/amsterdam/logo.tokens.json",
5825
+ "isSource": true,
5826
+ "original": {
5827
+ "value": "{amsterdam.color.primary-red}"
5828
+ },
5829
+ "name": "amsterdamLogoTitleColor",
5830
+ "attributes": {
5831
+ "category": "amsterdam",
5832
+ "type": "logo",
5833
+ "item": "title",
5834
+ "subitem": "color"
5835
+ },
5836
+ "path": [
5837
+ "amsterdam",
5838
+ "logo",
5839
+ "title",
5840
+ "color"
5841
+ ]
5842
+ }
5843
+ },
5844
+ "subsite": {
5845
+ "color": {
5846
+ "value": "#000000",
5847
+ "filePath": "./src/components/amsterdam/logo.tokens.json",
5848
+ "isSource": true,
5849
+ "original": {
5850
+ "value": "{amsterdam.color.primary-black}"
5851
+ },
5852
+ "name": "amsterdamLogoSubsiteColor",
5853
+ "attributes": {
5854
+ "category": "amsterdam",
5855
+ "type": "logo",
5856
+ "item": "subsite",
5857
+ "subitem": "color"
5858
+ },
5859
+ "path": [
5860
+ "amsterdam",
5861
+ "logo",
5862
+ "subsite",
5863
+ "color"
5864
+ ]
5865
+ }
5866
+ }
5867
+ },
4892
5868
  "ordered-list": {
4893
5869
  "color": {
4894
5870
  "value": "#000000",
@@ -5174,90 +6150,6 @@ module.exports = {
5174
6150
  }
5175
6151
  }
5176
6152
  },
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
6153
  "page-heading": {
5262
6154
  "color": {
5263
6155
  "value": "#000000",
@@ -5598,72 +6490,269 @@ module.exports = {
5598
6490
  "filePath": "./src/components/amsterdam/page-menu.tokens.json",
5599
6491
  "isSource": true,
5600
6492
  "original": {
5601
- "value": "{amsterdam.typography.text-level.7.wide.font-size}"
6493
+ "value": "{amsterdam.typography.text-level.7.wide.font-size}"
6494
+ },
6495
+ "name": "amsterdamPageMenuItemWideFontSize",
6496
+ "attributes": {
6497
+ "category": "amsterdam",
6498
+ "type": "page-menu",
6499
+ "item": "item",
6500
+ "subitem": "wide",
6501
+ "state": "font-size"
6502
+ },
6503
+ "path": [
6504
+ "amsterdam",
6505
+ "page-menu",
6506
+ "item",
6507
+ "wide",
6508
+ "font-size"
6509
+ ]
6510
+ }
6511
+ },
6512
+ "hover": {
6513
+ "color": {
6514
+ "value": "#000000",
6515
+ "filePath": "./src/components/amsterdam/page-menu.tokens.json",
6516
+ "isSource": true,
6517
+ "original": {
6518
+ "value": "{amsterdam.color.primary-black}"
6519
+ },
6520
+ "name": "amsterdamPageMenuItemHoverColor",
6521
+ "attributes": {
6522
+ "category": "amsterdam",
6523
+ "type": "page-menu",
6524
+ "item": "item",
6525
+ "subitem": "hover",
6526
+ "state": "color"
6527
+ },
6528
+ "path": [
6529
+ "amsterdam",
6530
+ "page-menu",
6531
+ "item",
6532
+ "hover",
6533
+ "color"
6534
+ ]
6535
+ },
6536
+ "text-decoration": {
6537
+ "value": "underline",
6538
+ "filePath": "./src/components/amsterdam/page-menu.tokens.json",
6539
+ "isSource": true,
6540
+ "original": {
6541
+ "value": "underline"
6542
+ },
6543
+ "name": "amsterdamPageMenuItemHoverTextDecoration",
6544
+ "attributes": {
6545
+ "category": "amsterdam",
6546
+ "type": "page-menu",
6547
+ "item": "item",
6548
+ "subitem": "hover",
6549
+ "state": "text-decoration"
6550
+ },
6551
+ "path": [
6552
+ "amsterdam",
6553
+ "page-menu",
6554
+ "item",
6555
+ "hover",
6556
+ "text-decoration"
6557
+ ]
6558
+ }
6559
+ }
6560
+ }
6561
+ },
6562
+ "pagination": {
6563
+ "color": {
6564
+ "value": "#004699",
6565
+ "filePath": "./src/components/amsterdam/pagination.tokens.json",
6566
+ "isSource": true,
6567
+ "original": {
6568
+ "value": "{amsterdam.color.primary-blue}"
6569
+ },
6570
+ "name": "amsterdamPaginationColor",
6571
+ "attributes": {
6572
+ "category": "amsterdam",
6573
+ "type": "pagination",
6574
+ "item": "color"
6575
+ },
6576
+ "path": [
6577
+ "amsterdam",
6578
+ "pagination",
6579
+ "color"
6580
+ ]
6581
+ },
6582
+ "font-family": {
6583
+ "value": "'Amsterdam Sans', Arial, sans-serif",
6584
+ "filePath": "./src/components/amsterdam/pagination.tokens.json",
6585
+ "isSource": true,
6586
+ "original": {
6587
+ "value": "{amsterdam.typography.font-family}"
6588
+ },
6589
+ "name": "amsterdamPaginationFontFamily",
6590
+ "attributes": {
6591
+ "category": "amsterdam",
6592
+ "type": "pagination",
6593
+ "item": "font-family"
6594
+ },
6595
+ "path": [
6596
+ "amsterdam",
6597
+ "pagination",
6598
+ "font-family"
6599
+ ]
6600
+ },
6601
+ "font-weight": {
6602
+ "value": 400,
6603
+ "filePath": "./src/components/amsterdam/pagination.tokens.json",
6604
+ "isSource": true,
6605
+ "original": {
6606
+ "value": "{amsterdam.typography.font-weight.normal}"
6607
+ },
6608
+ "name": "amsterdamPaginationFontWeight",
6609
+ "attributes": {
6610
+ "category": "amsterdam",
6611
+ "type": "pagination",
6612
+ "item": "font-weight"
6613
+ },
6614
+ "path": [
6615
+ "amsterdam",
6616
+ "pagination",
6617
+ "font-weight"
6618
+ ]
6619
+ },
6620
+ "line-height": {
6621
+ "value": "1.6",
6622
+ "filePath": "./src/components/amsterdam/pagination.tokens.json",
6623
+ "isSource": true,
6624
+ "original": {
6625
+ "value": "{amsterdam.typography.text-level.6.line-height}"
6626
+ },
6627
+ "name": "amsterdamPaginationLineHeight",
6628
+ "attributes": {
6629
+ "category": "amsterdam",
6630
+ "type": "pagination",
6631
+ "item": "line-height"
6632
+ },
6633
+ "path": [
6634
+ "amsterdam",
6635
+ "pagination",
6636
+ "line-height"
6637
+ ]
6638
+ },
6639
+ "narrow": {
6640
+ "font-size": {
6641
+ "value": "clamp(1.125rem, calc(1.125rem + (0.1875 * (100vw - 20rem)) / 33.3125), 1.3125rem)",
6642
+ "filePath": "./src/components/amsterdam/pagination.tokens.json",
6643
+ "isSource": true,
6644
+ "original": {
6645
+ "value": "{amsterdam.typography.text-level.6.narrow.font-size}"
6646
+ },
6647
+ "name": "amsterdamPaginationNarrowFontSize",
6648
+ "attributes": {
6649
+ "category": "amsterdam",
6650
+ "type": "pagination",
6651
+ "item": "narrow",
6652
+ "subitem": "font-size"
6653
+ },
6654
+ "path": [
6655
+ "amsterdam",
6656
+ "pagination",
6657
+ "narrow",
6658
+ "font-size"
6659
+ ]
6660
+ }
6661
+ },
6662
+ "wide": {
6663
+ "font-size": {
6664
+ "value": "clamp(1.3125rem, calc(1.3125rem + (0.0625 * (100vw - 53.375rem)) / 36.625), 1.375rem)",
6665
+ "filePath": "./src/components/amsterdam/pagination.tokens.json",
6666
+ "isSource": true,
6667
+ "original": {
6668
+ "value": "{amsterdam.typography.text-level.6.wide.font-size}"
6669
+ },
6670
+ "name": "amsterdamPaginationWideFontSize",
6671
+ "attributes": {
6672
+ "category": "amsterdam",
6673
+ "type": "pagination",
6674
+ "item": "wide",
6675
+ "subitem": "font-size"
6676
+ },
6677
+ "path": [
6678
+ "amsterdam",
6679
+ "pagination",
6680
+ "wide",
6681
+ "font-size"
6682
+ ]
6683
+ }
6684
+ },
6685
+ "button": {
6686
+ "current": {
6687
+ "font-weight": {
6688
+ "value": 800,
6689
+ "filePath": "./src/components/amsterdam/pagination.tokens.json",
6690
+ "isSource": true,
6691
+ "original": {
6692
+ "value": "{amsterdam.typography.font-weight.bold}"
5602
6693
  },
5603
- "name": "amsterdamPageMenuItemWideFontSize",
6694
+ "name": "amsterdamPaginationButtonCurrentFontWeight",
5604
6695
  "attributes": {
5605
6696
  "category": "amsterdam",
5606
- "type": "page-menu",
5607
- "item": "item",
5608
- "subitem": "wide",
5609
- "state": "font-size"
6697
+ "type": "pagination",
6698
+ "item": "button",
6699
+ "subitem": "current",
6700
+ "state": "font-weight"
5610
6701
  },
5611
6702
  "path": [
5612
6703
  "amsterdam",
5613
- "page-menu",
5614
- "item",
5615
- "wide",
5616
- "font-size"
6704
+ "pagination",
6705
+ "button",
6706
+ "current",
6707
+ "font-weight"
5617
6708
  ]
5618
6709
  }
5619
6710
  },
5620
6711
  "hover": {
5621
6712
  "color": {
5622
- "value": "#000000",
5623
- "filePath": "./src/components/amsterdam/page-menu.tokens.json",
6713
+ "value": "#102E62",
6714
+ "filePath": "./src/components/amsterdam/pagination.tokens.json",
5624
6715
  "isSource": true,
5625
6716
  "original": {
5626
- "value": "{amsterdam.color.primary-black}"
6717
+ "value": "{amsterdam.color.dark-blue}"
5627
6718
  },
5628
- "name": "amsterdamPageMenuItemHoverColor",
6719
+ "name": "amsterdamPaginationButtonHoverColor",
5629
6720
  "attributes": {
5630
6721
  "category": "amsterdam",
5631
- "type": "page-menu",
5632
- "item": "item",
6722
+ "type": "pagination",
6723
+ "item": "button",
5633
6724
  "subitem": "hover",
5634
6725
  "state": "color"
5635
6726
  },
5636
6727
  "path": [
5637
6728
  "amsterdam",
5638
- "page-menu",
5639
- "item",
6729
+ "pagination",
6730
+ "button",
5640
6731
  "hover",
5641
6732
  "color"
5642
6733
  ]
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
6734
  }
6735
+ },
6736
+ "outline-offset": {
6737
+ "value": "2px",
6738
+ "filePath": "./src/components/amsterdam/pagination.tokens.json",
6739
+ "isSource": true,
6740
+ "original": {
6741
+ "value": "{amsterdam.focus.outline-offset}"
6742
+ },
6743
+ "name": "amsterdamPaginationButtonOutlineOffset",
6744
+ "attributes": {
6745
+ "category": "amsterdam",
6746
+ "type": "pagination",
6747
+ "item": "button",
6748
+ "subitem": "outline-offset"
6749
+ },
6750
+ "path": [
6751
+ "amsterdam",
6752
+ "pagination",
6753
+ "button",
6754
+ "outline-offset"
6755
+ ]
5667
6756
  }
5668
6757
  }
5669
6758
  },
@@ -5956,6 +7045,268 @@ module.exports = {
5956
7045
  }
5957
7046
  }
5958
7047
  },
7048
+ "screen": {
7049
+ "wide": {
7050
+ "max-width": {
7051
+ "value": "100rem",
7052
+ "filePath": "./src/components/amsterdam/screen.tokens.json",
7053
+ "isSource": true,
7054
+ "original": {
7055
+ "value": "100rem"
7056
+ },
7057
+ "name": "amsterdamScreenWideMaxWidth",
7058
+ "attributes": {
7059
+ "category": "amsterdam",
7060
+ "type": "screen",
7061
+ "item": "wide",
7062
+ "subitem": "max-width"
7063
+ },
7064
+ "path": [
7065
+ "amsterdam",
7066
+ "screen",
7067
+ "wide",
7068
+ "max-width"
7069
+ ]
7070
+ }
7071
+ },
7072
+ "x-wide": {
7073
+ "max-width": {
7074
+ "value": "132rem",
7075
+ "filePath": "./src/components/amsterdam/screen.tokens.json",
7076
+ "isSource": true,
7077
+ "original": {
7078
+ "value": "132rem"
7079
+ },
7080
+ "name": "amsterdamScreenXWideMaxWidth",
7081
+ "attributes": {
7082
+ "category": "amsterdam",
7083
+ "type": "screen",
7084
+ "item": "x-wide",
7085
+ "subitem": "max-width"
7086
+ },
7087
+ "path": [
7088
+ "amsterdam",
7089
+ "screen",
7090
+ "x-wide",
7091
+ "max-width"
7092
+ ]
7093
+ }
7094
+ }
7095
+ },
7096
+ "switch": {
7097
+ "font-family": {
7098
+ "value": "'Amsterdam Sans', Arial, sans-serif",
7099
+ "filePath": "./src/components/amsterdam/switch.tokens.json",
7100
+ "isSource": true,
7101
+ "original": {
7102
+ "value": "{amsterdam.typography.font-family}"
7103
+ },
7104
+ "name": "amsterdamSwitchFontFamily",
7105
+ "attributes": {
7106
+ "category": "amsterdam",
7107
+ "type": "switch",
7108
+ "item": "font-family"
7109
+ },
7110
+ "path": [
7111
+ "amsterdam",
7112
+ "switch",
7113
+ "font-family"
7114
+ ]
7115
+ },
7116
+ "background-color": {
7117
+ "value": "#767676",
7118
+ "filePath": "./src/components/amsterdam/switch.tokens.json",
7119
+ "isSource": true,
7120
+ "original": {
7121
+ "value": "{amsterdam.color.neutral-grey3}"
7122
+ },
7123
+ "name": "amsterdamSwitchBackgroundColor",
7124
+ "attributes": {
7125
+ "category": "amsterdam",
7126
+ "type": "switch",
7127
+ "item": "background-color"
7128
+ },
7129
+ "path": [
7130
+ "amsterdam",
7131
+ "switch",
7132
+ "background-color"
7133
+ ]
7134
+ },
7135
+ "width": {
7136
+ "value": "3.5rem",
7137
+ "filePath": "./src/components/amsterdam/switch.tokens.json",
7138
+ "isSource": true,
7139
+ "original": {
7140
+ "value": "3.5rem"
7141
+ },
7142
+ "name": "amsterdamSwitchWidth",
7143
+ "attributes": {
7144
+ "category": "amsterdam",
7145
+ "type": "switch",
7146
+ "item": "width"
7147
+ },
7148
+ "path": [
7149
+ "amsterdam",
7150
+ "switch",
7151
+ "width"
7152
+ ]
7153
+ },
7154
+ "thumb": {
7155
+ "background-color": {
7156
+ "value": "#ffffff",
7157
+ "filePath": "./src/components/amsterdam/switch.tokens.json",
7158
+ "isSource": true,
7159
+ "original": {
7160
+ "value": "{amsterdam.color.primary-white}"
7161
+ },
7162
+ "name": "amsterdamSwitchThumbBackgroundColor",
7163
+ "attributes": {
7164
+ "category": "amsterdam",
7165
+ "type": "switch",
7166
+ "item": "thumb",
7167
+ "subitem": "background-color"
7168
+ },
7169
+ "path": [
7170
+ "amsterdam",
7171
+ "switch",
7172
+ "thumb",
7173
+ "background-color"
7174
+ ]
7175
+ },
7176
+ "width": {
7177
+ "value": "1.75rem",
7178
+ "filePath": "./src/components/amsterdam/switch.tokens.json",
7179
+ "isSource": true,
7180
+ "original": {
7181
+ "value": "1.75rem"
7182
+ },
7183
+ "name": "amsterdamSwitchThumbWidth",
7184
+ "attributes": {
7185
+ "category": "amsterdam",
7186
+ "type": "switch",
7187
+ "item": "thumb",
7188
+ "subitem": "width"
7189
+ },
7190
+ "path": [
7191
+ "amsterdam",
7192
+ "switch",
7193
+ "thumb",
7194
+ "width"
7195
+ ]
7196
+ },
7197
+ "height": {
7198
+ "value": "1.75rem",
7199
+ "filePath": "./src/components/amsterdam/switch.tokens.json",
7200
+ "isSource": true,
7201
+ "original": {
7202
+ "value": "1.75rem"
7203
+ },
7204
+ "name": "amsterdamSwitchThumbHeight",
7205
+ "attributes": {
7206
+ "category": "amsterdam",
7207
+ "type": "switch",
7208
+ "item": "thumb",
7209
+ "subitem": "height"
7210
+ },
7211
+ "path": [
7212
+ "amsterdam",
7213
+ "switch",
7214
+ "thumb",
7215
+ "height"
7216
+ ]
7217
+ },
7218
+ "hover": {
7219
+ "color": {
7220
+ "value": "#102E62",
7221
+ "filePath": "./src/components/amsterdam/switch.tokens.json",
7222
+ "isSource": true,
7223
+ "original": {
7224
+ "value": "{amsterdam.color.dark-blue}"
7225
+ },
7226
+ "name": "amsterdamSwitchThumbHoverColor",
7227
+ "attributes": {
7228
+ "category": "amsterdam",
7229
+ "type": "switch",
7230
+ "item": "thumb",
7231
+ "subitem": "hover",
7232
+ "state": "color"
7233
+ },
7234
+ "path": [
7235
+ "amsterdam",
7236
+ "switch",
7237
+ "thumb",
7238
+ "hover",
7239
+ "color"
7240
+ ]
7241
+ }
7242
+ }
7243
+ },
7244
+ "checked": {
7245
+ "background-color": {
7246
+ "value": "#004699",
7247
+ "filePath": "./src/components/amsterdam/switch.tokens.json",
7248
+ "isSource": true,
7249
+ "original": {
7250
+ "value": "{amsterdam.color.primary-blue}"
7251
+ },
7252
+ "name": "amsterdamSwitchCheckedBackgroundColor",
7253
+ "attributes": {
7254
+ "category": "amsterdam",
7255
+ "type": "switch",
7256
+ "item": "checked",
7257
+ "subitem": "background-color"
7258
+ },
7259
+ "path": [
7260
+ "amsterdam",
7261
+ "switch",
7262
+ "checked",
7263
+ "background-color"
7264
+ ]
7265
+ }
7266
+ },
7267
+ "outline-offset": {
7268
+ "value": "2px",
7269
+ "filePath": "./src/components/amsterdam/switch.tokens.json",
7270
+ "isSource": true,
7271
+ "original": {
7272
+ "value": "{amsterdam.focus.outline-offset}"
7273
+ },
7274
+ "name": "amsterdamSwitchOutlineOffset",
7275
+ "attributes": {
7276
+ "category": "amsterdam",
7277
+ "type": "switch",
7278
+ "item": "outline-offset"
7279
+ },
7280
+ "path": [
7281
+ "amsterdam",
7282
+ "switch",
7283
+ "outline-offset"
7284
+ ]
7285
+ },
7286
+ "disabled": {
7287
+ "background-color": {
7288
+ "value": "#B4B4B4",
7289
+ "filePath": "./src/components/amsterdam/switch.tokens.json",
7290
+ "isSource": true,
7291
+ "original": {
7292
+ "value": "{amsterdam.color.neutral-grey2}"
7293
+ },
7294
+ "name": "amsterdamSwitchDisabledBackgroundColor",
7295
+ "attributes": {
7296
+ "category": "amsterdam",
7297
+ "type": "switch",
7298
+ "item": "disabled",
7299
+ "subitem": "background-color"
7300
+ },
7301
+ "path": [
7302
+ "amsterdam",
7303
+ "switch",
7304
+ "disabled",
7305
+ "background-color"
7306
+ ]
7307
+ }
7308
+ }
7309
+ },
5959
7310
  "top-task-link": {
5960
7311
  "description": {
5961
7312
  "color": {
@@ -6159,7 +7510,7 @@ module.exports = {
6159
7510
  },
6160
7511
  "hover": {
6161
7512
  "color": {
6162
- "value": "#00387A",
7513
+ "value": "#102E62",
6163
7514
  "filePath": "./src/components/amsterdam/top-task-link.tokens.json",
6164
7515
  "isSource": true,
6165
7516
  "original": {
@@ -7011,7 +8362,7 @@ module.exports = {
7011
8362
  },
7012
8363
  "hover": {
7013
8364
  "background-color": {
7014
- "value": "#00387A",
8365
+ "value": "#102E62",
7015
8366
  "filePath": "./src/components/utrecht/button.tokens.json",
7016
8367
  "isSource": true,
7017
8368
  "original": {
@@ -7037,29 +8388,7 @@ module.exports = {
7037
8388
  "color": {}
7038
8389
  },
7039
8390
  "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
- },
8391
+ "background-color": {},
7063
8392
  "border-color": {},
7064
8393
  "border-width": {}
7065
8394
  },
@@ -7163,7 +8492,7 @@ module.exports = {
7163
8492
  "hover": {
7164
8493
  "background-color": {},
7165
8494
  "color": {
7166
- "value": "#00387A",
8495
+ "value": "#102E62",
7167
8496
  "filePath": "./src/components/utrecht/button.tokens.json",
7168
8497
  "isSource": true,
7169
8498
  "original": {
@@ -7337,7 +8666,7 @@ module.exports = {
7337
8666
  "hover": {
7338
8667
  "background-color": {},
7339
8668
  "color": {
7340
- "value": "#00387A",
8669
+ "value": "#102E62",
7341
8670
  "filePath": "./src/components/utrecht/button.tokens.json",
7342
8671
  "isSource": true,
7343
8672
  "original": {
@@ -7364,7 +8693,7 @@ module.exports = {
7364
8693
  "focus": {
7365
8694
  "background-color": {},
7366
8695
  "color": {
7367
- "value": "#00387A",
8696
+ "value": "#102E62",
7368
8697
  "filePath": "./src/components/utrecht/button.tokens.json",
7369
8698
  "isSource": true,
7370
8699
  "original": {