@utrecht/component-library-css 1.0.0-alpha.442 → 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 +2 -0
  2. package/package.json +2 -2
package/dist/index.css CHANGED
@@ -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.442",
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": "02b9453ef113d98e20626ddc08b3461d7ea7fa22"
29
+ "gitHead": "a344de9833fc1df25a13553d4a78f36b85a4191a"
30
30
  }