@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
|
@@ -409,6 +409,7 @@
|
|
|
409
409
|
"color": "hsl(0 0% 100%)"
|
|
410
410
|
}
|
|
411
411
|
},
|
|
412
|
+
"alternate-lang-nav": {},
|
|
412
413
|
"article": {
|
|
413
414
|
"max-inline-size": "780px"
|
|
414
415
|
},
|
|
@@ -841,7 +842,7 @@
|
|
|
841
842
|
},
|
|
842
843
|
"type": "color"
|
|
843
844
|
},
|
|
844
|
-
"font-size": "0.
|
|
845
|
+
"font-size": "0.875rem"
|
|
845
846
|
},
|
|
846
847
|
"quote": {
|
|
847
848
|
"color": {
|
|
@@ -868,6 +869,51 @@
|
|
|
868
869
|
"margin-block-start": "1.6em",
|
|
869
870
|
"margin-block-end": "1.6em"
|
|
870
871
|
},
|
|
872
|
+
"body": {
|
|
873
|
+
"font-family": {
|
|
874
|
+
"$extensions": {
|
|
875
|
+
"nl.nldesignsystem.css.property": {
|
|
876
|
+
"syntax": "*",
|
|
877
|
+
"inherits": true
|
|
878
|
+
},
|
|
879
|
+
"nl.nldesignsystem.figma.supports-token": true
|
|
880
|
+
},
|
|
881
|
+
"type": "fontFamilies"
|
|
882
|
+
},
|
|
883
|
+
"font-size": {
|
|
884
|
+
"$extensions": {
|
|
885
|
+
"nl.nldesignsystem.css.property": {
|
|
886
|
+
"syntax": "<length>",
|
|
887
|
+
"inherits": true
|
|
888
|
+
},
|
|
889
|
+
"nl.nldesignsystem.figma.supports-token": true
|
|
890
|
+
},
|
|
891
|
+
"type": "fontSizes"
|
|
892
|
+
},
|
|
893
|
+
"font-weight": {
|
|
894
|
+
"$extensions": {
|
|
895
|
+
"nl.nldesignsystem.css.property": {
|
|
896
|
+
"syntax": "<number>",
|
|
897
|
+
"inherits": true
|
|
898
|
+
},
|
|
899
|
+
"nl.nldesignsystem.figma.supports-token": true
|
|
900
|
+
},
|
|
901
|
+
"type": "fontWeights"
|
|
902
|
+
},
|
|
903
|
+
"line-height": {
|
|
904
|
+
"$extensions": {
|
|
905
|
+
"nl.nldesignsystem.css.property": {
|
|
906
|
+
"syntax": [
|
|
907
|
+
"<length>",
|
|
908
|
+
"<number>"
|
|
909
|
+
],
|
|
910
|
+
"inherits": true
|
|
911
|
+
},
|
|
912
|
+
"nl.nldesignsystem.figma.supports-token": true
|
|
913
|
+
},
|
|
914
|
+
"type": "lineHeights"
|
|
915
|
+
}
|
|
916
|
+
},
|
|
871
917
|
"breadcrumb-nav": {
|
|
872
918
|
"min-block-size": "34px",
|
|
873
919
|
"font-family": {
|
|
@@ -2458,6 +2504,20 @@
|
|
|
2458
2504
|
}
|
|
2459
2505
|
}
|
|
2460
2506
|
},
|
|
2507
|
+
"combobox": {
|
|
2508
|
+
"popover": {
|
|
2509
|
+
"z-index": {
|
|
2510
|
+
"$extensions": {
|
|
2511
|
+
"nl.nldesignsystem.css.property": {
|
|
2512
|
+
"syntax": "<number>",
|
|
2513
|
+
"inherits": true
|
|
2514
|
+
},
|
|
2515
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
2516
|
+
},
|
|
2517
|
+
"type": "other"
|
|
2518
|
+
}
|
|
2519
|
+
}
|
|
2520
|
+
},
|
|
2461
2521
|
"action": {
|
|
2462
2522
|
"activate": {
|
|
2463
2523
|
"cursor": "pointer"
|
|
@@ -3892,6 +3952,7 @@
|
|
|
3892
3952
|
},
|
|
3893
3953
|
"font-weight": "700"
|
|
3894
3954
|
},
|
|
3955
|
+
"html-content": {},
|
|
3895
3956
|
"iban-data": {},
|
|
3896
3957
|
"icon": {
|
|
3897
3958
|
"color": {
|
|
@@ -4320,9 +4381,67 @@
|
|
|
4320
4381
|
"color": "hsl(0 0% 0%)",
|
|
4321
4382
|
"font-weight": "700"
|
|
4322
4383
|
},
|
|
4384
|
+
"disabled": {
|
|
4385
|
+
"background-color": {
|
|
4386
|
+
"$extensions": {
|
|
4387
|
+
"nl.nldesignsystem.css.property": {
|
|
4388
|
+
"syntax": "<color>",
|
|
4389
|
+
"inherits": true
|
|
4390
|
+
}
|
|
4391
|
+
}
|
|
4392
|
+
},
|
|
4393
|
+
"color": {
|
|
4394
|
+
"$extensions": {
|
|
4395
|
+
"nl.nldesignsystem.css.property": {
|
|
4396
|
+
"syntax": "<color>",
|
|
4397
|
+
"inherits": true
|
|
4398
|
+
}
|
|
4399
|
+
}
|
|
4400
|
+
}
|
|
4401
|
+
},
|
|
4402
|
+
"hover": {
|
|
4403
|
+
"background-color": "hsl(211 60% 90%)",
|
|
4404
|
+
"color": "hsl(0 0% 0%)"
|
|
4405
|
+
},
|
|
4323
4406
|
"selected": {
|
|
4324
4407
|
"background-color": "hsl(0 0% 95%)",
|
|
4325
|
-
"color": "hsl(0 0% 0%)"
|
|
4408
|
+
"color": "hsl(0 0% 0%)",
|
|
4409
|
+
"disabled": {
|
|
4410
|
+
"background-color": {
|
|
4411
|
+
"$extensions": {
|
|
4412
|
+
"nl.nldesignsystem.css.property": {
|
|
4413
|
+
"syntax": "<color>",
|
|
4414
|
+
"inherits": true
|
|
4415
|
+
}
|
|
4416
|
+
}
|
|
4417
|
+
},
|
|
4418
|
+
"color": {
|
|
4419
|
+
"$extensions": {
|
|
4420
|
+
"nl.nldesignsystem.css.property": {
|
|
4421
|
+
"syntax": "<color>",
|
|
4422
|
+
"inherits": true
|
|
4423
|
+
}
|
|
4424
|
+
}
|
|
4425
|
+
}
|
|
4426
|
+
},
|
|
4427
|
+
"hover": {
|
|
4428
|
+
"background-color": {
|
|
4429
|
+
"$extensions": {
|
|
4430
|
+
"nl.nldesignsystem.css.property": {
|
|
4431
|
+
"syntax": "<color>",
|
|
4432
|
+
"inherits": true
|
|
4433
|
+
}
|
|
4434
|
+
}
|
|
4435
|
+
},
|
|
4436
|
+
"color": {
|
|
4437
|
+
"$extensions": {
|
|
4438
|
+
"nl.nldesignsystem.css.property": {
|
|
4439
|
+
"syntax": "<color>",
|
|
4440
|
+
"inherits": true
|
|
4441
|
+
}
|
|
4442
|
+
}
|
|
4443
|
+
}
|
|
4444
|
+
}
|
|
4326
4445
|
},
|
|
4327
4446
|
"icon": {
|
|
4328
4447
|
"size": {
|
|
@@ -4333,10 +4452,6 @@
|
|
|
4333
4452
|
}
|
|
4334
4453
|
}
|
|
4335
4454
|
}
|
|
4336
|
-
},
|
|
4337
|
-
"hover": {
|
|
4338
|
-
"color": "hsl(0 0% 0%)",
|
|
4339
|
-
"background-color": "hsl(211 60% 90%)"
|
|
4340
4455
|
}
|
|
4341
4456
|
},
|
|
4342
4457
|
"z-index": {},
|
|
@@ -4483,6 +4598,26 @@
|
|
|
4483
4598
|
"background-color": "hsl(0 0% 100%)",
|
|
4484
4599
|
"color": "hsl(0 0% 0%)",
|
|
4485
4600
|
"content": {
|
|
4601
|
+
"background-color": {
|
|
4602
|
+
"$extensions": {
|
|
4603
|
+
"nl.nldesignsystem.css.property": {
|
|
4604
|
+
"syntax": "<color>",
|
|
4605
|
+
"inherits": true
|
|
4606
|
+
},
|
|
4607
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
4608
|
+
},
|
|
4609
|
+
"type": "color"
|
|
4610
|
+
},
|
|
4611
|
+
"color": {
|
|
4612
|
+
"$extensions": {
|
|
4613
|
+
"nl.nldesignsystem.css.property": {
|
|
4614
|
+
"syntax": "<color>",
|
|
4615
|
+
"inherits": true
|
|
4616
|
+
},
|
|
4617
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
4618
|
+
},
|
|
4619
|
+
"type": "color"
|
|
4620
|
+
},
|
|
4486
4621
|
"max-inline-size": "1184px"
|
|
4487
4622
|
},
|
|
4488
4623
|
"link": {
|
|
@@ -4682,6 +4817,90 @@
|
|
|
4682
4817
|
"padding-inline-start": "0"
|
|
4683
4818
|
}
|
|
4684
4819
|
},
|
|
4820
|
+
"page-body": {
|
|
4821
|
+
"background-color": {
|
|
4822
|
+
"$extensions": {
|
|
4823
|
+
"nl.nldesignsystem.css.property": {
|
|
4824
|
+
"syntax": "<color>",
|
|
4825
|
+
"inherits": true
|
|
4826
|
+
},
|
|
4827
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
4828
|
+
},
|
|
4829
|
+
"type": "color"
|
|
4830
|
+
},
|
|
4831
|
+
"color": {
|
|
4832
|
+
"$extensions": {
|
|
4833
|
+
"nl.nldesignsystem.css.property": {
|
|
4834
|
+
"syntax": "<color>",
|
|
4835
|
+
"inherits": true
|
|
4836
|
+
},
|
|
4837
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
4838
|
+
},
|
|
4839
|
+
"type": "color"
|
|
4840
|
+
},
|
|
4841
|
+
"content": {
|
|
4842
|
+
"background-color": {
|
|
4843
|
+
"$extensions": {
|
|
4844
|
+
"nl.nldesignsystem.css.property": {
|
|
4845
|
+
"syntax": "<color>",
|
|
4846
|
+
"inherits": true
|
|
4847
|
+
},
|
|
4848
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
4849
|
+
},
|
|
4850
|
+
"type": "color"
|
|
4851
|
+
},
|
|
4852
|
+
"color": {
|
|
4853
|
+
"$extensions": {
|
|
4854
|
+
"nl.nldesignsystem.css.property": {
|
|
4855
|
+
"syntax": "<color>",
|
|
4856
|
+
"inherits": true
|
|
4857
|
+
},
|
|
4858
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
4859
|
+
},
|
|
4860
|
+
"type": "color"
|
|
4861
|
+
},
|
|
4862
|
+
"padding-block-start": {
|
|
4863
|
+
"$extensions": {
|
|
4864
|
+
"nl.nldesignsystem.css.property": {
|
|
4865
|
+
"syntax": "<length>",
|
|
4866
|
+
"inherits": true
|
|
4867
|
+
},
|
|
4868
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
4869
|
+
},
|
|
4870
|
+
"type": "spacing"
|
|
4871
|
+
},
|
|
4872
|
+
"padding-block-end": {
|
|
4873
|
+
"$extensions": {
|
|
4874
|
+
"nl.nldesignsystem.css.property": {
|
|
4875
|
+
"syntax": "<length>",
|
|
4876
|
+
"inherits": true
|
|
4877
|
+
},
|
|
4878
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
4879
|
+
},
|
|
4880
|
+
"type": "spacing"
|
|
4881
|
+
},
|
|
4882
|
+
"padding-inline-start": {
|
|
4883
|
+
"$extensions": {
|
|
4884
|
+
"nl.nldesignsystem.css.property": {
|
|
4885
|
+
"syntax": "<length>",
|
|
4886
|
+
"inherits": true
|
|
4887
|
+
},
|
|
4888
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
4889
|
+
},
|
|
4890
|
+
"type": "spacing"
|
|
4891
|
+
},
|
|
4892
|
+
"padding-inine-end": {
|
|
4893
|
+
"$extensions": {
|
|
4894
|
+
"nl.nldesignsystem.css.property": {
|
|
4895
|
+
"syntax": "<length>",
|
|
4896
|
+
"inherits": true
|
|
4897
|
+
},
|
|
4898
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
4899
|
+
},
|
|
4900
|
+
"type": "spacing"
|
|
4901
|
+
}
|
|
4902
|
+
}
|
|
4903
|
+
},
|
|
4685
4904
|
"page-content": {
|
|
4686
4905
|
"padding-block-start": "2em",
|
|
4687
4906
|
"padding-block-end": "2em",
|
|
@@ -4713,7 +4932,69 @@
|
|
|
4713
4932
|
"padding-inline-end": "28px",
|
|
4714
4933
|
"padding-inline-start": "28px",
|
|
4715
4934
|
"padding-block-end": "48px",
|
|
4716
|
-
"padding-block-start": "48px"
|
|
4935
|
+
"padding-block-start": "48px",
|
|
4936
|
+
"content": {
|
|
4937
|
+
"color": {
|
|
4938
|
+
"$extensions": {
|
|
4939
|
+
"nl.nldesignsystem.css.property": {
|
|
4940
|
+
"syntax": "<color>",
|
|
4941
|
+
"inherits": true
|
|
4942
|
+
},
|
|
4943
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
4944
|
+
},
|
|
4945
|
+
"type": "color"
|
|
4946
|
+
},
|
|
4947
|
+
"background-color": {
|
|
4948
|
+
"$extensions": {
|
|
4949
|
+
"nl.nldesignsystem.css.property": {
|
|
4950
|
+
"syntax": "<color>",
|
|
4951
|
+
"inherits": true
|
|
4952
|
+
},
|
|
4953
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
4954
|
+
},
|
|
4955
|
+
"type": "color"
|
|
4956
|
+
},
|
|
4957
|
+
"padding-inline-end": {
|
|
4958
|
+
"$extensions": {
|
|
4959
|
+
"nl.nldesignsystem.css.property": {
|
|
4960
|
+
"syntax": "<length>",
|
|
4961
|
+
"inherits": true
|
|
4962
|
+
},
|
|
4963
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
4964
|
+
},
|
|
4965
|
+
"type": "spacing"
|
|
4966
|
+
},
|
|
4967
|
+
"padding-inline-start": {
|
|
4968
|
+
"$extensions": {
|
|
4969
|
+
"nl.nldesignsystem.css.property": {
|
|
4970
|
+
"syntax": "<length>",
|
|
4971
|
+
"inherits": true
|
|
4972
|
+
},
|
|
4973
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
4974
|
+
},
|
|
4975
|
+
"type": "spacing"
|
|
4976
|
+
},
|
|
4977
|
+
"padding-block-end": {
|
|
4978
|
+
"$extensions": {
|
|
4979
|
+
"nl.nldesignsystem.css.property": {
|
|
4980
|
+
"syntax": "<length>",
|
|
4981
|
+
"inherits": true
|
|
4982
|
+
},
|
|
4983
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
4984
|
+
},
|
|
4985
|
+
"type": "spacing"
|
|
4986
|
+
},
|
|
4987
|
+
"padding-block-start": {
|
|
4988
|
+
"$extensions": {
|
|
4989
|
+
"nl.nldesignsystem.css.property": {
|
|
4990
|
+
"syntax": "<length>",
|
|
4991
|
+
"inherits": true
|
|
4992
|
+
},
|
|
4993
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
4994
|
+
},
|
|
4995
|
+
"type": "spacing"
|
|
4996
|
+
}
|
|
4997
|
+
}
|
|
4717
4998
|
},
|
|
4718
4999
|
"page-header": {
|
|
4719
5000
|
"background-color": {
|
|
@@ -4726,6 +5007,16 @@
|
|
|
4726
5007
|
},
|
|
4727
5008
|
"type": "color"
|
|
4728
5009
|
},
|
|
5010
|
+
"border-block-end-color": {
|
|
5011
|
+
"$extensions": {
|
|
5012
|
+
"nl.nldesignsystem.css.property": {
|
|
5013
|
+
"syntax": "<color>",
|
|
5014
|
+
"inherits": true
|
|
5015
|
+
},
|
|
5016
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
5017
|
+
},
|
|
5018
|
+
"type": "color"
|
|
5019
|
+
},
|
|
4729
5020
|
"color": {
|
|
4730
5021
|
"$extensions": {
|
|
4731
5022
|
"nl.nldesignsystem.css.property": {
|
|
@@ -4739,8 +5030,71 @@
|
|
|
4739
5030
|
"padding-block-start": "1.8em",
|
|
4740
5031
|
"padding-block-end": "1em",
|
|
4741
5032
|
"padding-inline-start": "2em",
|
|
4742
|
-
"padding-inline-end": "2.4em"
|
|
5033
|
+
"padding-inline-end": "2.4em",
|
|
5034
|
+
"content": {
|
|
5035
|
+
"background-color": {
|
|
5036
|
+
"$extensions": {
|
|
5037
|
+
"nl.nldesignsystem.css.property": {
|
|
5038
|
+
"syntax": "<color>",
|
|
5039
|
+
"inherits": true
|
|
5040
|
+
},
|
|
5041
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
5042
|
+
},
|
|
5043
|
+
"type": "color"
|
|
5044
|
+
},
|
|
5045
|
+
"color": {
|
|
5046
|
+
"$extensions": {
|
|
5047
|
+
"nl.nldesignsystem.css.property": {
|
|
5048
|
+
"syntax": "<color>",
|
|
5049
|
+
"inherits": true
|
|
5050
|
+
},
|
|
5051
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
5052
|
+
},
|
|
5053
|
+
"type": "color"
|
|
5054
|
+
},
|
|
5055
|
+
"padding-block-start": {
|
|
5056
|
+
"$extensions": {
|
|
5057
|
+
"nl.nldesignsystem.css.property": {
|
|
5058
|
+
"syntax": "<length>",
|
|
5059
|
+
"inherits": true
|
|
5060
|
+
},
|
|
5061
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
5062
|
+
},
|
|
5063
|
+
"type": "spacing"
|
|
5064
|
+
},
|
|
5065
|
+
"padding-block-end": {
|
|
5066
|
+
"$extensions": {
|
|
5067
|
+
"nl.nldesignsystem.css.property": {
|
|
5068
|
+
"syntax": "<length>",
|
|
5069
|
+
"inherits": true
|
|
5070
|
+
},
|
|
5071
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
5072
|
+
},
|
|
5073
|
+
"type": "spacing"
|
|
5074
|
+
},
|
|
5075
|
+
"padding-inline-start": {
|
|
5076
|
+
"$extensions": {
|
|
5077
|
+
"nl.nldesignsystem.css.property": {
|
|
5078
|
+
"syntax": "<length>",
|
|
5079
|
+
"inherits": true
|
|
5080
|
+
},
|
|
5081
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
5082
|
+
},
|
|
5083
|
+
"type": "spacing"
|
|
5084
|
+
},
|
|
5085
|
+
"padding-inline-end": {
|
|
5086
|
+
"$extensions": {
|
|
5087
|
+
"nl.nldesignsystem.css.property": {
|
|
5088
|
+
"syntax": "<length>",
|
|
5089
|
+
"inherits": true
|
|
5090
|
+
},
|
|
5091
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
5092
|
+
},
|
|
5093
|
+
"type": "spacing"
|
|
5094
|
+
}
|
|
5095
|
+
}
|
|
4743
5096
|
},
|
|
5097
|
+
"page-layout": {},
|
|
4744
5098
|
"page": {
|
|
4745
5099
|
"background-color": "hsl(0 0% 15%)",
|
|
4746
5100
|
"color": "hsl(0 0% 95%)",
|
|
@@ -5331,6 +5685,38 @@
|
|
|
5331
5685
|
"margin-block-end": 0
|
|
5332
5686
|
}
|
|
5333
5687
|
},
|
|
5688
|
+
"root": {
|
|
5689
|
+
"background-color": {
|
|
5690
|
+
"$extensions": {
|
|
5691
|
+
"nl.nldesignsystem.css.property": {
|
|
5692
|
+
"syntax": "<color>",
|
|
5693
|
+
"inherits": true
|
|
5694
|
+
},
|
|
5695
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
5696
|
+
},
|
|
5697
|
+
"type": "color"
|
|
5698
|
+
},
|
|
5699
|
+
"color": {
|
|
5700
|
+
"$extensions": {
|
|
5701
|
+
"nl.nldesignsystem.css.property": {
|
|
5702
|
+
"syntax": "<color>",
|
|
5703
|
+
"inherits": true
|
|
5704
|
+
},
|
|
5705
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
5706
|
+
},
|
|
5707
|
+
"type": "color"
|
|
5708
|
+
},
|
|
5709
|
+
"font-family": {
|
|
5710
|
+
"$extensions": {
|
|
5711
|
+
"nl.nldesignsystem.css.property": {
|
|
5712
|
+
"syntax": "*",
|
|
5713
|
+
"inherits": true
|
|
5714
|
+
},
|
|
5715
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
5716
|
+
},
|
|
5717
|
+
"type": "fontFamilies"
|
|
5718
|
+
}
|
|
5719
|
+
},
|
|
5334
5720
|
"search-bar": {
|
|
5335
5721
|
"button": {
|
|
5336
5722
|
"background-color": "hsl(0 100% 40%)",
|
|
@@ -5764,6 +6150,53 @@
|
|
|
5764
6150
|
"type": "color"
|
|
5765
6151
|
}
|
|
5766
6152
|
},
|
|
6153
|
+
"hover": {
|
|
6154
|
+
"background-color": {
|
|
6155
|
+
"$extensions": {
|
|
6156
|
+
"nl.nldesignsystem.css.property": {
|
|
6157
|
+
"syntax": "<color>",
|
|
6158
|
+
"inherits": true
|
|
6159
|
+
},
|
|
6160
|
+
"nl.nldesignsystem.fallback": [
|
|
6161
|
+
"utrecht.form-control.hover.background-color",
|
|
6162
|
+
"utrecht.select.background-color",
|
|
6163
|
+
"utrecht.form-control.background-color"
|
|
6164
|
+
],
|
|
6165
|
+
"nl.nldesignsystem.figma.supports-token": true
|
|
6166
|
+
},
|
|
6167
|
+
"type": "color"
|
|
6168
|
+
},
|
|
6169
|
+
"border-color": {
|
|
6170
|
+
"$extensions": {
|
|
6171
|
+
"nl.nldesignsystem.css.property": {
|
|
6172
|
+
"syntax": "<color>",
|
|
6173
|
+
"inherits": true
|
|
6174
|
+
},
|
|
6175
|
+
"nl.nldesignsystem.fallback": [
|
|
6176
|
+
"utrecht.form-control.hover.border-color",
|
|
6177
|
+
"utrecht.select.border-color",
|
|
6178
|
+
"utrecht.form-control.border-color"
|
|
6179
|
+
],
|
|
6180
|
+
"nl.nldesignsystem.figma.supports-token": true
|
|
6181
|
+
},
|
|
6182
|
+
"type": "color"
|
|
6183
|
+
},
|
|
6184
|
+
"color": {
|
|
6185
|
+
"$extensions": {
|
|
6186
|
+
"nl.nldesignsystem.css.property": {
|
|
6187
|
+
"syntax": "<color>",
|
|
6188
|
+
"inherits": true
|
|
6189
|
+
},
|
|
6190
|
+
"nl.nldesignsystem.fallback": [
|
|
6191
|
+
"utrecht.form-control.hover.color",
|
|
6192
|
+
"utrecht.select.color",
|
|
6193
|
+
"utrecht.form-control.color"
|
|
6194
|
+
],
|
|
6195
|
+
"nl.nldesignsystem.figma.supports-token": true
|
|
6196
|
+
},
|
|
6197
|
+
"type": "color"
|
|
6198
|
+
}
|
|
6199
|
+
},
|
|
5767
6200
|
"focus": {
|
|
5768
6201
|
"background-color": {
|
|
5769
6202
|
"$extensions": {
|
|
@@ -7524,12 +7957,6 @@
|
|
|
7524
7957
|
"font-family": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif"
|
|
7525
7958
|
},
|
|
7526
7959
|
"scale": {
|
|
7527
|
-
"2xs": {
|
|
7528
|
-
"font-size": "0.5rem"
|
|
7529
|
-
},
|
|
7530
|
-
"xs": {
|
|
7531
|
-
"font-size": "0.75rem"
|
|
7532
|
-
},
|
|
7533
7960
|
"sm": {
|
|
7534
7961
|
"font-size": "0.875rem"
|
|
7535
7962
|
},
|
|
@@ -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/dark/list.json
CHANGED
|
@@ -4047,7 +4047,7 @@
|
|
|
4047
4047
|
}
|
|
4048
4048
|
},
|
|
4049
4049
|
"type": "fontSize",
|
|
4050
|
-
"value": "0.
|
|
4050
|
+
"value": "0.875rem",
|
|
4051
4051
|
"filePath": "src/component/utrecht/blockquote.tokens.json",
|
|
4052
4052
|
"isSource": true,
|
|
4053
4053
|
"original": {
|
|
@@ -4062,7 +4062,7 @@
|
|
|
4062
4062
|
}
|
|
4063
4063
|
},
|
|
4064
4064
|
"type": "fontSize",
|
|
4065
|
-
"value": "{utrecht.typography.scale.
|
|
4065
|
+
"value": "{utrecht.typography.scale.sm.font-size}"
|
|
4066
4066
|
},
|
|
4067
4067
|
"name": "utrechtBlockquoteCaptionFontSize",
|
|
4068
4068
|
"attributes": {},
|
|
@@ -18845,10 +18845,22 @@
|
|
|
18845
18845
|
]
|
|
18846
18846
|
},
|
|
18847
18847
|
{
|
|
18848
|
+
"$extensions": {
|
|
18849
|
+
"nl.nldesignsystem.css.property": {
|
|
18850
|
+
"syntax": "<color>",
|
|
18851
|
+
"inherits": true
|
|
18852
|
+
}
|
|
18853
|
+
},
|
|
18848
18854
|
"value": "hsl(211 60% 90%)",
|
|
18849
18855
|
"filePath": "src/component/utrecht/listbox.tokens.json",
|
|
18850
18856
|
"isSource": true,
|
|
18851
18857
|
"original": {
|
|
18858
|
+
"$extensions": {
|
|
18859
|
+
"nl.nldesignsystem.css.property": {
|
|
18860
|
+
"syntax": "<color>",
|
|
18861
|
+
"inherits": true
|
|
18862
|
+
}
|
|
18863
|
+
},
|
|
18852
18864
|
"value": "{utrecht.color.blue.90}"
|
|
18853
18865
|
},
|
|
18854
18866
|
"name": "utrechtListboxOptionHoverBackgroundColor",
|
|
@@ -18862,10 +18874,22 @@
|
|
|
18862
18874
|
]
|
|
18863
18875
|
},
|
|
18864
18876
|
{
|
|
18877
|
+
"$extensions": {
|
|
18878
|
+
"nl.nldesignsystem.css.property": {
|
|
18879
|
+
"syntax": "<color>",
|
|
18880
|
+
"inherits": true
|
|
18881
|
+
}
|
|
18882
|
+
},
|
|
18865
18883
|
"value": "hsl(0 0% 0%)",
|
|
18866
18884
|
"filePath": "src/component/utrecht/listbox.tokens.json",
|
|
18867
18885
|
"isSource": true,
|
|
18868
18886
|
"original": {
|
|
18887
|
+
"$extensions": {
|
|
18888
|
+
"nl.nldesignsystem.css.property": {
|
|
18889
|
+
"syntax": "<color>",
|
|
18890
|
+
"inherits": true
|
|
18891
|
+
}
|
|
18892
|
+
},
|
|
18869
18893
|
"value": "{utrecht.color.black}"
|
|
18870
18894
|
},
|
|
18871
18895
|
"name": "utrechtListboxOptionHoverColor",
|
|
@@ -30337,25 +30361,6 @@
|
|
|
30337
30361
|
"font-size"
|
|
30338
30362
|
]
|
|
30339
30363
|
},
|
|
30340
|
-
{
|
|
30341
|
-
"value": "0.5rem",
|
|
30342
|
-
"comment": "8px",
|
|
30343
|
-
"filePath": "src/brand/utrecht/typography.tokens.json",
|
|
30344
|
-
"isSource": true,
|
|
30345
|
-
"original": {
|
|
30346
|
-
"value": "8px",
|
|
30347
|
-
"comment": "8px"
|
|
30348
|
-
},
|
|
30349
|
-
"name": "utrechtTypographyScale2xsFontSize",
|
|
30350
|
-
"attributes": {},
|
|
30351
|
-
"path": [
|
|
30352
|
-
"utrecht",
|
|
30353
|
-
"typography",
|
|
30354
|
-
"scale",
|
|
30355
|
-
"2xs",
|
|
30356
|
-
"font-size"
|
|
30357
|
-
]
|
|
30358
|
-
},
|
|
30359
30364
|
{
|
|
30360
30365
|
"value": "1.5rem",
|
|
30361
30366
|
"comment": "24px",
|
|
@@ -30470,25 +30475,6 @@
|
|
|
30470
30475
|
"font-size"
|
|
30471
30476
|
]
|
|
30472
30477
|
},
|
|
30473
|
-
{
|
|
30474
|
-
"value": "0.75rem",
|
|
30475
|
-
"comment": "12px",
|
|
30476
|
-
"filePath": "src/brand/utrecht/typography.tokens.json",
|
|
30477
|
-
"isSource": true,
|
|
30478
|
-
"original": {
|
|
30479
|
-
"value": "12px",
|
|
30480
|
-
"comment": "12px"
|
|
30481
|
-
},
|
|
30482
|
-
"name": "utrechtTypographyScaleXsFontSize",
|
|
30483
|
-
"attributes": {},
|
|
30484
|
-
"path": [
|
|
30485
|
-
"utrecht",
|
|
30486
|
-
"typography",
|
|
30487
|
-
"scale",
|
|
30488
|
-
"xs",
|
|
30489
|
-
"font-size"
|
|
30490
|
-
]
|
|
30491
|
-
},
|
|
30492
30478
|
{
|
|
30493
30479
|
"value": "700",
|
|
30494
30480
|
"filePath": "src/brand/utrecht/typography.tokens.json",
|