@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.
Files changed (56) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/build-stylelint.mjs +1 -2
  3. package/dist/_mixin-theme.scss +13 -11
  4. package/dist/_mixin.scss +13 -11
  5. package/dist/_variables.scss +13 -11
  6. package/dist/dark/_mixin-theme.scss +13 -11
  7. package/dist/dark/_mixin.scss +13 -11
  8. package/dist/dark/_variables.scss +13 -11
  9. package/dist/dark/index.cjs +13 -11
  10. package/dist/dark/index.css +13 -11
  11. package/dist/dark/index.d.ts +11 -9
  12. package/dist/dark/index.flat.json +4 -2
  13. package/dist/dark/index.json +120 -24
  14. package/dist/dark/index.mjs +13 -11
  15. package/dist/dark/index.tokens.json +17 -15
  16. package/dist/dark/list.json +120 -24
  17. package/dist/dark/list.mjs +120 -24
  18. package/dist/dark/property.css +8 -2
  19. package/dist/dark/root.css +4 -2
  20. package/dist/dark/theme-prince-xml.css +13 -11
  21. package/dist/dark/theme.css +4 -2
  22. package/dist/dark/tokens.cjs +215 -129
  23. package/dist/dark/tokens.d.ts +13 -11
  24. package/dist/dark/tokens.json +253 -157
  25. package/dist/dark/variables.cjs +13 -11
  26. package/dist/dark/variables.css +4 -2
  27. package/dist/dark/variables.d.ts +11 -9
  28. package/dist/dark/variables.json +4 -2
  29. package/dist/dark/variables.less +13 -11
  30. package/dist/dark/variables.mjs +13 -11
  31. package/dist/index.cjs +13 -11
  32. package/dist/index.css +26 -22
  33. package/dist/index.d.ts +11 -9
  34. package/dist/index.flat.json +4 -2
  35. package/dist/index.json +120 -24
  36. package/dist/index.mjs +13 -11
  37. package/dist/index.tokens.json +17 -15
  38. package/dist/list.json +120 -24
  39. package/dist/list.mjs +120 -24
  40. package/dist/property.css +8 -2
  41. package/dist/root.css +4 -2
  42. package/dist/theme-prince-xml.css +13 -11
  43. package/dist/theme.css +4 -2
  44. package/dist/tokens.cjs +215 -129
  45. package/dist/tokens.d.ts +13 -11
  46. package/dist/tokens.json +253 -157
  47. package/dist/variables.cjs +13 -11
  48. package/dist/variables.css +4 -2
  49. package/dist/variables.d.ts +11 -9
  50. package/dist/variables.json +4 -2
  51. package/dist/variables.less +13 -11
  52. package/dist/variables.mjs +13 -11
  53. package/package.json +5 -6
  54. package/src/component/utrecht/nav-bar.tokens.json +8 -2
  55. package/stylelint.config.mjs +10 -0
  56. package/.stylelintrc.json +0 -10
package/dist/index.json CHANGED
@@ -21135,7 +21135,7 @@
21135
21135
  "nl.nldesignsystem.figma-implementation": false
21136
21136
  },
21137
21137
  "$type": "color",
21138
- "$value": "hsl(0 0% 100%)",
21138
+ "$value": "transparent",
21139
21139
  "filePath": "src/component/utrecht/nav-bar.tokens.json",
21140
21140
  "isSource": true,
21141
21141
  "original": {
@@ -21144,7 +21144,7 @@
21144
21144
  "nl.nldesignsystem.figma-implementation": false
21145
21145
  },
21146
21146
  "$type": "color",
21147
- "$value": "{utrecht.color.white}",
21147
+ "$value": "transparent",
21148
21148
  "key": "{utrecht.nav-bar.background-color}"
21149
21149
  },
21150
21150
  "name": "utrechtNavBarBackgroundColor",
@@ -21162,7 +21162,7 @@
21162
21162
  "nl.nldesignsystem.figma-implementation": false
21163
21163
  },
21164
21164
  "$type": "color",
21165
- "$value": "hsl(0 0% 0%)",
21165
+ "$value": "transparent",
21166
21166
  "filePath": "src/component/utrecht/nav-bar.tokens.json",
21167
21167
  "isSource": true,
21168
21168
  "original": {
@@ -21171,7 +21171,7 @@
21171
21171
  "nl.nldesignsystem.figma-implementation": false
21172
21172
  },
21173
21173
  "$type": "color",
21174
- "$value": "{utrecht.color.black}",
21174
+ "$value": "transparent",
21175
21175
  "key": "{utrecht.nav-bar.color}"
21176
21176
  },
21177
21177
  "name": "utrechtNavBarColor",
@@ -21182,6 +21182,62 @@
21182
21182
  "color"
21183
21183
  ]
21184
21184
  },
21185
+ {
21186
+ "key": "{utrecht.nav-bar.content.background-color}",
21187
+ "$extensions": {
21188
+ "nl.nldesignsystem.css-property-syntax": "<color>",
21189
+ "nl.nldesignsystem.figma-implementation": false
21190
+ },
21191
+ "$type": "color",
21192
+ "$value": "hsl(0 0% 100%)",
21193
+ "filePath": "src/component/utrecht/nav-bar.tokens.json",
21194
+ "isSource": true,
21195
+ "original": {
21196
+ "$extensions": {
21197
+ "nl.nldesignsystem.css-property-syntax": "<color>",
21198
+ "nl.nldesignsystem.figma-implementation": false
21199
+ },
21200
+ "$type": "color",
21201
+ "$value": "{utrecht.color.white}",
21202
+ "key": "{utrecht.nav-bar.content.background-color}"
21203
+ },
21204
+ "name": "utrechtNavBarContentBackgroundColor",
21205
+ "attributes": {},
21206
+ "path": [
21207
+ "utrecht",
21208
+ "nav-bar",
21209
+ "content",
21210
+ "background-color"
21211
+ ]
21212
+ },
21213
+ {
21214
+ "key": "{utrecht.nav-bar.content.color}",
21215
+ "$extensions": {
21216
+ "nl.nldesignsystem.css-property-syntax": "<color>",
21217
+ "nl.nldesignsystem.figma-implementation": false
21218
+ },
21219
+ "$type": "color",
21220
+ "$value": "hsl(0 0% 0%)",
21221
+ "filePath": "src/component/utrecht/nav-bar.tokens.json",
21222
+ "isSource": true,
21223
+ "original": {
21224
+ "$extensions": {
21225
+ "nl.nldesignsystem.css-property-syntax": "<color>",
21226
+ "nl.nldesignsystem.figma-implementation": false
21227
+ },
21228
+ "$type": "color",
21229
+ "$value": "{utrecht.color.black}",
21230
+ "key": "{utrecht.nav-bar.content.color}"
21231
+ },
21232
+ "name": "utrechtNavBarContentColor",
21233
+ "attributes": {},
21234
+ "path": [
21235
+ "utrecht",
21236
+ "nav-bar",
21237
+ "content",
21238
+ "color"
21239
+ ]
21240
+ },
21185
21241
  {
21186
21242
  "key": "{utrecht.nav-bar.content.max-inline-size}",
21187
21243
  "$extensions": {
@@ -23630,10 +23686,20 @@
23630
23686
  },
23631
23687
  {
23632
23688
  "key": "{utrecht.page-body.padding-block-end}",
23689
+ "$extensions": {
23690
+ "nl.nldesignsystem.css-property-syntax": "<length>",
23691
+ "nl.nldesignsystem.figma-implementation": false
23692
+ },
23693
+ "$type": "dimension",
23633
23694
  "$value": "0",
23634
23695
  "filePath": "src/component/utrecht/page-body.tokens.json",
23635
23696
  "isSource": true,
23636
23697
  "original": {
23698
+ "$extensions": {
23699
+ "nl.nldesignsystem.css-property-syntax": "<length>",
23700
+ "nl.nldesignsystem.figma-implementation": false
23701
+ },
23702
+ "$type": "dimension",
23637
23703
  "$value": "0",
23638
23704
  "key": "{utrecht.page-body.padding-block-end}"
23639
23705
  },
@@ -23647,10 +23713,20 @@
23647
23713
  },
23648
23714
  {
23649
23715
  "key": "{utrecht.page-body.padding-block-start}",
23716
+ "$extensions": {
23717
+ "nl.nldesignsystem.css-property-syntax": "<length>",
23718
+ "nl.nldesignsystem.figma-implementation": false
23719
+ },
23720
+ "$type": "dimension",
23650
23721
  "$value": "0",
23651
23722
  "filePath": "src/component/utrecht/page-body.tokens.json",
23652
23723
  "isSource": true,
23653
23724
  "original": {
23725
+ "$extensions": {
23726
+ "nl.nldesignsystem.css-property-syntax": "<length>",
23727
+ "nl.nldesignsystem.figma-implementation": false
23728
+ },
23729
+ "$type": "dimension",
23654
23730
  "$value": "0",
23655
23731
  "key": "{utrecht.page-body.padding-block-start}"
23656
23732
  },
@@ -23664,10 +23740,20 @@
23664
23740
  },
23665
23741
  {
23666
23742
  "key": "{utrecht.page-body.padding-inline-end}",
23743
+ "$extensions": {
23744
+ "nl.nldesignsystem.css-property-syntax": "<length>",
23745
+ "nl.nldesignsystem.figma-implementation": false
23746
+ },
23747
+ "$type": "dimension",
23667
23748
  "$value": "0",
23668
23749
  "filePath": "src/component/utrecht/page-body.tokens.json",
23669
23750
  "isSource": true,
23670
23751
  "original": {
23752
+ "$extensions": {
23753
+ "nl.nldesignsystem.css-property-syntax": "<length>",
23754
+ "nl.nldesignsystem.figma-implementation": false
23755
+ },
23756
+ "$type": "dimension",
23671
23757
  "$value": "0",
23672
23758
  "key": "{utrecht.page-body.padding-inline-end}"
23673
23759
  },
@@ -23681,10 +23767,20 @@
23681
23767
  },
23682
23768
  {
23683
23769
  "key": "{utrecht.page-body.padding-inline-start}",
23770
+ "$extensions": {
23771
+ "nl.nldesignsystem.css-property-syntax": "<length>",
23772
+ "nl.nldesignsystem.figma-implementation": false
23773
+ },
23774
+ "$type": "dimension",
23684
23775
  "$value": "0",
23685
23776
  "filePath": "src/component/utrecht/page-body.tokens.json",
23686
23777
  "isSource": true,
23687
23778
  "original": {
23779
+ "$extensions": {
23780
+ "nl.nldesignsystem.css-property-syntax": "<length>",
23781
+ "nl.nldesignsystem.figma-implementation": false
23782
+ },
23783
+ "$type": "dimension",
23688
23784
  "$value": "0",
23689
23785
  "key": "{utrecht.page-body.padding-inline-start}"
23690
23786
  },
@@ -23934,10 +24030,20 @@
23934
24030
  },
23935
24031
  {
23936
24032
  "key": "{utrecht.page-footer.content.padding-inline}",
24033
+ "$extensions": {
24034
+ "nl.nldesignsystem.css-property-syntax": "<length>",
24035
+ "nl.nldesignsystem.figma-implementation": false
24036
+ },
24037
+ "$type": "dimension",
23937
24038
  "$value": "28px",
23938
24039
  "filePath": "src/component/utrecht/page-footer.tokens.json",
23939
24040
  "isSource": true,
23940
24041
  "original": {
24042
+ "$extensions": {
24043
+ "nl.nldesignsystem.css-property-syntax": "<length>",
24044
+ "nl.nldesignsystem.figma-implementation": false
24045
+ },
24046
+ "$type": "dimension",
23941
24047
  "$value": "{utrecht.space.inline.2xl}",
23942
24048
  "key": "{utrecht.page-footer.content.padding-inline}"
23943
24049
  },
@@ -24082,10 +24188,20 @@
24082
24188
  },
24083
24189
  {
24084
24190
  "key": "{utrecht.page-header.content.padding-inline}",
24191
+ "$extensions": {
24192
+ "nl.nldesignsystem.css-property-syntax": "<length>",
24193
+ "nl.nldesignsystem.figma-implementation": false
24194
+ },
24195
+ "$type": "dimension",
24085
24196
  "$value": "2em",
24086
24197
  "filePath": "src/component/utrecht/page-header.tokens.json",
24087
24198
  "isSource": true,
24088
24199
  "original": {
24200
+ "$extensions": {
24201
+ "nl.nldesignsystem.css-property-syntax": "<length>",
24202
+ "nl.nldesignsystem.figma-implementation": false
24203
+ },
24204
+ "$type": "dimension",
24089
24205
  "$value": "2em",
24090
24206
  "key": "{utrecht.page-header.content.padding-inline}"
24091
24207
  },
@@ -24100,21 +24216,11 @@
24100
24216
  },
24101
24217
  {
24102
24218
  "key": "{utrecht.page-header.content.padding-inline-end}",
24103
- "$extensions": {
24104
- "nl.nldesignsystem.css-property-syntax": "<length>",
24105
- "nl.nldesignsystem.figma-implementation": false
24106
- },
24107
- "$type": "dimension",
24108
24219
  "$value": "2.4em",
24109
24220
  "$comment": "Legacy design token",
24110
24221
  "filePath": "src/component/utrecht/page-header.tokens.json",
24111
24222
  "isSource": true,
24112
24223
  "original": {
24113
- "$extensions": {
24114
- "nl.nldesignsystem.css-property-syntax": "<length>",
24115
- "nl.nldesignsystem.figma-implementation": false
24116
- },
24117
- "$type": "dimension",
24118
24224
  "$value": "2.4em",
24119
24225
  "$comment": "Legacy design token",
24120
24226
  "key": "{utrecht.page-header.content.padding-inline-end}"
@@ -24130,21 +24236,11 @@
24130
24236
  },
24131
24237
  {
24132
24238
  "key": "{utrecht.page-header.content.padding-inline-start}",
24133
- "$extensions": {
24134
- "nl.nldesignsystem.css-property-syntax": "<length>",
24135
- "nl.nldesignsystem.figma-implementation": false
24136
- },
24137
- "$type": "dimension",
24138
24239
  "$value": "2em",
24139
24240
  "$comment": "Legacy design token",
24140
24241
  "filePath": "src/component/utrecht/page-header.tokens.json",
24141
24242
  "isSource": true,
24142
24243
  "original": {
24143
- "$extensions": {
24144
- "nl.nldesignsystem.css-property-syntax": "<length>",
24145
- "nl.nldesignsystem.figma-implementation": false
24146
- },
24147
- "$type": "dimension",
24148
24244
  "$value": "2em",
24149
24245
  "$comment": "Legacy design token",
24150
24246
  "key": "{utrecht.page-header.content.padding-inline-start}"
package/dist/index.mjs CHANGED
@@ -457,6 +457,7 @@ export const utrechtSpaceColumn2xl = "28px"; // Extra Large 2
457
457
  export const utrechtSpaceColumn3xl = "32px"; // Extra Large 3
458
458
  export const utrechtSpaceColumn4xl = "48px"; // Extra Large 4
459
459
  export const utrechtSpaceColumn5xl = "64px"; // Extra Large 5
460
+ export const utrechtTextboxBorderBottomWidth = "3px";
460
461
  export const utrechtDataListMarginBlockEnd = "16px";
461
462
  export const utrechtDataListMarginBlockStart = "16px";
462
463
  export const utrechtDataListItemKeyFontWeight = "700";
@@ -731,8 +732,10 @@ export const utrechtMapcontrolbuttonPaddingInlineEnd = "4px";
731
732
  export const utrechtMapcontrolbuttonPaddingInlineStart = "4px";
732
733
  export const utrechtMarkBackgroundColor = "hsl(48 100% 60%)";
733
734
  export const utrechtMarkColor = "hsl(0 0% 0%)";
734
- export const utrechtNavBarBackgroundColor = "hsl(0 0% 100%)";
735
- export const utrechtNavBarColor = "hsl(0 0% 0%)";
735
+ export const utrechtNavBarBackgroundColor = "transparent";
736
+ export const utrechtNavBarColor = "transparent";
737
+ export const utrechtNavBarContentBackgroundColor = "hsl(0 0% 100%)";
738
+ export const utrechtNavBarContentColor = "hsl(0 0% 0%)";
736
739
  export const utrechtNavBarContentMaxInlineSize = "1184px";
737
740
  export const utrechtNavBarLinkPaddingBlockEnd = "8px";
738
741
  export const utrechtNavBarLinkPaddingBlockStart = "8px";
@@ -833,6 +836,10 @@ export const utrechtOrderedListPaddingInlineStart = "28.8px";
833
836
  export const utrechtOrderedListItemMarginBlockStart = "0.25em";
834
837
  export const utrechtOrderedListItemMarginBlockEnd = "0.25em";
835
838
  export const utrechtOrderedListItemPaddingInlineStart = "0";
839
+ export const utrechtPageBodyPaddingBlockStart = "0";
840
+ export const utrechtPageBodyPaddingBlockEnd = "0";
841
+ export const utrechtPageBodyPaddingInlineStart = "0";
842
+ export const utrechtPageBodyPaddingInlineEnd = "0";
836
843
  export const utrechtPageBodyContentBackgroundColor = "hsl(0 0% 100%)";
837
844
  export const utrechtPageBodyContentColor = "hsl(0 0% 0%)";
838
845
  export const utrechtPageBodyContentPaddingBlockStart = "0";
@@ -840,20 +847,16 @@ export const utrechtPageBodyContentPaddingBlockEnd = "1em";
840
847
  export const utrechtPageBodyContentPaddingInlineStart = "2em";
841
848
  export const utrechtPageBodyContentPaddingInlineEnd = "2.4em";
842
849
  export const utrechtPageBodyContentMaxInlineSize = "1184px";
843
- export const utrechtPageBodyPaddingInlineEnd = "0";
844
- export const utrechtPageBodyPaddingInlineStart = "0";
845
- export const utrechtPageBodyPaddingBlockEnd = "0";
846
- export const utrechtPageBodyPaddingBlockStart = "0";
847
850
  export const utrechtPageContentPaddingBlockStart = "2em";
848
851
  export const utrechtPageContentPaddingBlockEnd = "2em";
849
852
  export const utrechtPageFooterColor = "hsl(0 0% 100%)";
850
853
  export const utrechtPageFooterBackgroundColor = "hsl(0 100% 40%)";
851
854
  export const utrechtPageFooterBackgroundImage =
852
855
  "linear-gradient(45deg, hsl(0 100% 40%), hsl(0 100% 40%) 50%, #d63433 50%);";
856
+ export const utrechtPageFooterContentPaddingInline = "28px";
853
857
  export const utrechtPageFooterContentPaddingBlockEnd = "48px";
854
858
  export const utrechtPageFooterContentPaddingBlockStart = "48px";
855
859
  export const utrechtPageFooterContentMaxInlineSize = "1184px";
856
- export const utrechtPageFooterContentPaddingInline = "28px";
857
860
  export const utrechtPageHeaderPaddingBlockStart = "0";
858
861
  export const utrechtPageHeaderPaddingBlockEnd = "0";
859
862
  export const utrechtPageHeaderPaddingInlineStart = "0";
@@ -862,10 +865,10 @@ export const utrechtPageHeaderContentBackgroundColor = "hsl(0 0% 100%)";
862
865
  export const utrechtPageHeaderContentColor = "hsl(0 0% 0%)";
863
866
  export const utrechtPageHeaderContentPaddingBlockStart = "1.8em";
864
867
  export const utrechtPageHeaderContentPaddingBlockEnd = "1em";
865
- export const utrechtPageHeaderContentPaddingInlineStart = "2em";
866
- export const utrechtPageHeaderContentPaddingInlineEnd = "2.4em";
867
- export const utrechtPageHeaderContentMaxInlineSize = "1184px";
868
868
  export const utrechtPageHeaderContentPaddingInline = "2em";
869
+ export const utrechtPageHeaderContentMaxInlineSize = "1184px";
870
+ export const utrechtPageHeaderContentPaddingInlineEnd = "2.4em";
871
+ export const utrechtPageHeaderContentPaddingInlineStart = "2em";
869
872
  export const utrechtPageBackgroundColor = "hsl(0 0% 100%)";
870
873
  export const utrechtPageColor = "hsl(0 0% 0%)";
871
874
  export const utrechtPageMarginInlineStart = "2em";
@@ -1083,7 +1086,6 @@ export const utrechtTableRowAlternateEvenColor = "hsl(0 0% 0%)";
1083
1086
  export const utrechtTextareaBorderBlockEndWidth = "3px";
1084
1087
  export const utrechtTextareaBorderBottomWidth = "3px";
1085
1088
  export const utrechtTextareaLineHeight = "1.5";
1086
- export const utrechtTextboxBorderBottomWidth = "3px";
1087
1089
  export const utrechtTooltipBackgroundColor = "hsl(0 0% 100%)";
1088
1090
  export const utrechtTooltipBorderColor = "hsl(0 0% 40%)";
1089
1091
  export const utrechtTooltipBorderRadius = "0";
@@ -735,6 +735,9 @@
735
735
  "5xl": "64px"
736
736
  }
737
737
  },
738
+ "textbox": {
739
+ "border-bottom-width": "3px"
740
+ },
738
741
  "data-list": {
739
742
  "margin-block-end": "16px",
740
743
  "margin-block-start": "16px",
@@ -1213,9 +1216,11 @@
1213
1216
  "color": "hsl(0 0% 0%)"
1214
1217
  },
1215
1218
  "nav-bar": {
1216
- "background-color": "hsl(0 0% 100%)",
1217
- "color": "hsl(0 0% 0%)",
1219
+ "background-color": "transparent",
1220
+ "color": "transparent",
1218
1221
  "content": {
1222
+ "background-color": "hsl(0 0% 100%)",
1223
+ "color": "hsl(0 0% 0%)",
1219
1224
  "max-inline-size": "1184px"
1220
1225
  },
1221
1226
  "link": {
@@ -1396,6 +1401,10 @@
1396
1401
  }
1397
1402
  },
1398
1403
  "page-body": {
1404
+ "padding-block-start": "0",
1405
+ "padding-block-end": "0",
1406
+ "padding-inline-start": "0",
1407
+ "padding-inline-end": "0",
1399
1408
  "content": {
1400
1409
  "background-color": "hsl(0 0% 100%)",
1401
1410
  "color": "hsl(0 0% 0%)",
@@ -1404,11 +1413,7 @@
1404
1413
  "padding-inline-start": "2em",
1405
1414
  "padding-inline-end": "2.4em",
1406
1415
  "max-inline-size": "1184px"
1407
- },
1408
- "padding-inline-end": "0",
1409
- "padding-inline-start": "0",
1410
- "padding-block-end": "0",
1411
- "padding-block-start": "0"
1416
+ }
1412
1417
  },
1413
1418
  "page-content": {
1414
1419
  "padding-block-start": "2em",
@@ -1419,10 +1424,10 @@
1419
1424
  "background-color": "hsl(0 100% 40%)",
1420
1425
  "background-image": "linear-gradient(45deg, hsl(0 100% 40%), hsl(0 100% 40%) 50%, #d63433 50%);",
1421
1426
  "content": {
1427
+ "padding-inline": "28px",
1422
1428
  "padding-block-end": "48px",
1423
1429
  "padding-block-start": "48px",
1424
- "max-inline-size": "1184px",
1425
- "padding-inline": "28px"
1430
+ "max-inline-size": "1184px"
1426
1431
  }
1427
1432
  },
1428
1433
  "page-header": {
@@ -1435,10 +1440,10 @@
1435
1440
  "color": "hsl(0 0% 0%)",
1436
1441
  "padding-block-start": "1.8em",
1437
1442
  "padding-block-end": "1em",
1438
- "padding-inline-start": "2em",
1439
- "padding-inline-end": "2.4em",
1443
+ "padding-inline": "2em",
1440
1444
  "max-inline-size": "1184px",
1441
- "padding-inline": "2em"
1445
+ "padding-inline-end": "2.4em",
1446
+ "padding-inline-start": "2em"
1442
1447
  }
1443
1448
  },
1444
1449
  "page": {
@@ -1799,9 +1804,6 @@
1799
1804
  "border-bottom-width": "3px",
1800
1805
  "line-height": "1.5"
1801
1806
  },
1802
- "textbox": {
1803
- "border-bottom-width": "3px"
1804
- },
1805
1807
  "tooltip": {
1806
1808
  "background-color": "hsl(0 0% 100%)",
1807
1809
  "border-color": "hsl(0 0% 40%)",