@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
@@ -730,14 +730,16 @@ export const utrechtNavigationItemMobileBorderBlockEndWidth = "1px";
730
730
  export const utrechtNavigationItemMobileBorderBlockStartColor = "hsl(0 0% 80%)";
731
731
  export const utrechtNavigationItemMobileBorderBlockStartWidth = "1px";
732
732
  export const utrechtNavigationLinkActiveColor = "hsl(0 0% 100%)";
733
- export const utrechtNavigationLinkActiveFocusColor = "hsl(0 0% 0%)";
734
733
  export const utrechtNavigationLinkBackgroundColor = "hsl(0 0% 15%)";
735
734
  export const utrechtNavigationLinkBorderColor = "hsl(0 0% 40%)";
736
735
  export const utrechtNavigationLinkBorderInlineEndWidth = "1px";
737
736
  export const utrechtNavigationLinkColor = "hsl(0 0% 100%)";
738
- export const utrechtNavigationLinkFocusColor = "hsl(0 0% 0%)";
737
+ export const utrechtNavigationLinkFocusColor = "hsl(0 0% 100%)";
738
+ export const utrechtNavigationLinkFocusBackgroundColor = "hsl(0 0% 0%)";
739
739
  export const utrechtNavigationLinkFocusTextDecorationThickness = "3px";
740
- export const utrechtNavigationLinkFocusBackgroundColor = "hsl(48 100% 80%)";
740
+ export const utrechtNavigationLinkFocusVisibleColor = "hsl(0 0% 0%)";
741
+ export const utrechtNavigationLinkFocusVisibleBackgroundColor = "hsl(48 100% 80%)";
742
+ export const utrechtNavigationLinkFocusVisibleTextDecorationThickness = "3px";
741
743
  export const utrechtNavigationLinkFontWeight = "400";
742
744
  export const utrechtNavigationLinkGap = "8px";
743
745
  export const utrechtNavigationLinkHoverBackgroundColor = "hsl(0 0% 0%)";
@@ -748,13 +750,16 @@ export const utrechtNavigationLinkMobileBackgroundColor = "hsl(0 0% 100%)";
748
750
  export const utrechtNavigationLinkMobileColor = "hsl(211 60% 35%)";
749
751
  export const utrechtNavigationLinkMobileHoverBackgroundColor = "hsl(0 0% 100%)";
750
752
  export const utrechtNavigationLinkMobileHoverColor = "hsl(211 60% 35%)";
751
- export const utrechtNavigationLinkMobileHoverFontWeight = "700";
753
+ export const utrechtNavigationLinkMobileHoverFontWeight = "400";
752
754
  export const utrechtNavigationLinkMobileMinBlockSize = "44px";
753
755
  export const utrechtNavigationLinkMobilePaddingBlockEnd = "8px";
754
756
  export const utrechtNavigationLinkMobilePaddingBlockStart = "8px";
755
757
  export const utrechtNavigationLinkMobilePaddingInlineStart = "16px";
756
758
  export const utrechtNavigationLinkMobileTransitionDuration = "300ms";
757
759
  export const utrechtNavigationLinkMobileTransitionTimingFunction = "ease-in-out";
760
+ export const utrechtNavigationLinkMobileActiveColor = "hsl(211 60% 35%)";
761
+ export const utrechtNavigationLinkMobileFocusBackgroundColor = "hsl(0 0% 100%)";
762
+ export const utrechtNavigationLinkMobileFocusColor = "hsl(211 60% 35%)";
758
763
  export const utrechtNavigationLinkPaddingBlockEnd = "16px";
759
764
  export const utrechtNavigationLinkPaddingBlockStart = "16px";
760
765
  export const utrechtNavigationListMobileBackgroundColor = "hsl(0 0% 100%)";
@@ -953,6 +958,37 @@ export const utrechtSpotlightSectionWarningBackgroundColor = "hsl(48 100% 20%)";
953
958
  export const utrechtSpotlightSectionWarningColor = "hsl(0 0% 15%)";
954
959
  export const utrechtSpotlightSectionErrorBackgroundColor = "hsl(0 100% 95%)";
955
960
  export const utrechtSpotlightSectionOkBackgroundColor = "hsl(90 30% 90%)";
961
+ export const utrechtStatusBadgeBackgroundColor = "hsl(0 0% 30%)";
962
+ export const utrechtStatusBadgeBorderRadius = "0";
963
+ export const utrechtStatusBadgeBorderWidth = "0px";
964
+ export const utrechtStatusBadgeColor = "hsl(0 0% 100%)";
965
+ export const utrechtStatusBadgeFontFamily = "\"Noto Sans Variable\", \"Arial\", sans-serif";
966
+ export const utrechtStatusBadgePaddingBlock = "8px";
967
+ export const utrechtStatusBadgePaddingInline = "12px";
968
+ export const utrechtStatusBadgeActiveBackgroundColor = "hsl(90 30% 50%)";
969
+ export const utrechtStatusBadgeActiveBorderColor = "hsl(90 30% 50%)";
970
+ export const utrechtStatusBadgeActiveColor = "hsl(0 0% 100%)";
971
+ export const utrechtStatusBadgeDangerBackgroundColor = "hsl(0 100% 40%)";
972
+ export const utrechtStatusBadgeDangerBorderColor = "hsl(0 100% 40%)";
973
+ export const utrechtStatusBadgeDangerColor = "hsl(0 0% 100%)";
974
+ export const utrechtStatusBadgeErrorBackgroundColor = "hsl(0 100% 40%)";
975
+ export const utrechtStatusBadgeErrorBorderColor = "hsl(0 100% 40%)";
976
+ export const utrechtStatusBadgeErrorColor = "hsl(0 0% 100%)";
977
+ export const utrechtStatusBadgeInactiveBackgroundColor = "hsl(0 100% 40%)";
978
+ export const utrechtStatusBadgeInactiveBorderColor = "hsl(0 100% 40%)";
979
+ export const utrechtStatusBadgeInactiveColor = "hsl(0 0% 100%)";
980
+ export const utrechtStatusBadgeInvalidBackgroundColor = "#990000";
981
+ export const utrechtStatusBadgeInvalidBorderColor = "#990000";
982
+ export const utrechtStatusBadgeInvalidColor = "hsl(0 0% 100%)";
983
+ export const utrechtStatusBadgeSafeBackgroundColor = "hsl(90 30% 50%)";
984
+ export const utrechtStatusBadgeSafeBorderColor = "hsl(90 30% 50%)";
985
+ export const utrechtStatusBadgeSafeColor = "hsl(0 0% 100%)";
986
+ export const utrechtStatusBadgeValidBackgroundColor = "hsl(90 30% 50%)";
987
+ export const utrechtStatusBadgeValidBorderColor = "hsl(90 30% 50%)";
988
+ export const utrechtStatusBadgeValidColor = "hsl(0 0% 100%)";
989
+ export const utrechtStatusBadgeWarningBackgroundColor = "hsl(48 100% 50%)";
990
+ export const utrechtStatusBadgeWarningBorderColor = "hsl(48 100% 50%)";
991
+ export const utrechtStatusBadgeWarningColor = "hsl(0 0% 0%)";
956
992
  export const utrechtSurfaceBackgroundColor = "hsl(0 0% 15%)";
957
993
  export const utrechtSurfaceColor = "hsl(0 0% 95%)";
958
994
  export const utrechtTableMarginBlockEnd = "0";
@@ -613,31 +613,6 @@
613
613
  "margin-inline": "12px"
614
614
  }
615
615
  },
616
- "badge-status": {
617
- "letter-spacing": {
618
- "$extensions": {
619
- "nl.nldesignsystem.css.property": {
620
- "syntax": "<length>",
621
- "inherits": true
622
- },
623
- "nl.nldesignsystem.figma.supports-token": true
624
- },
625
- "type": "letterSpacing"
626
- },
627
- "text-transform": {
628
- "$extensions": {
629
- "nl.nldesignsystem.css.property": {
630
- "syntax": [
631
- "inherit",
632
- "uppercase"
633
- ],
634
- "inherits": true
635
- },
636
- "nl.nldesignsystem.figma.supports-token": true
637
- },
638
- "type": "textCase"
639
- }
640
- },
641
616
  "badge": {
642
617
  "background-color": "hsl(0 0% 30%)",
643
618
  "border-radius": "0",
@@ -5176,19 +5151,21 @@
5176
5151
  },
5177
5152
  "link": {
5178
5153
  "active": {
5179
- "color": "hsl(0 0% 100%)",
5180
- "focus": {
5181
- "color": "hsl(0 0% 0%)"
5182
- }
5154
+ "color": "hsl(0 0% 100%)"
5183
5155
  },
5184
5156
  "background-color": "hsl(0 0% 15%)",
5185
5157
  "border-color": "hsl(0 0% 40%)",
5186
5158
  "border-inline-end-width": "1px",
5187
5159
  "color": "hsl(0 0% 100%)",
5188
5160
  "focus": {
5161
+ "color": "hsl(0 0% 100%)",
5162
+ "background-color": "hsl(0 0% 0%)",
5163
+ "text-decoration-thickness": "3px"
5164
+ },
5165
+ "focus-visible": {
5189
5166
  "color": "hsl(0 0% 0%)",
5190
- "text-decoration-thickness": "3px",
5191
- "background-color": "hsl(48 100% 80%)"
5167
+ "background-color": "hsl(48 100% 80%)",
5168
+ "text-decoration-thickness": "3px"
5192
5169
  },
5193
5170
  "font-weight": "400",
5194
5171
  "gap": "8px",
@@ -5206,7 +5183,7 @@
5206
5183
  "hover": {
5207
5184
  "background-color": "hsl(0 0% 100%)",
5208
5185
  "color": "hsl(211 60% 35%)",
5209
- "font-weight": "700"
5186
+ "font-weight": "400"
5210
5187
  },
5211
5188
  "justify-content": {
5212
5189
  "$extensions": {
@@ -5233,7 +5210,14 @@
5233
5210
  },
5234
5211
  "padding-inline-start": "16px",
5235
5212
  "transition-duration": "300ms",
5236
- "transition-timing-function": "ease-in-out"
5213
+ "transition-timing-function": "ease-in-out",
5214
+ "active": {
5215
+ "color": "hsl(211 60% 35%)"
5216
+ },
5217
+ "focus": {
5218
+ "background-color": "hsl(0 0% 100%)",
5219
+ "color": "hsl(211 60% 35%)"
5220
+ }
5237
5221
  },
5238
5222
  "padding-block-end": "16px",
5239
5223
  "padding-block-start": "16px",
@@ -7432,6 +7416,84 @@
7432
7416
  }
7433
7417
  }
7434
7418
  },
7419
+ "status-badge": {
7420
+ "letter-spacing": {
7421
+ "$extensions": {
7422
+ "nl.nldesignsystem.css.property": {
7423
+ "syntax": "<length>",
7424
+ "inherits": true
7425
+ },
7426
+ "nl.nldesignsystem.figma.supports-token": true
7427
+ },
7428
+ "type": "letterSpacing"
7429
+ },
7430
+ "text-transform": {
7431
+ "$extensions": {
7432
+ "nl.nldesignsystem.css.property": {
7433
+ "syntax": [
7434
+ "inherit",
7435
+ "uppercase"
7436
+ ],
7437
+ "inherits": true
7438
+ },
7439
+ "nl.nldesignsystem.figma.supports-token": true
7440
+ },
7441
+ "type": "textCase"
7442
+ },
7443
+ "background-color": "hsl(0 0% 30%)",
7444
+ "border-color": {},
7445
+ "border-radius": "0",
7446
+ "border-width": "0px",
7447
+ "color": "hsl(0 0% 100%)",
7448
+ "font-family": "\"Noto Sans Variable\", \"Arial\", sans-serif",
7449
+ "font-size": {},
7450
+ "font-weight": {},
7451
+ "line-height": {},
7452
+ "min-block-size": {},
7453
+ "min-inline-size": {},
7454
+ "padding-block": "8px",
7455
+ "padding-inline": "12px",
7456
+ "active": {
7457
+ "background-color": "hsl(90 30% 50%)",
7458
+ "border-color": "hsl(90 30% 50%)",
7459
+ "color": "hsl(0 0% 100%)"
7460
+ },
7461
+ "danger": {
7462
+ "background-color": "hsl(0 100% 40%)",
7463
+ "border-color": "hsl(0 100% 40%)",
7464
+ "color": "hsl(0 0% 100%)"
7465
+ },
7466
+ "error": {
7467
+ "background-color": "hsl(0 100% 40%)",
7468
+ "border-color": "hsl(0 100% 40%)",
7469
+ "color": "hsl(0 0% 100%)"
7470
+ },
7471
+ "inactive": {
7472
+ "background-color": "hsl(0 100% 40%)",
7473
+ "border-color": "hsl(0 100% 40%)",
7474
+ "color": "hsl(0 0% 100%)"
7475
+ },
7476
+ "invalid": {
7477
+ "background-color": "#990000",
7478
+ "border-color": "#990000",
7479
+ "color": "hsl(0 0% 100%)"
7480
+ },
7481
+ "safe": {
7482
+ "background-color": "hsl(90 30% 50%)",
7483
+ "border-color": "hsl(90 30% 50%)",
7484
+ "color": "hsl(0 0% 100%)"
7485
+ },
7486
+ "valid": {
7487
+ "background-color": "hsl(90 30% 50%)",
7488
+ "border-color": "hsl(90 30% 50%)",
7489
+ "color": "hsl(0 0% 100%)"
7490
+ },
7491
+ "warning": {
7492
+ "background-color": "hsl(48 100% 50%)",
7493
+ "border-color": "hsl(48 100% 50%)",
7494
+ "color": "hsl(0 0% 0%)"
7495
+ }
7496
+ },
7435
7497
  "subscript": {},
7436
7498
  "superscript": {},
7437
7499
  "surface": {