@utrecht/design-tokens 2.1.1 → 2.2.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 +6 -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 +107 -12
- package/dist/dark/list.json +26 -40
- 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 +151 -68
- package/dist/dark/tokens.d.ts +61 -11
- package/dist/dark/tokens.json +153 -70
- 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 +107 -12
- package/dist/list.json +26 -40
- 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 +151 -68
- package/dist/tokens.d.ts +61 -11
- package/dist/tokens.json +153 -70
- 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/index.scss +79 -0
package/dist/index.d.ts
CHANGED
|
@@ -640,10 +640,10 @@ export const utrechtListboxOptionPaddingInlineStart : string;
|
|
|
640
640
|
export const utrechtListboxOptionActiveBackgroundColor : string;
|
|
641
641
|
export const utrechtListboxOptionActiveColor : string;
|
|
642
642
|
export const utrechtListboxOptionActiveFontWeight : string;
|
|
643
|
+
export const utrechtListboxOptionHoverBackgroundColor : string;
|
|
644
|
+
export const utrechtListboxOptionHoverColor : string;
|
|
643
645
|
export const utrechtListboxOptionSelectedBackgroundColor : string;
|
|
644
646
|
export const utrechtListboxOptionSelectedColor : string;
|
|
645
|
-
export const utrechtListboxOptionHoverColor : string;
|
|
646
|
-
export const utrechtListboxOptionHoverBackgroundColor : string;
|
|
647
647
|
export const utrechtListboxOptionGroupMarginBlockEnd : string;
|
|
648
648
|
export const utrechtListboxOptionGroupTitleFontSize : string;
|
|
649
649
|
export const utrechtListboxOptionGroupTitleFontWeight : string;
|
|
@@ -1041,10 +1041,6 @@ export const utrechtIconScale2xl : string;
|
|
|
1041
1041
|
export const utrechtIconScale3xl : string;
|
|
1042
1042
|
export const utrechtIconScale4xl : string;
|
|
1043
1043
|
export const utrechtTypographySansSerifFontFamily : string;
|
|
1044
|
-
/** 8px */
|
|
1045
|
-
export const utrechtTypographyScale2xsFontSize : string;
|
|
1046
|
-
/** 12px */
|
|
1047
|
-
export const utrechtTypographyScaleXsFontSize : string;
|
|
1048
1044
|
/** 14px */
|
|
1049
1045
|
export const utrechtTypographyScaleSmFontSize : string;
|
|
1050
1046
|
/** 16px */
|
package/dist/index.flat.json
CHANGED
|
@@ -127,7 +127,7 @@
|
|
|
127
127
|
"utrechtBadgeListItemMarginInline": "12px",
|
|
128
128
|
"utrechtBadgePaddingBlock": "8px",
|
|
129
129
|
"utrechtBadgePaddingInline": "12px",
|
|
130
|
-
"utrechtBlockquoteCaptionFontSize": "0.
|
|
130
|
+
"utrechtBlockquoteCaptionFontSize": "0.875rem",
|
|
131
131
|
"utrechtBlockquoteContentColor": "hsl(0 100% 40%)",
|
|
132
132
|
"utrechtBlockquoteContentFontSize": "1.125rem",
|
|
133
133
|
"utrechtBlockquoteMarginBlockEnd": "1.6em",
|
|
@@ -989,14 +989,12 @@
|
|
|
989
989
|
"utrechtTypographyLineHeightXs": "1",
|
|
990
990
|
"utrechtTypographySansSerifFontFamily": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
|
|
991
991
|
"utrechtTypographyScale2xlFontSize": "1.375rem",
|
|
992
|
-
"utrechtTypographyScale2xsFontSize": "0.5rem",
|
|
993
992
|
"utrechtTypographyScale3xlFontSize": "1.5rem",
|
|
994
993
|
"utrechtTypographyScale4xlFontSize": "2rem",
|
|
995
994
|
"utrechtTypographyScaleLgFontSize": "1.125rem",
|
|
996
995
|
"utrechtTypographyScaleMdFontSize": "1rem",
|
|
997
996
|
"utrechtTypographyScaleSmFontSize": "0.875rem",
|
|
998
997
|
"utrechtTypographyScaleXlFontSize": "1.25rem",
|
|
999
|
-
"utrechtTypographyScaleXsFontSize": "0.75rem",
|
|
1000
998
|
"utrechtTypographyWeightScaleBoldFontWeight": "700",
|
|
1001
999
|
"utrechtTypographyWeightScaleNormalFontWeight": "400",
|
|
1002
1000
|
"utrechtUnorderedListItemMarginBlockEnd": "0.25rem",
|
package/dist/index.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",
|
package/dist/index.mjs
CHANGED
|
@@ -79,7 +79,7 @@ export const utrechtBlockquoteMarginInlineStart = "1.6em";
|
|
|
79
79
|
export const utrechtBlockquoteMarginInlineEnd = "1.6em";
|
|
80
80
|
export const utrechtBlockquoteContentColor = "hsl(0 100% 40%)";
|
|
81
81
|
export const utrechtBlockquoteContentFontSize = "1.125rem";
|
|
82
|
-
export const utrechtBlockquoteCaptionFontSize = "0.
|
|
82
|
+
export const utrechtBlockquoteCaptionFontSize = "0.875rem";
|
|
83
83
|
export const utrechtBlockquoteMarginBlockStart = "1.6em";
|
|
84
84
|
export const utrechtBlockquoteMarginBlockEnd = "1.6em";
|
|
85
85
|
export const utrechtBreadcrumbNavMinBlockSize = "34px";
|
|
@@ -576,10 +576,10 @@ export const utrechtListboxOptionPaddingInlineStart = "8px";
|
|
|
576
576
|
export const utrechtListboxOptionActiveBackgroundColor = "hsl(0 0% 95%)";
|
|
577
577
|
export const utrechtListboxOptionActiveColor = "hsl(0 0% 0%)";
|
|
578
578
|
export const utrechtListboxOptionActiveFontWeight = "700";
|
|
579
|
+
export const utrechtListboxOptionHoverBackgroundColor = "hsl(211 60% 90%)";
|
|
580
|
+
export const utrechtListboxOptionHoverColor = "hsl(0 0% 0%)";
|
|
579
581
|
export const utrechtListboxOptionSelectedBackgroundColor = "hsl(0 0% 95%)";
|
|
580
582
|
export const utrechtListboxOptionSelectedColor = "hsl(0 0% 0%)";
|
|
581
|
-
export const utrechtListboxOptionHoverColor = "hsl(0 0% 0%)";
|
|
582
|
-
export const utrechtListboxOptionHoverBackgroundColor = "hsl(211 60% 90%)";
|
|
583
583
|
export const utrechtListboxOptionGroupMarginBlockEnd = "8px";
|
|
584
584
|
export const utrechtListboxOptionGroupTitleFontSize = "1rem";
|
|
585
585
|
export const utrechtListboxOptionGroupTitleFontWeight = "700";
|
|
@@ -927,8 +927,6 @@ export const utrechtIconScale2xl = "30px"; // Formaat voor marker iconen
|
|
|
927
927
|
export const utrechtIconScale3xl = "36px"; // Formaat voor toptaks iconen
|
|
928
928
|
export const utrechtIconScale4xl = "48px";
|
|
929
929
|
export const utrechtTypographySansSerifFontFamily = "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif";
|
|
930
|
-
export const utrechtTypographyScale2xsFontSize = "0.5rem"; // 8px
|
|
931
|
-
export const utrechtTypographyScaleXsFontSize = "0.75rem"; // 12px
|
|
932
930
|
export const utrechtTypographyScaleSmFontSize = "0.875rem"; // 14px
|
|
933
931
|
export const utrechtTypographyScaleMdFontSize = "1rem"; // 16px
|
|
934
932
|
export const utrechtTypographyScaleLgFontSize = "1.125rem"; // 18px
|
package/dist/index.tokens.json
CHANGED
|
@@ -837,7 +837,7 @@
|
|
|
837
837
|
},
|
|
838
838
|
"type": "color"
|
|
839
839
|
},
|
|
840
|
-
"font-size": "0.
|
|
840
|
+
"font-size": "0.875rem"
|
|
841
841
|
},
|
|
842
842
|
"quote": {
|
|
843
843
|
"color": {
|
|
@@ -4316,9 +4316,67 @@
|
|
|
4316
4316
|
"color": "hsl(0 0% 0%)",
|
|
4317
4317
|
"font-weight": "700"
|
|
4318
4318
|
},
|
|
4319
|
+
"disabled": {
|
|
4320
|
+
"background-color": {
|
|
4321
|
+
"$extensions": {
|
|
4322
|
+
"nl.nldesignsystem.css.property": {
|
|
4323
|
+
"syntax": "<color>",
|
|
4324
|
+
"inherits": true
|
|
4325
|
+
}
|
|
4326
|
+
}
|
|
4327
|
+
},
|
|
4328
|
+
"color": {
|
|
4329
|
+
"$extensions": {
|
|
4330
|
+
"nl.nldesignsystem.css.property": {
|
|
4331
|
+
"syntax": "<color>",
|
|
4332
|
+
"inherits": true
|
|
4333
|
+
}
|
|
4334
|
+
}
|
|
4335
|
+
}
|
|
4336
|
+
},
|
|
4337
|
+
"hover": {
|
|
4338
|
+
"background-color": "hsl(211 60% 90%)",
|
|
4339
|
+
"color": "hsl(0 0% 0%)"
|
|
4340
|
+
},
|
|
4319
4341
|
"selected": {
|
|
4320
4342
|
"background-color": "hsl(0 0% 95%)",
|
|
4321
|
-
"color": "hsl(0 0% 0%)"
|
|
4343
|
+
"color": "hsl(0 0% 0%)",
|
|
4344
|
+
"disabled": {
|
|
4345
|
+
"background-color": {
|
|
4346
|
+
"$extensions": {
|
|
4347
|
+
"nl.nldesignsystem.css.property": {
|
|
4348
|
+
"syntax": "<color>",
|
|
4349
|
+
"inherits": true
|
|
4350
|
+
}
|
|
4351
|
+
}
|
|
4352
|
+
},
|
|
4353
|
+
"color": {
|
|
4354
|
+
"$extensions": {
|
|
4355
|
+
"nl.nldesignsystem.css.property": {
|
|
4356
|
+
"syntax": "<color>",
|
|
4357
|
+
"inherits": true
|
|
4358
|
+
}
|
|
4359
|
+
}
|
|
4360
|
+
}
|
|
4361
|
+
},
|
|
4362
|
+
"hover": {
|
|
4363
|
+
"background-color": {
|
|
4364
|
+
"$extensions": {
|
|
4365
|
+
"nl.nldesignsystem.css.property": {
|
|
4366
|
+
"syntax": "<color>",
|
|
4367
|
+
"inherits": true
|
|
4368
|
+
}
|
|
4369
|
+
}
|
|
4370
|
+
},
|
|
4371
|
+
"color": {
|
|
4372
|
+
"$extensions": {
|
|
4373
|
+
"nl.nldesignsystem.css.property": {
|
|
4374
|
+
"syntax": "<color>",
|
|
4375
|
+
"inherits": true
|
|
4376
|
+
}
|
|
4377
|
+
}
|
|
4378
|
+
}
|
|
4379
|
+
}
|
|
4322
4380
|
},
|
|
4323
4381
|
"icon": {
|
|
4324
4382
|
"size": {
|
|
@@ -4329,10 +4387,6 @@
|
|
|
4329
4387
|
}
|
|
4330
4388
|
}
|
|
4331
4389
|
}
|
|
4332
|
-
},
|
|
4333
|
-
"hover": {
|
|
4334
|
-
"color": "hsl(0 0% 0%)",
|
|
4335
|
-
"background-color": "hsl(211 60% 90%)"
|
|
4336
4390
|
}
|
|
4337
4391
|
},
|
|
4338
4392
|
"z-index": {},
|
|
@@ -5760,6 +5814,53 @@
|
|
|
5760
5814
|
"type": "color"
|
|
5761
5815
|
}
|
|
5762
5816
|
},
|
|
5817
|
+
"hover": {
|
|
5818
|
+
"background-color": {
|
|
5819
|
+
"$extensions": {
|
|
5820
|
+
"nl.nldesignsystem.css.property": {
|
|
5821
|
+
"syntax": "<color>",
|
|
5822
|
+
"inherits": true
|
|
5823
|
+
},
|
|
5824
|
+
"nl.nldesignsystem.fallback": [
|
|
5825
|
+
"utrecht.form-control.hover.background-color",
|
|
5826
|
+
"utrecht.select.background-color",
|
|
5827
|
+
"utrecht.form-control.background-color"
|
|
5828
|
+
],
|
|
5829
|
+
"nl.nldesignsystem.figma.supports-token": true
|
|
5830
|
+
},
|
|
5831
|
+
"type": "color"
|
|
5832
|
+
},
|
|
5833
|
+
"border-color": {
|
|
5834
|
+
"$extensions": {
|
|
5835
|
+
"nl.nldesignsystem.css.property": {
|
|
5836
|
+
"syntax": "<color>",
|
|
5837
|
+
"inherits": true
|
|
5838
|
+
},
|
|
5839
|
+
"nl.nldesignsystem.fallback": [
|
|
5840
|
+
"utrecht.form-control.hover.border-color",
|
|
5841
|
+
"utrecht.select.border-color",
|
|
5842
|
+
"utrecht.form-control.border-color"
|
|
5843
|
+
],
|
|
5844
|
+
"nl.nldesignsystem.figma.supports-token": true
|
|
5845
|
+
},
|
|
5846
|
+
"type": "color"
|
|
5847
|
+
},
|
|
5848
|
+
"color": {
|
|
5849
|
+
"$extensions": {
|
|
5850
|
+
"nl.nldesignsystem.css.property": {
|
|
5851
|
+
"syntax": "<color>",
|
|
5852
|
+
"inherits": true
|
|
5853
|
+
},
|
|
5854
|
+
"nl.nldesignsystem.fallback": [
|
|
5855
|
+
"utrecht.form-control.hover.color",
|
|
5856
|
+
"utrecht.select.color",
|
|
5857
|
+
"utrecht.form-control.color"
|
|
5858
|
+
],
|
|
5859
|
+
"nl.nldesignsystem.figma.supports-token": true
|
|
5860
|
+
},
|
|
5861
|
+
"type": "color"
|
|
5862
|
+
}
|
|
5863
|
+
},
|
|
5763
5864
|
"focus": {
|
|
5764
5865
|
"background-color": {
|
|
5765
5866
|
"$extensions": {
|
|
@@ -7538,12 +7639,6 @@
|
|
|
7538
7639
|
"font-family": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif"
|
|
7539
7640
|
},
|
|
7540
7641
|
"scale": {
|
|
7541
|
-
"2xs": {
|
|
7542
|
-
"font-size": "0.5rem"
|
|
7543
|
-
},
|
|
7544
|
-
"xs": {
|
|
7545
|
-
"font-size": "0.75rem"
|
|
7546
|
-
},
|
|
7547
7642
|
"sm": {
|
|
7548
7643
|
"font-size": "0.875rem"
|
|
7549
7644
|
},
|
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",
|
package/dist/property.css
CHANGED
|
@@ -459,6 +459,8 @@
|
|
|
459
459
|
@property --utrecht-listbox-max-block-size { syntax: '<length>'; inherits: true; }
|
|
460
460
|
@property --utrecht-listbox-option-active-background-color { syntax: '<color>'; inherits: true; }
|
|
461
461
|
@property --utrecht-listbox-option-active-color { syntax: '<color>'; inherits: true; }
|
|
462
|
+
@property --utrecht-listbox-option-hover-background-color { syntax: '<color>'; inherits: true; }
|
|
463
|
+
@property --utrecht-listbox-option-hover-color { syntax: '<color>'; inherits: true; }
|
|
462
464
|
@property --utrecht-listbox-option-min-block-size { syntax: '<length>'; inherits: true; }
|
|
463
465
|
@property --utrecht-listbox-option-padding-block-end { syntax: '<length>'; inherits: true; }
|
|
464
466
|
@property --utrecht-listbox-option-padding-block-start { syntax: '<length>'; inherits: true; }
|
package/dist/root.css
CHANGED
|
@@ -8,14 +8,12 @@
|
|
|
8
8
|
--utrecht-unordered-list-item-margin-block-end: 0.25rem;
|
|
9
9
|
--utrecht-typography-weight-scale-normal-font-weight: 400;
|
|
10
10
|
--utrecht-typography-weight-scale-bold-font-weight: 700;
|
|
11
|
-
--utrecht-typography-scale-xs-font-size: 0.75rem; /* 12px */
|
|
12
11
|
--utrecht-typography-scale-xl-font-size: 1.25rem; /* 20px */
|
|
13
12
|
--utrecht-typography-scale-sm-font-size: 0.875rem; /* 14px */
|
|
14
13
|
--utrecht-typography-scale-md-font-size: 1rem; /* 16px */
|
|
15
14
|
--utrecht-typography-scale-lg-font-size: 1.125rem; /* 18px */
|
|
16
15
|
--utrecht-typography-scale-4xl-font-size: 2rem; /* 32px */
|
|
17
16
|
--utrecht-typography-scale-3xl-font-size: 1.5rem; /* 24px */
|
|
18
|
-
--utrecht-typography-scale-2xs-font-size: 0.5rem; /* 8px */
|
|
19
17
|
--utrecht-typography-scale-2xl-font-size: 1.375rem; /* 22px */
|
|
20
18
|
--utrecht-typography-sans-serif-font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Arial", sans-serif;
|
|
21
19
|
--utrecht-typography-line-height-xs: 1;
|
|
@@ -828,7 +826,7 @@
|
|
|
828
826
|
--utrecht-breadcrumb-nav-arrows-link-background-color: var(--utrecht-color-grey-90);
|
|
829
827
|
--utrecht-blockquote-content-font-size: var(--utrecht-typography-scale-lg-font-size);
|
|
830
828
|
--utrecht-blockquote-content-color: var(--utrecht-color-red-40);
|
|
831
|
-
--utrecht-blockquote-caption-font-size: var(--utrecht-typography-scale-
|
|
829
|
+
--utrecht-blockquote-caption-font-size: var(--utrecht-typography-scale-sm-font-size);
|
|
832
830
|
--utrecht-badge-padding-inline: var(--utrecht-space-inline-sm); /* Default inline padding color for badge components */
|
|
833
831
|
--utrecht-badge-padding-block: var(--utrecht-space-block-xs); /* Default block padding for badge components */
|
|
834
832
|
--utrecht-badge-list-item-margin-inline: var(--utrecht-space-block-sm);
|
|
@@ -32,8 +32,6 @@
|
|
|
32
32
|
--utrecht-typography-scale-lg-font-size: 1.125rem; /* 18px */
|
|
33
33
|
--utrecht-typography-scale-md-font-size: 1rem; /* 16px */
|
|
34
34
|
--utrecht-typography-scale-sm-font-size: 0.875rem; /* 14px */
|
|
35
|
-
--utrecht-typography-scale-xs-font-size: 0.75rem; /* 12px */
|
|
36
|
-
--utrecht-typography-scale-2xs-font-size: 0.5rem; /* 8px */
|
|
37
35
|
--utrecht-typography-sans-serif-font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Arial", sans-serif;
|
|
38
36
|
--utrecht-icon-scale-4xl: 48px;
|
|
39
37
|
--utrecht-icon-scale-3xl: 36px; /* Formaat voor toptaks iconen */
|
|
@@ -603,10 +601,10 @@
|
|
|
603
601
|
--utrecht-listbox-option-group-title-font-weight: var(--utrecht-typography-weight-scale-bold-font-weight);
|
|
604
602
|
--utrecht-listbox-option-group-title-font-size: var(--utrecht-typography-scale-md-font-size);
|
|
605
603
|
--utrecht-listbox-option-group-margin-block-end: var(--utrecht-space-inline-xs);
|
|
606
|
-
--utrecht-listbox-option-hover-background-color: var(--utrecht-color-blue-90);
|
|
607
|
-
--utrecht-listbox-option-hover-color: var(--utrecht-color-black);
|
|
608
604
|
--utrecht-listbox-option-selected-color: var(--utrecht-color-black);
|
|
609
605
|
--utrecht-listbox-option-selected-background-color: var(--utrecht-color-grey-95);
|
|
606
|
+
--utrecht-listbox-option-hover-color: var(--utrecht-color-black);
|
|
607
|
+
--utrecht-listbox-option-hover-background-color: var(--utrecht-color-blue-90);
|
|
610
608
|
--utrecht-listbox-option-active-font-weight: var(--utrecht-typography-weight-scale-bold-font-weight);
|
|
611
609
|
--utrecht-listbox-option-active-color: var(--utrecht-color-black);
|
|
612
610
|
--utrecht-listbox-option-active-background-color: var(--utrecht-color-grey-95);
|
|
@@ -866,7 +864,7 @@
|
|
|
866
864
|
--utrecht-breadcrumb-nav-item-padding-block-end: var(--utrecht-space-block-xs);
|
|
867
865
|
--utrecht-breadcrumb-nav-item-padding-block-start: var(--utrecht-space-block-xs);
|
|
868
866
|
--utrecht-breadcrumb-nav-font-size: var(--utrecht-typography-scale-md-font-size);
|
|
869
|
-
--utrecht-blockquote-caption-font-size: var(--utrecht-typography-scale-
|
|
867
|
+
--utrecht-blockquote-caption-font-size: var(--utrecht-typography-scale-sm-font-size);
|
|
870
868
|
--utrecht-blockquote-content-font-size: var(--utrecht-typography-scale-lg-font-size);
|
|
871
869
|
--utrecht-blockquote-content-color: var(--utrecht-color-red-40);
|
|
872
870
|
--utrecht-badge-font-style: var(--utrecht-typography-font-style-normal);
|
package/dist/theme.css
CHANGED
|
@@ -8,14 +8,12 @@
|
|
|
8
8
|
--utrecht-unordered-list-item-margin-block-end: 0.25rem;
|
|
9
9
|
--utrecht-typography-weight-scale-normal-font-weight: 400;
|
|
10
10
|
--utrecht-typography-weight-scale-bold-font-weight: 700;
|
|
11
|
-
--utrecht-typography-scale-xs-font-size: 0.75rem; /* 12px */
|
|
12
11
|
--utrecht-typography-scale-xl-font-size: 1.25rem; /* 20px */
|
|
13
12
|
--utrecht-typography-scale-sm-font-size: 0.875rem; /* 14px */
|
|
14
13
|
--utrecht-typography-scale-md-font-size: 1rem; /* 16px */
|
|
15
14
|
--utrecht-typography-scale-lg-font-size: 1.125rem; /* 18px */
|
|
16
15
|
--utrecht-typography-scale-4xl-font-size: 2rem; /* 32px */
|
|
17
16
|
--utrecht-typography-scale-3xl-font-size: 1.5rem; /* 24px */
|
|
18
|
-
--utrecht-typography-scale-2xs-font-size: 0.5rem; /* 8px */
|
|
19
17
|
--utrecht-typography-scale-2xl-font-size: 1.375rem; /* 22px */
|
|
20
18
|
--utrecht-typography-sans-serif-font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Arial", sans-serif;
|
|
21
19
|
--utrecht-typography-line-height-xs: 1;
|
|
@@ -828,7 +826,7 @@
|
|
|
828
826
|
--utrecht-breadcrumb-nav-arrows-link-background-color: var(--utrecht-color-grey-90);
|
|
829
827
|
--utrecht-blockquote-content-font-size: var(--utrecht-typography-scale-lg-font-size);
|
|
830
828
|
--utrecht-blockquote-content-color: var(--utrecht-color-red-40);
|
|
831
|
-
--utrecht-blockquote-caption-font-size: var(--utrecht-typography-scale-
|
|
829
|
+
--utrecht-blockquote-caption-font-size: var(--utrecht-typography-scale-sm-font-size);
|
|
832
830
|
--utrecht-badge-padding-inline: var(--utrecht-space-inline-sm); /* Default inline padding color for badge components */
|
|
833
831
|
--utrecht-badge-padding-block: var(--utrecht-space-block-xs); /* Default block padding for badge components */
|
|
834
832
|
--utrecht-badge-list-item-margin-inline: var(--utrecht-space-block-sm);
|