@utrecht/design-tokens 6.1.1 → 6.2.1
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/build-stylelint.mjs +1 -2
- package/dist/_mixin-theme.scss +13 -11
- package/dist/_mixin.scss +13 -11
- package/dist/_variables.scss +13 -11
- package/dist/dark/_mixin-theme.scss +13 -11
- package/dist/dark/_mixin.scss +13 -11
- package/dist/dark/_variables.scss +13 -11
- package/dist/dark/index.cjs +13 -11
- package/dist/dark/index.css +13 -11
- package/dist/dark/index.d.ts +11 -9
- package/dist/dark/index.flat.json +4 -2
- package/dist/dark/index.json +120 -24
- package/dist/dark/index.mjs +13 -11
- package/dist/dark/index.tokens.json +17 -15
- package/dist/dark/list.json +120 -24
- package/dist/dark/list.mjs +120 -24
- package/dist/dark/property.css +8 -2
- package/dist/dark/root.css +4 -2
- package/dist/dark/theme-prince-xml.css +13 -11
- package/dist/dark/theme.css +4 -2
- package/dist/dark/tokens.cjs +215 -129
- package/dist/dark/tokens.d.ts +13 -11
- package/dist/dark/tokens.json +253 -157
- package/dist/dark/variables.cjs +13 -11
- package/dist/dark/variables.css +4 -2
- package/dist/dark/variables.d.ts +11 -9
- package/dist/dark/variables.json +4 -2
- package/dist/dark/variables.less +13 -11
- package/dist/dark/variables.mjs +13 -11
- package/dist/index.cjs +13 -11
- package/dist/index.css +26 -22
- package/dist/index.d.ts +11 -9
- package/dist/index.flat.json +4 -2
- package/dist/index.json +120 -24
- package/dist/index.mjs +13 -11
- package/dist/index.tokens.json +17 -15
- package/dist/list.json +120 -24
- package/dist/list.mjs +120 -24
- package/dist/property.css +8 -2
- package/dist/root.css +4 -2
- package/dist/theme-prince-xml.css +13 -11
- package/dist/theme.css +4 -2
- package/dist/tokens.cjs +215 -129
- package/dist/tokens.d.ts +13 -11
- package/dist/tokens.json +253 -157
- package/dist/variables.cjs +13 -11
- package/dist/variables.css +4 -2
- package/dist/variables.d.ts +11 -9
- package/dist/variables.json +4 -2
- package/dist/variables.less +13 -11
- package/dist/variables.mjs +13 -11
- package/package.json +5 -6
- package/src/component/utrecht/nav-bar.tokens.json +8 -2
- package/stylelint.config.mjs +10 -0
- package/.stylelintrc.json +0 -10
package/dist/tokens.json
CHANGED
|
@@ -12020,6 +12020,35 @@
|
|
|
12020
12020
|
}
|
|
12021
12021
|
}
|
|
12022
12022
|
},
|
|
12023
|
+
"textbox": {
|
|
12024
|
+
"border-bottom-width": {
|
|
12025
|
+
"key": "{utrecht.textbox.border-bottom-width}",
|
|
12026
|
+
"$extensions": {
|
|
12027
|
+
"nl.nldesignsystem.css-property-syntax": "<length>",
|
|
12028
|
+
"nl.nldesignsystem.deprecated": true
|
|
12029
|
+
},
|
|
12030
|
+
"$type": "dimension",
|
|
12031
|
+
"$value": "3px",
|
|
12032
|
+
"filePath": "src/component/utrecht/textbox.tokens.json",
|
|
12033
|
+
"isSource": true,
|
|
12034
|
+
"original": {
|
|
12035
|
+
"$extensions": {
|
|
12036
|
+
"nl.nldesignsystem.css-property-syntax": "<length>",
|
|
12037
|
+
"nl.nldesignsystem.deprecated": true
|
|
12038
|
+
},
|
|
12039
|
+
"$type": "dimension",
|
|
12040
|
+
"$value": "3px",
|
|
12041
|
+
"key": "{utrecht.textbox.border-bottom-width}"
|
|
12042
|
+
},
|
|
12043
|
+
"name": "utrechtTextboxBorderBottomWidth",
|
|
12044
|
+
"attributes": {},
|
|
12045
|
+
"path": [
|
|
12046
|
+
"utrecht",
|
|
12047
|
+
"textbox",
|
|
12048
|
+
"border-bottom-width"
|
|
12049
|
+
]
|
|
12050
|
+
}
|
|
12051
|
+
},
|
|
12023
12052
|
"data-list": {
|
|
12024
12053
|
"margin-block-end": {
|
|
12025
12054
|
"key": "{utrecht.data-list.margin-block-end}",
|
|
@@ -19545,7 +19574,7 @@
|
|
|
19545
19574
|
"nl.nldesignsystem.figma-implementation": false
|
|
19546
19575
|
},
|
|
19547
19576
|
"$type": "color",
|
|
19548
|
-
"$value": "
|
|
19577
|
+
"$value": "transparent",
|
|
19549
19578
|
"filePath": "src/component/utrecht/nav-bar.tokens.json",
|
|
19550
19579
|
"isSource": true,
|
|
19551
19580
|
"original": {
|
|
@@ -19554,7 +19583,7 @@
|
|
|
19554
19583
|
"nl.nldesignsystem.figma-implementation": false
|
|
19555
19584
|
},
|
|
19556
19585
|
"$type": "color",
|
|
19557
|
-
"$value": "
|
|
19586
|
+
"$value": "transparent",
|
|
19558
19587
|
"key": "{utrecht.nav-bar.background-color}"
|
|
19559
19588
|
},
|
|
19560
19589
|
"name": "utrechtNavBarBackgroundColor",
|
|
@@ -19572,7 +19601,7 @@
|
|
|
19572
19601
|
"nl.nldesignsystem.figma-implementation": false
|
|
19573
19602
|
},
|
|
19574
19603
|
"$type": "color",
|
|
19575
|
-
"$value": "
|
|
19604
|
+
"$value": "transparent",
|
|
19576
19605
|
"filePath": "src/component/utrecht/nav-bar.tokens.json",
|
|
19577
19606
|
"isSource": true,
|
|
19578
19607
|
"original": {
|
|
@@ -19581,7 +19610,7 @@
|
|
|
19581
19610
|
"nl.nldesignsystem.figma-implementation": false
|
|
19582
19611
|
},
|
|
19583
19612
|
"$type": "color",
|
|
19584
|
-
"$value": "
|
|
19613
|
+
"$value": "transparent",
|
|
19585
19614
|
"key": "{utrecht.nav-bar.color}"
|
|
19586
19615
|
},
|
|
19587
19616
|
"name": "utrechtNavBarColor",
|
|
@@ -19593,6 +19622,62 @@
|
|
|
19593
19622
|
]
|
|
19594
19623
|
},
|
|
19595
19624
|
"content": {
|
|
19625
|
+
"background-color": {
|
|
19626
|
+
"key": "{utrecht.nav-bar.content.background-color}",
|
|
19627
|
+
"$extensions": {
|
|
19628
|
+
"nl.nldesignsystem.css-property-syntax": "<color>",
|
|
19629
|
+
"nl.nldesignsystem.figma-implementation": false
|
|
19630
|
+
},
|
|
19631
|
+
"$type": "color",
|
|
19632
|
+
"$value": "hsl(0 0% 100%)",
|
|
19633
|
+
"filePath": "src/component/utrecht/nav-bar.tokens.json",
|
|
19634
|
+
"isSource": true,
|
|
19635
|
+
"original": {
|
|
19636
|
+
"$extensions": {
|
|
19637
|
+
"nl.nldesignsystem.css-property-syntax": "<color>",
|
|
19638
|
+
"nl.nldesignsystem.figma-implementation": false
|
|
19639
|
+
},
|
|
19640
|
+
"$type": "color",
|
|
19641
|
+
"$value": "{utrecht.color.white}",
|
|
19642
|
+
"key": "{utrecht.nav-bar.content.background-color}"
|
|
19643
|
+
},
|
|
19644
|
+
"name": "utrechtNavBarContentBackgroundColor",
|
|
19645
|
+
"attributes": {},
|
|
19646
|
+
"path": [
|
|
19647
|
+
"utrecht",
|
|
19648
|
+
"nav-bar",
|
|
19649
|
+
"content",
|
|
19650
|
+
"background-color"
|
|
19651
|
+
]
|
|
19652
|
+
},
|
|
19653
|
+
"color": {
|
|
19654
|
+
"key": "{utrecht.nav-bar.content.color}",
|
|
19655
|
+
"$extensions": {
|
|
19656
|
+
"nl.nldesignsystem.css-property-syntax": "<color>",
|
|
19657
|
+
"nl.nldesignsystem.figma-implementation": false
|
|
19658
|
+
},
|
|
19659
|
+
"$type": "color",
|
|
19660
|
+
"$value": "hsl(0 0% 0%)",
|
|
19661
|
+
"filePath": "src/component/utrecht/nav-bar.tokens.json",
|
|
19662
|
+
"isSource": true,
|
|
19663
|
+
"original": {
|
|
19664
|
+
"$extensions": {
|
|
19665
|
+
"nl.nldesignsystem.css-property-syntax": "<color>",
|
|
19666
|
+
"nl.nldesignsystem.figma-implementation": false
|
|
19667
|
+
},
|
|
19668
|
+
"$type": "color",
|
|
19669
|
+
"$value": "{utrecht.color.black}",
|
|
19670
|
+
"key": "{utrecht.nav-bar.content.color}"
|
|
19671
|
+
},
|
|
19672
|
+
"name": "utrechtNavBarContentColor",
|
|
19673
|
+
"attributes": {},
|
|
19674
|
+
"path": [
|
|
19675
|
+
"utrecht",
|
|
19676
|
+
"nav-bar",
|
|
19677
|
+
"content",
|
|
19678
|
+
"color"
|
|
19679
|
+
]
|
|
19680
|
+
},
|
|
19596
19681
|
"max-inline-size": {
|
|
19597
19682
|
"key": "{utrecht.nav-bar.content.max-inline-size}",
|
|
19598
19683
|
"$extensions": {
|
|
@@ -22279,6 +22364,114 @@
|
|
|
22279
22364
|
}
|
|
22280
22365
|
},
|
|
22281
22366
|
"page-body": {
|
|
22367
|
+
"padding-block-start": {
|
|
22368
|
+
"key": "{utrecht.page-body.padding-block-start}",
|
|
22369
|
+
"$extensions": {
|
|
22370
|
+
"nl.nldesignsystem.css-property-syntax": "<length>",
|
|
22371
|
+
"nl.nldesignsystem.figma-implementation": false
|
|
22372
|
+
},
|
|
22373
|
+
"$type": "dimension",
|
|
22374
|
+
"$value": "0",
|
|
22375
|
+
"filePath": "src/component/utrecht/page-body.tokens.json",
|
|
22376
|
+
"isSource": true,
|
|
22377
|
+
"original": {
|
|
22378
|
+
"$extensions": {
|
|
22379
|
+
"nl.nldesignsystem.css-property-syntax": "<length>",
|
|
22380
|
+
"nl.nldesignsystem.figma-implementation": false
|
|
22381
|
+
},
|
|
22382
|
+
"$type": "dimension",
|
|
22383
|
+
"$value": "0",
|
|
22384
|
+
"key": "{utrecht.page-body.padding-block-start}"
|
|
22385
|
+
},
|
|
22386
|
+
"name": "utrechtPageBodyPaddingBlockStart",
|
|
22387
|
+
"attributes": {},
|
|
22388
|
+
"path": [
|
|
22389
|
+
"utrecht",
|
|
22390
|
+
"page-body",
|
|
22391
|
+
"padding-block-start"
|
|
22392
|
+
]
|
|
22393
|
+
},
|
|
22394
|
+
"padding-block-end": {
|
|
22395
|
+
"key": "{utrecht.page-body.padding-block-end}",
|
|
22396
|
+
"$extensions": {
|
|
22397
|
+
"nl.nldesignsystem.css-property-syntax": "<length>",
|
|
22398
|
+
"nl.nldesignsystem.figma-implementation": false
|
|
22399
|
+
},
|
|
22400
|
+
"$type": "dimension",
|
|
22401
|
+
"$value": "0",
|
|
22402
|
+
"filePath": "src/component/utrecht/page-body.tokens.json",
|
|
22403
|
+
"isSource": true,
|
|
22404
|
+
"original": {
|
|
22405
|
+
"$extensions": {
|
|
22406
|
+
"nl.nldesignsystem.css-property-syntax": "<length>",
|
|
22407
|
+
"nl.nldesignsystem.figma-implementation": false
|
|
22408
|
+
},
|
|
22409
|
+
"$type": "dimension",
|
|
22410
|
+
"$value": "0",
|
|
22411
|
+
"key": "{utrecht.page-body.padding-block-end}"
|
|
22412
|
+
},
|
|
22413
|
+
"name": "utrechtPageBodyPaddingBlockEnd",
|
|
22414
|
+
"attributes": {},
|
|
22415
|
+
"path": [
|
|
22416
|
+
"utrecht",
|
|
22417
|
+
"page-body",
|
|
22418
|
+
"padding-block-end"
|
|
22419
|
+
]
|
|
22420
|
+
},
|
|
22421
|
+
"padding-inline-start": {
|
|
22422
|
+
"key": "{utrecht.page-body.padding-inline-start}",
|
|
22423
|
+
"$extensions": {
|
|
22424
|
+
"nl.nldesignsystem.css-property-syntax": "<length>",
|
|
22425
|
+
"nl.nldesignsystem.figma-implementation": false
|
|
22426
|
+
},
|
|
22427
|
+
"$type": "dimension",
|
|
22428
|
+
"$value": "0",
|
|
22429
|
+
"filePath": "src/component/utrecht/page-body.tokens.json",
|
|
22430
|
+
"isSource": true,
|
|
22431
|
+
"original": {
|
|
22432
|
+
"$extensions": {
|
|
22433
|
+
"nl.nldesignsystem.css-property-syntax": "<length>",
|
|
22434
|
+
"nl.nldesignsystem.figma-implementation": false
|
|
22435
|
+
},
|
|
22436
|
+
"$type": "dimension",
|
|
22437
|
+
"$value": "0",
|
|
22438
|
+
"key": "{utrecht.page-body.padding-inline-start}"
|
|
22439
|
+
},
|
|
22440
|
+
"name": "utrechtPageBodyPaddingInlineStart",
|
|
22441
|
+
"attributes": {},
|
|
22442
|
+
"path": [
|
|
22443
|
+
"utrecht",
|
|
22444
|
+
"page-body",
|
|
22445
|
+
"padding-inline-start"
|
|
22446
|
+
]
|
|
22447
|
+
},
|
|
22448
|
+
"padding-inline-end": {
|
|
22449
|
+
"key": "{utrecht.page-body.padding-inline-end}",
|
|
22450
|
+
"$extensions": {
|
|
22451
|
+
"nl.nldesignsystem.css-property-syntax": "<length>",
|
|
22452
|
+
"nl.nldesignsystem.figma-implementation": false
|
|
22453
|
+
},
|
|
22454
|
+
"$type": "dimension",
|
|
22455
|
+
"$value": "0",
|
|
22456
|
+
"filePath": "src/component/utrecht/page-body.tokens.json",
|
|
22457
|
+
"isSource": true,
|
|
22458
|
+
"original": {
|
|
22459
|
+
"$extensions": {
|
|
22460
|
+
"nl.nldesignsystem.css-property-syntax": "<length>",
|
|
22461
|
+
"nl.nldesignsystem.figma-implementation": false
|
|
22462
|
+
},
|
|
22463
|
+
"$type": "dimension",
|
|
22464
|
+
"$value": "0",
|
|
22465
|
+
"key": "{utrecht.page-body.padding-inline-end}"
|
|
22466
|
+
},
|
|
22467
|
+
"name": "utrechtPageBodyPaddingInlineEnd",
|
|
22468
|
+
"attributes": {},
|
|
22469
|
+
"path": [
|
|
22470
|
+
"utrecht",
|
|
22471
|
+
"page-body",
|
|
22472
|
+
"padding-inline-end"
|
|
22473
|
+
]
|
|
22474
|
+
},
|
|
22282
22475
|
"content": {
|
|
22283
22476
|
"background-color": {
|
|
22284
22477
|
"key": "{utrecht.page-body.content.background-color}",
|
|
@@ -22466,74 +22659,6 @@
|
|
|
22466
22659
|
"max-inline-size"
|
|
22467
22660
|
]
|
|
22468
22661
|
}
|
|
22469
|
-
},
|
|
22470
|
-
"padding-inline-end": {
|
|
22471
|
-
"key": "{utrecht.page-body.padding-inline-end}",
|
|
22472
|
-
"$value": "0",
|
|
22473
|
-
"filePath": "src/component/utrecht/page-body.tokens.json",
|
|
22474
|
-
"isSource": true,
|
|
22475
|
-
"original": {
|
|
22476
|
-
"$value": "0",
|
|
22477
|
-
"key": "{utrecht.page-body.padding-inline-end}"
|
|
22478
|
-
},
|
|
22479
|
-
"name": "utrechtPageBodyPaddingInlineEnd",
|
|
22480
|
-
"attributes": {},
|
|
22481
|
-
"path": [
|
|
22482
|
-
"utrecht",
|
|
22483
|
-
"page-body",
|
|
22484
|
-
"padding-inline-end"
|
|
22485
|
-
]
|
|
22486
|
-
},
|
|
22487
|
-
"padding-inline-start": {
|
|
22488
|
-
"key": "{utrecht.page-body.padding-inline-start}",
|
|
22489
|
-
"$value": "0",
|
|
22490
|
-
"filePath": "src/component/utrecht/page-body.tokens.json",
|
|
22491
|
-
"isSource": true,
|
|
22492
|
-
"original": {
|
|
22493
|
-
"$value": "0",
|
|
22494
|
-
"key": "{utrecht.page-body.padding-inline-start}"
|
|
22495
|
-
},
|
|
22496
|
-
"name": "utrechtPageBodyPaddingInlineStart",
|
|
22497
|
-
"attributes": {},
|
|
22498
|
-
"path": [
|
|
22499
|
-
"utrecht",
|
|
22500
|
-
"page-body",
|
|
22501
|
-
"padding-inline-start"
|
|
22502
|
-
]
|
|
22503
|
-
},
|
|
22504
|
-
"padding-block-end": {
|
|
22505
|
-
"key": "{utrecht.page-body.padding-block-end}",
|
|
22506
|
-
"$value": "0",
|
|
22507
|
-
"filePath": "src/component/utrecht/page-body.tokens.json",
|
|
22508
|
-
"isSource": true,
|
|
22509
|
-
"original": {
|
|
22510
|
-
"$value": "0",
|
|
22511
|
-
"key": "{utrecht.page-body.padding-block-end}"
|
|
22512
|
-
},
|
|
22513
|
-
"name": "utrechtPageBodyPaddingBlockEnd",
|
|
22514
|
-
"attributes": {},
|
|
22515
|
-
"path": [
|
|
22516
|
-
"utrecht",
|
|
22517
|
-
"page-body",
|
|
22518
|
-
"padding-block-end"
|
|
22519
|
-
]
|
|
22520
|
-
},
|
|
22521
|
-
"padding-block-start": {
|
|
22522
|
-
"key": "{utrecht.page-body.padding-block-start}",
|
|
22523
|
-
"$value": "0",
|
|
22524
|
-
"filePath": "src/component/utrecht/page-body.tokens.json",
|
|
22525
|
-
"isSource": true,
|
|
22526
|
-
"original": {
|
|
22527
|
-
"$value": "0",
|
|
22528
|
-
"key": "{utrecht.page-body.padding-block-start}"
|
|
22529
|
-
},
|
|
22530
|
-
"name": "utrechtPageBodyPaddingBlockStart",
|
|
22531
|
-
"attributes": {},
|
|
22532
|
-
"path": [
|
|
22533
|
-
"utrecht",
|
|
22534
|
-
"page-body",
|
|
22535
|
-
"padding-block-start"
|
|
22536
|
-
]
|
|
22537
22662
|
}
|
|
22538
22663
|
},
|
|
22539
22664
|
"page-content": {
|
|
@@ -22675,6 +22800,34 @@
|
|
|
22675
22800
|
]
|
|
22676
22801
|
},
|
|
22677
22802
|
"content": {
|
|
22803
|
+
"padding-inline": {
|
|
22804
|
+
"key": "{utrecht.page-footer.content.padding-inline}",
|
|
22805
|
+
"$extensions": {
|
|
22806
|
+
"nl.nldesignsystem.css-property-syntax": "<length>",
|
|
22807
|
+
"nl.nldesignsystem.figma-implementation": false
|
|
22808
|
+
},
|
|
22809
|
+
"$type": "dimension",
|
|
22810
|
+
"$value": "28px",
|
|
22811
|
+
"filePath": "src/component/utrecht/page-footer.tokens.json",
|
|
22812
|
+
"isSource": true,
|
|
22813
|
+
"original": {
|
|
22814
|
+
"$extensions": {
|
|
22815
|
+
"nl.nldesignsystem.css-property-syntax": "<length>",
|
|
22816
|
+
"nl.nldesignsystem.figma-implementation": false
|
|
22817
|
+
},
|
|
22818
|
+
"$type": "dimension",
|
|
22819
|
+
"$value": "{utrecht.space.inline.2xl}",
|
|
22820
|
+
"key": "{utrecht.page-footer.content.padding-inline}"
|
|
22821
|
+
},
|
|
22822
|
+
"name": "utrechtPageFooterContentPaddingInline",
|
|
22823
|
+
"attributes": {},
|
|
22824
|
+
"path": [
|
|
22825
|
+
"utrecht",
|
|
22826
|
+
"page-footer",
|
|
22827
|
+
"content",
|
|
22828
|
+
"padding-inline"
|
|
22829
|
+
]
|
|
22830
|
+
},
|
|
22678
22831
|
"padding-block-end": {
|
|
22679
22832
|
"key": "{utrecht.page-footer.content.padding-block-end}",
|
|
22680
22833
|
"$extensions": {
|
|
@@ -22748,24 +22901,6 @@
|
|
|
22748
22901
|
"content",
|
|
22749
22902
|
"max-inline-size"
|
|
22750
22903
|
]
|
|
22751
|
-
},
|
|
22752
|
-
"padding-inline": {
|
|
22753
|
-
"key": "{utrecht.page-footer.content.padding-inline}",
|
|
22754
|
-
"$value": "28px",
|
|
22755
|
-
"filePath": "src/component/utrecht/page-footer.tokens.json",
|
|
22756
|
-
"isSource": true,
|
|
22757
|
-
"original": {
|
|
22758
|
-
"$value": "{utrecht.space.inline.2xl}",
|
|
22759
|
-
"key": "{utrecht.page-footer.content.padding-inline}"
|
|
22760
|
-
},
|
|
22761
|
-
"name": "utrechtPageFooterContentPaddingInline",
|
|
22762
|
-
"attributes": {},
|
|
22763
|
-
"path": [
|
|
22764
|
-
"utrecht",
|
|
22765
|
-
"page-footer",
|
|
22766
|
-
"content",
|
|
22767
|
-
"padding-inline"
|
|
22768
|
-
]
|
|
22769
22904
|
}
|
|
22770
22905
|
}
|
|
22771
22906
|
},
|
|
@@ -22991,15 +23126,14 @@
|
|
|
22991
23126
|
"padding-block-end"
|
|
22992
23127
|
]
|
|
22993
23128
|
},
|
|
22994
|
-
"padding-inline
|
|
22995
|
-
"key": "{utrecht.page-header.content.padding-inline
|
|
23129
|
+
"padding-inline": {
|
|
23130
|
+
"key": "{utrecht.page-header.content.padding-inline}",
|
|
22996
23131
|
"$extensions": {
|
|
22997
23132
|
"nl.nldesignsystem.css-property-syntax": "<length>",
|
|
22998
23133
|
"nl.nldesignsystem.figma-implementation": false
|
|
22999
23134
|
},
|
|
23000
23135
|
"$type": "dimension",
|
|
23001
23136
|
"$value": "2em",
|
|
23002
|
-
"$comment": "Legacy design token",
|
|
23003
23137
|
"filePath": "src/component/utrecht/page-header.tokens.json",
|
|
23004
23138
|
"isSource": true,
|
|
23005
23139
|
"original": {
|
|
@@ -23009,82 +23143,73 @@
|
|
|
23009
23143
|
},
|
|
23010
23144
|
"$type": "dimension",
|
|
23011
23145
|
"$value": "2em",
|
|
23012
|
-
"
|
|
23013
|
-
"key": "{utrecht.page-header.content.padding-inline-start}"
|
|
23146
|
+
"key": "{utrecht.page-header.content.padding-inline}"
|
|
23014
23147
|
},
|
|
23015
|
-
"name": "
|
|
23148
|
+
"name": "utrechtPageHeaderContentPaddingInline",
|
|
23016
23149
|
"attributes": {},
|
|
23017
23150
|
"path": [
|
|
23018
23151
|
"utrecht",
|
|
23019
23152
|
"page-header",
|
|
23020
23153
|
"content",
|
|
23021
|
-
"padding-inline
|
|
23154
|
+
"padding-inline"
|
|
23022
23155
|
]
|
|
23023
23156
|
},
|
|
23024
|
-
"
|
|
23025
|
-
"key": "{utrecht.page-header.content.
|
|
23026
|
-
"$
|
|
23027
|
-
"nl.nldesignsystem.css-property-syntax": "<length>",
|
|
23028
|
-
"nl.nldesignsystem.figma-implementation": false
|
|
23029
|
-
},
|
|
23030
|
-
"$type": "dimension",
|
|
23031
|
-
"$value": "2.4em",
|
|
23032
|
-
"$comment": "Legacy design token",
|
|
23157
|
+
"max-inline-size": {
|
|
23158
|
+
"key": "{utrecht.page-header.content.max-inline-size}",
|
|
23159
|
+
"$value": "1184px",
|
|
23033
23160
|
"filePath": "src/component/utrecht/page-header.tokens.json",
|
|
23034
23161
|
"isSource": true,
|
|
23035
23162
|
"original": {
|
|
23036
|
-
"$
|
|
23037
|
-
|
|
23038
|
-
"nl.nldesignsystem.figma-implementation": false
|
|
23039
|
-
},
|
|
23040
|
-
"$type": "dimension",
|
|
23041
|
-
"$value": "2.4em",
|
|
23042
|
-
"$comment": "Legacy design token",
|
|
23043
|
-
"key": "{utrecht.page-header.content.padding-inline-end}"
|
|
23163
|
+
"$value": "1184px",
|
|
23164
|
+
"key": "{utrecht.page-header.content.max-inline-size}"
|
|
23044
23165
|
},
|
|
23045
|
-
"name": "
|
|
23166
|
+
"name": "utrechtPageHeaderContentMaxInlineSize",
|
|
23046
23167
|
"attributes": {},
|
|
23047
23168
|
"path": [
|
|
23048
23169
|
"utrecht",
|
|
23049
23170
|
"page-header",
|
|
23050
23171
|
"content",
|
|
23051
|
-
"
|
|
23172
|
+
"max-inline-size"
|
|
23052
23173
|
]
|
|
23053
23174
|
},
|
|
23054
|
-
"
|
|
23055
|
-
"key": "{utrecht.page-header.content.
|
|
23056
|
-
"$value": "
|
|
23175
|
+
"padding-inline-end": {
|
|
23176
|
+
"key": "{utrecht.page-header.content.padding-inline-end}",
|
|
23177
|
+
"$value": "2.4em",
|
|
23178
|
+
"$comment": "Legacy design token",
|
|
23057
23179
|
"filePath": "src/component/utrecht/page-header.tokens.json",
|
|
23058
23180
|
"isSource": true,
|
|
23059
23181
|
"original": {
|
|
23060
|
-
"$value": "
|
|
23061
|
-
"
|
|
23182
|
+
"$value": "2.4em",
|
|
23183
|
+
"$comment": "Legacy design token",
|
|
23184
|
+
"key": "{utrecht.page-header.content.padding-inline-end}"
|
|
23062
23185
|
},
|
|
23063
|
-
"name": "
|
|
23186
|
+
"name": "utrechtPageHeaderContentPaddingInlineEnd",
|
|
23064
23187
|
"attributes": {},
|
|
23065
23188
|
"path": [
|
|
23066
23189
|
"utrecht",
|
|
23067
23190
|
"page-header",
|
|
23068
23191
|
"content",
|
|
23069
|
-
"
|
|
23192
|
+
"padding-inline-end"
|
|
23070
23193
|
]
|
|
23071
23194
|
},
|
|
23072
|
-
"padding-inline": {
|
|
23073
|
-
"key": "{utrecht.page-header.content.padding-inline}",
|
|
23195
|
+
"padding-inline-start": {
|
|
23196
|
+
"key": "{utrecht.page-header.content.padding-inline-start}",
|
|
23074
23197
|
"$value": "2em",
|
|
23198
|
+
"$comment": "Legacy design token",
|
|
23075
23199
|
"filePath": "src/component/utrecht/page-header.tokens.json",
|
|
23076
23200
|
"isSource": true,
|
|
23077
23201
|
"original": {
|
|
23078
23202
|
"$value": "2em",
|
|
23079
|
-
"
|
|
23203
|
+
"$comment": "Legacy design token",
|
|
23204
|
+
"key": "{utrecht.page-header.content.padding-inline-start}"
|
|
23080
23205
|
},
|
|
23081
|
-
"name": "
|
|
23206
|
+
"name": "utrechtPageHeaderContentPaddingInlineStart",
|
|
23082
23207
|
"attributes": {},
|
|
23083
23208
|
"path": [
|
|
23084
23209
|
"utrecht",
|
|
23085
23210
|
"page-header",
|
|
23086
23211
|
"content",
|
|
23087
|
-
"padding-inline"
|
|
23212
|
+
"padding-inline-start"
|
|
23088
23213
|
]
|
|
23089
23214
|
}
|
|
23090
23215
|
}
|
|
@@ -28957,35 +29082,6 @@
|
|
|
28957
29082
|
]
|
|
28958
29083
|
}
|
|
28959
29084
|
},
|
|
28960
|
-
"textbox": {
|
|
28961
|
-
"border-bottom-width": {
|
|
28962
|
-
"key": "{utrecht.textbox.border-bottom-width}",
|
|
28963
|
-
"$extensions": {
|
|
28964
|
-
"nl.nldesignsystem.css-property-syntax": "<length>",
|
|
28965
|
-
"nl.nldesignsystem.deprecated": true
|
|
28966
|
-
},
|
|
28967
|
-
"$type": "dimension",
|
|
28968
|
-
"$value": "3px",
|
|
28969
|
-
"filePath": "src/component/utrecht/textbox.tokens.json",
|
|
28970
|
-
"isSource": true,
|
|
28971
|
-
"original": {
|
|
28972
|
-
"$extensions": {
|
|
28973
|
-
"nl.nldesignsystem.css-property-syntax": "<length>",
|
|
28974
|
-
"nl.nldesignsystem.deprecated": true
|
|
28975
|
-
},
|
|
28976
|
-
"$type": "dimension",
|
|
28977
|
-
"$value": "3px",
|
|
28978
|
-
"key": "{utrecht.textbox.border-bottom-width}"
|
|
28979
|
-
},
|
|
28980
|
-
"name": "utrechtTextboxBorderBottomWidth",
|
|
28981
|
-
"attributes": {},
|
|
28982
|
-
"path": [
|
|
28983
|
-
"utrecht",
|
|
28984
|
-
"textbox",
|
|
28985
|
-
"border-bottom-width"
|
|
28986
|
-
]
|
|
28987
|
-
}
|
|
28988
|
-
},
|
|
28989
29085
|
"tooltip": {
|
|
28990
29086
|
"background-color": {
|
|
28991
29087
|
"key": "{utrecht.tooltip.background-color}",
|
package/dist/variables.cjs
CHANGED
|
@@ -418,6 +418,7 @@ module.exports = {
|
|
|
418
418
|
utrechtSpaceColumn3xl: "32px",
|
|
419
419
|
utrechtSpaceColumn4xl: "48px",
|
|
420
420
|
utrechtSpaceColumn5xl: "64px",
|
|
421
|
+
utrechtTextboxBorderBottomWidth: "3px",
|
|
421
422
|
utrechtDataListMarginBlockEnd: "16px",
|
|
422
423
|
utrechtDataListMarginBlockStart: "16px",
|
|
423
424
|
utrechtDataListItemKeyFontWeight: "700",
|
|
@@ -681,8 +682,10 @@ module.exports = {
|
|
|
681
682
|
utrechtMapcontrolbuttonPaddingInlineStart: "4px",
|
|
682
683
|
utrechtMarkBackgroundColor: "hsl(48 100% 60%)",
|
|
683
684
|
utrechtMarkColor: "hsl(0 0% 0%)",
|
|
684
|
-
utrechtNavBarBackgroundColor: "
|
|
685
|
-
utrechtNavBarColor: "
|
|
685
|
+
utrechtNavBarBackgroundColor: "transparent",
|
|
686
|
+
utrechtNavBarColor: "transparent",
|
|
687
|
+
utrechtNavBarContentBackgroundColor: "hsl(0 0% 100%)",
|
|
688
|
+
utrechtNavBarContentColor: "hsl(0 0% 0%)",
|
|
686
689
|
utrechtNavBarContentMaxInlineSize: "1184px",
|
|
687
690
|
utrechtNavBarLinkPaddingBlockEnd: "8px",
|
|
688
691
|
utrechtNavBarLinkPaddingBlockStart: "8px",
|
|
@@ -780,6 +783,10 @@ module.exports = {
|
|
|
780
783
|
utrechtOrderedListItemMarginBlockStart: "0.25em",
|
|
781
784
|
utrechtOrderedListItemMarginBlockEnd: "0.25em",
|
|
782
785
|
utrechtOrderedListItemPaddingInlineStart: "0",
|
|
786
|
+
utrechtPageBodyPaddingBlockStart: "0",
|
|
787
|
+
utrechtPageBodyPaddingBlockEnd: "0",
|
|
788
|
+
utrechtPageBodyPaddingInlineStart: "0",
|
|
789
|
+
utrechtPageBodyPaddingInlineEnd: "0",
|
|
783
790
|
utrechtPageBodyContentBackgroundColor: "hsl(0 0% 100%)",
|
|
784
791
|
utrechtPageBodyContentColor: "hsl(0 0% 0%)",
|
|
785
792
|
utrechtPageBodyContentPaddingBlockStart: "0",
|
|
@@ -787,20 +794,16 @@ module.exports = {
|
|
|
787
794
|
utrechtPageBodyContentPaddingInlineStart: "2em",
|
|
788
795
|
utrechtPageBodyContentPaddingInlineEnd: "2.4em",
|
|
789
796
|
utrechtPageBodyContentMaxInlineSize: "1184px",
|
|
790
|
-
utrechtPageBodyPaddingInlineEnd: "0",
|
|
791
|
-
utrechtPageBodyPaddingInlineStart: "0",
|
|
792
|
-
utrechtPageBodyPaddingBlockEnd: "0",
|
|
793
|
-
utrechtPageBodyPaddingBlockStart: "0",
|
|
794
797
|
utrechtPageContentPaddingBlockStart: "2em",
|
|
795
798
|
utrechtPageContentPaddingBlockEnd: "2em",
|
|
796
799
|
utrechtPageFooterColor: "hsl(0 0% 100%)",
|
|
797
800
|
utrechtPageFooterBackgroundColor: "hsl(0 100% 40%)",
|
|
798
801
|
utrechtPageFooterBackgroundImage:
|
|
799
802
|
"linear-gradient(45deg, hsl(0 100% 40%), hsl(0 100% 40%) 50%, #d63433 50%);",
|
|
803
|
+
utrechtPageFooterContentPaddingInline: "28px",
|
|
800
804
|
utrechtPageFooterContentPaddingBlockEnd: "48px",
|
|
801
805
|
utrechtPageFooterContentPaddingBlockStart: "48px",
|
|
802
806
|
utrechtPageFooterContentMaxInlineSize: "1184px",
|
|
803
|
-
utrechtPageFooterContentPaddingInline: "28px",
|
|
804
807
|
utrechtPageHeaderPaddingBlockStart: "0",
|
|
805
808
|
utrechtPageHeaderPaddingBlockEnd: "0",
|
|
806
809
|
utrechtPageHeaderPaddingInlineStart: "0",
|
|
@@ -809,10 +812,10 @@ module.exports = {
|
|
|
809
812
|
utrechtPageHeaderContentColor: "hsl(0 0% 0%)",
|
|
810
813
|
utrechtPageHeaderContentPaddingBlockStart: "1.8em",
|
|
811
814
|
utrechtPageHeaderContentPaddingBlockEnd: "1em",
|
|
812
|
-
utrechtPageHeaderContentPaddingInlineStart: "2em",
|
|
813
|
-
utrechtPageHeaderContentPaddingInlineEnd: "2.4em",
|
|
814
|
-
utrechtPageHeaderContentMaxInlineSize: "1184px",
|
|
815
815
|
utrechtPageHeaderContentPaddingInline: "2em",
|
|
816
|
+
utrechtPageHeaderContentMaxInlineSize: "1184px",
|
|
817
|
+
utrechtPageHeaderContentPaddingInlineEnd: "2.4em",
|
|
818
|
+
utrechtPageHeaderContentPaddingInlineStart: "2em",
|
|
816
819
|
utrechtPageBackgroundColor: "hsl(0 0% 100%)",
|
|
817
820
|
utrechtPageColor: "hsl(0 0% 0%)",
|
|
818
821
|
utrechtPageMarginInlineStart: "2em",
|
|
@@ -1023,7 +1026,6 @@ module.exports = {
|
|
|
1023
1026
|
utrechtTextareaBorderBlockEndWidth: "3px",
|
|
1024
1027
|
utrechtTextareaBorderBottomWidth: "3px",
|
|
1025
1028
|
utrechtTextareaLineHeight: "1.5",
|
|
1026
|
-
utrechtTextboxBorderBottomWidth: "3px",
|
|
1027
1029
|
utrechtTooltipBackgroundColor: "hsl(0 0% 100%)",
|
|
1028
1030
|
utrechtTooltipBorderColor: "hsl(0 0% 40%)",
|
|
1029
1031
|
utrechtTooltipBorderRadius: "0",
|
package/dist/variables.css
CHANGED
|
@@ -242,6 +242,8 @@
|
|
|
242
242
|
--utrecht-mapcontrolbutton-focus-text-decoration: none;
|
|
243
243
|
--utrecht-mapcontrolbutton-margin-inline-end: 0;
|
|
244
244
|
--utrecht-mapcontrolbutton-margin-inline-start: 0;
|
|
245
|
+
--utrecht-nav-bar-background-color: transparent;
|
|
246
|
+
--utrecht-nav-bar-color: transparent;
|
|
245
247
|
--utrecht-navigation-border-block-end-color: transparent;
|
|
246
248
|
--utrecht-navigation-border-block-end-width: 0;
|
|
247
249
|
--utrecht-navigation-border-block-start-color: transparent;
|
|
@@ -912,8 +914,8 @@
|
|
|
912
914
|
--utrecht-mapcontrolbutton-padding-inline-start: var(--utrecht-space-inline-2xs);
|
|
913
915
|
--utrecht-menulijst-item-color: var(--utrecht-color-blue-35);
|
|
914
916
|
--utrecht-menulijst-item-hover-color: var(--utrecht-color-blue-40);
|
|
915
|
-
--utrecht-nav-bar-background-color: var(--utrecht-color-white);
|
|
916
|
-
--utrecht-nav-bar-color: var(--utrecht-color-black);
|
|
917
|
+
--utrecht-nav-bar-content-background-color: var(--utrecht-color-white);
|
|
918
|
+
--utrecht-nav-bar-content-color: var(--utrecht-color-black);
|
|
917
919
|
--utrecht-nav-bar-content-max-inline-size: var(--utrecht-page-max-inline-size);
|
|
918
920
|
--utrecht-nav-bar-link-padding-block-end: var(--utrecht-space-block-xs);
|
|
919
921
|
--utrecht-nav-bar-link-padding-block-start: var(--utrecht-space-block-xs);
|