@utrecht/design-tokens 3.4.0 → 3.4.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 (47) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/dist/_mixin-theme.scss +1 -1
  3. package/dist/_mixin.scss +1 -1
  4. package/dist/_variables.scss +1 -1
  5. package/dist/dark/_mixin-theme.scss +1 -1
  6. package/dist/dark/_mixin.scss +1 -1
  7. package/dist/dark/_variables.scss +1 -1
  8. package/dist/dark/index.cjs +1 -1
  9. package/dist/dark/index.css +1 -1
  10. package/dist/dark/index.flat.json +1 -1
  11. package/dist/dark/index.json +2 -2
  12. package/dist/dark/index.mjs +1 -1
  13. package/dist/dark/index.tokens.json +87 -2
  14. package/dist/dark/list.json +2 -2
  15. package/dist/dark/list.mjs +2 -2
  16. package/dist/dark/root.css +1 -1
  17. package/dist/dark/theme-prince-xml.css +1 -1
  18. package/dist/dark/theme.css +1 -1
  19. package/dist/dark/tokens.cjs +87 -2
  20. package/dist/dark/tokens.d.ts +46 -1
  21. package/dist/dark/tokens.json +87 -2
  22. package/dist/dark/variables.cjs +1 -1
  23. package/dist/dark/variables.css +1 -1
  24. package/dist/dark/variables.json +1 -1
  25. package/dist/dark/variables.less +1 -1
  26. package/dist/dark/variables.mjs +1 -1
  27. package/dist/index.cjs +1 -1
  28. package/dist/index.css +2 -2
  29. package/dist/index.flat.json +1 -1
  30. package/dist/index.json +2 -2
  31. package/dist/index.mjs +1 -1
  32. package/dist/index.tokens.json +87 -2
  33. package/dist/list.json +2 -2
  34. package/dist/list.mjs +2 -2
  35. package/dist/root.css +1 -1
  36. package/dist/theme-prince-xml.css +1 -1
  37. package/dist/theme.css +1 -1
  38. package/dist/tokens.cjs +87 -2
  39. package/dist/tokens.d.ts +46 -1
  40. package/dist/tokens.json +87 -2
  41. package/dist/variables.cjs +1 -1
  42. package/dist/variables.css +1 -1
  43. package/dist/variables.json +1 -1
  44. package/dist/variables.less +1 -1
  45. package/dist/variables.mjs +1 -1
  46. package/package.json +1 -1
  47. package/src/component/utrecht/link-social.tokens.json +1 -1
@@ -743,7 +743,7 @@
743
743
  @utrecht-link-social-margin-inline-start: @utrecht-space-inline-sm;
744
744
  @utrecht-link-social-color: @utrecht-color-white;
745
745
  @utrecht-link-social-border-color: @utrecht-color-white;
746
- @utrecht-link-social-background-color: @utrecht-color-red-40;
746
+ @utrecht-link-social-background-color: @utrecht-color-blue-35;
747
747
  @utrecht-link-list-link-font-weight: @utrecht-typography-weight-scale-bold-font-weight;
748
748
  @utrecht-link-list-link-column-gap: @utrecht-space-block-xs;
749
749
  @utrecht-link-list-row-gap: @utrecht-space-block-xs;
@@ -567,7 +567,7 @@ export const utrechtLinkListLinkFontWeight = "700";
567
567
  export const utrechtLinkListLinkTextDecoration = "none";
568
568
  export const utrechtLinkListIconSize = "14px";
569
569
  export const utrechtLinkListIconInsetBlockStart = "0.15em";
570
- export const utrechtLinkSocialBackgroundColor = "hsl(0 100% 40%)";
570
+ export const utrechtLinkSocialBackgroundColor = "hsl(211 60% 35%)";
571
571
  export const utrechtLinkSocialBorderColor = "hsl(0 0% 100%)";
572
572
  export const utrechtLinkSocialBorderWidth = "2px";
573
573
  export const utrechtLinkSocialColor = "hsl(0 0% 100%)";
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "3.4.0",
2
+ "version": "3.4.1",
3
3
  "author": "Community for NL Design System",
4
4
  "description": "Design Tokens for the Municipality of Utrecht based on the NL Design System architecture",
5
5
  "license": "SEE LICENSE IN ./LICENSE.md",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "utrecht": {
3
3
  "link-social": {
4
- "background-color": { "value": "{utrecht.color.red.40}" },
4
+ "background-color": { "value": "{utrecht.color.blue.35}" },
5
5
  "color": { "value": "{utrecht.color.white}" },
6
6
  "border-width": { "value": "2px" },
7
7
  "border-color": { "value": "{utrecht.color.white}" },