@utrecht/design-tokens 4.2.0 → 5.0.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.
Files changed (55) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist/_mixin-theme.scss +40 -4
  3. package/dist/_mixin.scss +40 -4
  4. package/dist/_variables.scss +40 -4
  5. package/dist/dark/_mixin-theme.scss +40 -4
  6. package/dist/dark/_mixin.scss +40 -4
  7. package/dist/dark/_variables.scss +40 -4
  8. package/dist/dark/index.cjs +40 -4
  9. package/dist/dark/index.css +40 -4
  10. package/dist/dark/index.d.ts +38 -2
  11. package/dist/dark/index.flat.json +40 -4
  12. package/dist/dark/index.json +655 -31
  13. package/dist/dark/index.mjs +40 -4
  14. package/dist/dark/index.tokens.json +95 -33
  15. package/dist/dark/list.json +655 -31
  16. package/dist/dark/list.mjs +655 -31
  17. package/dist/dark/property.css +4 -1
  18. package/dist/dark/root.css +40 -4
  19. package/dist/dark/theme-prince-xml.css +40 -4
  20. package/dist/dark/theme.css +40 -4
  21. package/dist/dark/tokens.cjs +752 -102
  22. package/dist/dark/tokens.d.ts +83 -21
  23. package/dist/dark/tokens.json +753 -103
  24. package/dist/dark/variables.cjs +40 -4
  25. package/dist/dark/variables.css +40 -4
  26. package/dist/dark/variables.d.ts +38 -2
  27. package/dist/dark/variables.json +40 -4
  28. package/dist/dark/variables.less +40 -4
  29. package/dist/dark/variables.mjs +40 -4
  30. package/dist/index.cjs +40 -4
  31. package/dist/index.css +80 -8
  32. package/dist/index.d.ts +38 -2
  33. package/dist/index.flat.json +40 -4
  34. package/dist/index.json +655 -31
  35. package/dist/index.mjs +40 -4
  36. package/dist/index.tokens.json +95 -33
  37. package/dist/list.json +655 -31
  38. package/dist/list.mjs +655 -31
  39. package/dist/property.css +4 -1
  40. package/dist/root.css +40 -4
  41. package/dist/theme-prince-xml.css +40 -4
  42. package/dist/theme.css +40 -4
  43. package/dist/tokens.cjs +752 -102
  44. package/dist/tokens.d.ts +83 -21
  45. package/dist/tokens.json +753 -103
  46. package/dist/variables.cjs +40 -4
  47. package/dist/variables.css +40 -4
  48. package/dist/variables.d.ts +38 -2
  49. package/dist/variables.json +40 -4
  50. package/dist/variables.less +40 -4
  51. package/dist/variables.mjs +40 -4
  52. package/package.json +1 -1
  53. package/src/component/utrecht/navigation.tokens.json +25 -6
  54. package/src/component/utrecht/status-badge.tokens.json +75 -0
  55. package/src/component/utrecht/badge-status.tokens.json +0 -8
package/dist/index.mjs CHANGED
@@ -721,14 +721,16 @@ export const utrechtNavigationItemMobileBorderBlockEndWidth = "1px";
721
721
  export const utrechtNavigationItemMobileBorderBlockStartColor = "hsl(0 0% 80%)";
722
722
  export const utrechtNavigationItemMobileBorderBlockStartWidth = "1px";
723
723
  export const utrechtNavigationLinkActiveColor = "hsl(0 0% 100%)";
724
- export const utrechtNavigationLinkActiveFocusColor = "hsl(0 0% 0%)";
725
724
  export const utrechtNavigationLinkBackgroundColor = "hsl(0 0% 15%)";
726
725
  export const utrechtNavigationLinkBorderColor = "hsl(0 0% 40%)";
727
726
  export const utrechtNavigationLinkBorderInlineEndWidth = "1px";
728
727
  export const utrechtNavigationLinkColor = "hsl(0 0% 100%)";
729
- export const utrechtNavigationLinkFocusColor = "hsl(0 0% 0%)";
728
+ export const utrechtNavigationLinkFocusColor = "hsl(0 0% 100%)";
729
+ export const utrechtNavigationLinkFocusBackgroundColor = "hsl(0 0% 0%)";
730
730
  export const utrechtNavigationLinkFocusTextDecorationThickness = "3px";
731
- export const utrechtNavigationLinkFocusBackgroundColor = "hsl(48 100% 80%)";
731
+ export const utrechtNavigationLinkFocusVisibleColor = "hsl(0 0% 0%)";
732
+ export const utrechtNavigationLinkFocusVisibleBackgroundColor = "hsl(48 100% 80%)";
733
+ export const utrechtNavigationLinkFocusVisibleTextDecorationThickness = "3px";
732
734
  export const utrechtNavigationLinkFontWeight = "400";
733
735
  export const utrechtNavigationLinkGap = "8px";
734
736
  export const utrechtNavigationLinkHoverBackgroundColor = "hsl(0 0% 0%)";
@@ -739,13 +741,16 @@ export const utrechtNavigationLinkMobileBackgroundColor = "hsl(0 0% 100%)";
739
741
  export const utrechtNavigationLinkMobileColor = "hsl(211 60% 35%)";
740
742
  export const utrechtNavigationLinkMobileHoverBackgroundColor = "hsl(0 0% 100%)";
741
743
  export const utrechtNavigationLinkMobileHoverColor = "hsl(211 60% 35%)";
742
- export const utrechtNavigationLinkMobileHoverFontWeight = "700";
744
+ export const utrechtNavigationLinkMobileHoverFontWeight = "400";
743
745
  export const utrechtNavigationLinkMobileMinBlockSize = "44px";
744
746
  export const utrechtNavigationLinkMobilePaddingBlockEnd = "8px";
745
747
  export const utrechtNavigationLinkMobilePaddingBlockStart = "8px";
746
748
  export const utrechtNavigationLinkMobilePaddingInlineStart = "16px";
747
749
  export const utrechtNavigationLinkMobileTransitionDuration = "300ms";
748
750
  export const utrechtNavigationLinkMobileTransitionTimingFunction = "ease-in-out";
751
+ export const utrechtNavigationLinkMobileActiveColor = "hsl(211 60% 35%)";
752
+ export const utrechtNavigationLinkMobileFocusBackgroundColor = "hsl(0 0% 100%)";
753
+ export const utrechtNavigationLinkMobileFocusColor = "hsl(211 60% 35%)";
749
754
  export const utrechtNavigationLinkPaddingBlockEnd = "16px";
750
755
  export const utrechtNavigationLinkPaddingBlockStart = "16px";
751
756
  export const utrechtNavigationListMobileBackgroundColor = "hsl(0 0% 100%)";
@@ -942,6 +947,37 @@ export const utrechtSpotlightSectionInfoBackgroundColor = "hsl(211 60% 90%)";
942
947
  export const utrechtSpotlightSectionWarningBackgroundColor = "hsl(48 100% 80%)";
943
948
  export const utrechtSpotlightSectionErrorBackgroundColor = "hsl(0 100% 95%)";
944
949
  export const utrechtSpotlightSectionOkBackgroundColor = "hsl(90 30% 90%)";
950
+ export const utrechtStatusBadgeBackgroundColor = "hsl(0 0% 30%)";
951
+ export const utrechtStatusBadgeBorderRadius = "0";
952
+ export const utrechtStatusBadgeBorderWidth = "0px";
953
+ export const utrechtStatusBadgeColor = "hsl(0 0% 100%)";
954
+ export const utrechtStatusBadgeFontFamily = "\"Noto Sans Variable\", \"Arial\", sans-serif";
955
+ export const utrechtStatusBadgePaddingBlock = "8px";
956
+ export const utrechtStatusBadgePaddingInline = "12px";
957
+ export const utrechtStatusBadgeActiveBackgroundColor = "hsl(90 30% 50%)";
958
+ export const utrechtStatusBadgeActiveBorderColor = "hsl(90 30% 50%)";
959
+ export const utrechtStatusBadgeActiveColor = "hsl(0 0% 100%)";
960
+ export const utrechtStatusBadgeDangerBackgroundColor = "hsl(0 100% 40%)";
961
+ export const utrechtStatusBadgeDangerBorderColor = "hsl(0 100% 40%)";
962
+ export const utrechtStatusBadgeDangerColor = "hsl(0 0% 100%)";
963
+ export const utrechtStatusBadgeErrorBackgroundColor = "hsl(0 100% 40%)";
964
+ export const utrechtStatusBadgeErrorBorderColor = "hsl(0 100% 40%)";
965
+ export const utrechtStatusBadgeErrorColor = "hsl(0 0% 100%)";
966
+ export const utrechtStatusBadgeInactiveBackgroundColor = "hsl(0 100% 40%)";
967
+ export const utrechtStatusBadgeInactiveBorderColor = "hsl(0 100% 40%)";
968
+ export const utrechtStatusBadgeInactiveColor = "hsl(0 0% 100%)";
969
+ export const utrechtStatusBadgeInvalidBackgroundColor = "#990000";
970
+ export const utrechtStatusBadgeInvalidBorderColor = "#990000";
971
+ export const utrechtStatusBadgeInvalidColor = "hsl(0 0% 100%)";
972
+ export const utrechtStatusBadgeSafeBackgroundColor = "hsl(90 30% 50%)";
973
+ export const utrechtStatusBadgeSafeBorderColor = "hsl(90 30% 50%)";
974
+ export const utrechtStatusBadgeSafeColor = "hsl(0 0% 100%)";
975
+ export const utrechtStatusBadgeValidBackgroundColor = "hsl(90 30% 50%)";
976
+ export const utrechtStatusBadgeValidBorderColor = "hsl(90 30% 50%)";
977
+ export const utrechtStatusBadgeValidColor = "hsl(0 0% 100%)";
978
+ export const utrechtStatusBadgeWarningBackgroundColor = "hsl(48 100% 50%)";
979
+ export const utrechtStatusBadgeWarningBorderColor = "hsl(48 100% 50%)";
980
+ export const utrechtStatusBadgeWarningColor = "hsl(0 0% 0%)";
945
981
  export const utrechtSurfaceBackgroundColor = "hsl(0 0% 95%)";
946
982
  export const utrechtSurfaceColor = "hsl(0 0% 10%)";
947
983
  export const utrechtTableMarginBlockEnd = "0";
@@ -609,31 +609,6 @@
609
609
  "margin-inline": "12px"
610
610
  }
611
611
  },
612
- "badge-status": {
613
- "letter-spacing": {
614
- "$extensions": {
615
- "nl.nldesignsystem.css.property": {
616
- "syntax": "<length>",
617
- "inherits": true
618
- },
619
- "nl.nldesignsystem.figma.supports-token": true
620
- },
621
- "type": "letterSpacing"
622
- },
623
- "text-transform": {
624
- "$extensions": {
625
- "nl.nldesignsystem.css.property": {
626
- "syntax": [
627
- "inherit",
628
- "uppercase"
629
- ],
630
- "inherits": true
631
- },
632
- "nl.nldesignsystem.figma.supports-token": true
633
- },
634
- "type": "textCase"
635
- }
636
- },
637
612
  "badge": {
638
613
  "background-color": "hsl(0 0% 30%)",
639
614
  "border-radius": "0",
@@ -5172,19 +5147,21 @@
5172
5147
  },
5173
5148
  "link": {
5174
5149
  "active": {
5175
- "color": "hsl(0 0% 100%)",
5176
- "focus": {
5177
- "color": "hsl(0 0% 0%)"
5178
- }
5150
+ "color": "hsl(0 0% 100%)"
5179
5151
  },
5180
5152
  "background-color": "hsl(0 0% 15%)",
5181
5153
  "border-color": "hsl(0 0% 40%)",
5182
5154
  "border-inline-end-width": "1px",
5183
5155
  "color": "hsl(0 0% 100%)",
5184
5156
  "focus": {
5157
+ "color": "hsl(0 0% 100%)",
5158
+ "background-color": "hsl(0 0% 0%)",
5159
+ "text-decoration-thickness": "3px"
5160
+ },
5161
+ "focus-visible": {
5185
5162
  "color": "hsl(0 0% 0%)",
5186
- "text-decoration-thickness": "3px",
5187
- "background-color": "hsl(48 100% 80%)"
5163
+ "background-color": "hsl(48 100% 80%)",
5164
+ "text-decoration-thickness": "3px"
5188
5165
  },
5189
5166
  "font-weight": "400",
5190
5167
  "gap": "8px",
@@ -5202,7 +5179,7 @@
5202
5179
  "hover": {
5203
5180
  "background-color": "hsl(0 0% 100%)",
5204
5181
  "color": "hsl(211 60% 35%)",
5205
- "font-weight": "700"
5182
+ "font-weight": "400"
5206
5183
  },
5207
5184
  "justify-content": {
5208
5185
  "$extensions": {
@@ -5229,7 +5206,14 @@
5229
5206
  },
5230
5207
  "padding-inline-start": "16px",
5231
5208
  "transition-duration": "300ms",
5232
- "transition-timing-function": "ease-in-out"
5209
+ "transition-timing-function": "ease-in-out",
5210
+ "active": {
5211
+ "color": "hsl(211 60% 35%)"
5212
+ },
5213
+ "focus": {
5214
+ "background-color": "hsl(0 0% 100%)",
5215
+ "color": "hsl(211 60% 35%)"
5216
+ }
5233
5217
  },
5234
5218
  "padding-block-end": "16px",
5235
5219
  "padding-block-start": "16px",
@@ -7446,6 +7430,84 @@
7446
7430
  }
7447
7431
  }
7448
7432
  },
7433
+ "status-badge": {
7434
+ "letter-spacing": {
7435
+ "$extensions": {
7436
+ "nl.nldesignsystem.css.property": {
7437
+ "syntax": "<length>",
7438
+ "inherits": true
7439
+ },
7440
+ "nl.nldesignsystem.figma.supports-token": true
7441
+ },
7442
+ "type": "letterSpacing"
7443
+ },
7444
+ "text-transform": {
7445
+ "$extensions": {
7446
+ "nl.nldesignsystem.css.property": {
7447
+ "syntax": [
7448
+ "inherit",
7449
+ "uppercase"
7450
+ ],
7451
+ "inherits": true
7452
+ },
7453
+ "nl.nldesignsystem.figma.supports-token": true
7454
+ },
7455
+ "type": "textCase"
7456
+ },
7457
+ "background-color": "hsl(0 0% 30%)",
7458
+ "border-color": {},
7459
+ "border-radius": "0",
7460
+ "border-width": "0px",
7461
+ "color": "hsl(0 0% 100%)",
7462
+ "font-family": "\"Noto Sans Variable\", \"Arial\", sans-serif",
7463
+ "font-size": {},
7464
+ "font-weight": {},
7465
+ "line-height": {},
7466
+ "min-block-size": {},
7467
+ "min-inline-size": {},
7468
+ "padding-block": "8px",
7469
+ "padding-inline": "12px",
7470
+ "active": {
7471
+ "background-color": "hsl(90 30% 50%)",
7472
+ "border-color": "hsl(90 30% 50%)",
7473
+ "color": "hsl(0 0% 100%)"
7474
+ },
7475
+ "danger": {
7476
+ "background-color": "hsl(0 100% 40%)",
7477
+ "border-color": "hsl(0 100% 40%)",
7478
+ "color": "hsl(0 0% 100%)"
7479
+ },
7480
+ "error": {
7481
+ "background-color": "hsl(0 100% 40%)",
7482
+ "border-color": "hsl(0 100% 40%)",
7483
+ "color": "hsl(0 0% 100%)"
7484
+ },
7485
+ "inactive": {
7486
+ "background-color": "hsl(0 100% 40%)",
7487
+ "border-color": "hsl(0 100% 40%)",
7488
+ "color": "hsl(0 0% 100%)"
7489
+ },
7490
+ "invalid": {
7491
+ "background-color": "#990000",
7492
+ "border-color": "#990000",
7493
+ "color": "hsl(0 0% 100%)"
7494
+ },
7495
+ "safe": {
7496
+ "background-color": "hsl(90 30% 50%)",
7497
+ "border-color": "hsl(90 30% 50%)",
7498
+ "color": "hsl(0 0% 100%)"
7499
+ },
7500
+ "valid": {
7501
+ "background-color": "hsl(90 30% 50%)",
7502
+ "border-color": "hsl(90 30% 50%)",
7503
+ "color": "hsl(0 0% 100%)"
7504
+ },
7505
+ "warning": {
7506
+ "background-color": "hsl(48 100% 50%)",
7507
+ "border-color": "hsl(48 100% 50%)",
7508
+ "color": "hsl(0 0% 0%)"
7509
+ }
7510
+ },
7449
7511
  "subscript": {},
7450
7512
  "superscript": {},
7451
7513
  "surface": {