@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.
- package/CHANGELOG.md +11 -0
- package/dist/_mixin-theme.scss +40 -4
- package/dist/_mixin.scss +40 -4
- package/dist/_variables.scss +40 -4
- package/dist/dark/_mixin-theme.scss +40 -4
- package/dist/dark/_mixin.scss +40 -4
- package/dist/dark/_variables.scss +40 -4
- package/dist/dark/index.cjs +40 -4
- package/dist/dark/index.css +40 -4
- package/dist/dark/index.d.ts +38 -2
- package/dist/dark/index.flat.json +40 -4
- package/dist/dark/index.json +655 -31
- package/dist/dark/index.mjs +40 -4
- package/dist/dark/index.tokens.json +95 -33
- package/dist/dark/list.json +655 -31
- package/dist/dark/list.mjs +655 -31
- package/dist/dark/property.css +4 -1
- package/dist/dark/root.css +40 -4
- package/dist/dark/theme-prince-xml.css +40 -4
- package/dist/dark/theme.css +40 -4
- package/dist/dark/tokens.cjs +752 -102
- package/dist/dark/tokens.d.ts +83 -21
- package/dist/dark/tokens.json +753 -103
- package/dist/dark/variables.cjs +40 -4
- package/dist/dark/variables.css +40 -4
- package/dist/dark/variables.d.ts +38 -2
- package/dist/dark/variables.json +40 -4
- package/dist/dark/variables.less +40 -4
- package/dist/dark/variables.mjs +40 -4
- package/dist/index.cjs +40 -4
- package/dist/index.css +80 -8
- package/dist/index.d.ts +38 -2
- package/dist/index.flat.json +40 -4
- package/dist/index.json +655 -31
- package/dist/index.mjs +40 -4
- package/dist/index.tokens.json +95 -33
- package/dist/list.json +655 -31
- package/dist/list.mjs +655 -31
- package/dist/property.css +4 -1
- package/dist/root.css +40 -4
- package/dist/theme-prince-xml.css +40 -4
- package/dist/theme.css +40 -4
- package/dist/tokens.cjs +752 -102
- package/dist/tokens.d.ts +83 -21
- package/dist/tokens.json +753 -103
- package/dist/variables.cjs +40 -4
- package/dist/variables.css +40 -4
- package/dist/variables.d.ts +38 -2
- package/dist/variables.json +40 -4
- package/dist/variables.less +40 -4
- package/dist/variables.mjs +40 -4
- package/package.json +1 -1
- package/src/component/utrecht/navigation.tokens.json +25 -6
- package/src/component/utrecht/status-badge.tokens.json +75 -0
- package/src/component/utrecht/badge-status.tokens.json +0 -8
package/dist/dark/tokens.cjs
CHANGED
|
@@ -2881,31 +2881,6 @@ module.exports = {
|
|
|
2881
2881
|
}
|
|
2882
2882
|
}
|
|
2883
2883
|
},
|
|
2884
|
-
"badge-status": {
|
|
2885
|
-
"letter-spacing": {
|
|
2886
|
-
"$extensions": {
|
|
2887
|
-
"nl.nldesignsystem.css.property": {
|
|
2888
|
-
"syntax": "<length>",
|
|
2889
|
-
"inherits": true
|
|
2890
|
-
},
|
|
2891
|
-
"nl.nldesignsystem.figma.supports-token": true
|
|
2892
|
-
},
|
|
2893
|
-
"type": "letterSpacing"
|
|
2894
|
-
},
|
|
2895
|
-
"text-transform": {
|
|
2896
|
-
"$extensions": {
|
|
2897
|
-
"nl.nldesignsystem.css.property": {
|
|
2898
|
-
"syntax": [
|
|
2899
|
-
"inherit",
|
|
2900
|
-
"uppercase"
|
|
2901
|
-
],
|
|
2902
|
-
"inherits": true
|
|
2903
|
-
},
|
|
2904
|
-
"nl.nldesignsystem.figma.supports-token": true
|
|
2905
|
-
},
|
|
2906
|
-
"type": "textCase"
|
|
2907
|
-
}
|
|
2908
|
-
},
|
|
2909
2884
|
"badge": {
|
|
2910
2885
|
"background-color": {
|
|
2911
2886
|
"comment": "Default background color for badge components",
|
|
@@ -26697,42 +26672,6 @@ module.exports = {
|
|
|
26697
26672
|
"active",
|
|
26698
26673
|
"color"
|
|
26699
26674
|
]
|
|
26700
|
-
},
|
|
26701
|
-
"focus": {
|
|
26702
|
-
"color": {
|
|
26703
|
-
"$extensions": {
|
|
26704
|
-
"nl.nldesignsystem.css.property": {
|
|
26705
|
-
"syntax": "<color>",
|
|
26706
|
-
"inherits": true
|
|
26707
|
-
},
|
|
26708
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
26709
|
-
},
|
|
26710
|
-
"type": "color",
|
|
26711
|
-
"value": "hsl(0 0% 0%)",
|
|
26712
|
-
"filePath": "src/component/utrecht/navigation.tokens.json",
|
|
26713
|
-
"isSource": true,
|
|
26714
|
-
"original": {
|
|
26715
|
-
"$extensions": {
|
|
26716
|
-
"nl.nldesignsystem.css.property": {
|
|
26717
|
-
"syntax": "<color>",
|
|
26718
|
-
"inherits": true
|
|
26719
|
-
},
|
|
26720
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
26721
|
-
},
|
|
26722
|
-
"type": "color",
|
|
26723
|
-
"value": "{utrecht.color.black}"
|
|
26724
|
-
},
|
|
26725
|
-
"name": "color",
|
|
26726
|
-
"attributes": {},
|
|
26727
|
-
"path": [
|
|
26728
|
-
"utrecht",
|
|
26729
|
-
"navigation",
|
|
26730
|
-
"link",
|
|
26731
|
-
"active",
|
|
26732
|
-
"focus",
|
|
26733
|
-
"color"
|
|
26734
|
-
]
|
|
26735
|
-
}
|
|
26736
26675
|
}
|
|
26737
26676
|
},
|
|
26738
26677
|
"background-color": {
|
|
@@ -26873,7 +26812,7 @@ module.exports = {
|
|
|
26873
26812
|
"nl.nldesignsystem.figma.supports-token": false
|
|
26874
26813
|
},
|
|
26875
26814
|
"type": "color",
|
|
26876
|
-
"value": "hsl(0 0%
|
|
26815
|
+
"value": "hsl(0 0% 100%)",
|
|
26877
26816
|
"filePath": "src/component/utrecht/navigation.tokens.json",
|
|
26878
26817
|
"isSource": true,
|
|
26879
26818
|
"original": {
|
|
@@ -26885,7 +26824,7 @@ module.exports = {
|
|
|
26885
26824
|
"nl.nldesignsystem.figma.supports-token": false
|
|
26886
26825
|
},
|
|
26887
26826
|
"type": "color",
|
|
26888
|
-
"value": "{utrecht.color.
|
|
26827
|
+
"value": "{utrecht.color.white}"
|
|
26889
26828
|
},
|
|
26890
26829
|
"name": "color",
|
|
26891
26830
|
"attributes": {},
|
|
@@ -26897,6 +26836,39 @@ module.exports = {
|
|
|
26897
26836
|
"color"
|
|
26898
26837
|
]
|
|
26899
26838
|
},
|
|
26839
|
+
"background-color": {
|
|
26840
|
+
"$extensions": {
|
|
26841
|
+
"nl.nldesignsystem.css.property": {
|
|
26842
|
+
"syntax": "<color>",
|
|
26843
|
+
"inherits": true
|
|
26844
|
+
},
|
|
26845
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
26846
|
+
},
|
|
26847
|
+
"type": "color",
|
|
26848
|
+
"value": "hsl(0 0% 0%)",
|
|
26849
|
+
"filePath": "src/component/utrecht/navigation.tokens.json",
|
|
26850
|
+
"isSource": true,
|
|
26851
|
+
"original": {
|
|
26852
|
+
"$extensions": {
|
|
26853
|
+
"nl.nldesignsystem.css.property": {
|
|
26854
|
+
"syntax": "<color>",
|
|
26855
|
+
"inherits": true
|
|
26856
|
+
},
|
|
26857
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
26858
|
+
},
|
|
26859
|
+
"type": "color",
|
|
26860
|
+
"value": "{utrecht.color.black}"
|
|
26861
|
+
},
|
|
26862
|
+
"name": "background-color",
|
|
26863
|
+
"attributes": {},
|
|
26864
|
+
"path": [
|
|
26865
|
+
"utrecht",
|
|
26866
|
+
"navigation",
|
|
26867
|
+
"link",
|
|
26868
|
+
"focus",
|
|
26869
|
+
"background-color"
|
|
26870
|
+
]
|
|
26871
|
+
},
|
|
26900
26872
|
"text-decoration-thickness": {
|
|
26901
26873
|
"$extensions": {
|
|
26902
26874
|
"nl.nldesignsystem.css.property": {
|
|
@@ -26929,12 +26901,63 @@ module.exports = {
|
|
|
26929
26901
|
"focus",
|
|
26930
26902
|
"text-decoration-thickness"
|
|
26931
26903
|
]
|
|
26904
|
+
}
|
|
26905
|
+
},
|
|
26906
|
+
"focus-visible": {
|
|
26907
|
+
"color": {
|
|
26908
|
+
"$extensions": {
|
|
26909
|
+
"nl.nldesignsystem.css.property": {
|
|
26910
|
+
"syntax": "<color>",
|
|
26911
|
+
"inherits": true
|
|
26912
|
+
},
|
|
26913
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
26914
|
+
},
|
|
26915
|
+
"type": "color",
|
|
26916
|
+
"value": "hsl(0 0% 0%)",
|
|
26917
|
+
"filePath": "src/component/utrecht/navigation.tokens.json",
|
|
26918
|
+
"isSource": true,
|
|
26919
|
+
"original": {
|
|
26920
|
+
"$extensions": {
|
|
26921
|
+
"nl.nldesignsystem.css.property": {
|
|
26922
|
+
"syntax": "<color>",
|
|
26923
|
+
"inherits": true
|
|
26924
|
+
},
|
|
26925
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
26926
|
+
},
|
|
26927
|
+
"type": "color",
|
|
26928
|
+
"value": "{utrecht.color.black}"
|
|
26929
|
+
},
|
|
26930
|
+
"name": "color",
|
|
26931
|
+
"attributes": {},
|
|
26932
|
+
"path": [
|
|
26933
|
+
"utrecht",
|
|
26934
|
+
"navigation",
|
|
26935
|
+
"link",
|
|
26936
|
+
"focus-visible",
|
|
26937
|
+
"color"
|
|
26938
|
+
]
|
|
26932
26939
|
},
|
|
26933
26940
|
"background-color": {
|
|
26941
|
+
"$extensions": {
|
|
26942
|
+
"nl.nldesignsystem.css.property": {
|
|
26943
|
+
"syntax": "<color>",
|
|
26944
|
+
"inherits": true
|
|
26945
|
+
},
|
|
26946
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
26947
|
+
},
|
|
26948
|
+
"type": "color",
|
|
26934
26949
|
"value": "hsl(48 100% 80%)",
|
|
26935
26950
|
"filePath": "src/component/utrecht/navigation.tokens.json",
|
|
26936
26951
|
"isSource": true,
|
|
26937
26952
|
"original": {
|
|
26953
|
+
"$extensions": {
|
|
26954
|
+
"nl.nldesignsystem.css.property": {
|
|
26955
|
+
"syntax": "<color>",
|
|
26956
|
+
"inherits": true
|
|
26957
|
+
},
|
|
26958
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
26959
|
+
},
|
|
26960
|
+
"type": "color",
|
|
26938
26961
|
"value": "{utrecht.color.yellow.80}"
|
|
26939
26962
|
},
|
|
26940
26963
|
"name": "background-color",
|
|
@@ -26943,9 +26966,42 @@ module.exports = {
|
|
|
26943
26966
|
"utrecht",
|
|
26944
26967
|
"navigation",
|
|
26945
26968
|
"link",
|
|
26946
|
-
"focus",
|
|
26969
|
+
"focus-visible",
|
|
26947
26970
|
"background-color"
|
|
26948
26971
|
]
|
|
26972
|
+
},
|
|
26973
|
+
"text-decoration-thickness": {
|
|
26974
|
+
"$extensions": {
|
|
26975
|
+
"nl.nldesignsystem.css.property": {
|
|
26976
|
+
"syntax": "<length>",
|
|
26977
|
+
"inherits": true
|
|
26978
|
+
},
|
|
26979
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
26980
|
+
},
|
|
26981
|
+
"type": "length",
|
|
26982
|
+
"value": "3px",
|
|
26983
|
+
"filePath": "src/component/utrecht/navigation.tokens.json",
|
|
26984
|
+
"isSource": true,
|
|
26985
|
+
"original": {
|
|
26986
|
+
"$extensions": {
|
|
26987
|
+
"nl.nldesignsystem.css.property": {
|
|
26988
|
+
"syntax": "<length>",
|
|
26989
|
+
"inherits": true
|
|
26990
|
+
},
|
|
26991
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
26992
|
+
},
|
|
26993
|
+
"type": "length",
|
|
26994
|
+
"value": "3px"
|
|
26995
|
+
},
|
|
26996
|
+
"name": "text-decoration-thickness",
|
|
26997
|
+
"attributes": {},
|
|
26998
|
+
"path": [
|
|
26999
|
+
"utrecht",
|
|
27000
|
+
"navigation",
|
|
27001
|
+
"link",
|
|
27002
|
+
"focus-visible",
|
|
27003
|
+
"text-decoration-thickness"
|
|
27004
|
+
]
|
|
26949
27005
|
}
|
|
26950
27006
|
},
|
|
26951
27007
|
"font-weight": {
|
|
@@ -27299,7 +27355,7 @@ module.exports = {
|
|
|
27299
27355
|
"nl.nldesignsystem.figma.supports-token": false
|
|
27300
27356
|
},
|
|
27301
27357
|
"type": "fontWeight",
|
|
27302
|
-
"value": "
|
|
27358
|
+
"value": "400",
|
|
27303
27359
|
"filePath": "src/component/utrecht/navigation.tokens.json",
|
|
27304
27360
|
"isSource": true,
|
|
27305
27361
|
"original": {
|
|
@@ -27311,7 +27367,7 @@ module.exports = {
|
|
|
27311
27367
|
"nl.nldesignsystem.figma.supports-token": false
|
|
27312
27368
|
},
|
|
27313
27369
|
"type": "fontWeight",
|
|
27314
|
-
"value": "{utrecht.typography.weight-scale.
|
|
27370
|
+
"value": "{utrecht.typography.weight-scale.normal.font-weight}"
|
|
27315
27371
|
},
|
|
27316
27372
|
"name": "font-weight",
|
|
27317
27373
|
"attributes": {},
|
|
@@ -27566,47 +27622,105 @@ module.exports = {
|
|
|
27566
27622
|
"mobile",
|
|
27567
27623
|
"transition-timing-function"
|
|
27568
27624
|
]
|
|
27569
|
-
}
|
|
27570
|
-
|
|
27571
|
-
|
|
27572
|
-
|
|
27573
|
-
|
|
27574
|
-
"
|
|
27575
|
-
"
|
|
27576
|
-
|
|
27577
|
-
|
|
27578
|
-
|
|
27579
|
-
"
|
|
27625
|
+
},
|
|
27626
|
+
"active": {
|
|
27627
|
+
"color": {
|
|
27628
|
+
"value": "hsl(211 60% 35%)",
|
|
27629
|
+
"filePath": "src/component/utrecht/navigation.tokens.json",
|
|
27630
|
+
"isSource": true,
|
|
27631
|
+
"original": {
|
|
27632
|
+
"value": "{utrecht.color.blue.35}"
|
|
27633
|
+
},
|
|
27634
|
+
"name": "color",
|
|
27635
|
+
"attributes": {},
|
|
27636
|
+
"path": [
|
|
27637
|
+
"utrecht",
|
|
27638
|
+
"navigation",
|
|
27639
|
+
"link",
|
|
27640
|
+
"mobile",
|
|
27641
|
+
"active",
|
|
27642
|
+
"color"
|
|
27643
|
+
]
|
|
27580
27644
|
}
|
|
27581
27645
|
},
|
|
27582
|
-
"
|
|
27583
|
-
|
|
27584
|
-
|
|
27585
|
-
|
|
27586
|
-
|
|
27587
|
-
|
|
27588
|
-
|
|
27589
|
-
"syntax": "<length>",
|
|
27590
|
-
"inherits": true
|
|
27646
|
+
"focus": {
|
|
27647
|
+
"background-color": {
|
|
27648
|
+
"value": "hsl(0 0% 100%)",
|
|
27649
|
+
"filePath": "src/component/utrecht/navigation.tokens.json",
|
|
27650
|
+
"isSource": true,
|
|
27651
|
+
"original": {
|
|
27652
|
+
"value": "{utrecht.color.white}"
|
|
27591
27653
|
},
|
|
27592
|
-
"
|
|
27593
|
-
"
|
|
27594
|
-
|
|
27595
|
-
|
|
27654
|
+
"name": "background-color",
|
|
27655
|
+
"attributes": {},
|
|
27656
|
+
"path": [
|
|
27657
|
+
"utrecht",
|
|
27658
|
+
"navigation",
|
|
27659
|
+
"link",
|
|
27660
|
+
"mobile",
|
|
27661
|
+
"focus",
|
|
27662
|
+
"background-color"
|
|
27663
|
+
]
|
|
27596
27664
|
},
|
|
27597
|
-
"
|
|
27598
|
-
|
|
27599
|
-
|
|
27600
|
-
|
|
27601
|
-
|
|
27602
|
-
|
|
27603
|
-
|
|
27604
|
-
|
|
27605
|
-
|
|
27606
|
-
|
|
27607
|
-
|
|
27665
|
+
"color": {
|
|
27666
|
+
"value": "hsl(211 60% 35%)",
|
|
27667
|
+
"filePath": "src/component/utrecht/navigation.tokens.json",
|
|
27668
|
+
"isSource": true,
|
|
27669
|
+
"original": {
|
|
27670
|
+
"value": "{utrecht.color.blue.35}"
|
|
27671
|
+
},
|
|
27672
|
+
"name": "color",
|
|
27673
|
+
"attributes": {},
|
|
27674
|
+
"path": [
|
|
27675
|
+
"utrecht",
|
|
27676
|
+
"navigation",
|
|
27677
|
+
"link",
|
|
27678
|
+
"mobile",
|
|
27679
|
+
"focus",
|
|
27680
|
+
"color"
|
|
27681
|
+
]
|
|
27682
|
+
}
|
|
27683
|
+
}
|
|
27608
27684
|
},
|
|
27609
|
-
"padding-block-
|
|
27685
|
+
"padding-block-end": {
|
|
27686
|
+
"$extensions": {
|
|
27687
|
+
"nl.nldesignsystem.css.property": {
|
|
27688
|
+
"syntax": "<length>",
|
|
27689
|
+
"inherits": true
|
|
27690
|
+
},
|
|
27691
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
27692
|
+
"studio.tokens": {
|
|
27693
|
+
"originalType": "spacing"
|
|
27694
|
+
}
|
|
27695
|
+
},
|
|
27696
|
+
"type": "dimension",
|
|
27697
|
+
"value": "16px",
|
|
27698
|
+
"filePath": "src/component/utrecht/navigation.tokens.json",
|
|
27699
|
+
"isSource": true,
|
|
27700
|
+
"original": {
|
|
27701
|
+
"$extensions": {
|
|
27702
|
+
"nl.nldesignsystem.css.property": {
|
|
27703
|
+
"syntax": "<length>",
|
|
27704
|
+
"inherits": true
|
|
27705
|
+
},
|
|
27706
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
27707
|
+
"studio.tokens": {
|
|
27708
|
+
"originalType": "spacing"
|
|
27709
|
+
}
|
|
27710
|
+
},
|
|
27711
|
+
"type": "dimension",
|
|
27712
|
+
"value": "{utrecht.space.block.md}"
|
|
27713
|
+
},
|
|
27714
|
+
"name": "padding-block-end",
|
|
27715
|
+
"attributes": {},
|
|
27716
|
+
"path": [
|
|
27717
|
+
"utrecht",
|
|
27718
|
+
"navigation",
|
|
27719
|
+
"link",
|
|
27720
|
+
"padding-block-end"
|
|
27721
|
+
]
|
|
27722
|
+
},
|
|
27723
|
+
"padding-block-start": {
|
|
27610
27724
|
"$extensions": {
|
|
27611
27725
|
"nl.nldesignsystem.css.property": {
|
|
27612
27726
|
"syntax": "<length>",
|
|
@@ -36452,6 +36566,542 @@ module.exports = {
|
|
|
36452
36566
|
}
|
|
36453
36567
|
}
|
|
36454
36568
|
},
|
|
36569
|
+
"status-badge": {
|
|
36570
|
+
"letter-spacing": {
|
|
36571
|
+
"$extensions": {
|
|
36572
|
+
"nl.nldesignsystem.css.property": {
|
|
36573
|
+
"syntax": "<length>",
|
|
36574
|
+
"inherits": true
|
|
36575
|
+
},
|
|
36576
|
+
"nl.nldesignsystem.figma.supports-token": true
|
|
36577
|
+
},
|
|
36578
|
+
"type": "letterSpacing"
|
|
36579
|
+
},
|
|
36580
|
+
"text-transform": {
|
|
36581
|
+
"$extensions": {
|
|
36582
|
+
"nl.nldesignsystem.css.property": {
|
|
36583
|
+
"syntax": [
|
|
36584
|
+
"inherit",
|
|
36585
|
+
"uppercase"
|
|
36586
|
+
],
|
|
36587
|
+
"inherits": true
|
|
36588
|
+
},
|
|
36589
|
+
"nl.nldesignsystem.figma.supports-token": true
|
|
36590
|
+
},
|
|
36591
|
+
"type": "textCase"
|
|
36592
|
+
},
|
|
36593
|
+
"background-color": {
|
|
36594
|
+
"value": "hsl(0 0% 30%)",
|
|
36595
|
+
"filePath": "src/component/utrecht/status-badge.tokens.json",
|
|
36596
|
+
"isSource": true,
|
|
36597
|
+
"original": {
|
|
36598
|
+
"value": "{utrecht.badge.background-color}"
|
|
36599
|
+
},
|
|
36600
|
+
"name": "background-color",
|
|
36601
|
+
"attributes": {},
|
|
36602
|
+
"path": [
|
|
36603
|
+
"utrecht",
|
|
36604
|
+
"status-badge",
|
|
36605
|
+
"background-color"
|
|
36606
|
+
]
|
|
36607
|
+
},
|
|
36608
|
+
"border-color": {},
|
|
36609
|
+
"border-radius": {
|
|
36610
|
+
"value": "0",
|
|
36611
|
+
"filePath": "src/component/utrecht/status-badge.tokens.json",
|
|
36612
|
+
"isSource": true,
|
|
36613
|
+
"original": {
|
|
36614
|
+
"value": "{utrecht.badge.border-radius}"
|
|
36615
|
+
},
|
|
36616
|
+
"name": "border-radius",
|
|
36617
|
+
"attributes": {},
|
|
36618
|
+
"path": [
|
|
36619
|
+
"utrecht",
|
|
36620
|
+
"status-badge",
|
|
36621
|
+
"border-radius"
|
|
36622
|
+
]
|
|
36623
|
+
},
|
|
36624
|
+
"border-width": {
|
|
36625
|
+
"value": "0px",
|
|
36626
|
+
"filePath": "src/component/utrecht/status-badge.tokens.json",
|
|
36627
|
+
"isSource": true,
|
|
36628
|
+
"original": {
|
|
36629
|
+
"value": "0px"
|
|
36630
|
+
},
|
|
36631
|
+
"name": "border-width",
|
|
36632
|
+
"attributes": {},
|
|
36633
|
+
"path": [
|
|
36634
|
+
"utrecht",
|
|
36635
|
+
"status-badge",
|
|
36636
|
+
"border-width"
|
|
36637
|
+
]
|
|
36638
|
+
},
|
|
36639
|
+
"color": {
|
|
36640
|
+
"value": "hsl(0 0% 100%)",
|
|
36641
|
+
"filePath": "src/component/utrecht/status-badge.tokens.json",
|
|
36642
|
+
"isSource": true,
|
|
36643
|
+
"original": {
|
|
36644
|
+
"value": "{utrecht.badge.color}"
|
|
36645
|
+
},
|
|
36646
|
+
"name": "color",
|
|
36647
|
+
"attributes": {},
|
|
36648
|
+
"path": [
|
|
36649
|
+
"utrecht",
|
|
36650
|
+
"status-badge",
|
|
36651
|
+
"color"
|
|
36652
|
+
]
|
|
36653
|
+
},
|
|
36654
|
+
"font-family": {
|
|
36655
|
+
"value": "\"Noto Sans Variable\", \"Arial\", sans-serif",
|
|
36656
|
+
"filePath": "src/component/utrecht/status-badge.tokens.json",
|
|
36657
|
+
"isSource": true,
|
|
36658
|
+
"original": {
|
|
36659
|
+
"value": "{utrecht.typography.sans-serif.font-family}"
|
|
36660
|
+
},
|
|
36661
|
+
"name": "font-family",
|
|
36662
|
+
"attributes": {},
|
|
36663
|
+
"path": [
|
|
36664
|
+
"utrecht",
|
|
36665
|
+
"status-badge",
|
|
36666
|
+
"font-family"
|
|
36667
|
+
]
|
|
36668
|
+
},
|
|
36669
|
+
"font-size": {},
|
|
36670
|
+
"font-weight": {},
|
|
36671
|
+
"line-height": {},
|
|
36672
|
+
"min-block-size": {},
|
|
36673
|
+
"min-inline-size": {},
|
|
36674
|
+
"padding-block": {
|
|
36675
|
+
"value": "8px",
|
|
36676
|
+
"filePath": "src/component/utrecht/status-badge.tokens.json",
|
|
36677
|
+
"isSource": true,
|
|
36678
|
+
"original": {
|
|
36679
|
+
"value": "{utrecht.badge.padding-block}"
|
|
36680
|
+
},
|
|
36681
|
+
"name": "padding-block",
|
|
36682
|
+
"attributes": {},
|
|
36683
|
+
"path": [
|
|
36684
|
+
"utrecht",
|
|
36685
|
+
"status-badge",
|
|
36686
|
+
"padding-block"
|
|
36687
|
+
]
|
|
36688
|
+
},
|
|
36689
|
+
"padding-inline": {
|
|
36690
|
+
"value": "12px",
|
|
36691
|
+
"filePath": "src/component/utrecht/status-badge.tokens.json",
|
|
36692
|
+
"isSource": true,
|
|
36693
|
+
"original": {
|
|
36694
|
+
"value": "{utrecht.badge.padding-inline}"
|
|
36695
|
+
},
|
|
36696
|
+
"name": "padding-inline",
|
|
36697
|
+
"attributes": {},
|
|
36698
|
+
"path": [
|
|
36699
|
+
"utrecht",
|
|
36700
|
+
"status-badge",
|
|
36701
|
+
"padding-inline"
|
|
36702
|
+
]
|
|
36703
|
+
},
|
|
36704
|
+
"active": {
|
|
36705
|
+
"background-color": {
|
|
36706
|
+
"value": "hsl(90 30% 50%)",
|
|
36707
|
+
"filePath": "src/component/utrecht/status-badge.tokens.json",
|
|
36708
|
+
"isSource": true,
|
|
36709
|
+
"original": {
|
|
36710
|
+
"value": "{utrecht.feedback.active.fill.background-color}"
|
|
36711
|
+
},
|
|
36712
|
+
"name": "background-color",
|
|
36713
|
+
"attributes": {},
|
|
36714
|
+
"path": [
|
|
36715
|
+
"utrecht",
|
|
36716
|
+
"status-badge",
|
|
36717
|
+
"active",
|
|
36718
|
+
"background-color"
|
|
36719
|
+
]
|
|
36720
|
+
},
|
|
36721
|
+
"border-color": {
|
|
36722
|
+
"value": "hsl(90 30% 50%)",
|
|
36723
|
+
"filePath": "src/component/utrecht/status-badge.tokens.json",
|
|
36724
|
+
"isSource": true,
|
|
36725
|
+
"original": {
|
|
36726
|
+
"value": "{utrecht.feedback.active.fill.background-color}"
|
|
36727
|
+
},
|
|
36728
|
+
"name": "border-color",
|
|
36729
|
+
"attributes": {},
|
|
36730
|
+
"path": [
|
|
36731
|
+
"utrecht",
|
|
36732
|
+
"status-badge",
|
|
36733
|
+
"active",
|
|
36734
|
+
"border-color"
|
|
36735
|
+
]
|
|
36736
|
+
},
|
|
36737
|
+
"color": {
|
|
36738
|
+
"value": "hsl(0 0% 100%)",
|
|
36739
|
+
"filePath": "src/component/utrecht/status-badge.tokens.json",
|
|
36740
|
+
"isSource": true,
|
|
36741
|
+
"original": {
|
|
36742
|
+
"value": "{utrecht.feedback.active.fill.color}"
|
|
36743
|
+
},
|
|
36744
|
+
"name": "color",
|
|
36745
|
+
"attributes": {},
|
|
36746
|
+
"path": [
|
|
36747
|
+
"utrecht",
|
|
36748
|
+
"status-badge",
|
|
36749
|
+
"active",
|
|
36750
|
+
"color"
|
|
36751
|
+
]
|
|
36752
|
+
}
|
|
36753
|
+
},
|
|
36754
|
+
"danger": {
|
|
36755
|
+
"background-color": {
|
|
36756
|
+
"value": "hsl(0 100% 40%)",
|
|
36757
|
+
"filePath": "src/component/utrecht/status-badge.tokens.json",
|
|
36758
|
+
"isSource": true,
|
|
36759
|
+
"original": {
|
|
36760
|
+
"value": "{utrecht.feedback.danger.fill.background-color}"
|
|
36761
|
+
},
|
|
36762
|
+
"name": "background-color",
|
|
36763
|
+
"attributes": {},
|
|
36764
|
+
"path": [
|
|
36765
|
+
"utrecht",
|
|
36766
|
+
"status-badge",
|
|
36767
|
+
"danger",
|
|
36768
|
+
"background-color"
|
|
36769
|
+
]
|
|
36770
|
+
},
|
|
36771
|
+
"border-color": {
|
|
36772
|
+
"value": "hsl(0 100% 40%)",
|
|
36773
|
+
"filePath": "src/component/utrecht/status-badge.tokens.json",
|
|
36774
|
+
"isSource": true,
|
|
36775
|
+
"original": {
|
|
36776
|
+
"value": "{utrecht.feedback.danger.fill.background-color}"
|
|
36777
|
+
},
|
|
36778
|
+
"name": "border-color",
|
|
36779
|
+
"attributes": {},
|
|
36780
|
+
"path": [
|
|
36781
|
+
"utrecht",
|
|
36782
|
+
"status-badge",
|
|
36783
|
+
"danger",
|
|
36784
|
+
"border-color"
|
|
36785
|
+
]
|
|
36786
|
+
},
|
|
36787
|
+
"color": {
|
|
36788
|
+
"value": "hsl(0 0% 100%)",
|
|
36789
|
+
"filePath": "src/component/utrecht/status-badge.tokens.json",
|
|
36790
|
+
"isSource": true,
|
|
36791
|
+
"original": {
|
|
36792
|
+
"value": "{utrecht.feedback.danger.fill.color}"
|
|
36793
|
+
},
|
|
36794
|
+
"name": "color",
|
|
36795
|
+
"attributes": {},
|
|
36796
|
+
"path": [
|
|
36797
|
+
"utrecht",
|
|
36798
|
+
"status-badge",
|
|
36799
|
+
"danger",
|
|
36800
|
+
"color"
|
|
36801
|
+
]
|
|
36802
|
+
}
|
|
36803
|
+
},
|
|
36804
|
+
"error": {
|
|
36805
|
+
"background-color": {
|
|
36806
|
+
"value": "hsl(0 100% 40%)",
|
|
36807
|
+
"filePath": "src/component/utrecht/status-badge.tokens.json",
|
|
36808
|
+
"isSource": true,
|
|
36809
|
+
"original": {
|
|
36810
|
+
"value": "{utrecht.feedback.error.fill.background-color}"
|
|
36811
|
+
},
|
|
36812
|
+
"name": "background-color",
|
|
36813
|
+
"attributes": {},
|
|
36814
|
+
"path": [
|
|
36815
|
+
"utrecht",
|
|
36816
|
+
"status-badge",
|
|
36817
|
+
"error",
|
|
36818
|
+
"background-color"
|
|
36819
|
+
]
|
|
36820
|
+
},
|
|
36821
|
+
"border-color": {
|
|
36822
|
+
"value": "hsl(0 100% 40%)",
|
|
36823
|
+
"filePath": "src/component/utrecht/status-badge.tokens.json",
|
|
36824
|
+
"isSource": true,
|
|
36825
|
+
"original": {
|
|
36826
|
+
"value": "{utrecht.feedback.error.fill.background-color}"
|
|
36827
|
+
},
|
|
36828
|
+
"name": "border-color",
|
|
36829
|
+
"attributes": {},
|
|
36830
|
+
"path": [
|
|
36831
|
+
"utrecht",
|
|
36832
|
+
"status-badge",
|
|
36833
|
+
"error",
|
|
36834
|
+
"border-color"
|
|
36835
|
+
]
|
|
36836
|
+
},
|
|
36837
|
+
"color": {
|
|
36838
|
+
"value": "hsl(0 0% 100%)",
|
|
36839
|
+
"filePath": "src/component/utrecht/status-badge.tokens.json",
|
|
36840
|
+
"isSource": true,
|
|
36841
|
+
"original": {
|
|
36842
|
+
"value": "{utrecht.feedback.error.fill.color}"
|
|
36843
|
+
},
|
|
36844
|
+
"name": "color",
|
|
36845
|
+
"attributes": {},
|
|
36846
|
+
"path": [
|
|
36847
|
+
"utrecht",
|
|
36848
|
+
"status-badge",
|
|
36849
|
+
"error",
|
|
36850
|
+
"color"
|
|
36851
|
+
]
|
|
36852
|
+
}
|
|
36853
|
+
},
|
|
36854
|
+
"inactive": {
|
|
36855
|
+
"background-color": {
|
|
36856
|
+
"value": "hsl(0 100% 40%)",
|
|
36857
|
+
"filePath": "src/component/utrecht/status-badge.tokens.json",
|
|
36858
|
+
"isSource": true,
|
|
36859
|
+
"original": {
|
|
36860
|
+
"value": "{utrecht.feedback.inactive.fill.background-color}"
|
|
36861
|
+
},
|
|
36862
|
+
"name": "background-color",
|
|
36863
|
+
"attributes": {},
|
|
36864
|
+
"path": [
|
|
36865
|
+
"utrecht",
|
|
36866
|
+
"status-badge",
|
|
36867
|
+
"inactive",
|
|
36868
|
+
"background-color"
|
|
36869
|
+
]
|
|
36870
|
+
},
|
|
36871
|
+
"border-color": {
|
|
36872
|
+
"value": "hsl(0 100% 40%)",
|
|
36873
|
+
"filePath": "src/component/utrecht/status-badge.tokens.json",
|
|
36874
|
+
"isSource": true,
|
|
36875
|
+
"original": {
|
|
36876
|
+
"value": "{utrecht.feedback.inactive.fill.background-color}"
|
|
36877
|
+
},
|
|
36878
|
+
"name": "border-color",
|
|
36879
|
+
"attributes": {},
|
|
36880
|
+
"path": [
|
|
36881
|
+
"utrecht",
|
|
36882
|
+
"status-badge",
|
|
36883
|
+
"inactive",
|
|
36884
|
+
"border-color"
|
|
36885
|
+
]
|
|
36886
|
+
},
|
|
36887
|
+
"color": {
|
|
36888
|
+
"value": "hsl(0 0% 100%)",
|
|
36889
|
+
"filePath": "src/component/utrecht/status-badge.tokens.json",
|
|
36890
|
+
"isSource": true,
|
|
36891
|
+
"original": {
|
|
36892
|
+
"value": "{utrecht.feedback.inactive.fill.color}"
|
|
36893
|
+
},
|
|
36894
|
+
"name": "color",
|
|
36895
|
+
"attributes": {},
|
|
36896
|
+
"path": [
|
|
36897
|
+
"utrecht",
|
|
36898
|
+
"status-badge",
|
|
36899
|
+
"inactive",
|
|
36900
|
+
"color"
|
|
36901
|
+
]
|
|
36902
|
+
}
|
|
36903
|
+
},
|
|
36904
|
+
"invalid": {
|
|
36905
|
+
"background-color": {
|
|
36906
|
+
"value": "#990000",
|
|
36907
|
+
"filePath": "src/component/utrecht/status-badge.tokens.json",
|
|
36908
|
+
"isSource": true,
|
|
36909
|
+
"original": {
|
|
36910
|
+
"value": "{utrecht.feedback.invalid.fill.background-color}"
|
|
36911
|
+
},
|
|
36912
|
+
"name": "background-color",
|
|
36913
|
+
"attributes": {},
|
|
36914
|
+
"path": [
|
|
36915
|
+
"utrecht",
|
|
36916
|
+
"status-badge",
|
|
36917
|
+
"invalid",
|
|
36918
|
+
"background-color"
|
|
36919
|
+
]
|
|
36920
|
+
},
|
|
36921
|
+
"border-color": {
|
|
36922
|
+
"value": "#990000",
|
|
36923
|
+
"filePath": "src/component/utrecht/status-badge.tokens.json",
|
|
36924
|
+
"isSource": true,
|
|
36925
|
+
"original": {
|
|
36926
|
+
"value": "{utrecht.feedback.invalid.fill.background-color}"
|
|
36927
|
+
},
|
|
36928
|
+
"name": "border-color",
|
|
36929
|
+
"attributes": {},
|
|
36930
|
+
"path": [
|
|
36931
|
+
"utrecht",
|
|
36932
|
+
"status-badge",
|
|
36933
|
+
"invalid",
|
|
36934
|
+
"border-color"
|
|
36935
|
+
]
|
|
36936
|
+
},
|
|
36937
|
+
"color": {
|
|
36938
|
+
"value": "hsl(0 0% 100%)",
|
|
36939
|
+
"filePath": "src/component/utrecht/status-badge.tokens.json",
|
|
36940
|
+
"isSource": true,
|
|
36941
|
+
"original": {
|
|
36942
|
+
"value": "{utrecht.feedback.invalid.fill.color}"
|
|
36943
|
+
},
|
|
36944
|
+
"name": "color",
|
|
36945
|
+
"attributes": {},
|
|
36946
|
+
"path": [
|
|
36947
|
+
"utrecht",
|
|
36948
|
+
"status-badge",
|
|
36949
|
+
"invalid",
|
|
36950
|
+
"color"
|
|
36951
|
+
]
|
|
36952
|
+
}
|
|
36953
|
+
},
|
|
36954
|
+
"safe": {
|
|
36955
|
+
"background-color": {
|
|
36956
|
+
"value": "hsl(90 30% 50%)",
|
|
36957
|
+
"filePath": "src/component/utrecht/status-badge.tokens.json",
|
|
36958
|
+
"isSource": true,
|
|
36959
|
+
"original": {
|
|
36960
|
+
"value": "{utrecht.feedback.safe.fill.background-color}"
|
|
36961
|
+
},
|
|
36962
|
+
"name": "background-color",
|
|
36963
|
+
"attributes": {},
|
|
36964
|
+
"path": [
|
|
36965
|
+
"utrecht",
|
|
36966
|
+
"status-badge",
|
|
36967
|
+
"safe",
|
|
36968
|
+
"background-color"
|
|
36969
|
+
]
|
|
36970
|
+
},
|
|
36971
|
+
"border-color": {
|
|
36972
|
+
"value": "hsl(90 30% 50%)",
|
|
36973
|
+
"filePath": "src/component/utrecht/status-badge.tokens.json",
|
|
36974
|
+
"isSource": true,
|
|
36975
|
+
"original": {
|
|
36976
|
+
"value": "{utrecht.feedback.safe.fill.background-color}"
|
|
36977
|
+
},
|
|
36978
|
+
"name": "border-color",
|
|
36979
|
+
"attributes": {},
|
|
36980
|
+
"path": [
|
|
36981
|
+
"utrecht",
|
|
36982
|
+
"status-badge",
|
|
36983
|
+
"safe",
|
|
36984
|
+
"border-color"
|
|
36985
|
+
]
|
|
36986
|
+
},
|
|
36987
|
+
"color": {
|
|
36988
|
+
"value": "hsl(0 0% 100%)",
|
|
36989
|
+
"filePath": "src/component/utrecht/status-badge.tokens.json",
|
|
36990
|
+
"isSource": true,
|
|
36991
|
+
"original": {
|
|
36992
|
+
"value": "{utrecht.feedback.safe.fill.color}"
|
|
36993
|
+
},
|
|
36994
|
+
"name": "color",
|
|
36995
|
+
"attributes": {},
|
|
36996
|
+
"path": [
|
|
36997
|
+
"utrecht",
|
|
36998
|
+
"status-badge",
|
|
36999
|
+
"safe",
|
|
37000
|
+
"color"
|
|
37001
|
+
]
|
|
37002
|
+
}
|
|
37003
|
+
},
|
|
37004
|
+
"valid": {
|
|
37005
|
+
"background-color": {
|
|
37006
|
+
"value": "hsl(90 30% 50%)",
|
|
37007
|
+
"filePath": "src/component/utrecht/status-badge.tokens.json",
|
|
37008
|
+
"isSource": true,
|
|
37009
|
+
"original": {
|
|
37010
|
+
"value": "{utrecht.feedback.valid.fill.background-color}"
|
|
37011
|
+
},
|
|
37012
|
+
"name": "background-color",
|
|
37013
|
+
"attributes": {},
|
|
37014
|
+
"path": [
|
|
37015
|
+
"utrecht",
|
|
37016
|
+
"status-badge",
|
|
37017
|
+
"valid",
|
|
37018
|
+
"background-color"
|
|
37019
|
+
]
|
|
37020
|
+
},
|
|
37021
|
+
"border-color": {
|
|
37022
|
+
"value": "hsl(90 30% 50%)",
|
|
37023
|
+
"filePath": "src/component/utrecht/status-badge.tokens.json",
|
|
37024
|
+
"isSource": true,
|
|
37025
|
+
"original": {
|
|
37026
|
+
"value": "{utrecht.feedback.valid.fill.background-color}"
|
|
37027
|
+
},
|
|
37028
|
+
"name": "border-color",
|
|
37029
|
+
"attributes": {},
|
|
37030
|
+
"path": [
|
|
37031
|
+
"utrecht",
|
|
37032
|
+
"status-badge",
|
|
37033
|
+
"valid",
|
|
37034
|
+
"border-color"
|
|
37035
|
+
]
|
|
37036
|
+
},
|
|
37037
|
+
"color": {
|
|
37038
|
+
"value": "hsl(0 0% 100%)",
|
|
37039
|
+
"filePath": "src/component/utrecht/status-badge.tokens.json",
|
|
37040
|
+
"isSource": true,
|
|
37041
|
+
"original": {
|
|
37042
|
+
"value": "{utrecht.feedback.valid.fill.color}"
|
|
37043
|
+
},
|
|
37044
|
+
"name": "color",
|
|
37045
|
+
"attributes": {},
|
|
37046
|
+
"path": [
|
|
37047
|
+
"utrecht",
|
|
37048
|
+
"status-badge",
|
|
37049
|
+
"valid",
|
|
37050
|
+
"color"
|
|
37051
|
+
]
|
|
37052
|
+
}
|
|
37053
|
+
},
|
|
37054
|
+
"warning": {
|
|
37055
|
+
"background-color": {
|
|
37056
|
+
"value": "hsl(48 100% 50%)",
|
|
37057
|
+
"filePath": "src/component/utrecht/status-badge.tokens.json",
|
|
37058
|
+
"isSource": true,
|
|
37059
|
+
"original": {
|
|
37060
|
+
"value": "{utrecht.feedback.warning.fill.background-color}"
|
|
37061
|
+
},
|
|
37062
|
+
"name": "background-color",
|
|
37063
|
+
"attributes": {},
|
|
37064
|
+
"path": [
|
|
37065
|
+
"utrecht",
|
|
37066
|
+
"status-badge",
|
|
37067
|
+
"warning",
|
|
37068
|
+
"background-color"
|
|
37069
|
+
]
|
|
37070
|
+
},
|
|
37071
|
+
"border-color": {
|
|
37072
|
+
"value": "hsl(48 100% 50%)",
|
|
37073
|
+
"filePath": "src/component/utrecht/status-badge.tokens.json",
|
|
37074
|
+
"isSource": true,
|
|
37075
|
+
"original": {
|
|
37076
|
+
"value": "{utrecht.feedback.warning.fill.background-color}"
|
|
37077
|
+
},
|
|
37078
|
+
"name": "border-color",
|
|
37079
|
+
"attributes": {},
|
|
37080
|
+
"path": [
|
|
37081
|
+
"utrecht",
|
|
37082
|
+
"status-badge",
|
|
37083
|
+
"warning",
|
|
37084
|
+
"border-color"
|
|
37085
|
+
]
|
|
37086
|
+
},
|
|
37087
|
+
"color": {
|
|
37088
|
+
"value": "hsl(0 0% 0%)",
|
|
37089
|
+
"filePath": "src/component/utrecht/status-badge.tokens.json",
|
|
37090
|
+
"isSource": true,
|
|
37091
|
+
"original": {
|
|
37092
|
+
"value": "{utrecht.feedback.warning.fill.color}"
|
|
37093
|
+
},
|
|
37094
|
+
"name": "color",
|
|
37095
|
+
"attributes": {},
|
|
37096
|
+
"path": [
|
|
37097
|
+
"utrecht",
|
|
37098
|
+
"status-badge",
|
|
37099
|
+
"warning",
|
|
37100
|
+
"color"
|
|
37101
|
+
]
|
|
37102
|
+
}
|
|
37103
|
+
}
|
|
37104
|
+
},
|
|
36455
37105
|
"subscript": {},
|
|
36456
37106
|
"superscript": {},
|
|
36457
37107
|
"surface": {
|