@utrecht/design-tokens 4.2.0 → 5.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (55) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist/_mixin-theme.scss +40 -4
  3. package/dist/_mixin.scss +40 -4
  4. package/dist/_variables.scss +40 -4
  5. package/dist/dark/_mixin-theme.scss +40 -4
  6. package/dist/dark/_mixin.scss +40 -4
  7. package/dist/dark/_variables.scss +40 -4
  8. package/dist/dark/index.cjs +40 -4
  9. package/dist/dark/index.css +40 -4
  10. package/dist/dark/index.d.ts +38 -2
  11. package/dist/dark/index.flat.json +40 -4
  12. package/dist/dark/index.json +655 -31
  13. package/dist/dark/index.mjs +40 -4
  14. package/dist/dark/index.tokens.json +95 -33
  15. package/dist/dark/list.json +655 -31
  16. package/dist/dark/list.mjs +655 -31
  17. package/dist/dark/property.css +4 -1
  18. package/dist/dark/root.css +40 -4
  19. package/dist/dark/theme-prince-xml.css +40 -4
  20. package/dist/dark/theme.css +40 -4
  21. package/dist/dark/tokens.cjs +752 -102
  22. package/dist/dark/tokens.d.ts +83 -21
  23. package/dist/dark/tokens.json +753 -103
  24. package/dist/dark/variables.cjs +40 -4
  25. package/dist/dark/variables.css +40 -4
  26. package/dist/dark/variables.d.ts +38 -2
  27. package/dist/dark/variables.json +40 -4
  28. package/dist/dark/variables.less +40 -4
  29. package/dist/dark/variables.mjs +40 -4
  30. package/dist/index.cjs +40 -4
  31. package/dist/index.css +80 -8
  32. package/dist/index.d.ts +38 -2
  33. package/dist/index.flat.json +40 -4
  34. package/dist/index.json +655 -31
  35. package/dist/index.mjs +40 -4
  36. package/dist/index.tokens.json +95 -33
  37. package/dist/list.json +655 -31
  38. package/dist/list.mjs +655 -31
  39. package/dist/property.css +4 -1
  40. package/dist/root.css +40 -4
  41. package/dist/theme-prince-xml.css +40 -4
  42. package/dist/theme.css +40 -4
  43. package/dist/tokens.cjs +752 -102
  44. package/dist/tokens.d.ts +83 -21
  45. package/dist/tokens.json +753 -103
  46. package/dist/variables.cjs +40 -4
  47. package/dist/variables.css +40 -4
  48. package/dist/variables.d.ts +38 -2
  49. package/dist/variables.json +40 -4
  50. package/dist/variables.less +40 -4
  51. package/dist/variables.mjs +40 -4
  52. package/package.json +1 -1
  53. package/src/component/utrecht/navigation.tokens.json +25 -6
  54. package/src/component/utrecht/status-badge.tokens.json +75 -0
  55. package/src/component/utrecht/badge-status.tokens.json +0 -8
@@ -23889,7 +23889,7 @@
23889
23889
  "nl.nldesignsystem.figma.supports-token": false
23890
23890
  },
23891
23891
  "type": "color",
23892
- "value": "hsl(0 0% 0%)",
23892
+ "value": "hsl(0 0% 15%)",
23893
23893
  "filePath": "src/component/utrecht/navigation.tokens.json",
23894
23894
  "isSource": true,
23895
23895
  "original": {
@@ -23901,17 +23901,15 @@
23901
23901
  "nl.nldesignsystem.figma.supports-token": false
23902
23902
  },
23903
23903
  "type": "color",
23904
- "value": "{utrecht.color.black}"
23904
+ "value": "{utrecht.color.grey.15}"
23905
23905
  },
23906
- "name": "utrechtNavigationLinkActiveFocusColor",
23906
+ "name": "utrechtNavigationLinkBackgroundColor",
23907
23907
  "attributes": {},
23908
23908
  "path": [
23909
23909
  "utrecht",
23910
23910
  "navigation",
23911
23911
  "link",
23912
- "active",
23913
- "focus",
23914
- "color"
23912
+ "background-color"
23915
23913
  ]
23916
23914
  },
23917
23915
  {
@@ -23923,7 +23921,7 @@
23923
23921
  "nl.nldesignsystem.figma.supports-token": false
23924
23922
  },
23925
23923
  "type": "color",
23926
- "value": "hsl(0 0% 15%)",
23924
+ "value": "hsl(0 0% 40%)",
23927
23925
  "filePath": "src/component/utrecht/navigation.tokens.json",
23928
23926
  "isSource": true,
23929
23927
  "original": {
@@ -23935,15 +23933,47 @@
23935
23933
  "nl.nldesignsystem.figma.supports-token": false
23936
23934
  },
23937
23935
  "type": "color",
23938
- "value": "{utrecht.color.grey.15}"
23936
+ "value": "{utrecht.color.grey.40}"
23939
23937
  },
23940
- "name": "utrechtNavigationLinkBackgroundColor",
23938
+ "name": "utrechtNavigationLinkBorderColor",
23941
23939
  "attributes": {},
23942
23940
  "path": [
23943
23941
  "utrecht",
23944
23942
  "navigation",
23945
23943
  "link",
23946
- "background-color"
23944
+ "border-color"
23945
+ ]
23946
+ },
23947
+ {
23948
+ "$extensions": {
23949
+ "nl.nldesignsystem.css.property": {
23950
+ "syntax": "<length>",
23951
+ "inherits": true
23952
+ },
23953
+ "nl.nldesignsystem.figma.supports-token": false
23954
+ },
23955
+ "type": "length",
23956
+ "value": "1px",
23957
+ "filePath": "src/component/utrecht/navigation.tokens.json",
23958
+ "isSource": true,
23959
+ "original": {
23960
+ "$extensions": {
23961
+ "nl.nldesignsystem.css.property": {
23962
+ "syntax": "<length>",
23963
+ "inherits": true
23964
+ },
23965
+ "nl.nldesignsystem.figma.supports-token": false
23966
+ },
23967
+ "type": "length",
23968
+ "value": "1px"
23969
+ },
23970
+ "name": "utrechtNavigationLinkBorderInlineEndWidth",
23971
+ "attributes": {},
23972
+ "path": [
23973
+ "utrecht",
23974
+ "navigation",
23975
+ "link",
23976
+ "border-inline-end-width"
23947
23977
  ]
23948
23978
  },
23949
23979
  {
@@ -23955,7 +23985,7 @@
23955
23985
  "nl.nldesignsystem.figma.supports-token": false
23956
23986
  },
23957
23987
  "type": "color",
23958
- "value": "hsl(0 0% 40%)",
23988
+ "value": "hsl(0 0% 100%)",
23959
23989
  "filePath": "src/component/utrecht/navigation.tokens.json",
23960
23990
  "isSource": true,
23961
23991
  "original": {
@@ -23967,47 +23997,48 @@
23967
23997
  "nl.nldesignsystem.figma.supports-token": false
23968
23998
  },
23969
23999
  "type": "color",
23970
- "value": "{utrecht.color.grey.40}"
24000
+ "value": "{utrecht.color.white}"
23971
24001
  },
23972
- "name": "utrechtNavigationLinkBorderColor",
24002
+ "name": "utrechtNavigationLinkColor",
23973
24003
  "attributes": {},
23974
24004
  "path": [
23975
24005
  "utrecht",
23976
24006
  "navigation",
23977
24007
  "link",
23978
- "border-color"
24008
+ "color"
23979
24009
  ]
23980
24010
  },
23981
24011
  {
23982
24012
  "$extensions": {
23983
24013
  "nl.nldesignsystem.css.property": {
23984
- "syntax": "<length>",
24014
+ "syntax": "<color>",
23985
24015
  "inherits": true
23986
24016
  },
23987
24017
  "nl.nldesignsystem.figma.supports-token": false
23988
24018
  },
23989
- "type": "length",
23990
- "value": "1px",
24019
+ "type": "color",
24020
+ "value": "hsl(0 0% 0%)",
23991
24021
  "filePath": "src/component/utrecht/navigation.tokens.json",
23992
24022
  "isSource": true,
23993
24023
  "original": {
23994
24024
  "$extensions": {
23995
24025
  "nl.nldesignsystem.css.property": {
23996
- "syntax": "<length>",
24026
+ "syntax": "<color>",
23997
24027
  "inherits": true
23998
24028
  },
23999
24029
  "nl.nldesignsystem.figma.supports-token": false
24000
24030
  },
24001
- "type": "length",
24002
- "value": "1px"
24031
+ "type": "color",
24032
+ "value": "{utrecht.color.black}"
24003
24033
  },
24004
- "name": "utrechtNavigationLinkBorderInlineEndWidth",
24034
+ "name": "utrechtNavigationLinkFocusBackgroundColor",
24005
24035
  "attributes": {},
24006
24036
  "path": [
24007
24037
  "utrecht",
24008
24038
  "navigation",
24009
24039
  "link",
24010
- "border-inline-end-width"
24040
+ "focus",
24041
+ "background-color"
24011
24042
  ]
24012
24043
  },
24013
24044
  {
@@ -24033,29 +24064,79 @@
24033
24064
  "type": "color",
24034
24065
  "value": "{utrecht.color.white}"
24035
24066
  },
24036
- "name": "utrechtNavigationLinkColor",
24067
+ "name": "utrechtNavigationLinkFocusColor",
24037
24068
  "attributes": {},
24038
24069
  "path": [
24039
24070
  "utrecht",
24040
24071
  "navigation",
24041
24072
  "link",
24073
+ "focus",
24042
24074
  "color"
24043
24075
  ]
24044
24076
  },
24045
24077
  {
24078
+ "$extensions": {
24079
+ "nl.nldesignsystem.css.property": {
24080
+ "syntax": "<length>",
24081
+ "inherits": true
24082
+ },
24083
+ "nl.nldesignsystem.figma.supports-token": false
24084
+ },
24085
+ "type": "length",
24086
+ "value": "3px",
24087
+ "filePath": "src/component/utrecht/navigation.tokens.json",
24088
+ "isSource": true,
24089
+ "original": {
24090
+ "$extensions": {
24091
+ "nl.nldesignsystem.css.property": {
24092
+ "syntax": "<length>",
24093
+ "inherits": true
24094
+ },
24095
+ "nl.nldesignsystem.figma.supports-token": false
24096
+ },
24097
+ "type": "length",
24098
+ "value": "3px"
24099
+ },
24100
+ "name": "utrechtNavigationLinkFocusTextDecorationThickness",
24101
+ "attributes": {},
24102
+ "path": [
24103
+ "utrecht",
24104
+ "navigation",
24105
+ "link",
24106
+ "focus",
24107
+ "text-decoration-thickness"
24108
+ ]
24109
+ },
24110
+ {
24111
+ "$extensions": {
24112
+ "nl.nldesignsystem.css.property": {
24113
+ "syntax": "<color>",
24114
+ "inherits": true
24115
+ },
24116
+ "nl.nldesignsystem.figma.supports-token": false
24117
+ },
24118
+ "type": "color",
24046
24119
  "value": "hsl(48 100% 80%)",
24047
24120
  "filePath": "src/component/utrecht/navigation.tokens.json",
24048
24121
  "isSource": true,
24049
24122
  "original": {
24123
+ "$extensions": {
24124
+ "nl.nldesignsystem.css.property": {
24125
+ "syntax": "<color>",
24126
+ "inherits": true
24127
+ },
24128
+ "nl.nldesignsystem.figma.supports-token": false
24129
+ },
24130
+ "type": "color",
24050
24131
  "value": "{utrecht.color.yellow.80}"
24051
24132
  },
24052
- "name": "utrechtNavigationLinkFocusBackgroundColor",
24133
+ "name": "utrechtNavigationLinkFocusVisibleBackgroundColor",
24053
24134
  "attributes": {},
24054
24135
  "path": [
24055
24136
  "utrecht",
24056
24137
  "navigation",
24057
24138
  "link",
24058
- "focus",
24139
+ "focus-visible",
24059
24140
  "background-color"
24060
24141
  ]
24061
24142
  },
@@ -24082,13 +24163,13 @@
24082
24163
  "type": "color",
24083
24164
  "value": "{utrecht.color.black}"
24084
24165
  },
24085
- "name": "utrechtNavigationLinkFocusColor",
24166
+ "name": "utrechtNavigationLinkFocusVisibleColor",
24086
24167
  "attributes": {},
24087
24168
  "path": [
24088
24169
  "utrecht",
24089
24170
  "navigation",
24090
24171
  "link",
24091
- "focus",
24172
+ "focus-visible",
24092
24173
  "color"
24093
24174
  ]
24094
24175
  },
@@ -24115,13 +24196,13 @@
24115
24196
  "type": "length",
24116
24197
  "value": "3px"
24117
24198
  },
24118
- "name": "utrechtNavigationLinkFocusTextDecorationThickness",
24199
+ "name": "utrechtNavigationLinkFocusVisibleTextDecorationThickness",
24119
24200
  "attributes": {},
24120
24201
  "path": [
24121
24202
  "utrecht",
24122
24203
  "navigation",
24123
24204
  "link",
24124
- "focus",
24205
+ "focus-visible",
24125
24206
  "text-decoration-thickness"
24126
24207
  ]
24127
24208
  },
@@ -24327,6 +24408,24 @@
24327
24408
  "font-weight"
24328
24409
  ]
24329
24410
  },
24411
+ {
24412
+ "value": "hsl(211 60% 35%)",
24413
+ "filePath": "src/component/utrecht/navigation.tokens.json",
24414
+ "isSource": true,
24415
+ "original": {
24416
+ "value": "{utrecht.color.blue.35}"
24417
+ },
24418
+ "name": "utrechtNavigationLinkMobileActiveColor",
24419
+ "attributes": {},
24420
+ "path": [
24421
+ "utrecht",
24422
+ "navigation",
24423
+ "link",
24424
+ "mobile",
24425
+ "active",
24426
+ "color"
24427
+ ]
24428
+ },
24330
24429
  {
24331
24430
  "$extensions": {
24332
24431
  "nl.nldesignsystem.css.property": {
@@ -24393,6 +24492,42 @@
24393
24492
  "color"
24394
24493
  ]
24395
24494
  },
24495
+ {
24496
+ "value": "hsl(0 0% 100%)",
24497
+ "filePath": "src/component/utrecht/navigation.tokens.json",
24498
+ "isSource": true,
24499
+ "original": {
24500
+ "value": "{utrecht.color.white}"
24501
+ },
24502
+ "name": "utrechtNavigationLinkMobileFocusBackgroundColor",
24503
+ "attributes": {},
24504
+ "path": [
24505
+ "utrecht",
24506
+ "navigation",
24507
+ "link",
24508
+ "mobile",
24509
+ "focus",
24510
+ "background-color"
24511
+ ]
24512
+ },
24513
+ {
24514
+ "value": "hsl(211 60% 35%)",
24515
+ "filePath": "src/component/utrecht/navigation.tokens.json",
24516
+ "isSource": true,
24517
+ "original": {
24518
+ "value": "{utrecht.color.blue.35}"
24519
+ },
24520
+ "name": "utrechtNavigationLinkMobileFocusColor",
24521
+ "attributes": {},
24522
+ "path": [
24523
+ "utrecht",
24524
+ "navigation",
24525
+ "link",
24526
+ "mobile",
24527
+ "focus",
24528
+ "color"
24529
+ ]
24530
+ },
24396
24531
  {
24397
24532
  "$extensions": {
24398
24533
  "nl.nldesignsystem.css.property": {
@@ -24470,7 +24605,7 @@
24470
24605
  "nl.nldesignsystem.figma.supports-token": false
24471
24606
  },
24472
24607
  "type": "fontWeight",
24473
- "value": "700",
24608
+ "value": "400",
24474
24609
  "filePath": "src/component/utrecht/navigation.tokens.json",
24475
24610
  "isSource": true,
24476
24611
  "original": {
@@ -24482,7 +24617,7 @@
24482
24617
  "nl.nldesignsystem.figma.supports-token": false
24483
24618
  },
24484
24619
  "type": "fontWeight",
24485
- "value": "{utrecht.typography.weight-scale.bold.font-weight}"
24620
+ "value": "{utrecht.typography.weight-scale.normal.font-weight}"
24486
24621
  },
24487
24622
  "name": "utrechtNavigationLinkMobileHoverFontWeight",
24488
24623
  "attributes": {},
@@ -33408,6 +33543,495 @@
33408
33543
  "z-index"
33409
33544
  ]
33410
33545
  },
33546
+ {
33547
+ "value": "hsl(90 30% 50%)",
33548
+ "filePath": "src/component/utrecht/status-badge.tokens.json",
33549
+ "isSource": true,
33550
+ "original": {
33551
+ "value": "{utrecht.feedback.active.fill.background-color}"
33552
+ },
33553
+ "name": "utrechtStatusBadgeActiveBackgroundColor",
33554
+ "attributes": {},
33555
+ "path": [
33556
+ "utrecht",
33557
+ "status-badge",
33558
+ "active",
33559
+ "background-color"
33560
+ ]
33561
+ },
33562
+ {
33563
+ "value": "hsl(90 30% 50%)",
33564
+ "filePath": "src/component/utrecht/status-badge.tokens.json",
33565
+ "isSource": true,
33566
+ "original": {
33567
+ "value": "{utrecht.feedback.active.fill.background-color}"
33568
+ },
33569
+ "name": "utrechtStatusBadgeActiveBorderColor",
33570
+ "attributes": {},
33571
+ "path": [
33572
+ "utrecht",
33573
+ "status-badge",
33574
+ "active",
33575
+ "border-color"
33576
+ ]
33577
+ },
33578
+ {
33579
+ "value": "hsl(0 0% 100%)",
33580
+ "filePath": "src/component/utrecht/status-badge.tokens.json",
33581
+ "isSource": true,
33582
+ "original": {
33583
+ "value": "{utrecht.feedback.active.fill.color}"
33584
+ },
33585
+ "name": "utrechtStatusBadgeActiveColor",
33586
+ "attributes": {},
33587
+ "path": [
33588
+ "utrecht",
33589
+ "status-badge",
33590
+ "active",
33591
+ "color"
33592
+ ]
33593
+ },
33594
+ {
33595
+ "value": "hsl(0 0% 30%)",
33596
+ "filePath": "src/component/utrecht/status-badge.tokens.json",
33597
+ "isSource": true,
33598
+ "original": {
33599
+ "value": "{utrecht.badge.background-color}"
33600
+ },
33601
+ "name": "utrechtStatusBadgeBackgroundColor",
33602
+ "attributes": {},
33603
+ "path": [
33604
+ "utrecht",
33605
+ "status-badge",
33606
+ "background-color"
33607
+ ]
33608
+ },
33609
+ {
33610
+ "value": "0",
33611
+ "filePath": "src/component/utrecht/status-badge.tokens.json",
33612
+ "isSource": true,
33613
+ "original": {
33614
+ "value": "{utrecht.badge.border-radius}"
33615
+ },
33616
+ "name": "utrechtStatusBadgeBorderRadius",
33617
+ "attributes": {},
33618
+ "path": [
33619
+ "utrecht",
33620
+ "status-badge",
33621
+ "border-radius"
33622
+ ]
33623
+ },
33624
+ {
33625
+ "value": "0px",
33626
+ "filePath": "src/component/utrecht/status-badge.tokens.json",
33627
+ "isSource": true,
33628
+ "original": {
33629
+ "value": "0px"
33630
+ },
33631
+ "name": "utrechtStatusBadgeBorderWidth",
33632
+ "attributes": {},
33633
+ "path": [
33634
+ "utrecht",
33635
+ "status-badge",
33636
+ "border-width"
33637
+ ]
33638
+ },
33639
+ {
33640
+ "value": "hsl(0 0% 100%)",
33641
+ "filePath": "src/component/utrecht/status-badge.tokens.json",
33642
+ "isSource": true,
33643
+ "original": {
33644
+ "value": "{utrecht.badge.color}"
33645
+ },
33646
+ "name": "utrechtStatusBadgeColor",
33647
+ "attributes": {},
33648
+ "path": [
33649
+ "utrecht",
33650
+ "status-badge",
33651
+ "color"
33652
+ ]
33653
+ },
33654
+ {
33655
+ "value": "hsl(0 100% 40%)",
33656
+ "filePath": "src/component/utrecht/status-badge.tokens.json",
33657
+ "isSource": true,
33658
+ "original": {
33659
+ "value": "{utrecht.feedback.danger.fill.background-color}"
33660
+ },
33661
+ "name": "utrechtStatusBadgeDangerBackgroundColor",
33662
+ "attributes": {},
33663
+ "path": [
33664
+ "utrecht",
33665
+ "status-badge",
33666
+ "danger",
33667
+ "background-color"
33668
+ ]
33669
+ },
33670
+ {
33671
+ "value": "hsl(0 100% 40%)",
33672
+ "filePath": "src/component/utrecht/status-badge.tokens.json",
33673
+ "isSource": true,
33674
+ "original": {
33675
+ "value": "{utrecht.feedback.danger.fill.background-color}"
33676
+ },
33677
+ "name": "utrechtStatusBadgeDangerBorderColor",
33678
+ "attributes": {},
33679
+ "path": [
33680
+ "utrecht",
33681
+ "status-badge",
33682
+ "danger",
33683
+ "border-color"
33684
+ ]
33685
+ },
33686
+ {
33687
+ "value": "hsl(0 0% 100%)",
33688
+ "filePath": "src/component/utrecht/status-badge.tokens.json",
33689
+ "isSource": true,
33690
+ "original": {
33691
+ "value": "{utrecht.feedback.danger.fill.color}"
33692
+ },
33693
+ "name": "utrechtStatusBadgeDangerColor",
33694
+ "attributes": {},
33695
+ "path": [
33696
+ "utrecht",
33697
+ "status-badge",
33698
+ "danger",
33699
+ "color"
33700
+ ]
33701
+ },
33702
+ {
33703
+ "value": "hsl(0 100% 40%)",
33704
+ "filePath": "src/component/utrecht/status-badge.tokens.json",
33705
+ "isSource": true,
33706
+ "original": {
33707
+ "value": "{utrecht.feedback.error.fill.background-color}"
33708
+ },
33709
+ "name": "utrechtStatusBadgeErrorBackgroundColor",
33710
+ "attributes": {},
33711
+ "path": [
33712
+ "utrecht",
33713
+ "status-badge",
33714
+ "error",
33715
+ "background-color"
33716
+ ]
33717
+ },
33718
+ {
33719
+ "value": "hsl(0 100% 40%)",
33720
+ "filePath": "src/component/utrecht/status-badge.tokens.json",
33721
+ "isSource": true,
33722
+ "original": {
33723
+ "value": "{utrecht.feedback.error.fill.background-color}"
33724
+ },
33725
+ "name": "utrechtStatusBadgeErrorBorderColor",
33726
+ "attributes": {},
33727
+ "path": [
33728
+ "utrecht",
33729
+ "status-badge",
33730
+ "error",
33731
+ "border-color"
33732
+ ]
33733
+ },
33734
+ {
33735
+ "value": "hsl(0 0% 100%)",
33736
+ "filePath": "src/component/utrecht/status-badge.tokens.json",
33737
+ "isSource": true,
33738
+ "original": {
33739
+ "value": "{utrecht.feedback.error.fill.color}"
33740
+ },
33741
+ "name": "utrechtStatusBadgeErrorColor",
33742
+ "attributes": {},
33743
+ "path": [
33744
+ "utrecht",
33745
+ "status-badge",
33746
+ "error",
33747
+ "color"
33748
+ ]
33749
+ },
33750
+ {
33751
+ "value": "\"Noto Sans Variable\", \"Arial\", sans-serif",
33752
+ "filePath": "src/component/utrecht/status-badge.tokens.json",
33753
+ "isSource": true,
33754
+ "original": {
33755
+ "value": "{utrecht.typography.sans-serif.font-family}"
33756
+ },
33757
+ "name": "utrechtStatusBadgeFontFamily",
33758
+ "attributes": {},
33759
+ "path": [
33760
+ "utrecht",
33761
+ "status-badge",
33762
+ "font-family"
33763
+ ]
33764
+ },
33765
+ {
33766
+ "value": "hsl(0 100% 40%)",
33767
+ "filePath": "src/component/utrecht/status-badge.tokens.json",
33768
+ "isSource": true,
33769
+ "original": {
33770
+ "value": "{utrecht.feedback.inactive.fill.background-color}"
33771
+ },
33772
+ "name": "utrechtStatusBadgeInactiveBackgroundColor",
33773
+ "attributes": {},
33774
+ "path": [
33775
+ "utrecht",
33776
+ "status-badge",
33777
+ "inactive",
33778
+ "background-color"
33779
+ ]
33780
+ },
33781
+ {
33782
+ "value": "hsl(0 100% 40%)",
33783
+ "filePath": "src/component/utrecht/status-badge.tokens.json",
33784
+ "isSource": true,
33785
+ "original": {
33786
+ "value": "{utrecht.feedback.inactive.fill.background-color}"
33787
+ },
33788
+ "name": "utrechtStatusBadgeInactiveBorderColor",
33789
+ "attributes": {},
33790
+ "path": [
33791
+ "utrecht",
33792
+ "status-badge",
33793
+ "inactive",
33794
+ "border-color"
33795
+ ]
33796
+ },
33797
+ {
33798
+ "value": "hsl(0 0% 100%)",
33799
+ "filePath": "src/component/utrecht/status-badge.tokens.json",
33800
+ "isSource": true,
33801
+ "original": {
33802
+ "value": "{utrecht.feedback.inactive.fill.color}"
33803
+ },
33804
+ "name": "utrechtStatusBadgeInactiveColor",
33805
+ "attributes": {},
33806
+ "path": [
33807
+ "utrecht",
33808
+ "status-badge",
33809
+ "inactive",
33810
+ "color"
33811
+ ]
33812
+ },
33813
+ {
33814
+ "value": "#990000",
33815
+ "filePath": "src/component/utrecht/status-badge.tokens.json",
33816
+ "isSource": true,
33817
+ "original": {
33818
+ "value": "{utrecht.feedback.invalid.fill.background-color}"
33819
+ },
33820
+ "name": "utrechtStatusBadgeInvalidBackgroundColor",
33821
+ "attributes": {},
33822
+ "path": [
33823
+ "utrecht",
33824
+ "status-badge",
33825
+ "invalid",
33826
+ "background-color"
33827
+ ]
33828
+ },
33829
+ {
33830
+ "value": "#990000",
33831
+ "filePath": "src/component/utrecht/status-badge.tokens.json",
33832
+ "isSource": true,
33833
+ "original": {
33834
+ "value": "{utrecht.feedback.invalid.fill.background-color}"
33835
+ },
33836
+ "name": "utrechtStatusBadgeInvalidBorderColor",
33837
+ "attributes": {},
33838
+ "path": [
33839
+ "utrecht",
33840
+ "status-badge",
33841
+ "invalid",
33842
+ "border-color"
33843
+ ]
33844
+ },
33845
+ {
33846
+ "value": "hsl(0 0% 100%)",
33847
+ "filePath": "src/component/utrecht/status-badge.tokens.json",
33848
+ "isSource": true,
33849
+ "original": {
33850
+ "value": "{utrecht.feedback.invalid.fill.color}"
33851
+ },
33852
+ "name": "utrechtStatusBadgeInvalidColor",
33853
+ "attributes": {},
33854
+ "path": [
33855
+ "utrecht",
33856
+ "status-badge",
33857
+ "invalid",
33858
+ "color"
33859
+ ]
33860
+ },
33861
+ {
33862
+ "value": "8px",
33863
+ "filePath": "src/component/utrecht/status-badge.tokens.json",
33864
+ "isSource": true,
33865
+ "original": {
33866
+ "value": "{utrecht.badge.padding-block}"
33867
+ },
33868
+ "name": "utrechtStatusBadgePaddingBlock",
33869
+ "attributes": {},
33870
+ "path": [
33871
+ "utrecht",
33872
+ "status-badge",
33873
+ "padding-block"
33874
+ ]
33875
+ },
33876
+ {
33877
+ "value": "12px",
33878
+ "filePath": "src/component/utrecht/status-badge.tokens.json",
33879
+ "isSource": true,
33880
+ "original": {
33881
+ "value": "{utrecht.badge.padding-inline}"
33882
+ },
33883
+ "name": "utrechtStatusBadgePaddingInline",
33884
+ "attributes": {},
33885
+ "path": [
33886
+ "utrecht",
33887
+ "status-badge",
33888
+ "padding-inline"
33889
+ ]
33890
+ },
33891
+ {
33892
+ "value": "hsl(90 30% 50%)",
33893
+ "filePath": "src/component/utrecht/status-badge.tokens.json",
33894
+ "isSource": true,
33895
+ "original": {
33896
+ "value": "{utrecht.feedback.safe.fill.background-color}"
33897
+ },
33898
+ "name": "utrechtStatusBadgeSafeBackgroundColor",
33899
+ "attributes": {},
33900
+ "path": [
33901
+ "utrecht",
33902
+ "status-badge",
33903
+ "safe",
33904
+ "background-color"
33905
+ ]
33906
+ },
33907
+ {
33908
+ "value": "hsl(90 30% 50%)",
33909
+ "filePath": "src/component/utrecht/status-badge.tokens.json",
33910
+ "isSource": true,
33911
+ "original": {
33912
+ "value": "{utrecht.feedback.safe.fill.background-color}"
33913
+ },
33914
+ "name": "utrechtStatusBadgeSafeBorderColor",
33915
+ "attributes": {},
33916
+ "path": [
33917
+ "utrecht",
33918
+ "status-badge",
33919
+ "safe",
33920
+ "border-color"
33921
+ ]
33922
+ },
33923
+ {
33924
+ "value": "hsl(0 0% 100%)",
33925
+ "filePath": "src/component/utrecht/status-badge.tokens.json",
33926
+ "isSource": true,
33927
+ "original": {
33928
+ "value": "{utrecht.feedback.safe.fill.color}"
33929
+ },
33930
+ "name": "utrechtStatusBadgeSafeColor",
33931
+ "attributes": {},
33932
+ "path": [
33933
+ "utrecht",
33934
+ "status-badge",
33935
+ "safe",
33936
+ "color"
33937
+ ]
33938
+ },
33939
+ {
33940
+ "value": "hsl(90 30% 50%)",
33941
+ "filePath": "src/component/utrecht/status-badge.tokens.json",
33942
+ "isSource": true,
33943
+ "original": {
33944
+ "value": "{utrecht.feedback.valid.fill.background-color}"
33945
+ },
33946
+ "name": "utrechtStatusBadgeValidBackgroundColor",
33947
+ "attributes": {},
33948
+ "path": [
33949
+ "utrecht",
33950
+ "status-badge",
33951
+ "valid",
33952
+ "background-color"
33953
+ ]
33954
+ },
33955
+ {
33956
+ "value": "hsl(90 30% 50%)",
33957
+ "filePath": "src/component/utrecht/status-badge.tokens.json",
33958
+ "isSource": true,
33959
+ "original": {
33960
+ "value": "{utrecht.feedback.valid.fill.background-color}"
33961
+ },
33962
+ "name": "utrechtStatusBadgeValidBorderColor",
33963
+ "attributes": {},
33964
+ "path": [
33965
+ "utrecht",
33966
+ "status-badge",
33967
+ "valid",
33968
+ "border-color"
33969
+ ]
33970
+ },
33971
+ {
33972
+ "value": "hsl(0 0% 100%)",
33973
+ "filePath": "src/component/utrecht/status-badge.tokens.json",
33974
+ "isSource": true,
33975
+ "original": {
33976
+ "value": "{utrecht.feedback.valid.fill.color}"
33977
+ },
33978
+ "name": "utrechtStatusBadgeValidColor",
33979
+ "attributes": {},
33980
+ "path": [
33981
+ "utrecht",
33982
+ "status-badge",
33983
+ "valid",
33984
+ "color"
33985
+ ]
33986
+ },
33987
+ {
33988
+ "value": "hsl(48 100% 50%)",
33989
+ "filePath": "src/component/utrecht/status-badge.tokens.json",
33990
+ "isSource": true,
33991
+ "original": {
33992
+ "value": "{utrecht.feedback.warning.fill.background-color}"
33993
+ },
33994
+ "name": "utrechtStatusBadgeWarningBackgroundColor",
33995
+ "attributes": {},
33996
+ "path": [
33997
+ "utrecht",
33998
+ "status-badge",
33999
+ "warning",
34000
+ "background-color"
34001
+ ]
34002
+ },
34003
+ {
34004
+ "value": "hsl(48 100% 50%)",
34005
+ "filePath": "src/component/utrecht/status-badge.tokens.json",
34006
+ "isSource": true,
34007
+ "original": {
34008
+ "value": "{utrecht.feedback.warning.fill.background-color}"
34009
+ },
34010
+ "name": "utrechtStatusBadgeWarningBorderColor",
34011
+ "attributes": {},
34012
+ "path": [
34013
+ "utrecht",
34014
+ "status-badge",
34015
+ "warning",
34016
+ "border-color"
34017
+ ]
34018
+ },
34019
+ {
34020
+ "value": "hsl(0 0% 0%)",
34021
+ "filePath": "src/component/utrecht/status-badge.tokens.json",
34022
+ "isSource": true,
34023
+ "original": {
34024
+ "value": "{utrecht.feedback.warning.fill.color}"
34025
+ },
34026
+ "name": "utrechtStatusBadgeWarningColor",
34027
+ "attributes": {},
34028
+ "path": [
34029
+ "utrecht",
34030
+ "status-badge",
34031
+ "warning",
34032
+ "color"
34033
+ ]
34034
+ },
33411
34035
  {
33412
34036
  "value": "hsl(0 0% 15%)",
33413
34037
  "filePath": "src/dark/common/tokens.json",