@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
package/dist/tokens.cjs CHANGED
@@ -3087,31 +3087,6 @@ module.exports = {
3087
3087
  }
3088
3088
  }
3089
3089
  },
3090
- "badge-status": {
3091
- "letter-spacing": {
3092
- "$extensions": {
3093
- "nl.nldesignsystem.css.property": {
3094
- "syntax": "<length>",
3095
- "inherits": true
3096
- },
3097
- "nl.nldesignsystem.figma.supports-token": true
3098
- },
3099
- "type": "letterSpacing"
3100
- },
3101
- "text-transform": {
3102
- "$extensions": {
3103
- "nl.nldesignsystem.css.property": {
3104
- "syntax": [
3105
- "inherit",
3106
- "uppercase"
3107
- ],
3108
- "inherits": true
3109
- },
3110
- "nl.nldesignsystem.figma.supports-token": true
3111
- },
3112
- "type": "textCase"
3113
- }
3114
- },
3115
3090
  "badge": {
3116
3091
  "background-color": {
3117
3092
  "comment": "Default background color for badge components",
@@ -27755,42 +27730,6 @@ module.exports = {
27755
27730
  "active",
27756
27731
  "color"
27757
27732
  ]
27758
- },
27759
- "focus": {
27760
- "color": {
27761
- "$extensions": {
27762
- "nl.nldesignsystem.css.property": {
27763
- "syntax": "<color>",
27764
- "inherits": true
27765
- },
27766
- "nl.nldesignsystem.figma.supports-token": false
27767
- },
27768
- "type": "color",
27769
- "value": "hsl(0 0% 0%)",
27770
- "filePath": "src/component/utrecht/navigation.tokens.json",
27771
- "isSource": true,
27772
- "original": {
27773
- "$extensions": {
27774
- "nl.nldesignsystem.css.property": {
27775
- "syntax": "<color>",
27776
- "inherits": true
27777
- },
27778
- "nl.nldesignsystem.figma.supports-token": false
27779
- },
27780
- "type": "color",
27781
- "value": "{utrecht.color.black}"
27782
- },
27783
- "name": "color",
27784
- "attributes": {},
27785
- "path": [
27786
- "utrecht",
27787
- "navigation",
27788
- "link",
27789
- "active",
27790
- "focus",
27791
- "color"
27792
- ]
27793
- }
27794
27733
  }
27795
27734
  },
27796
27735
  "background-color": {
@@ -27931,7 +27870,7 @@ module.exports = {
27931
27870
  "nl.nldesignsystem.figma.supports-token": false
27932
27871
  },
27933
27872
  "type": "color",
27934
- "value": "hsl(0 0% 0%)",
27873
+ "value": "hsl(0 0% 100%)",
27935
27874
  "filePath": "src/component/utrecht/navigation.tokens.json",
27936
27875
  "isSource": true,
27937
27876
  "original": {
@@ -27943,7 +27882,7 @@ module.exports = {
27943
27882
  "nl.nldesignsystem.figma.supports-token": false
27944
27883
  },
27945
27884
  "type": "color",
27946
- "value": "{utrecht.color.black}"
27885
+ "value": "{utrecht.color.white}"
27947
27886
  },
27948
27887
  "name": "color",
27949
27888
  "attributes": {},
@@ -27955,6 +27894,39 @@ module.exports = {
27955
27894
  "color"
27956
27895
  ]
27957
27896
  },
27897
+ "background-color": {
27898
+ "$extensions": {
27899
+ "nl.nldesignsystem.css.property": {
27900
+ "syntax": "<color>",
27901
+ "inherits": true
27902
+ },
27903
+ "nl.nldesignsystem.figma.supports-token": false
27904
+ },
27905
+ "type": "color",
27906
+ "value": "hsl(0 0% 0%)",
27907
+ "filePath": "src/component/utrecht/navigation.tokens.json",
27908
+ "isSource": true,
27909
+ "original": {
27910
+ "$extensions": {
27911
+ "nl.nldesignsystem.css.property": {
27912
+ "syntax": "<color>",
27913
+ "inherits": true
27914
+ },
27915
+ "nl.nldesignsystem.figma.supports-token": false
27916
+ },
27917
+ "type": "color",
27918
+ "value": "{utrecht.color.black}"
27919
+ },
27920
+ "name": "background-color",
27921
+ "attributes": {},
27922
+ "path": [
27923
+ "utrecht",
27924
+ "navigation",
27925
+ "link",
27926
+ "focus",
27927
+ "background-color"
27928
+ ]
27929
+ },
27958
27930
  "text-decoration-thickness": {
27959
27931
  "$extensions": {
27960
27932
  "nl.nldesignsystem.css.property": {
@@ -27987,12 +27959,63 @@ module.exports = {
27987
27959
  "focus",
27988
27960
  "text-decoration-thickness"
27989
27961
  ]
27962
+ }
27963
+ },
27964
+ "focus-visible": {
27965
+ "color": {
27966
+ "$extensions": {
27967
+ "nl.nldesignsystem.css.property": {
27968
+ "syntax": "<color>",
27969
+ "inherits": true
27970
+ },
27971
+ "nl.nldesignsystem.figma.supports-token": false
27972
+ },
27973
+ "type": "color",
27974
+ "value": "hsl(0 0% 0%)",
27975
+ "filePath": "src/component/utrecht/navigation.tokens.json",
27976
+ "isSource": true,
27977
+ "original": {
27978
+ "$extensions": {
27979
+ "nl.nldesignsystem.css.property": {
27980
+ "syntax": "<color>",
27981
+ "inherits": true
27982
+ },
27983
+ "nl.nldesignsystem.figma.supports-token": false
27984
+ },
27985
+ "type": "color",
27986
+ "value": "{utrecht.color.black}"
27987
+ },
27988
+ "name": "color",
27989
+ "attributes": {},
27990
+ "path": [
27991
+ "utrecht",
27992
+ "navigation",
27993
+ "link",
27994
+ "focus-visible",
27995
+ "color"
27996
+ ]
27990
27997
  },
27991
27998
  "background-color": {
27999
+ "$extensions": {
28000
+ "nl.nldesignsystem.css.property": {
28001
+ "syntax": "<color>",
28002
+ "inherits": true
28003
+ },
28004
+ "nl.nldesignsystem.figma.supports-token": false
28005
+ },
28006
+ "type": "color",
27992
28007
  "value": "hsl(48 100% 80%)",
27993
28008
  "filePath": "src/component/utrecht/navigation.tokens.json",
27994
28009
  "isSource": true,
27995
28010
  "original": {
28011
+ "$extensions": {
28012
+ "nl.nldesignsystem.css.property": {
28013
+ "syntax": "<color>",
28014
+ "inherits": true
28015
+ },
28016
+ "nl.nldesignsystem.figma.supports-token": false
28017
+ },
28018
+ "type": "color",
27996
28019
  "value": "{utrecht.color.yellow.80}"
27997
28020
  },
27998
28021
  "name": "background-color",
@@ -28001,9 +28024,42 @@ module.exports = {
28001
28024
  "utrecht",
28002
28025
  "navigation",
28003
28026
  "link",
28004
- "focus",
28027
+ "focus-visible",
28005
28028
  "background-color"
28006
28029
  ]
28030
+ },
28031
+ "text-decoration-thickness": {
28032
+ "$extensions": {
28033
+ "nl.nldesignsystem.css.property": {
28034
+ "syntax": "<length>",
28035
+ "inherits": true
28036
+ },
28037
+ "nl.nldesignsystem.figma.supports-token": false
28038
+ },
28039
+ "type": "length",
28040
+ "value": "3px",
28041
+ "filePath": "src/component/utrecht/navigation.tokens.json",
28042
+ "isSource": true,
28043
+ "original": {
28044
+ "$extensions": {
28045
+ "nl.nldesignsystem.css.property": {
28046
+ "syntax": "<length>",
28047
+ "inherits": true
28048
+ },
28049
+ "nl.nldesignsystem.figma.supports-token": false
28050
+ },
28051
+ "type": "length",
28052
+ "value": "3px"
28053
+ },
28054
+ "name": "text-decoration-thickness",
28055
+ "attributes": {},
28056
+ "path": [
28057
+ "utrecht",
28058
+ "navigation",
28059
+ "link",
28060
+ "focus-visible",
28061
+ "text-decoration-thickness"
28062
+ ]
28007
28063
  }
28008
28064
  },
28009
28065
  "font-weight": {
@@ -28357,7 +28413,7 @@ module.exports = {
28357
28413
  "nl.nldesignsystem.figma.supports-token": false
28358
28414
  },
28359
28415
  "type": "fontWeight",
28360
- "value": "700",
28416
+ "value": "400",
28361
28417
  "filePath": "src/component/utrecht/navigation.tokens.json",
28362
28418
  "isSource": true,
28363
28419
  "original": {
@@ -28369,7 +28425,7 @@ module.exports = {
28369
28425
  "nl.nldesignsystem.figma.supports-token": false
28370
28426
  },
28371
28427
  "type": "fontWeight",
28372
- "value": "{utrecht.typography.weight-scale.bold.font-weight}"
28428
+ "value": "{utrecht.typography.weight-scale.normal.font-weight}"
28373
28429
  },
28374
28430
  "name": "font-weight",
28375
28431
  "attributes": {},
@@ -28624,47 +28680,105 @@ module.exports = {
28624
28680
  "mobile",
28625
28681
  "transition-timing-function"
28626
28682
  ]
28627
- }
28628
- },
28629
- "padding-block-end": {
28630
- "$extensions": {
28631
- "nl.nldesignsystem.css.property": {
28632
- "syntax": "<length>",
28633
- "inherits": true
28634
- },
28635
- "nl.nldesignsystem.figma.supports-token": false,
28636
- "studio.tokens": {
28637
- "originalType": "spacing"
28683
+ },
28684
+ "active": {
28685
+ "color": {
28686
+ "value": "hsl(211 60% 35%)",
28687
+ "filePath": "src/component/utrecht/navigation.tokens.json",
28688
+ "isSource": true,
28689
+ "original": {
28690
+ "value": "{utrecht.color.blue.35}"
28691
+ },
28692
+ "name": "color",
28693
+ "attributes": {},
28694
+ "path": [
28695
+ "utrecht",
28696
+ "navigation",
28697
+ "link",
28698
+ "mobile",
28699
+ "active",
28700
+ "color"
28701
+ ]
28638
28702
  }
28639
28703
  },
28640
- "type": "dimension",
28641
- "value": "16px",
28642
- "filePath": "src/component/utrecht/navigation.tokens.json",
28643
- "isSource": true,
28644
- "original": {
28645
- "$extensions": {
28646
- "nl.nldesignsystem.css.property": {
28647
- "syntax": "<length>",
28648
- "inherits": true
28704
+ "focus": {
28705
+ "background-color": {
28706
+ "value": "hsl(0 0% 100%)",
28707
+ "filePath": "src/component/utrecht/navigation.tokens.json",
28708
+ "isSource": true,
28709
+ "original": {
28710
+ "value": "{utrecht.color.white}"
28649
28711
  },
28650
- "nl.nldesignsystem.figma.supports-token": false,
28651
- "studio.tokens": {
28652
- "originalType": "spacing"
28653
- }
28712
+ "name": "background-color",
28713
+ "attributes": {},
28714
+ "path": [
28715
+ "utrecht",
28716
+ "navigation",
28717
+ "link",
28718
+ "mobile",
28719
+ "focus",
28720
+ "background-color"
28721
+ ]
28654
28722
  },
28655
- "type": "dimension",
28656
- "value": "{utrecht.space.block.md}"
28657
- },
28658
- "name": "padding-block-end",
28659
- "attributes": {},
28660
- "path": [
28661
- "utrecht",
28662
- "navigation",
28663
- "link",
28664
- "padding-block-end"
28665
- ]
28723
+ "color": {
28724
+ "value": "hsl(211 60% 35%)",
28725
+ "filePath": "src/component/utrecht/navigation.tokens.json",
28726
+ "isSource": true,
28727
+ "original": {
28728
+ "value": "{utrecht.color.blue.35}"
28729
+ },
28730
+ "name": "color",
28731
+ "attributes": {},
28732
+ "path": [
28733
+ "utrecht",
28734
+ "navigation",
28735
+ "link",
28736
+ "mobile",
28737
+ "focus",
28738
+ "color"
28739
+ ]
28740
+ }
28741
+ }
28666
28742
  },
28667
- "padding-block-start": {
28743
+ "padding-block-end": {
28744
+ "$extensions": {
28745
+ "nl.nldesignsystem.css.property": {
28746
+ "syntax": "<length>",
28747
+ "inherits": true
28748
+ },
28749
+ "nl.nldesignsystem.figma.supports-token": false,
28750
+ "studio.tokens": {
28751
+ "originalType": "spacing"
28752
+ }
28753
+ },
28754
+ "type": "dimension",
28755
+ "value": "16px",
28756
+ "filePath": "src/component/utrecht/navigation.tokens.json",
28757
+ "isSource": true,
28758
+ "original": {
28759
+ "$extensions": {
28760
+ "nl.nldesignsystem.css.property": {
28761
+ "syntax": "<length>",
28762
+ "inherits": true
28763
+ },
28764
+ "nl.nldesignsystem.figma.supports-token": false,
28765
+ "studio.tokens": {
28766
+ "originalType": "spacing"
28767
+ }
28768
+ },
28769
+ "type": "dimension",
28770
+ "value": "{utrecht.space.block.md}"
28771
+ },
28772
+ "name": "padding-block-end",
28773
+ "attributes": {},
28774
+ "path": [
28775
+ "utrecht",
28776
+ "navigation",
28777
+ "link",
28778
+ "padding-block-end"
28779
+ ]
28780
+ },
28781
+ "padding-block-start": {
28668
28782
  "$extensions": {
28669
28783
  "nl.nldesignsystem.css.property": {
28670
28784
  "syntax": "<length>",
@@ -37562,6 +37676,542 @@ module.exports = {
37562
37676
  }
37563
37677
  }
37564
37678
  },
37679
+ "status-badge": {
37680
+ "letter-spacing": {
37681
+ "$extensions": {
37682
+ "nl.nldesignsystem.css.property": {
37683
+ "syntax": "<length>",
37684
+ "inherits": true
37685
+ },
37686
+ "nl.nldesignsystem.figma.supports-token": true
37687
+ },
37688
+ "type": "letterSpacing"
37689
+ },
37690
+ "text-transform": {
37691
+ "$extensions": {
37692
+ "nl.nldesignsystem.css.property": {
37693
+ "syntax": [
37694
+ "inherit",
37695
+ "uppercase"
37696
+ ],
37697
+ "inherits": true
37698
+ },
37699
+ "nl.nldesignsystem.figma.supports-token": true
37700
+ },
37701
+ "type": "textCase"
37702
+ },
37703
+ "background-color": {
37704
+ "value": "hsl(0 0% 30%)",
37705
+ "filePath": "src/component/utrecht/status-badge.tokens.json",
37706
+ "isSource": true,
37707
+ "original": {
37708
+ "value": "{utrecht.badge.background-color}"
37709
+ },
37710
+ "name": "background-color",
37711
+ "attributes": {},
37712
+ "path": [
37713
+ "utrecht",
37714
+ "status-badge",
37715
+ "background-color"
37716
+ ]
37717
+ },
37718
+ "border-color": {},
37719
+ "border-radius": {
37720
+ "value": "0",
37721
+ "filePath": "src/component/utrecht/status-badge.tokens.json",
37722
+ "isSource": true,
37723
+ "original": {
37724
+ "value": "{utrecht.badge.border-radius}"
37725
+ },
37726
+ "name": "border-radius",
37727
+ "attributes": {},
37728
+ "path": [
37729
+ "utrecht",
37730
+ "status-badge",
37731
+ "border-radius"
37732
+ ]
37733
+ },
37734
+ "border-width": {
37735
+ "value": "0px",
37736
+ "filePath": "src/component/utrecht/status-badge.tokens.json",
37737
+ "isSource": true,
37738
+ "original": {
37739
+ "value": "0px"
37740
+ },
37741
+ "name": "border-width",
37742
+ "attributes": {},
37743
+ "path": [
37744
+ "utrecht",
37745
+ "status-badge",
37746
+ "border-width"
37747
+ ]
37748
+ },
37749
+ "color": {
37750
+ "value": "hsl(0 0% 100%)",
37751
+ "filePath": "src/component/utrecht/status-badge.tokens.json",
37752
+ "isSource": true,
37753
+ "original": {
37754
+ "value": "{utrecht.badge.color}"
37755
+ },
37756
+ "name": "color",
37757
+ "attributes": {},
37758
+ "path": [
37759
+ "utrecht",
37760
+ "status-badge",
37761
+ "color"
37762
+ ]
37763
+ },
37764
+ "font-family": {
37765
+ "value": "\"Noto Sans Variable\", \"Arial\", sans-serif",
37766
+ "filePath": "src/component/utrecht/status-badge.tokens.json",
37767
+ "isSource": true,
37768
+ "original": {
37769
+ "value": "{utrecht.typography.sans-serif.font-family}"
37770
+ },
37771
+ "name": "font-family",
37772
+ "attributes": {},
37773
+ "path": [
37774
+ "utrecht",
37775
+ "status-badge",
37776
+ "font-family"
37777
+ ]
37778
+ },
37779
+ "font-size": {},
37780
+ "font-weight": {},
37781
+ "line-height": {},
37782
+ "min-block-size": {},
37783
+ "min-inline-size": {},
37784
+ "padding-block": {
37785
+ "value": "8px",
37786
+ "filePath": "src/component/utrecht/status-badge.tokens.json",
37787
+ "isSource": true,
37788
+ "original": {
37789
+ "value": "{utrecht.badge.padding-block}"
37790
+ },
37791
+ "name": "padding-block",
37792
+ "attributes": {},
37793
+ "path": [
37794
+ "utrecht",
37795
+ "status-badge",
37796
+ "padding-block"
37797
+ ]
37798
+ },
37799
+ "padding-inline": {
37800
+ "value": "12px",
37801
+ "filePath": "src/component/utrecht/status-badge.tokens.json",
37802
+ "isSource": true,
37803
+ "original": {
37804
+ "value": "{utrecht.badge.padding-inline}"
37805
+ },
37806
+ "name": "padding-inline",
37807
+ "attributes": {},
37808
+ "path": [
37809
+ "utrecht",
37810
+ "status-badge",
37811
+ "padding-inline"
37812
+ ]
37813
+ },
37814
+ "active": {
37815
+ "background-color": {
37816
+ "value": "hsl(90 30% 50%)",
37817
+ "filePath": "src/component/utrecht/status-badge.tokens.json",
37818
+ "isSource": true,
37819
+ "original": {
37820
+ "value": "{utrecht.feedback.active.fill.background-color}"
37821
+ },
37822
+ "name": "background-color",
37823
+ "attributes": {},
37824
+ "path": [
37825
+ "utrecht",
37826
+ "status-badge",
37827
+ "active",
37828
+ "background-color"
37829
+ ]
37830
+ },
37831
+ "border-color": {
37832
+ "value": "hsl(90 30% 50%)",
37833
+ "filePath": "src/component/utrecht/status-badge.tokens.json",
37834
+ "isSource": true,
37835
+ "original": {
37836
+ "value": "{utrecht.feedback.active.fill.background-color}"
37837
+ },
37838
+ "name": "border-color",
37839
+ "attributes": {},
37840
+ "path": [
37841
+ "utrecht",
37842
+ "status-badge",
37843
+ "active",
37844
+ "border-color"
37845
+ ]
37846
+ },
37847
+ "color": {
37848
+ "value": "hsl(0 0% 100%)",
37849
+ "filePath": "src/component/utrecht/status-badge.tokens.json",
37850
+ "isSource": true,
37851
+ "original": {
37852
+ "value": "{utrecht.feedback.active.fill.color}"
37853
+ },
37854
+ "name": "color",
37855
+ "attributes": {},
37856
+ "path": [
37857
+ "utrecht",
37858
+ "status-badge",
37859
+ "active",
37860
+ "color"
37861
+ ]
37862
+ }
37863
+ },
37864
+ "danger": {
37865
+ "background-color": {
37866
+ "value": "hsl(0 100% 40%)",
37867
+ "filePath": "src/component/utrecht/status-badge.tokens.json",
37868
+ "isSource": true,
37869
+ "original": {
37870
+ "value": "{utrecht.feedback.danger.fill.background-color}"
37871
+ },
37872
+ "name": "background-color",
37873
+ "attributes": {},
37874
+ "path": [
37875
+ "utrecht",
37876
+ "status-badge",
37877
+ "danger",
37878
+ "background-color"
37879
+ ]
37880
+ },
37881
+ "border-color": {
37882
+ "value": "hsl(0 100% 40%)",
37883
+ "filePath": "src/component/utrecht/status-badge.tokens.json",
37884
+ "isSource": true,
37885
+ "original": {
37886
+ "value": "{utrecht.feedback.danger.fill.background-color}"
37887
+ },
37888
+ "name": "border-color",
37889
+ "attributes": {},
37890
+ "path": [
37891
+ "utrecht",
37892
+ "status-badge",
37893
+ "danger",
37894
+ "border-color"
37895
+ ]
37896
+ },
37897
+ "color": {
37898
+ "value": "hsl(0 0% 100%)",
37899
+ "filePath": "src/component/utrecht/status-badge.tokens.json",
37900
+ "isSource": true,
37901
+ "original": {
37902
+ "value": "{utrecht.feedback.danger.fill.color}"
37903
+ },
37904
+ "name": "color",
37905
+ "attributes": {},
37906
+ "path": [
37907
+ "utrecht",
37908
+ "status-badge",
37909
+ "danger",
37910
+ "color"
37911
+ ]
37912
+ }
37913
+ },
37914
+ "error": {
37915
+ "background-color": {
37916
+ "value": "hsl(0 100% 40%)",
37917
+ "filePath": "src/component/utrecht/status-badge.tokens.json",
37918
+ "isSource": true,
37919
+ "original": {
37920
+ "value": "{utrecht.feedback.error.fill.background-color}"
37921
+ },
37922
+ "name": "background-color",
37923
+ "attributes": {},
37924
+ "path": [
37925
+ "utrecht",
37926
+ "status-badge",
37927
+ "error",
37928
+ "background-color"
37929
+ ]
37930
+ },
37931
+ "border-color": {
37932
+ "value": "hsl(0 100% 40%)",
37933
+ "filePath": "src/component/utrecht/status-badge.tokens.json",
37934
+ "isSource": true,
37935
+ "original": {
37936
+ "value": "{utrecht.feedback.error.fill.background-color}"
37937
+ },
37938
+ "name": "border-color",
37939
+ "attributes": {},
37940
+ "path": [
37941
+ "utrecht",
37942
+ "status-badge",
37943
+ "error",
37944
+ "border-color"
37945
+ ]
37946
+ },
37947
+ "color": {
37948
+ "value": "hsl(0 0% 100%)",
37949
+ "filePath": "src/component/utrecht/status-badge.tokens.json",
37950
+ "isSource": true,
37951
+ "original": {
37952
+ "value": "{utrecht.feedback.error.fill.color}"
37953
+ },
37954
+ "name": "color",
37955
+ "attributes": {},
37956
+ "path": [
37957
+ "utrecht",
37958
+ "status-badge",
37959
+ "error",
37960
+ "color"
37961
+ ]
37962
+ }
37963
+ },
37964
+ "inactive": {
37965
+ "background-color": {
37966
+ "value": "hsl(0 100% 40%)",
37967
+ "filePath": "src/component/utrecht/status-badge.tokens.json",
37968
+ "isSource": true,
37969
+ "original": {
37970
+ "value": "{utrecht.feedback.inactive.fill.background-color}"
37971
+ },
37972
+ "name": "background-color",
37973
+ "attributes": {},
37974
+ "path": [
37975
+ "utrecht",
37976
+ "status-badge",
37977
+ "inactive",
37978
+ "background-color"
37979
+ ]
37980
+ },
37981
+ "border-color": {
37982
+ "value": "hsl(0 100% 40%)",
37983
+ "filePath": "src/component/utrecht/status-badge.tokens.json",
37984
+ "isSource": true,
37985
+ "original": {
37986
+ "value": "{utrecht.feedback.inactive.fill.background-color}"
37987
+ },
37988
+ "name": "border-color",
37989
+ "attributes": {},
37990
+ "path": [
37991
+ "utrecht",
37992
+ "status-badge",
37993
+ "inactive",
37994
+ "border-color"
37995
+ ]
37996
+ },
37997
+ "color": {
37998
+ "value": "hsl(0 0% 100%)",
37999
+ "filePath": "src/component/utrecht/status-badge.tokens.json",
38000
+ "isSource": true,
38001
+ "original": {
38002
+ "value": "{utrecht.feedback.inactive.fill.color}"
38003
+ },
38004
+ "name": "color",
38005
+ "attributes": {},
38006
+ "path": [
38007
+ "utrecht",
38008
+ "status-badge",
38009
+ "inactive",
38010
+ "color"
38011
+ ]
38012
+ }
38013
+ },
38014
+ "invalid": {
38015
+ "background-color": {
38016
+ "value": "#990000",
38017
+ "filePath": "src/component/utrecht/status-badge.tokens.json",
38018
+ "isSource": true,
38019
+ "original": {
38020
+ "value": "{utrecht.feedback.invalid.fill.background-color}"
38021
+ },
38022
+ "name": "background-color",
38023
+ "attributes": {},
38024
+ "path": [
38025
+ "utrecht",
38026
+ "status-badge",
38027
+ "invalid",
38028
+ "background-color"
38029
+ ]
38030
+ },
38031
+ "border-color": {
38032
+ "value": "#990000",
38033
+ "filePath": "src/component/utrecht/status-badge.tokens.json",
38034
+ "isSource": true,
38035
+ "original": {
38036
+ "value": "{utrecht.feedback.invalid.fill.background-color}"
38037
+ },
38038
+ "name": "border-color",
38039
+ "attributes": {},
38040
+ "path": [
38041
+ "utrecht",
38042
+ "status-badge",
38043
+ "invalid",
38044
+ "border-color"
38045
+ ]
38046
+ },
38047
+ "color": {
38048
+ "value": "hsl(0 0% 100%)",
38049
+ "filePath": "src/component/utrecht/status-badge.tokens.json",
38050
+ "isSource": true,
38051
+ "original": {
38052
+ "value": "{utrecht.feedback.invalid.fill.color}"
38053
+ },
38054
+ "name": "color",
38055
+ "attributes": {},
38056
+ "path": [
38057
+ "utrecht",
38058
+ "status-badge",
38059
+ "invalid",
38060
+ "color"
38061
+ ]
38062
+ }
38063
+ },
38064
+ "safe": {
38065
+ "background-color": {
38066
+ "value": "hsl(90 30% 50%)",
38067
+ "filePath": "src/component/utrecht/status-badge.tokens.json",
38068
+ "isSource": true,
38069
+ "original": {
38070
+ "value": "{utrecht.feedback.safe.fill.background-color}"
38071
+ },
38072
+ "name": "background-color",
38073
+ "attributes": {},
38074
+ "path": [
38075
+ "utrecht",
38076
+ "status-badge",
38077
+ "safe",
38078
+ "background-color"
38079
+ ]
38080
+ },
38081
+ "border-color": {
38082
+ "value": "hsl(90 30% 50%)",
38083
+ "filePath": "src/component/utrecht/status-badge.tokens.json",
38084
+ "isSource": true,
38085
+ "original": {
38086
+ "value": "{utrecht.feedback.safe.fill.background-color}"
38087
+ },
38088
+ "name": "border-color",
38089
+ "attributes": {},
38090
+ "path": [
38091
+ "utrecht",
38092
+ "status-badge",
38093
+ "safe",
38094
+ "border-color"
38095
+ ]
38096
+ },
38097
+ "color": {
38098
+ "value": "hsl(0 0% 100%)",
38099
+ "filePath": "src/component/utrecht/status-badge.tokens.json",
38100
+ "isSource": true,
38101
+ "original": {
38102
+ "value": "{utrecht.feedback.safe.fill.color}"
38103
+ },
38104
+ "name": "color",
38105
+ "attributes": {},
38106
+ "path": [
38107
+ "utrecht",
38108
+ "status-badge",
38109
+ "safe",
38110
+ "color"
38111
+ ]
38112
+ }
38113
+ },
38114
+ "valid": {
38115
+ "background-color": {
38116
+ "value": "hsl(90 30% 50%)",
38117
+ "filePath": "src/component/utrecht/status-badge.tokens.json",
38118
+ "isSource": true,
38119
+ "original": {
38120
+ "value": "{utrecht.feedback.valid.fill.background-color}"
38121
+ },
38122
+ "name": "background-color",
38123
+ "attributes": {},
38124
+ "path": [
38125
+ "utrecht",
38126
+ "status-badge",
38127
+ "valid",
38128
+ "background-color"
38129
+ ]
38130
+ },
38131
+ "border-color": {
38132
+ "value": "hsl(90 30% 50%)",
38133
+ "filePath": "src/component/utrecht/status-badge.tokens.json",
38134
+ "isSource": true,
38135
+ "original": {
38136
+ "value": "{utrecht.feedback.valid.fill.background-color}"
38137
+ },
38138
+ "name": "border-color",
38139
+ "attributes": {},
38140
+ "path": [
38141
+ "utrecht",
38142
+ "status-badge",
38143
+ "valid",
38144
+ "border-color"
38145
+ ]
38146
+ },
38147
+ "color": {
38148
+ "value": "hsl(0 0% 100%)",
38149
+ "filePath": "src/component/utrecht/status-badge.tokens.json",
38150
+ "isSource": true,
38151
+ "original": {
38152
+ "value": "{utrecht.feedback.valid.fill.color}"
38153
+ },
38154
+ "name": "color",
38155
+ "attributes": {},
38156
+ "path": [
38157
+ "utrecht",
38158
+ "status-badge",
38159
+ "valid",
38160
+ "color"
38161
+ ]
38162
+ }
38163
+ },
38164
+ "warning": {
38165
+ "background-color": {
38166
+ "value": "hsl(48 100% 50%)",
38167
+ "filePath": "src/component/utrecht/status-badge.tokens.json",
38168
+ "isSource": true,
38169
+ "original": {
38170
+ "value": "{utrecht.feedback.warning.fill.background-color}"
38171
+ },
38172
+ "name": "background-color",
38173
+ "attributes": {},
38174
+ "path": [
38175
+ "utrecht",
38176
+ "status-badge",
38177
+ "warning",
38178
+ "background-color"
38179
+ ]
38180
+ },
38181
+ "border-color": {
38182
+ "value": "hsl(48 100% 50%)",
38183
+ "filePath": "src/component/utrecht/status-badge.tokens.json",
38184
+ "isSource": true,
38185
+ "original": {
38186
+ "value": "{utrecht.feedback.warning.fill.background-color}"
38187
+ },
38188
+ "name": "border-color",
38189
+ "attributes": {},
38190
+ "path": [
38191
+ "utrecht",
38192
+ "status-badge",
38193
+ "warning",
38194
+ "border-color"
38195
+ ]
38196
+ },
38197
+ "color": {
38198
+ "value": "hsl(0 0% 0%)",
38199
+ "filePath": "src/component/utrecht/status-badge.tokens.json",
38200
+ "isSource": true,
38201
+ "original": {
38202
+ "value": "{utrecht.feedback.warning.fill.color}"
38203
+ },
38204
+ "name": "color",
38205
+ "attributes": {},
38206
+ "path": [
38207
+ "utrecht",
38208
+ "status-badge",
38209
+ "warning",
38210
+ "color"
38211
+ ]
38212
+ }
38213
+ }
38214
+ },
37565
38215
  "subscript": {},
37566
38216
  "superscript": {},
37567
38217
  "surface": {