@utrecht/component-library-css 1.0.0-alpha.441 → 1.0.0-alpha.443

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 (2) hide show
  1. package/dist/index.css +3 -1
  2. package/package.json +2 -2
package/dist/index.css CHANGED
@@ -3792,7 +3792,7 @@ however browsers don't seem to have implemented great looking supixel tweening y
3792
3792
  */
3793
3793
  /* stylelint-disable-next-line block-no-empty */
3794
3794
  .utrecht-navhtml {
3795
- font-family: var(--utrecht-font-family-sans-serif);
3795
+ font-family: var(--utrecht-document-font-family);
3796
3796
  }
3797
3797
 
3798
3798
  .utrecht-topnav__list {
@@ -5140,6 +5140,8 @@ however browsers don't seem to have implemented great looking supixel tweening y
5140
5140
  */
5141
5141
  .utrecht-url {
5142
5142
  font-variant-ligatures: none;
5143
+ hyphens: none;
5144
+ page-break-inside: avoid;
5143
5145
  }
5144
5146
 
5145
5147
  /**
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.0.0-alpha.441",
2
+ "version": "1.0.0-alpha.443",
3
3
  "author": "Community for NL Design System",
4
4
  "description": "Component library bundle for the Municipality of Utrecht based on the NL Design System architecture",
5
5
  "license": "EUPL-1.2",
@@ -26,5 +26,5 @@
26
26
  "clean": "rimraf dist/"
27
27
  },
28
28
  "main": "dist/index.css",
29
- "gitHead": "6ac33a3b85e5cfecffb8bbf85cda47d75c394c1c"
29
+ "gitHead": "a344de9833fc1df25a13553d4a78f36b85a4191a"
30
30
  }