@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/list.mjs CHANGED
@@ -24942,7 +24942,7 @@ export default [
24942
24942
  "nl.nldesignsystem.figma.supports-token": false
24943
24943
  },
24944
24944
  "type": "color",
24945
- "value": "hsl(0 0% 0%)",
24945
+ "value": "hsl(0 0% 15%)",
24946
24946
  "filePath": "src/component/utrecht/navigation.tokens.json",
24947
24947
  "isSource": true,
24948
24948
  "original": {
@@ -24954,17 +24954,15 @@ export default [
24954
24954
  "nl.nldesignsystem.figma.supports-token": false
24955
24955
  },
24956
24956
  "type": "color",
24957
- "value": "{utrecht.color.black}"
24957
+ "value": "{utrecht.color.grey.15}"
24958
24958
  },
24959
- "name": "utrechtNavigationLinkActiveFocusColor",
24959
+ "name": "utrechtNavigationLinkBackgroundColor",
24960
24960
  "attributes": {},
24961
24961
  "path": [
24962
24962
  "utrecht",
24963
24963
  "navigation",
24964
24964
  "link",
24965
- "active",
24966
- "focus",
24967
- "color"
24965
+ "background-color"
24968
24966
  ]
24969
24967
  },
24970
24968
  {
@@ -24976,7 +24974,7 @@ export default [
24976
24974
  "nl.nldesignsystem.figma.supports-token": false
24977
24975
  },
24978
24976
  "type": "color",
24979
- "value": "hsl(0 0% 15%)",
24977
+ "value": "hsl(0 0% 40%)",
24980
24978
  "filePath": "src/component/utrecht/navigation.tokens.json",
24981
24979
  "isSource": true,
24982
24980
  "original": {
@@ -24988,15 +24986,47 @@ export default [
24988
24986
  "nl.nldesignsystem.figma.supports-token": false
24989
24987
  },
24990
24988
  "type": "color",
24991
- "value": "{utrecht.color.grey.15}"
24989
+ "value": "{utrecht.color.grey.40}"
24992
24990
  },
24993
- "name": "utrechtNavigationLinkBackgroundColor",
24991
+ "name": "utrechtNavigationLinkBorderColor",
24994
24992
  "attributes": {},
24995
24993
  "path": [
24996
24994
  "utrecht",
24997
24995
  "navigation",
24998
24996
  "link",
24999
- "background-color"
24997
+ "border-color"
24998
+ ]
24999
+ },
25000
+ {
25001
+ "$extensions": {
25002
+ "nl.nldesignsystem.css.property": {
25003
+ "syntax": "<length>",
25004
+ "inherits": true
25005
+ },
25006
+ "nl.nldesignsystem.figma.supports-token": false
25007
+ },
25008
+ "type": "length",
25009
+ "value": "1px",
25010
+ "filePath": "src/component/utrecht/navigation.tokens.json",
25011
+ "isSource": true,
25012
+ "original": {
25013
+ "$extensions": {
25014
+ "nl.nldesignsystem.css.property": {
25015
+ "syntax": "<length>",
25016
+ "inherits": true
25017
+ },
25018
+ "nl.nldesignsystem.figma.supports-token": false
25019
+ },
25020
+ "type": "length",
25021
+ "value": "1px"
25022
+ },
25023
+ "name": "utrechtNavigationLinkBorderInlineEndWidth",
25024
+ "attributes": {},
25025
+ "path": [
25026
+ "utrecht",
25027
+ "navigation",
25028
+ "link",
25029
+ "border-inline-end-width"
25000
25030
  ]
25001
25031
  },
25002
25032
  {
@@ -25008,7 +25038,7 @@ export default [
25008
25038
  "nl.nldesignsystem.figma.supports-token": false
25009
25039
  },
25010
25040
  "type": "color",
25011
- "value": "hsl(0 0% 40%)",
25041
+ "value": "hsl(0 0% 100%)",
25012
25042
  "filePath": "src/component/utrecht/navigation.tokens.json",
25013
25043
  "isSource": true,
25014
25044
  "original": {
@@ -25020,47 +25050,48 @@ export default [
25020
25050
  "nl.nldesignsystem.figma.supports-token": false
25021
25051
  },
25022
25052
  "type": "color",
25023
- "value": "{utrecht.color.grey.40}"
25053
+ "value": "{utrecht.color.white}"
25024
25054
  },
25025
- "name": "utrechtNavigationLinkBorderColor",
25055
+ "name": "utrechtNavigationLinkColor",
25026
25056
  "attributes": {},
25027
25057
  "path": [
25028
25058
  "utrecht",
25029
25059
  "navigation",
25030
25060
  "link",
25031
- "border-color"
25061
+ "color"
25032
25062
  ]
25033
25063
  },
25034
25064
  {
25035
25065
  "$extensions": {
25036
25066
  "nl.nldesignsystem.css.property": {
25037
- "syntax": "<length>",
25067
+ "syntax": "<color>",
25038
25068
  "inherits": true
25039
25069
  },
25040
25070
  "nl.nldesignsystem.figma.supports-token": false
25041
25071
  },
25042
- "type": "length",
25043
- "value": "1px",
25072
+ "type": "color",
25073
+ "value": "hsl(0 0% 0%)",
25044
25074
  "filePath": "src/component/utrecht/navigation.tokens.json",
25045
25075
  "isSource": true,
25046
25076
  "original": {
25047
25077
  "$extensions": {
25048
25078
  "nl.nldesignsystem.css.property": {
25049
- "syntax": "<length>",
25079
+ "syntax": "<color>",
25050
25080
  "inherits": true
25051
25081
  },
25052
25082
  "nl.nldesignsystem.figma.supports-token": false
25053
25083
  },
25054
- "type": "length",
25055
- "value": "1px"
25084
+ "type": "color",
25085
+ "value": "{utrecht.color.black}"
25056
25086
  },
25057
- "name": "utrechtNavigationLinkBorderInlineEndWidth",
25087
+ "name": "utrechtNavigationLinkFocusBackgroundColor",
25058
25088
  "attributes": {},
25059
25089
  "path": [
25060
25090
  "utrecht",
25061
25091
  "navigation",
25062
25092
  "link",
25063
- "border-inline-end-width"
25093
+ "focus",
25094
+ "background-color"
25064
25095
  ]
25065
25096
  },
25066
25097
  {
@@ -25086,29 +25117,79 @@ export default [
25086
25117
  "type": "color",
25087
25118
  "value": "{utrecht.color.white}"
25088
25119
  },
25089
- "name": "utrechtNavigationLinkColor",
25120
+ "name": "utrechtNavigationLinkFocusColor",
25090
25121
  "attributes": {},
25091
25122
  "path": [
25092
25123
  "utrecht",
25093
25124
  "navigation",
25094
25125
  "link",
25126
+ "focus",
25095
25127
  "color"
25096
25128
  ]
25097
25129
  },
25098
25130
  {
25131
+ "$extensions": {
25132
+ "nl.nldesignsystem.css.property": {
25133
+ "syntax": "<length>",
25134
+ "inherits": true
25135
+ },
25136
+ "nl.nldesignsystem.figma.supports-token": false
25137
+ },
25138
+ "type": "length",
25139
+ "value": "3px",
25140
+ "filePath": "src/component/utrecht/navigation.tokens.json",
25141
+ "isSource": true,
25142
+ "original": {
25143
+ "$extensions": {
25144
+ "nl.nldesignsystem.css.property": {
25145
+ "syntax": "<length>",
25146
+ "inherits": true
25147
+ },
25148
+ "nl.nldesignsystem.figma.supports-token": false
25149
+ },
25150
+ "type": "length",
25151
+ "value": "3px"
25152
+ },
25153
+ "name": "utrechtNavigationLinkFocusTextDecorationThickness",
25154
+ "attributes": {},
25155
+ "path": [
25156
+ "utrecht",
25157
+ "navigation",
25158
+ "link",
25159
+ "focus",
25160
+ "text-decoration-thickness"
25161
+ ]
25162
+ },
25163
+ {
25164
+ "$extensions": {
25165
+ "nl.nldesignsystem.css.property": {
25166
+ "syntax": "<color>",
25167
+ "inherits": true
25168
+ },
25169
+ "nl.nldesignsystem.figma.supports-token": false
25170
+ },
25171
+ "type": "color",
25099
25172
  "value": "hsl(48 100% 80%)",
25100
25173
  "filePath": "src/component/utrecht/navigation.tokens.json",
25101
25174
  "isSource": true,
25102
25175
  "original": {
25176
+ "$extensions": {
25177
+ "nl.nldesignsystem.css.property": {
25178
+ "syntax": "<color>",
25179
+ "inherits": true
25180
+ },
25181
+ "nl.nldesignsystem.figma.supports-token": false
25182
+ },
25183
+ "type": "color",
25103
25184
  "value": "{utrecht.color.yellow.80}"
25104
25185
  },
25105
- "name": "utrechtNavigationLinkFocusBackgroundColor",
25186
+ "name": "utrechtNavigationLinkFocusVisibleBackgroundColor",
25106
25187
  "attributes": {},
25107
25188
  "path": [
25108
25189
  "utrecht",
25109
25190
  "navigation",
25110
25191
  "link",
25111
- "focus",
25192
+ "focus-visible",
25112
25193
  "background-color"
25113
25194
  ]
25114
25195
  },
@@ -25135,13 +25216,13 @@ export default [
25135
25216
  "type": "color",
25136
25217
  "value": "{utrecht.color.black}"
25137
25218
  },
25138
- "name": "utrechtNavigationLinkFocusColor",
25219
+ "name": "utrechtNavigationLinkFocusVisibleColor",
25139
25220
  "attributes": {},
25140
25221
  "path": [
25141
25222
  "utrecht",
25142
25223
  "navigation",
25143
25224
  "link",
25144
- "focus",
25225
+ "focus-visible",
25145
25226
  "color"
25146
25227
  ]
25147
25228
  },
@@ -25168,13 +25249,13 @@ export default [
25168
25249
  "type": "length",
25169
25250
  "value": "3px"
25170
25251
  },
25171
- "name": "utrechtNavigationLinkFocusTextDecorationThickness",
25252
+ "name": "utrechtNavigationLinkFocusVisibleTextDecorationThickness",
25172
25253
  "attributes": {},
25173
25254
  "path": [
25174
25255
  "utrecht",
25175
25256
  "navigation",
25176
25257
  "link",
25177
- "focus",
25258
+ "focus-visible",
25178
25259
  "text-decoration-thickness"
25179
25260
  ]
25180
25261
  },
@@ -25380,6 +25461,24 @@ export default [
25380
25461
  "font-weight"
25381
25462
  ]
25382
25463
  },
25464
+ {
25465
+ "value": "hsl(211 60% 35%)",
25466
+ "filePath": "src/component/utrecht/navigation.tokens.json",
25467
+ "isSource": true,
25468
+ "original": {
25469
+ "value": "{utrecht.color.blue.35}"
25470
+ },
25471
+ "name": "utrechtNavigationLinkMobileActiveColor",
25472
+ "attributes": {},
25473
+ "path": [
25474
+ "utrecht",
25475
+ "navigation",
25476
+ "link",
25477
+ "mobile",
25478
+ "active",
25479
+ "color"
25480
+ ]
25481
+ },
25383
25482
  {
25384
25483
  "$extensions": {
25385
25484
  "nl.nldesignsystem.css.property": {
@@ -25446,6 +25545,42 @@ export default [
25446
25545
  "color"
25447
25546
  ]
25448
25547
  },
25548
+ {
25549
+ "value": "hsl(0 0% 100%)",
25550
+ "filePath": "src/component/utrecht/navigation.tokens.json",
25551
+ "isSource": true,
25552
+ "original": {
25553
+ "value": "{utrecht.color.white}"
25554
+ },
25555
+ "name": "utrechtNavigationLinkMobileFocusBackgroundColor",
25556
+ "attributes": {},
25557
+ "path": [
25558
+ "utrecht",
25559
+ "navigation",
25560
+ "link",
25561
+ "mobile",
25562
+ "focus",
25563
+ "background-color"
25564
+ ]
25565
+ },
25566
+ {
25567
+ "value": "hsl(211 60% 35%)",
25568
+ "filePath": "src/component/utrecht/navigation.tokens.json",
25569
+ "isSource": true,
25570
+ "original": {
25571
+ "value": "{utrecht.color.blue.35}"
25572
+ },
25573
+ "name": "utrechtNavigationLinkMobileFocusColor",
25574
+ "attributes": {},
25575
+ "path": [
25576
+ "utrecht",
25577
+ "navigation",
25578
+ "link",
25579
+ "mobile",
25580
+ "focus",
25581
+ "color"
25582
+ ]
25583
+ },
25449
25584
  {
25450
25585
  "$extensions": {
25451
25586
  "nl.nldesignsystem.css.property": {
@@ -25523,7 +25658,7 @@ export default [
25523
25658
  "nl.nldesignsystem.figma.supports-token": false
25524
25659
  },
25525
25660
  "type": "fontWeight",
25526
- "value": "700",
25661
+ "value": "400",
25527
25662
  "filePath": "src/component/utrecht/navigation.tokens.json",
25528
25663
  "isSource": true,
25529
25664
  "original": {
@@ -25535,7 +25670,7 @@ export default [
25535
25670
  "nl.nldesignsystem.figma.supports-token": false
25536
25671
  },
25537
25672
  "type": "fontWeight",
25538
- "value": "{utrecht.typography.weight-scale.bold.font-weight}"
25673
+ "value": "{utrecht.typography.weight-scale.normal.font-weight}"
25539
25674
  },
25540
25675
  "name": "utrechtNavigationLinkMobileHoverFontWeight",
25541
25676
  "attributes": {},
@@ -34493,6 +34628,495 @@ export default [
34493
34628
  "z-index"
34494
34629
  ]
34495
34630
  },
34631
+ {
34632
+ "value": "hsl(90 30% 50%)",
34633
+ "filePath": "src/component/utrecht/status-badge.tokens.json",
34634
+ "isSource": true,
34635
+ "original": {
34636
+ "value": "{utrecht.feedback.active.fill.background-color}"
34637
+ },
34638
+ "name": "utrechtStatusBadgeActiveBackgroundColor",
34639
+ "attributes": {},
34640
+ "path": [
34641
+ "utrecht",
34642
+ "status-badge",
34643
+ "active",
34644
+ "background-color"
34645
+ ]
34646
+ },
34647
+ {
34648
+ "value": "hsl(90 30% 50%)",
34649
+ "filePath": "src/component/utrecht/status-badge.tokens.json",
34650
+ "isSource": true,
34651
+ "original": {
34652
+ "value": "{utrecht.feedback.active.fill.background-color}"
34653
+ },
34654
+ "name": "utrechtStatusBadgeActiveBorderColor",
34655
+ "attributes": {},
34656
+ "path": [
34657
+ "utrecht",
34658
+ "status-badge",
34659
+ "active",
34660
+ "border-color"
34661
+ ]
34662
+ },
34663
+ {
34664
+ "value": "hsl(0 0% 100%)",
34665
+ "filePath": "src/component/utrecht/status-badge.tokens.json",
34666
+ "isSource": true,
34667
+ "original": {
34668
+ "value": "{utrecht.feedback.active.fill.color}"
34669
+ },
34670
+ "name": "utrechtStatusBadgeActiveColor",
34671
+ "attributes": {},
34672
+ "path": [
34673
+ "utrecht",
34674
+ "status-badge",
34675
+ "active",
34676
+ "color"
34677
+ ]
34678
+ },
34679
+ {
34680
+ "value": "hsl(0 0% 30%)",
34681
+ "filePath": "src/component/utrecht/status-badge.tokens.json",
34682
+ "isSource": true,
34683
+ "original": {
34684
+ "value": "{utrecht.badge.background-color}"
34685
+ },
34686
+ "name": "utrechtStatusBadgeBackgroundColor",
34687
+ "attributes": {},
34688
+ "path": [
34689
+ "utrecht",
34690
+ "status-badge",
34691
+ "background-color"
34692
+ ]
34693
+ },
34694
+ {
34695
+ "value": "0",
34696
+ "filePath": "src/component/utrecht/status-badge.tokens.json",
34697
+ "isSource": true,
34698
+ "original": {
34699
+ "value": "{utrecht.badge.border-radius}"
34700
+ },
34701
+ "name": "utrechtStatusBadgeBorderRadius",
34702
+ "attributes": {},
34703
+ "path": [
34704
+ "utrecht",
34705
+ "status-badge",
34706
+ "border-radius"
34707
+ ]
34708
+ },
34709
+ {
34710
+ "value": "0px",
34711
+ "filePath": "src/component/utrecht/status-badge.tokens.json",
34712
+ "isSource": true,
34713
+ "original": {
34714
+ "value": "0px"
34715
+ },
34716
+ "name": "utrechtStatusBadgeBorderWidth",
34717
+ "attributes": {},
34718
+ "path": [
34719
+ "utrecht",
34720
+ "status-badge",
34721
+ "border-width"
34722
+ ]
34723
+ },
34724
+ {
34725
+ "value": "hsl(0 0% 100%)",
34726
+ "filePath": "src/component/utrecht/status-badge.tokens.json",
34727
+ "isSource": true,
34728
+ "original": {
34729
+ "value": "{utrecht.badge.color}"
34730
+ },
34731
+ "name": "utrechtStatusBadgeColor",
34732
+ "attributes": {},
34733
+ "path": [
34734
+ "utrecht",
34735
+ "status-badge",
34736
+ "color"
34737
+ ]
34738
+ },
34739
+ {
34740
+ "value": "hsl(0 100% 40%)",
34741
+ "filePath": "src/component/utrecht/status-badge.tokens.json",
34742
+ "isSource": true,
34743
+ "original": {
34744
+ "value": "{utrecht.feedback.danger.fill.background-color}"
34745
+ },
34746
+ "name": "utrechtStatusBadgeDangerBackgroundColor",
34747
+ "attributes": {},
34748
+ "path": [
34749
+ "utrecht",
34750
+ "status-badge",
34751
+ "danger",
34752
+ "background-color"
34753
+ ]
34754
+ },
34755
+ {
34756
+ "value": "hsl(0 100% 40%)",
34757
+ "filePath": "src/component/utrecht/status-badge.tokens.json",
34758
+ "isSource": true,
34759
+ "original": {
34760
+ "value": "{utrecht.feedback.danger.fill.background-color}"
34761
+ },
34762
+ "name": "utrechtStatusBadgeDangerBorderColor",
34763
+ "attributes": {},
34764
+ "path": [
34765
+ "utrecht",
34766
+ "status-badge",
34767
+ "danger",
34768
+ "border-color"
34769
+ ]
34770
+ },
34771
+ {
34772
+ "value": "hsl(0 0% 100%)",
34773
+ "filePath": "src/component/utrecht/status-badge.tokens.json",
34774
+ "isSource": true,
34775
+ "original": {
34776
+ "value": "{utrecht.feedback.danger.fill.color}"
34777
+ },
34778
+ "name": "utrechtStatusBadgeDangerColor",
34779
+ "attributes": {},
34780
+ "path": [
34781
+ "utrecht",
34782
+ "status-badge",
34783
+ "danger",
34784
+ "color"
34785
+ ]
34786
+ },
34787
+ {
34788
+ "value": "hsl(0 100% 40%)",
34789
+ "filePath": "src/component/utrecht/status-badge.tokens.json",
34790
+ "isSource": true,
34791
+ "original": {
34792
+ "value": "{utrecht.feedback.error.fill.background-color}"
34793
+ },
34794
+ "name": "utrechtStatusBadgeErrorBackgroundColor",
34795
+ "attributes": {},
34796
+ "path": [
34797
+ "utrecht",
34798
+ "status-badge",
34799
+ "error",
34800
+ "background-color"
34801
+ ]
34802
+ },
34803
+ {
34804
+ "value": "hsl(0 100% 40%)",
34805
+ "filePath": "src/component/utrecht/status-badge.tokens.json",
34806
+ "isSource": true,
34807
+ "original": {
34808
+ "value": "{utrecht.feedback.error.fill.background-color}"
34809
+ },
34810
+ "name": "utrechtStatusBadgeErrorBorderColor",
34811
+ "attributes": {},
34812
+ "path": [
34813
+ "utrecht",
34814
+ "status-badge",
34815
+ "error",
34816
+ "border-color"
34817
+ ]
34818
+ },
34819
+ {
34820
+ "value": "hsl(0 0% 100%)",
34821
+ "filePath": "src/component/utrecht/status-badge.tokens.json",
34822
+ "isSource": true,
34823
+ "original": {
34824
+ "value": "{utrecht.feedback.error.fill.color}"
34825
+ },
34826
+ "name": "utrechtStatusBadgeErrorColor",
34827
+ "attributes": {},
34828
+ "path": [
34829
+ "utrecht",
34830
+ "status-badge",
34831
+ "error",
34832
+ "color"
34833
+ ]
34834
+ },
34835
+ {
34836
+ "value": "\"Noto Sans Variable\", \"Arial\", sans-serif",
34837
+ "filePath": "src/component/utrecht/status-badge.tokens.json",
34838
+ "isSource": true,
34839
+ "original": {
34840
+ "value": "{utrecht.typography.sans-serif.font-family}"
34841
+ },
34842
+ "name": "utrechtStatusBadgeFontFamily",
34843
+ "attributes": {},
34844
+ "path": [
34845
+ "utrecht",
34846
+ "status-badge",
34847
+ "font-family"
34848
+ ]
34849
+ },
34850
+ {
34851
+ "value": "hsl(0 100% 40%)",
34852
+ "filePath": "src/component/utrecht/status-badge.tokens.json",
34853
+ "isSource": true,
34854
+ "original": {
34855
+ "value": "{utrecht.feedback.inactive.fill.background-color}"
34856
+ },
34857
+ "name": "utrechtStatusBadgeInactiveBackgroundColor",
34858
+ "attributes": {},
34859
+ "path": [
34860
+ "utrecht",
34861
+ "status-badge",
34862
+ "inactive",
34863
+ "background-color"
34864
+ ]
34865
+ },
34866
+ {
34867
+ "value": "hsl(0 100% 40%)",
34868
+ "filePath": "src/component/utrecht/status-badge.tokens.json",
34869
+ "isSource": true,
34870
+ "original": {
34871
+ "value": "{utrecht.feedback.inactive.fill.background-color}"
34872
+ },
34873
+ "name": "utrechtStatusBadgeInactiveBorderColor",
34874
+ "attributes": {},
34875
+ "path": [
34876
+ "utrecht",
34877
+ "status-badge",
34878
+ "inactive",
34879
+ "border-color"
34880
+ ]
34881
+ },
34882
+ {
34883
+ "value": "hsl(0 0% 100%)",
34884
+ "filePath": "src/component/utrecht/status-badge.tokens.json",
34885
+ "isSource": true,
34886
+ "original": {
34887
+ "value": "{utrecht.feedback.inactive.fill.color}"
34888
+ },
34889
+ "name": "utrechtStatusBadgeInactiveColor",
34890
+ "attributes": {},
34891
+ "path": [
34892
+ "utrecht",
34893
+ "status-badge",
34894
+ "inactive",
34895
+ "color"
34896
+ ]
34897
+ },
34898
+ {
34899
+ "value": "#990000",
34900
+ "filePath": "src/component/utrecht/status-badge.tokens.json",
34901
+ "isSource": true,
34902
+ "original": {
34903
+ "value": "{utrecht.feedback.invalid.fill.background-color}"
34904
+ },
34905
+ "name": "utrechtStatusBadgeInvalidBackgroundColor",
34906
+ "attributes": {},
34907
+ "path": [
34908
+ "utrecht",
34909
+ "status-badge",
34910
+ "invalid",
34911
+ "background-color"
34912
+ ]
34913
+ },
34914
+ {
34915
+ "value": "#990000",
34916
+ "filePath": "src/component/utrecht/status-badge.tokens.json",
34917
+ "isSource": true,
34918
+ "original": {
34919
+ "value": "{utrecht.feedback.invalid.fill.background-color}"
34920
+ },
34921
+ "name": "utrechtStatusBadgeInvalidBorderColor",
34922
+ "attributes": {},
34923
+ "path": [
34924
+ "utrecht",
34925
+ "status-badge",
34926
+ "invalid",
34927
+ "border-color"
34928
+ ]
34929
+ },
34930
+ {
34931
+ "value": "hsl(0 0% 100%)",
34932
+ "filePath": "src/component/utrecht/status-badge.tokens.json",
34933
+ "isSource": true,
34934
+ "original": {
34935
+ "value": "{utrecht.feedback.invalid.fill.color}"
34936
+ },
34937
+ "name": "utrechtStatusBadgeInvalidColor",
34938
+ "attributes": {},
34939
+ "path": [
34940
+ "utrecht",
34941
+ "status-badge",
34942
+ "invalid",
34943
+ "color"
34944
+ ]
34945
+ },
34946
+ {
34947
+ "value": "8px",
34948
+ "filePath": "src/component/utrecht/status-badge.tokens.json",
34949
+ "isSource": true,
34950
+ "original": {
34951
+ "value": "{utrecht.badge.padding-block}"
34952
+ },
34953
+ "name": "utrechtStatusBadgePaddingBlock",
34954
+ "attributes": {},
34955
+ "path": [
34956
+ "utrecht",
34957
+ "status-badge",
34958
+ "padding-block"
34959
+ ]
34960
+ },
34961
+ {
34962
+ "value": "12px",
34963
+ "filePath": "src/component/utrecht/status-badge.tokens.json",
34964
+ "isSource": true,
34965
+ "original": {
34966
+ "value": "{utrecht.badge.padding-inline}"
34967
+ },
34968
+ "name": "utrechtStatusBadgePaddingInline",
34969
+ "attributes": {},
34970
+ "path": [
34971
+ "utrecht",
34972
+ "status-badge",
34973
+ "padding-inline"
34974
+ ]
34975
+ },
34976
+ {
34977
+ "value": "hsl(90 30% 50%)",
34978
+ "filePath": "src/component/utrecht/status-badge.tokens.json",
34979
+ "isSource": true,
34980
+ "original": {
34981
+ "value": "{utrecht.feedback.safe.fill.background-color}"
34982
+ },
34983
+ "name": "utrechtStatusBadgeSafeBackgroundColor",
34984
+ "attributes": {},
34985
+ "path": [
34986
+ "utrecht",
34987
+ "status-badge",
34988
+ "safe",
34989
+ "background-color"
34990
+ ]
34991
+ },
34992
+ {
34993
+ "value": "hsl(90 30% 50%)",
34994
+ "filePath": "src/component/utrecht/status-badge.tokens.json",
34995
+ "isSource": true,
34996
+ "original": {
34997
+ "value": "{utrecht.feedback.safe.fill.background-color}"
34998
+ },
34999
+ "name": "utrechtStatusBadgeSafeBorderColor",
35000
+ "attributes": {},
35001
+ "path": [
35002
+ "utrecht",
35003
+ "status-badge",
35004
+ "safe",
35005
+ "border-color"
35006
+ ]
35007
+ },
35008
+ {
35009
+ "value": "hsl(0 0% 100%)",
35010
+ "filePath": "src/component/utrecht/status-badge.tokens.json",
35011
+ "isSource": true,
35012
+ "original": {
35013
+ "value": "{utrecht.feedback.safe.fill.color}"
35014
+ },
35015
+ "name": "utrechtStatusBadgeSafeColor",
35016
+ "attributes": {},
35017
+ "path": [
35018
+ "utrecht",
35019
+ "status-badge",
35020
+ "safe",
35021
+ "color"
35022
+ ]
35023
+ },
35024
+ {
35025
+ "value": "hsl(90 30% 50%)",
35026
+ "filePath": "src/component/utrecht/status-badge.tokens.json",
35027
+ "isSource": true,
35028
+ "original": {
35029
+ "value": "{utrecht.feedback.valid.fill.background-color}"
35030
+ },
35031
+ "name": "utrechtStatusBadgeValidBackgroundColor",
35032
+ "attributes": {},
35033
+ "path": [
35034
+ "utrecht",
35035
+ "status-badge",
35036
+ "valid",
35037
+ "background-color"
35038
+ ]
35039
+ },
35040
+ {
35041
+ "value": "hsl(90 30% 50%)",
35042
+ "filePath": "src/component/utrecht/status-badge.tokens.json",
35043
+ "isSource": true,
35044
+ "original": {
35045
+ "value": "{utrecht.feedback.valid.fill.background-color}"
35046
+ },
35047
+ "name": "utrechtStatusBadgeValidBorderColor",
35048
+ "attributes": {},
35049
+ "path": [
35050
+ "utrecht",
35051
+ "status-badge",
35052
+ "valid",
35053
+ "border-color"
35054
+ ]
35055
+ },
35056
+ {
35057
+ "value": "hsl(0 0% 100%)",
35058
+ "filePath": "src/component/utrecht/status-badge.tokens.json",
35059
+ "isSource": true,
35060
+ "original": {
35061
+ "value": "{utrecht.feedback.valid.fill.color}"
35062
+ },
35063
+ "name": "utrechtStatusBadgeValidColor",
35064
+ "attributes": {},
35065
+ "path": [
35066
+ "utrecht",
35067
+ "status-badge",
35068
+ "valid",
35069
+ "color"
35070
+ ]
35071
+ },
35072
+ {
35073
+ "value": "hsl(48 100% 50%)",
35074
+ "filePath": "src/component/utrecht/status-badge.tokens.json",
35075
+ "isSource": true,
35076
+ "original": {
35077
+ "value": "{utrecht.feedback.warning.fill.background-color}"
35078
+ },
35079
+ "name": "utrechtStatusBadgeWarningBackgroundColor",
35080
+ "attributes": {},
35081
+ "path": [
35082
+ "utrecht",
35083
+ "status-badge",
35084
+ "warning",
35085
+ "background-color"
35086
+ ]
35087
+ },
35088
+ {
35089
+ "value": "hsl(48 100% 50%)",
35090
+ "filePath": "src/component/utrecht/status-badge.tokens.json",
35091
+ "isSource": true,
35092
+ "original": {
35093
+ "value": "{utrecht.feedback.warning.fill.background-color}"
35094
+ },
35095
+ "name": "utrechtStatusBadgeWarningBorderColor",
35096
+ "attributes": {},
35097
+ "path": [
35098
+ "utrecht",
35099
+ "status-badge",
35100
+ "warning",
35101
+ "border-color"
35102
+ ]
35103
+ },
35104
+ {
35105
+ "value": "hsl(0 0% 0%)",
35106
+ "filePath": "src/component/utrecht/status-badge.tokens.json",
35107
+ "isSource": true,
35108
+ "original": {
35109
+ "value": "{utrecht.feedback.warning.fill.color}"
35110
+ },
35111
+ "name": "utrechtStatusBadgeWarningColor",
35112
+ "attributes": {},
35113
+ "path": [
35114
+ "utrecht",
35115
+ "status-badge",
35116
+ "warning",
35117
+ "color"
35118
+ ]
35119
+ },
34496
35120
  {
34497
35121
  "$extensions": {
34498
35122
  "nl.nldesignsystem.css.property": {