@utrecht/design-tokens 2.1.1 → 2.3.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 +12 -0
- package/dist/_mixin-theme.scss +3 -5
- package/dist/_mixin.scss +3 -5
- package/dist/_variables.scss +3 -5
- package/dist/dark/_mixin-theme.scss +3 -5
- package/dist/dark/_mixin.scss +3 -5
- package/dist/dark/_variables.scss +3 -5
- package/dist/dark/index.cjs +3 -5
- package/dist/dark/index.css +3 -5
- package/dist/dark/index.d.ts +2 -6
- package/dist/dark/index.flat.json +1 -3
- package/dist/dark/index.json +26 -40
- package/dist/dark/index.mjs +3 -5
- package/dist/dark/index.tokens.json +441 -14
- package/dist/dark/list.d.ts +14 -0
- package/dist/dark/list.json +26 -40
- package/dist/dark/list.mjs +30694 -0
- package/dist/dark/property.css +2 -0
- package/dist/dark/root.css +1 -3
- package/dist/dark/theme-prince-xml.css +3 -5
- package/dist/dark/theme.css +1 -3
- package/dist/dark/tokens.cjs +512 -97
- package/dist/dark/tokens.d.ts +239 -13
- package/dist/dark/tokens.json +514 -99
- package/dist/dark/variables.cjs +3 -5
- package/dist/dark/variables.css +1 -3
- package/dist/dark/variables.d.ts +2 -6
- package/dist/dark/variables.json +1 -3
- package/dist/dark/variables.less +3 -5
- package/dist/dark/variables.mjs +3 -5
- package/dist/index.cjs +3 -5
- package/dist/index.css +84 -10
- package/dist/index.d.ts +2 -6
- package/dist/index.flat.json +1 -3
- package/dist/index.json +26 -40
- package/dist/index.mjs +3 -5
- package/dist/index.tokens.json +441 -14
- package/dist/list.d.ts +14 -0
- package/dist/list.json +26 -40
- package/dist/list.mjs +31811 -0
- package/dist/property.css +2 -0
- package/dist/root.css +1 -3
- package/dist/theme-prince-xml.css +3 -5
- package/dist/theme.css +1 -3
- package/dist/tokens.cjs +512 -97
- package/dist/tokens.d.ts +239 -13
- package/dist/tokens.json +514 -99
- package/dist/variables.cjs +3 -5
- package/dist/variables.css +1 -3
- package/dist/variables.d.ts +2 -6
- package/dist/variables.json +1 -3
- package/dist/variables.less +3 -5
- package/dist/variables.mjs +3 -5
- package/package.json +1 -1
- package/src/brand/utrecht/typography.tokens.json +0 -2
- package/src/component/utrecht/blockquote.tokens.json +1 -1
- package/src/css-property-formatter.mjs +2 -1
- package/src/index.scss +79 -0
- package/src/json-list-formatter.js +2 -1
- package/style-dictionary-build.mjs +3 -1
- package/style-dictionary-config.mjs +27 -0
package/dist/index.tokens.json
CHANGED
|
@@ -405,6 +405,7 @@
|
|
|
405
405
|
}
|
|
406
406
|
}
|
|
407
407
|
},
|
|
408
|
+
"alternate-lang-nav": {},
|
|
408
409
|
"article": {
|
|
409
410
|
"max-inline-size": "780px"
|
|
410
411
|
},
|
|
@@ -837,7 +838,7 @@
|
|
|
837
838
|
},
|
|
838
839
|
"type": "color"
|
|
839
840
|
},
|
|
840
|
-
"font-size": "0.
|
|
841
|
+
"font-size": "0.875rem"
|
|
841
842
|
},
|
|
842
843
|
"quote": {
|
|
843
844
|
"color": {
|
|
@@ -864,6 +865,51 @@
|
|
|
864
865
|
"margin-block-start": "1.6em",
|
|
865
866
|
"margin-block-end": "1.6em"
|
|
866
867
|
},
|
|
868
|
+
"body": {
|
|
869
|
+
"font-family": {
|
|
870
|
+
"$extensions": {
|
|
871
|
+
"nl.nldesignsystem.css.property": {
|
|
872
|
+
"syntax": "*",
|
|
873
|
+
"inherits": true
|
|
874
|
+
},
|
|
875
|
+
"nl.nldesignsystem.figma.supports-token": true
|
|
876
|
+
},
|
|
877
|
+
"type": "fontFamilies"
|
|
878
|
+
},
|
|
879
|
+
"font-size": {
|
|
880
|
+
"$extensions": {
|
|
881
|
+
"nl.nldesignsystem.css.property": {
|
|
882
|
+
"syntax": "<length>",
|
|
883
|
+
"inherits": true
|
|
884
|
+
},
|
|
885
|
+
"nl.nldesignsystem.figma.supports-token": true
|
|
886
|
+
},
|
|
887
|
+
"type": "fontSizes"
|
|
888
|
+
},
|
|
889
|
+
"font-weight": {
|
|
890
|
+
"$extensions": {
|
|
891
|
+
"nl.nldesignsystem.css.property": {
|
|
892
|
+
"syntax": "<number>",
|
|
893
|
+
"inherits": true
|
|
894
|
+
},
|
|
895
|
+
"nl.nldesignsystem.figma.supports-token": true
|
|
896
|
+
},
|
|
897
|
+
"type": "fontWeights"
|
|
898
|
+
},
|
|
899
|
+
"line-height": {
|
|
900
|
+
"$extensions": {
|
|
901
|
+
"nl.nldesignsystem.css.property": {
|
|
902
|
+
"syntax": [
|
|
903
|
+
"<length>",
|
|
904
|
+
"<number>"
|
|
905
|
+
],
|
|
906
|
+
"inherits": true
|
|
907
|
+
},
|
|
908
|
+
"nl.nldesignsystem.figma.supports-token": true
|
|
909
|
+
},
|
|
910
|
+
"type": "lineHeights"
|
|
911
|
+
}
|
|
912
|
+
},
|
|
867
913
|
"breadcrumb-nav": {
|
|
868
914
|
"min-block-size": "34px",
|
|
869
915
|
"font-family": {
|
|
@@ -2454,6 +2500,20 @@
|
|
|
2454
2500
|
}
|
|
2455
2501
|
}
|
|
2456
2502
|
},
|
|
2503
|
+
"combobox": {
|
|
2504
|
+
"popover": {
|
|
2505
|
+
"z-index": {
|
|
2506
|
+
"$extensions": {
|
|
2507
|
+
"nl.nldesignsystem.css.property": {
|
|
2508
|
+
"syntax": "<number>",
|
|
2509
|
+
"inherits": true
|
|
2510
|
+
},
|
|
2511
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
2512
|
+
},
|
|
2513
|
+
"type": "other"
|
|
2514
|
+
}
|
|
2515
|
+
}
|
|
2516
|
+
},
|
|
2457
2517
|
"action": {
|
|
2458
2518
|
"activate": {
|
|
2459
2519
|
"cursor": "pointer"
|
|
@@ -3888,6 +3948,7 @@
|
|
|
3888
3948
|
},
|
|
3889
3949
|
"font-weight": "700"
|
|
3890
3950
|
},
|
|
3951
|
+
"html-content": {},
|
|
3891
3952
|
"iban-data": {},
|
|
3892
3953
|
"icon": {
|
|
3893
3954
|
"color": {
|
|
@@ -4316,9 +4377,67 @@
|
|
|
4316
4377
|
"color": "hsl(0 0% 0%)",
|
|
4317
4378
|
"font-weight": "700"
|
|
4318
4379
|
},
|
|
4380
|
+
"disabled": {
|
|
4381
|
+
"background-color": {
|
|
4382
|
+
"$extensions": {
|
|
4383
|
+
"nl.nldesignsystem.css.property": {
|
|
4384
|
+
"syntax": "<color>",
|
|
4385
|
+
"inherits": true
|
|
4386
|
+
}
|
|
4387
|
+
}
|
|
4388
|
+
},
|
|
4389
|
+
"color": {
|
|
4390
|
+
"$extensions": {
|
|
4391
|
+
"nl.nldesignsystem.css.property": {
|
|
4392
|
+
"syntax": "<color>",
|
|
4393
|
+
"inherits": true
|
|
4394
|
+
}
|
|
4395
|
+
}
|
|
4396
|
+
}
|
|
4397
|
+
},
|
|
4398
|
+
"hover": {
|
|
4399
|
+
"background-color": "hsl(211 60% 90%)",
|
|
4400
|
+
"color": "hsl(0 0% 0%)"
|
|
4401
|
+
},
|
|
4319
4402
|
"selected": {
|
|
4320
4403
|
"background-color": "hsl(0 0% 95%)",
|
|
4321
|
-
"color": "hsl(0 0% 0%)"
|
|
4404
|
+
"color": "hsl(0 0% 0%)",
|
|
4405
|
+
"disabled": {
|
|
4406
|
+
"background-color": {
|
|
4407
|
+
"$extensions": {
|
|
4408
|
+
"nl.nldesignsystem.css.property": {
|
|
4409
|
+
"syntax": "<color>",
|
|
4410
|
+
"inherits": true
|
|
4411
|
+
}
|
|
4412
|
+
}
|
|
4413
|
+
},
|
|
4414
|
+
"color": {
|
|
4415
|
+
"$extensions": {
|
|
4416
|
+
"nl.nldesignsystem.css.property": {
|
|
4417
|
+
"syntax": "<color>",
|
|
4418
|
+
"inherits": true
|
|
4419
|
+
}
|
|
4420
|
+
}
|
|
4421
|
+
}
|
|
4422
|
+
},
|
|
4423
|
+
"hover": {
|
|
4424
|
+
"background-color": {
|
|
4425
|
+
"$extensions": {
|
|
4426
|
+
"nl.nldesignsystem.css.property": {
|
|
4427
|
+
"syntax": "<color>",
|
|
4428
|
+
"inherits": true
|
|
4429
|
+
}
|
|
4430
|
+
}
|
|
4431
|
+
},
|
|
4432
|
+
"color": {
|
|
4433
|
+
"$extensions": {
|
|
4434
|
+
"nl.nldesignsystem.css.property": {
|
|
4435
|
+
"syntax": "<color>",
|
|
4436
|
+
"inherits": true
|
|
4437
|
+
}
|
|
4438
|
+
}
|
|
4439
|
+
}
|
|
4440
|
+
}
|
|
4322
4441
|
},
|
|
4323
4442
|
"icon": {
|
|
4324
4443
|
"size": {
|
|
@@ -4329,10 +4448,6 @@
|
|
|
4329
4448
|
}
|
|
4330
4449
|
}
|
|
4331
4450
|
}
|
|
4332
|
-
},
|
|
4333
|
-
"hover": {
|
|
4334
|
-
"color": "hsl(0 0% 0%)",
|
|
4335
|
-
"background-color": "hsl(211 60% 90%)"
|
|
4336
4451
|
}
|
|
4337
4452
|
},
|
|
4338
4453
|
"z-index": {},
|
|
@@ -4479,6 +4594,26 @@
|
|
|
4479
4594
|
"background-color": "hsl(0 0% 100%)",
|
|
4480
4595
|
"color": "hsl(0 0% 0%)",
|
|
4481
4596
|
"content": {
|
|
4597
|
+
"background-color": {
|
|
4598
|
+
"$extensions": {
|
|
4599
|
+
"nl.nldesignsystem.css.property": {
|
|
4600
|
+
"syntax": "<color>",
|
|
4601
|
+
"inherits": true
|
|
4602
|
+
},
|
|
4603
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
4604
|
+
},
|
|
4605
|
+
"type": "color"
|
|
4606
|
+
},
|
|
4607
|
+
"color": {
|
|
4608
|
+
"$extensions": {
|
|
4609
|
+
"nl.nldesignsystem.css.property": {
|
|
4610
|
+
"syntax": "<color>",
|
|
4611
|
+
"inherits": true
|
|
4612
|
+
},
|
|
4613
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
4614
|
+
},
|
|
4615
|
+
"type": "color"
|
|
4616
|
+
},
|
|
4482
4617
|
"max-inline-size": "1184px"
|
|
4483
4618
|
},
|
|
4484
4619
|
"link": {
|
|
@@ -4678,6 +4813,90 @@
|
|
|
4678
4813
|
"padding-inline-start": "0"
|
|
4679
4814
|
}
|
|
4680
4815
|
},
|
|
4816
|
+
"page-body": {
|
|
4817
|
+
"background-color": {
|
|
4818
|
+
"$extensions": {
|
|
4819
|
+
"nl.nldesignsystem.css.property": {
|
|
4820
|
+
"syntax": "<color>",
|
|
4821
|
+
"inherits": true
|
|
4822
|
+
},
|
|
4823
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
4824
|
+
},
|
|
4825
|
+
"type": "color"
|
|
4826
|
+
},
|
|
4827
|
+
"color": {
|
|
4828
|
+
"$extensions": {
|
|
4829
|
+
"nl.nldesignsystem.css.property": {
|
|
4830
|
+
"syntax": "<color>",
|
|
4831
|
+
"inherits": true
|
|
4832
|
+
},
|
|
4833
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
4834
|
+
},
|
|
4835
|
+
"type": "color"
|
|
4836
|
+
},
|
|
4837
|
+
"content": {
|
|
4838
|
+
"background-color": {
|
|
4839
|
+
"$extensions": {
|
|
4840
|
+
"nl.nldesignsystem.css.property": {
|
|
4841
|
+
"syntax": "<color>",
|
|
4842
|
+
"inherits": true
|
|
4843
|
+
},
|
|
4844
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
4845
|
+
},
|
|
4846
|
+
"type": "color"
|
|
4847
|
+
},
|
|
4848
|
+
"color": {
|
|
4849
|
+
"$extensions": {
|
|
4850
|
+
"nl.nldesignsystem.css.property": {
|
|
4851
|
+
"syntax": "<color>",
|
|
4852
|
+
"inherits": true
|
|
4853
|
+
},
|
|
4854
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
4855
|
+
},
|
|
4856
|
+
"type": "color"
|
|
4857
|
+
},
|
|
4858
|
+
"padding-block-start": {
|
|
4859
|
+
"$extensions": {
|
|
4860
|
+
"nl.nldesignsystem.css.property": {
|
|
4861
|
+
"syntax": "<length>",
|
|
4862
|
+
"inherits": true
|
|
4863
|
+
},
|
|
4864
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
4865
|
+
},
|
|
4866
|
+
"type": "spacing"
|
|
4867
|
+
},
|
|
4868
|
+
"padding-block-end": {
|
|
4869
|
+
"$extensions": {
|
|
4870
|
+
"nl.nldesignsystem.css.property": {
|
|
4871
|
+
"syntax": "<length>",
|
|
4872
|
+
"inherits": true
|
|
4873
|
+
},
|
|
4874
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
4875
|
+
},
|
|
4876
|
+
"type": "spacing"
|
|
4877
|
+
},
|
|
4878
|
+
"padding-inline-start": {
|
|
4879
|
+
"$extensions": {
|
|
4880
|
+
"nl.nldesignsystem.css.property": {
|
|
4881
|
+
"syntax": "<length>",
|
|
4882
|
+
"inherits": true
|
|
4883
|
+
},
|
|
4884
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
4885
|
+
},
|
|
4886
|
+
"type": "spacing"
|
|
4887
|
+
},
|
|
4888
|
+
"padding-inine-end": {
|
|
4889
|
+
"$extensions": {
|
|
4890
|
+
"nl.nldesignsystem.css.property": {
|
|
4891
|
+
"syntax": "<length>",
|
|
4892
|
+
"inherits": true
|
|
4893
|
+
},
|
|
4894
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
4895
|
+
},
|
|
4896
|
+
"type": "spacing"
|
|
4897
|
+
}
|
|
4898
|
+
}
|
|
4899
|
+
},
|
|
4681
4900
|
"page-content": {
|
|
4682
4901
|
"padding-block-start": "2em",
|
|
4683
4902
|
"padding-block-end": "2em",
|
|
@@ -4709,7 +4928,69 @@
|
|
|
4709
4928
|
"padding-inline-end": "28px",
|
|
4710
4929
|
"padding-inline-start": "28px",
|
|
4711
4930
|
"padding-block-end": "48px",
|
|
4712
|
-
"padding-block-start": "48px"
|
|
4931
|
+
"padding-block-start": "48px",
|
|
4932
|
+
"content": {
|
|
4933
|
+
"color": {
|
|
4934
|
+
"$extensions": {
|
|
4935
|
+
"nl.nldesignsystem.css.property": {
|
|
4936
|
+
"syntax": "<color>",
|
|
4937
|
+
"inherits": true
|
|
4938
|
+
},
|
|
4939
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
4940
|
+
},
|
|
4941
|
+
"type": "color"
|
|
4942
|
+
},
|
|
4943
|
+
"background-color": {
|
|
4944
|
+
"$extensions": {
|
|
4945
|
+
"nl.nldesignsystem.css.property": {
|
|
4946
|
+
"syntax": "<color>",
|
|
4947
|
+
"inherits": true
|
|
4948
|
+
},
|
|
4949
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
4950
|
+
},
|
|
4951
|
+
"type": "color"
|
|
4952
|
+
},
|
|
4953
|
+
"padding-inline-end": {
|
|
4954
|
+
"$extensions": {
|
|
4955
|
+
"nl.nldesignsystem.css.property": {
|
|
4956
|
+
"syntax": "<length>",
|
|
4957
|
+
"inherits": true
|
|
4958
|
+
},
|
|
4959
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
4960
|
+
},
|
|
4961
|
+
"type": "spacing"
|
|
4962
|
+
},
|
|
4963
|
+
"padding-inline-start": {
|
|
4964
|
+
"$extensions": {
|
|
4965
|
+
"nl.nldesignsystem.css.property": {
|
|
4966
|
+
"syntax": "<length>",
|
|
4967
|
+
"inherits": true
|
|
4968
|
+
},
|
|
4969
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
4970
|
+
},
|
|
4971
|
+
"type": "spacing"
|
|
4972
|
+
},
|
|
4973
|
+
"padding-block-end": {
|
|
4974
|
+
"$extensions": {
|
|
4975
|
+
"nl.nldesignsystem.css.property": {
|
|
4976
|
+
"syntax": "<length>",
|
|
4977
|
+
"inherits": true
|
|
4978
|
+
},
|
|
4979
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
4980
|
+
},
|
|
4981
|
+
"type": "spacing"
|
|
4982
|
+
},
|
|
4983
|
+
"padding-block-start": {
|
|
4984
|
+
"$extensions": {
|
|
4985
|
+
"nl.nldesignsystem.css.property": {
|
|
4986
|
+
"syntax": "<length>",
|
|
4987
|
+
"inherits": true
|
|
4988
|
+
},
|
|
4989
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
4990
|
+
},
|
|
4991
|
+
"type": "spacing"
|
|
4992
|
+
}
|
|
4993
|
+
}
|
|
4713
4994
|
},
|
|
4714
4995
|
"page-header": {
|
|
4715
4996
|
"background-color": {
|
|
@@ -4722,6 +5003,16 @@
|
|
|
4722
5003
|
},
|
|
4723
5004
|
"type": "color"
|
|
4724
5005
|
},
|
|
5006
|
+
"border-block-end-color": {
|
|
5007
|
+
"$extensions": {
|
|
5008
|
+
"nl.nldesignsystem.css.property": {
|
|
5009
|
+
"syntax": "<color>",
|
|
5010
|
+
"inherits": true
|
|
5011
|
+
},
|
|
5012
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
5013
|
+
},
|
|
5014
|
+
"type": "color"
|
|
5015
|
+
},
|
|
4725
5016
|
"color": {
|
|
4726
5017
|
"$extensions": {
|
|
4727
5018
|
"nl.nldesignsystem.css.property": {
|
|
@@ -4735,8 +5026,71 @@
|
|
|
4735
5026
|
"padding-block-start": "1.8em",
|
|
4736
5027
|
"padding-block-end": "1em",
|
|
4737
5028
|
"padding-inline-start": "2em",
|
|
4738
|
-
"padding-inline-end": "2.4em"
|
|
5029
|
+
"padding-inline-end": "2.4em",
|
|
5030
|
+
"content": {
|
|
5031
|
+
"background-color": {
|
|
5032
|
+
"$extensions": {
|
|
5033
|
+
"nl.nldesignsystem.css.property": {
|
|
5034
|
+
"syntax": "<color>",
|
|
5035
|
+
"inherits": true
|
|
5036
|
+
},
|
|
5037
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
5038
|
+
},
|
|
5039
|
+
"type": "color"
|
|
5040
|
+
},
|
|
5041
|
+
"color": {
|
|
5042
|
+
"$extensions": {
|
|
5043
|
+
"nl.nldesignsystem.css.property": {
|
|
5044
|
+
"syntax": "<color>",
|
|
5045
|
+
"inherits": true
|
|
5046
|
+
},
|
|
5047
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
5048
|
+
},
|
|
5049
|
+
"type": "color"
|
|
5050
|
+
},
|
|
5051
|
+
"padding-block-start": {
|
|
5052
|
+
"$extensions": {
|
|
5053
|
+
"nl.nldesignsystem.css.property": {
|
|
5054
|
+
"syntax": "<length>",
|
|
5055
|
+
"inherits": true
|
|
5056
|
+
},
|
|
5057
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
5058
|
+
},
|
|
5059
|
+
"type": "spacing"
|
|
5060
|
+
},
|
|
5061
|
+
"padding-block-end": {
|
|
5062
|
+
"$extensions": {
|
|
5063
|
+
"nl.nldesignsystem.css.property": {
|
|
5064
|
+
"syntax": "<length>",
|
|
5065
|
+
"inherits": true
|
|
5066
|
+
},
|
|
5067
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
5068
|
+
},
|
|
5069
|
+
"type": "spacing"
|
|
5070
|
+
},
|
|
5071
|
+
"padding-inline-start": {
|
|
5072
|
+
"$extensions": {
|
|
5073
|
+
"nl.nldesignsystem.css.property": {
|
|
5074
|
+
"syntax": "<length>",
|
|
5075
|
+
"inherits": true
|
|
5076
|
+
},
|
|
5077
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
5078
|
+
},
|
|
5079
|
+
"type": "spacing"
|
|
5080
|
+
},
|
|
5081
|
+
"padding-inline-end": {
|
|
5082
|
+
"$extensions": {
|
|
5083
|
+
"nl.nldesignsystem.css.property": {
|
|
5084
|
+
"syntax": "<length>",
|
|
5085
|
+
"inherits": true
|
|
5086
|
+
},
|
|
5087
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
5088
|
+
},
|
|
5089
|
+
"type": "spacing"
|
|
5090
|
+
}
|
|
5091
|
+
}
|
|
4739
5092
|
},
|
|
5093
|
+
"page-layout": {},
|
|
4740
5094
|
"page": {
|
|
4741
5095
|
"background-color": "hsl(0 0% 100%)",
|
|
4742
5096
|
"color": "hsl(0 0% 0%)",
|
|
@@ -5327,6 +5681,38 @@
|
|
|
5327
5681
|
"margin-block-end": 0
|
|
5328
5682
|
}
|
|
5329
5683
|
},
|
|
5684
|
+
"root": {
|
|
5685
|
+
"background-color": {
|
|
5686
|
+
"$extensions": {
|
|
5687
|
+
"nl.nldesignsystem.css.property": {
|
|
5688
|
+
"syntax": "<color>",
|
|
5689
|
+
"inherits": true
|
|
5690
|
+
},
|
|
5691
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
5692
|
+
},
|
|
5693
|
+
"type": "color"
|
|
5694
|
+
},
|
|
5695
|
+
"color": {
|
|
5696
|
+
"$extensions": {
|
|
5697
|
+
"nl.nldesignsystem.css.property": {
|
|
5698
|
+
"syntax": "<color>",
|
|
5699
|
+
"inherits": true
|
|
5700
|
+
},
|
|
5701
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
5702
|
+
},
|
|
5703
|
+
"type": "color"
|
|
5704
|
+
},
|
|
5705
|
+
"font-family": {
|
|
5706
|
+
"$extensions": {
|
|
5707
|
+
"nl.nldesignsystem.css.property": {
|
|
5708
|
+
"syntax": "*",
|
|
5709
|
+
"inherits": true
|
|
5710
|
+
},
|
|
5711
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
5712
|
+
},
|
|
5713
|
+
"type": "fontFamilies"
|
|
5714
|
+
}
|
|
5715
|
+
},
|
|
5330
5716
|
"search-bar": {
|
|
5331
5717
|
"button": {
|
|
5332
5718
|
"background-color": "hsl(0 100% 40%)",
|
|
@@ -5760,6 +6146,53 @@
|
|
|
5760
6146
|
"type": "color"
|
|
5761
6147
|
}
|
|
5762
6148
|
},
|
|
6149
|
+
"hover": {
|
|
6150
|
+
"background-color": {
|
|
6151
|
+
"$extensions": {
|
|
6152
|
+
"nl.nldesignsystem.css.property": {
|
|
6153
|
+
"syntax": "<color>",
|
|
6154
|
+
"inherits": true
|
|
6155
|
+
},
|
|
6156
|
+
"nl.nldesignsystem.fallback": [
|
|
6157
|
+
"utrecht.form-control.hover.background-color",
|
|
6158
|
+
"utrecht.select.background-color",
|
|
6159
|
+
"utrecht.form-control.background-color"
|
|
6160
|
+
],
|
|
6161
|
+
"nl.nldesignsystem.figma.supports-token": true
|
|
6162
|
+
},
|
|
6163
|
+
"type": "color"
|
|
6164
|
+
},
|
|
6165
|
+
"border-color": {
|
|
6166
|
+
"$extensions": {
|
|
6167
|
+
"nl.nldesignsystem.css.property": {
|
|
6168
|
+
"syntax": "<color>",
|
|
6169
|
+
"inherits": true
|
|
6170
|
+
},
|
|
6171
|
+
"nl.nldesignsystem.fallback": [
|
|
6172
|
+
"utrecht.form-control.hover.border-color",
|
|
6173
|
+
"utrecht.select.border-color",
|
|
6174
|
+
"utrecht.form-control.border-color"
|
|
6175
|
+
],
|
|
6176
|
+
"nl.nldesignsystem.figma.supports-token": true
|
|
6177
|
+
},
|
|
6178
|
+
"type": "color"
|
|
6179
|
+
},
|
|
6180
|
+
"color": {
|
|
6181
|
+
"$extensions": {
|
|
6182
|
+
"nl.nldesignsystem.css.property": {
|
|
6183
|
+
"syntax": "<color>",
|
|
6184
|
+
"inherits": true
|
|
6185
|
+
},
|
|
6186
|
+
"nl.nldesignsystem.fallback": [
|
|
6187
|
+
"utrecht.form-control.hover.color",
|
|
6188
|
+
"utrecht.select.color",
|
|
6189
|
+
"utrecht.form-control.color"
|
|
6190
|
+
],
|
|
6191
|
+
"nl.nldesignsystem.figma.supports-token": true
|
|
6192
|
+
},
|
|
6193
|
+
"type": "color"
|
|
6194
|
+
}
|
|
6195
|
+
},
|
|
5763
6196
|
"focus": {
|
|
5764
6197
|
"background-color": {
|
|
5765
6198
|
"$extensions": {
|
|
@@ -7538,12 +7971,6 @@
|
|
|
7538
7971
|
"font-family": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif"
|
|
7539
7972
|
},
|
|
7540
7973
|
"scale": {
|
|
7541
|
-
"2xs": {
|
|
7542
|
-
"font-size": "0.5rem"
|
|
7543
|
-
},
|
|
7544
|
-
"xs": {
|
|
7545
|
-
"font-size": "0.75rem"
|
|
7546
|
-
},
|
|
7547
7974
|
"sm": {
|
|
7548
7975
|
"font-size": "0.875rem"
|
|
7549
7976
|
},
|
package/dist/list.d.ts
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
|
|
2
|
+
declare interface DesignToken {
|
|
3
|
+
value?: any;
|
|
4
|
+
type?: string;
|
|
5
|
+
comment?: string;
|
|
6
|
+
name?: string;
|
|
7
|
+
themeable?: boolean;
|
|
8
|
+
attributes?: Record<string, unknown>;
|
|
9
|
+
[key: string]: any;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
export default tokens;
|
|
13
|
+
|
|
14
|
+
declare const tokens: DesignToken[];
|
package/dist/list.json
CHANGED
|
@@ -4255,7 +4255,7 @@
|
|
|
4255
4255
|
}
|
|
4256
4256
|
},
|
|
4257
4257
|
"type": "fontSize",
|
|
4258
|
-
"value": "0.
|
|
4258
|
+
"value": "0.875rem",
|
|
4259
4259
|
"filePath": "src/component/utrecht/blockquote.tokens.json",
|
|
4260
4260
|
"isSource": true,
|
|
4261
4261
|
"original": {
|
|
@@ -4270,7 +4270,7 @@
|
|
|
4270
4270
|
}
|
|
4271
4271
|
},
|
|
4272
4272
|
"type": "fontSize",
|
|
4273
|
-
"value": "{utrecht.typography.scale.
|
|
4273
|
+
"value": "{utrecht.typography.scale.sm.font-size}"
|
|
4274
4274
|
},
|
|
4275
4275
|
"name": "utrechtBlockquoteCaptionFontSize",
|
|
4276
4276
|
"attributes": {},
|
|
@@ -19898,10 +19898,22 @@
|
|
|
19898
19898
|
]
|
|
19899
19899
|
},
|
|
19900
19900
|
{
|
|
19901
|
+
"$extensions": {
|
|
19902
|
+
"nl.nldesignsystem.css.property": {
|
|
19903
|
+
"syntax": "<color>",
|
|
19904
|
+
"inherits": true
|
|
19905
|
+
}
|
|
19906
|
+
},
|
|
19901
19907
|
"value": "hsl(211 60% 90%)",
|
|
19902
19908
|
"filePath": "src/component/utrecht/listbox.tokens.json",
|
|
19903
19909
|
"isSource": true,
|
|
19904
19910
|
"original": {
|
|
19911
|
+
"$extensions": {
|
|
19912
|
+
"nl.nldesignsystem.css.property": {
|
|
19913
|
+
"syntax": "<color>",
|
|
19914
|
+
"inherits": true
|
|
19915
|
+
}
|
|
19916
|
+
},
|
|
19905
19917
|
"value": "{utrecht.color.blue.90}"
|
|
19906
19918
|
},
|
|
19907
19919
|
"name": "utrechtListboxOptionHoverBackgroundColor",
|
|
@@ -19915,10 +19927,22 @@
|
|
|
19915
19927
|
]
|
|
19916
19928
|
},
|
|
19917
19929
|
{
|
|
19930
|
+
"$extensions": {
|
|
19931
|
+
"nl.nldesignsystem.css.property": {
|
|
19932
|
+
"syntax": "<color>",
|
|
19933
|
+
"inherits": true
|
|
19934
|
+
}
|
|
19935
|
+
},
|
|
19918
19936
|
"value": "hsl(0 0% 0%)",
|
|
19919
19937
|
"filePath": "src/component/utrecht/listbox.tokens.json",
|
|
19920
19938
|
"isSource": true,
|
|
19921
19939
|
"original": {
|
|
19940
|
+
"$extensions": {
|
|
19941
|
+
"nl.nldesignsystem.css.property": {
|
|
19942
|
+
"syntax": "<color>",
|
|
19943
|
+
"inherits": true
|
|
19944
|
+
}
|
|
19945
|
+
},
|
|
19922
19946
|
"value": "{utrecht.color.black}"
|
|
19923
19947
|
},
|
|
19924
19948
|
"name": "utrechtListboxOptionHoverColor",
|
|
@@ -31454,25 +31478,6 @@
|
|
|
31454
31478
|
"font-size"
|
|
31455
31479
|
]
|
|
31456
31480
|
},
|
|
31457
|
-
{
|
|
31458
|
-
"value": "0.5rem",
|
|
31459
|
-
"comment": "8px",
|
|
31460
|
-
"filePath": "src/brand/utrecht/typography.tokens.json",
|
|
31461
|
-
"isSource": true,
|
|
31462
|
-
"original": {
|
|
31463
|
-
"value": "8px",
|
|
31464
|
-
"comment": "8px"
|
|
31465
|
-
},
|
|
31466
|
-
"name": "utrechtTypographyScale2xsFontSize",
|
|
31467
|
-
"attributes": {},
|
|
31468
|
-
"path": [
|
|
31469
|
-
"utrecht",
|
|
31470
|
-
"typography",
|
|
31471
|
-
"scale",
|
|
31472
|
-
"2xs",
|
|
31473
|
-
"font-size"
|
|
31474
|
-
]
|
|
31475
|
-
},
|
|
31476
31481
|
{
|
|
31477
31482
|
"value": "1.5rem",
|
|
31478
31483
|
"comment": "24px",
|
|
@@ -31587,25 +31592,6 @@
|
|
|
31587
31592
|
"font-size"
|
|
31588
31593
|
]
|
|
31589
31594
|
},
|
|
31590
|
-
{
|
|
31591
|
-
"value": "0.75rem",
|
|
31592
|
-
"comment": "12px",
|
|
31593
|
-
"filePath": "src/brand/utrecht/typography.tokens.json",
|
|
31594
|
-
"isSource": true,
|
|
31595
|
-
"original": {
|
|
31596
|
-
"value": "12px",
|
|
31597
|
-
"comment": "12px"
|
|
31598
|
-
},
|
|
31599
|
-
"name": "utrechtTypographyScaleXsFontSize",
|
|
31600
|
-
"attributes": {},
|
|
31601
|
-
"path": [
|
|
31602
|
-
"utrecht",
|
|
31603
|
-
"typography",
|
|
31604
|
-
"scale",
|
|
31605
|
-
"xs",
|
|
31606
|
-
"font-size"
|
|
31607
|
-
]
|
|
31608
|
-
},
|
|
31609
31595
|
{
|
|
31610
31596
|
"value": "700",
|
|
31611
31597
|
"filePath": "src/brand/utrecht/typography.tokens.json",
|